]> git.mxchange.org Git - friendica.git/blobdiff - view/style.css
more post branch bug fixes
[friendica.git] / view / style.css
index c6a9a82a6e5427b222a0b7ed12254a70ab865136..c3dee16c30a8353a6e640043f67cb76094a87061 100644 (file)
@@ -1,8 +1,28 @@
 
+a, a:visited {
+       color: #8888FF;
+       text-decoration: none;
+}
+
+a:hover {
+       color: #0000FF;
+       text-decoration: underline;
+}
+img {
+       border: none;
+}
+
+#sysmsg {
+       width: 600px;
+}
+
 body { 
-       background: #EEEEEE;
-       font-family: verdana, sans-serif;
-       font-size: 1.0em;
+       background: #FEFEFE;
+       color: #444444;
+       font-family: "Lucida Grande", Tahoma, sans-serif;
+/*     letter-spacing: 1px; */
+/*     font-family: verdana, sans-serif; */
+       font-size: 90%;
        margin-left: 10px;
 }
 
@@ -12,6 +32,18 @@ img.photo {
        background: #FFFFFF;
 }
 
+#logo {
+       font-size: 300%;
+       color: #A8A8A8;
+       font-weight: bold;
+       margin-left: 280px;
+}
+
+.heart {
+       color: #FF0000;
+       font-size: 120%;
+}
+
 aside {
        position: absolute;
        left: 0px;
@@ -28,6 +60,7 @@ section {
        top: 60px;
        margin-left: 20px;
        margin-right: 20px;
+       right: 0px;
 }
 h1 {
        font-size: 1.6em;
@@ -64,19 +97,31 @@ footer {
        border: 1px solid #FF8888;
        background-color: #FFEEEE;
        padding: 10px;
+       -moz-box-shadow: 5px 5px 5px #888888;
+       -webkit-box-shadow: 5px 5px 5px #888888;
+       box-shadow: 5px 5px 5px #888888;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+       filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+
+
 }
 .nav-link {
        float: right;
        margin-left: 0px;
        margin-right: 10px;
-       padding: 5px;
-       border: 1px solid black;
-       background: #DDDDFF;
-       font-size: 0.7em;
+       padding: 3px;
+       border: 1px solid #AAAAAA;
+       background: #F4F4F4;
+       font-size: 90%;
        font-weight: bold;
-       
+       -moz-box-shadow: 5px 5px 5px #888888;
+       -webkit-box-shadow: 5px 5px 5px #888888;
+       box-shadow: 5px 5px 5px #888888;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+       filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
 }
 
+
 .nav-ajax-left {
        margin-left: 1px;
        float: left;
@@ -97,11 +142,18 @@ footer {
        float: left;
        margin-left: 10px;
        margin-right: 0px;
-       padding: 5px;
-       border: 1px solid black;
-       background: #DDDDFF;
-       font-size: 0.7em;
+       padding: 3px;
+       border: 1px solid #AAAAAA;
+       background: #F4F4F4;
+       font-size: 90%;
        font-weight: bold;
+       text-decoration: none;
+       -moz-box-shadow: 5px 5px 5px #888888;
+       -webkit-box-shadow: 5px 5px 5px #888888;
+       box-shadow: 5px 5px 5px #888888;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+       filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+
 }
 #nav-end {
        clear: both;
@@ -294,6 +346,35 @@ input#dfrn-url {
        clear: both;
        margin-bottom: 30px;
 }
+
+#profile-extra-links ul {
+       list-style-type: none;
+}
+
+
+#profile-extra-links li {
+       margin-top: 5px;
+}
+
+#profile-edit-links ul {
+       list-style-type: none;
+}
+
+#profile-edit-links li {
+       margin-top: 10px;
+}
+
+.view-contact-wrapper {
+       margin-top: 20px;
+       float: left;
+       margin-left: 20px;
+       width: 180px;
+}
+#view-contact-end {
+       clear: both;
+}
+
+
 #profile-edit-default-desc {
        color: #FF0000;
        border: 1px solid #FF8888;
@@ -416,37 +497,37 @@ input#dfrn-url {
 #contacts-main {
        margin-bottom: 20px;
 }
