]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
cleanup content type icons
[friendica.git] / view / theme / duepuntozero / style.css
index 5f8f06a6c65a794ba8f6d38aaff4cb4899624887..2bac4238ea92ef1ad8cdb55d61a00f281a703718 100644 (file)
@@ -93,6 +93,14 @@ nav #site-location {
        padding: 10px;
 }
 
+.info-message {
+       color: #204a87;
+       font-size: 1.1em;
+       border: 1px solid #3465a4;
+       background-color: #d7e3f1;
+       padding: 10px;
+}
+
 
 nav #banner {
        display: block;
@@ -218,8 +226,10 @@ div.wall-item-content-wrapper.shiny {
 #profile-link,
 #profile-title, 
 #wall-image-upload,
+#wall-file-upload,
 #profile-upload-wrapper,
 #wall-image-upload-div,
+#wall-file-upload-div,
 .hover, .focus {
        cursor: pointer;
 }
@@ -383,7 +393,7 @@ input#dfrn-url {
 
 #settings-nick-wrapper {
        margin-top: 20px;
-       margin-bottom: 30px;
+
 }
 
 #settings-expire-end {
@@ -506,10 +516,6 @@ input#dfrn-url {
        width: 500px;
 }
 
-#settings-nick {
-       margin-bottom: 50px;
-}
-
 #cropimage-wrapper, #cropimage-preview-wrapper {
        float: left;
        padding: 30px;
@@ -697,6 +703,8 @@ input#dfrn-url {
 #profile-in-dir-no,
 #profile-in-netdir-yes,
 #profile-in-netdir-no,
+#hide-wall-yes,
+#hide-wall-no,
 #hide-friends-yes,
 #hide-friends-no {
        float: left;
@@ -714,6 +722,8 @@ input#dfrn-url {
 #profile-in-dir-no-label,
 #profile-in-netdir-yes-label,
 #profile-in-netdir-no-label,
+#hide-wall-yes-label,
+#hide-wall-no-label,
 #hide-friends-yes-label,
 #hide-friends-no-label {
        margin-left: 125px;
@@ -797,6 +807,8 @@ input#dfrn-url {
 #profile-in-dir-end,
 #profile-in-netdir-break,
 #profile-in-netdir-end,
+#hide-wall-break,
+#hide-wall-end,
 #hide-friends-break,
 #hide-friends-end,
 #settings-normal-break,
@@ -936,8 +948,8 @@ input#dfrn-url {
     width: 30px
 }
 .wallwall .wwto img {
-       width: 30px;
-       height: 30px;
+       width: 30px !important;
+       height: 30px !important;
 }
 
 .wallwall .wall-item-photo-end {
@@ -1036,7 +1048,8 @@ input#dfrn-url {
        border: none;
 }
 .comment .wall-item-photo {
-       width: 50px; height: 50px;
+       width: 50px !important; 
+       height: 50px !important;
 }
 .wall-item-content {
        /*float: left;*/
@@ -1125,7 +1138,10 @@ input#dfrn-url {
        float: left;
        margin-left: 30px;
 }
-
+#profile-attach-wrapper {
+       float: left;
+       margin-left: 30px;
+}
 #profile-rotator {
        float: left;
        margin-left: 30px;
@@ -1588,11 +1604,26 @@ input#dfrn-url {
        display: block;
 }
 
-#acl-permit-text,
+#acl-permit-text {
+       margin-top: 10px;
+       float: left;
+}
+
 #acl-deny-text {
        margin-top: 10px;
 }
 
+#jot-public {
+       float: left;
+       margin-top: 10px;
+       margin-left: 15px;
+       color: #FF0000;
+}
+
+#acl-permit-text-end {
+       clear: both;
+}
+
 #acl-allow-group-label,
 #acl-allow-contact-label,
 #acl-deny-group-label,
@@ -2058,6 +2089,12 @@ a.mail-list-link {
        width: 52px;
        height: 52px;
 }
+.contact-block-textdiv {
+       float: left;
+       width: 150px;
+       height: 34px;
+}
+
 #contact-block-end {
        clear: both;
 }
@@ -2126,11 +2163,15 @@ a.mail-list-link {
 }
 
 
-#plugin-settings-link, #account-settings-link, #uexport-link {
+#plugin-settings-link, #account-settings-link {
        margin-bottom: 10px;
 }
 
-/* end from defautlt */
+#uexport-link {
+       margin-bottom: 20px;
+}
+
+/* end from default */
        
 
 .fn {
@@ -2387,3 +2428,22 @@ a.mail-list-link {
 .unlock { background-position: -32px -32px;}
 .video { background-position: -48px -32px;}
 .youtube { background-position: -64px -32px;}
+.attach { background-position: -80px -32px; }
+
+
+.attachtype {
+       display: block; width: 20px; height: 23px;
+       float: left;
+       background-image: url('../../../images/content-types.png');
+}
+
+.body-attach {
+       margin-top: 10px;
+}
+
+.type-video { background-position: 0px; 0px; }
+.type-image { background-position: -20px; 0px; }
+.type-audio { background-position: -40px; 0px; }
+.type-text  { background-position: -60px; 0px; }
+.type-unkn  { background-position: -80px; 0px; }
+