-.contact-entry-photo-wrapper {
+
+.contact-entry-wrapper {
        float: left;
+       width: 180px;
 }
+
 .contact-entry-direction-icon {
        margin-top: 24px;
-       float: left;
        margin-right: 2px;
 }
+
 .contact-entry-photo img {
        border: none;
 }
 .contact-entry-photo-end {
        clear: both;
 }
-.contact-entry-edit-links {
-       float: left;
-       margin-top: 10px;
-}
 .contact-entry-name {
        float: left;
+       margin-left: 30px;
+}
+.contact-entry-edit-links {
+       margin-top: 6px;
+       margin-left: 10px;
+       width: 16px;
 }
 .contact-entry-nav-wrapper {
        float: left;
        margin-left: 10px;
 }
-.contact-entry-nav-end {
-       clear: both;
-}
-.contact-entry-break {
-       clear: both;
-}
+
 .contact-entry-edit-links img {
        border: none;
        margin-right: 15px;
@@ -457,13 +538,28 @@ input#dfrn-url {
 .contact-entry-end {
        clear: both;
 }
+/*
+.contact-entry-nav-end {
+       clear: both;
+}
+*/
+#contact-edit-end {
+       clear: both;
+}
+
+.wall-item-outside-wrapper {
+       margin-top: 10px;
+}
 
 .wall-item-outside-wrapper.comment {
        margin-left: 50px;
+       background: #F7F7F7;
 }
 
 .wall-item-photo-wrapper {
-       margin-top: 20px;
+       margin-top: 10px;
+       margin-left: 10px;
+       margin-bottom: 10px;
        width: 100px;
        float: left;
 }
@@ -482,6 +578,21 @@ input#dfrn-url {
        font-size: 0.8em;
 }
 
+.wall-item-delete-wrapper {
+       float: right;
+       margin-top: 20px;
+       margin-right: 50px;
+}
+
+.wall-item-delete-end {
+       clear: both;
+}
+
+.wall-item-delete-icon {
+       border: none;
+}
+
+
 .wall-item-wrapper-end {
        clear: both;
 }
@@ -493,10 +604,22 @@ input#dfrn-url {
 .wall-item-photo {
        border: none;
 }
+.wall-item-content {
+       float: left;
+       width: 450px;
+       margin-left: 10px;
+}
+
+.wall-item-title {
+       float: left;
+       font-weight: bold;
+       width: 450px;
+}
+
 .wall-item-body {
        float: left;
+       width: 450px;
        margin-top: 30px;
-       margin-left: 10px;
 }
 
 .comment-edit-wrapper {
@@ -594,7 +717,7 @@ input#dfrn-url {
 }
 .fortune {
        margin-top: 50px;
-       color: #3172BD;
+       color: #4444FF;
        font-weight: bold;
        margin-bottom: 20px;
 }
@@ -709,7 +832,7 @@ input#dfrn-url {
 #advanced-profile-romance-text,
 #advanced-profile-work-text,
 #advanced-profile-education-text {
-       width: 250px;
+       width: 300px;
        float: left;
 }
 
@@ -780,14 +903,38 @@ input#dfrn-url {
        margin-left: 30px;
 }
 
+#contact-edit-poll-wrapper {
+       margin-left: 50px;
+       margin-top: 30px;
+}
+#contact-edit-poll-text {
+       margin-bottom: 10px;
+}
+
 #contact-edit-photo-wrapper {
        margin-bottom: 20px;
 }
+#contact-edit-links {
+       float: left;
+}
 #contact-edit-links img {
        margin-left: 20px;
        border: none;
 }
 
+#contact-drop-links {
+       float: left;
+}
+
+#contact-drop-links img {
+       margin-left: 20px;
+       border: none;
+}
+
+#contact-edit-nav-end {
+       clear: both;
+}
+
 #contact-edit-direction-icon {
        float: left;
        margin-top: 70px;
@@ -832,7 +979,7 @@ input#dfrn-url {
        margin-left: 50px;
 }
 
-#block-message {
+#block-message, #ignore-message {
        margin-top: 20px;
        width: 180px;
        color: #FF0000;
@@ -844,16 +991,19 @@ input#dfrn-url {
 
 .profile-tabs {
        float: left;
-       padding:3px;
+       padding: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
-       border: 1px solid #888888;
+       border: 1px solid #AAAAAA;
+       background: #F4F4F4;
        font-size: 0.8em;
        font-weight: bold;
-}
-.profile-tabs a {
-       text-decoration: none;
+       -moz-box-shadow: 5px 5px 5px #888888;
+       -webkit-box-shadow: 5px 5px 5px #888888;
+       box-shadow: 5px 5px 5px #888888;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+       filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
 }
 
 #profile-tabs-end {
@@ -865,6 +1015,7 @@ input#dfrn-url {
        height: 30px;
        width: 175px;
        overflow: auto;
+       margin-bottom: 10px;
 }
 
 .comment-edit-text-full {
@@ -966,4 +1117,269 @@ input#dfrn-url {
 }      
 #group-edit-name-end {
        clear: both;
-}
\ No newline at end of file
+}
+
+#prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
+       margin-bottom: 10px;
+       margin-top: 20px;
+}
+
+#prvmail-submit {
+       float: left;
+       margin-top: 10px;
+       margin-right: 30px;
+}
+#prvmail-upload-wrapper,
+#prvmail-link-wrapper,
+#prvmail-rotator-wrapper {
+       float: left;
+       margin-top: 10px;
+       margin-right: 10px;
+       width: 24px;
+}
+
+#prvmail-end {
+       clear: both;
+}
+
+.mail-list-sender,
+.mail-list-detail {
+       float: left;
+}
+.mail-list-detail {
+       margin-left: 20px;
+}
+
+.mail-list-subject {
+       font-size: 1.1em;
+       margin-top: 10px;
+}
+
+.mail-list-outside-wrapper-end {
+       clear: both;
+}
+
+.mail-list-outside-wrapper {
+       margin-top: 30px;
+}
+
+.mail-list-delete-wrapper {
+       float: right;
+       margin-right: 30px;
+       margin-top: 15px;
+}
+
+.mail-list-delete-icon {
+       border: none;
+}
+
+
+
+
+
+.mail-conv-sender,
+.mail-conv-detail {
+       float: left;
+}
+.mail-conv-detail {
+       margin-left: 20px;
+       width: 500px;
+}
+
+.mail-conv-subject {
+       font-size: 1.1em;
+       margin-top: 10px;
+}
+
+.mail-conv-outside-wrapper-end {
+       clear: both;
+}
+
+.mail-conv-outside-wrapper {
+       margin-top: 30px;
+}
+
+.mail-conv-delete-wrapper {
+       float: right;
+       margin-right: 30px;
+       margin-top: 15px;
+}
+
+.mail-conv-delete-icon {
+       border: none;
+}
+
+.message-links ul {
+       list-style-type: none;
+}
+
+.message-links li {
+       margin-top: 10px;
+}
+
+#sidebar-group-list ul {
+       list-style-type: none;
+}
+
+#sidebar-group-list li {
+       margin-top: 10px;
+}
+
+.photo-album-image-wrapper {
+       float: left;
+       margin-top: 15px;
+       height: 350px;
+       width: 350px;
+}
+
+#photo-album-end {
+       clear: both;
+}
+
+.photo-top-image-wrapper {
+       float: left;
+       margin-top: 15px;
+       height: 350px;
+       width: 350px;
+}
+
+#photo-top-end {
+       clear: both;
+}
+
+#photo-top-links {
+       margin-bottom: 30px;
+       margin-left: 30px;
+}
+
+#photos-upload-newalbum-div {
+       float: left;
+       width: 175px;
+}
+#photos-upload-existing-album-text {
+       float: left;
+       width: 175px;
+}
+#photos-upload-newalbum {
+       float: left;
+}
+#photos-upload-album-select {
+       float: left;
+}
+#photos-upload-new-end, #photos-upload-exist-end {
+       clear: both;
+}
+#photos-upload-exist-end {
+       margin-bottom: 15px;
+}
+#photos-upload-submit {
+       margin-top: 15px;
+}
+
+#photos_upload_applet_wrapper {
+       margin-bottom: 15px;
+}
+
+#photos-upload-no-java-message {
+       margin-bottom: 15px;
+}
+
+#profile-jot-desc {
+       float: left;
+       width: 480px;
+       margin-top: 10px;
+       margin-bottom: 10px;
+}
+#character-counter {
+       float: left;
+       font-size: 120%;
+}
+
+#character-counter.grey {
+       color: #888888;
+}
+
+#character-counter.orange {
+       color: orange;
+}
+#character-counter.red {
+       color: red;
+}
+
+#profile-jot-banner-end {
+       clear: both;
+}
+
+#photos-upload-select-files-text {
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+#photos-upload-perms-menu, #photos-upload-perms-menu:visited {
+       color: #8888FF;
+       text-decoration: none;
+       cursor: pointer;
+}
+
+#photos-upload-perms-menu:hover {
+       color: #0000FF;
+       text-decoration: underline;
+       cursor: pointer;
+}
+#settings-default-perms-menu, #settings-default-perms-menu:visited {
+       color: #8888FF;
+       text-decoration: none;
+       cursor: pointer;
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+#settings-default-perms-menu:hover {
+       color: #0000FF;
+       text-decoration: underline;
+       cursor: pointer;
+}
+
+#photo-edit-caption-label, #photo-edit-tags-label {
+       float: left; 
+       width: 150px;
+}
+#photo-edit-caption, #photo-edit-tags-textarea {
+       float: left;
+       margin-bottom: 15px;
+}
+
+#photo-edit-caption-end, #photo-edit-tags-end {
+       clear: both;
+}
+
+#photo-edit-delete-button {
+       margin-left: 200px;
+}
+#photo-caption {
+       font-size: 110%;
+       font-weight: bold;
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+#in-this-photo-text {
+       color: #0000FF;
+       margin-left: 30px;
+}      
+
+#in-this-photo {
+       margin-left: 60px;
+       margin-top: 10px;
+       margin-bottom: 20px;
+}
+
+#photo-album-edit-submit, #photo-album-edit-drop {
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+#photo-album-edit-drop {
+       margin-left: 200px;
+}
+