]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
file attachments
[friendica.git] / view / theme / loozah / style.css
index f38b6e6d4de46a97d07c7915b0e5f8d04a90c506..370e5c61a426499233b5035927715f0f146e3dee 100644 (file)
@@ -290,6 +290,14 @@ nav {
        background-color: #FFEEEE;
        padding: 10px;
 }
+.info-message {
+       color: #204a87;
+       font-size: 1.1em;
+       border: 1px solid #3465a4;
+       background-color: #d7e3f1;
+       padding: 10px;
+}
+
 
 .nav-link {
        float: right;
@@ -817,6 +825,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,
 #settings-normal,
@@ -831,6 +841,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;
@@ -909,6 +921,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,
@@ -1644,9 +1658,24 @@ padding: 5px 10px 0px;
        display: block;
 }
 
-#acl-permit-text,
+#acl-permit-text {
+    margin-top: 10px;
+    float: left;
+}
+
 #acl-deny-text {
-       margin-top: 10px;
+    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,
@@ -2087,6 +2116,12 @@ a.mail-list-link {
        width: 52px;
        height: 52px;
 }
+.contact-block-textdiv {
+       float: left;
+       width: 150px;
+       height: 34px;
+}
+
 #contact-block-end {
        clear: both;
 }
@@ -2405,3 +2440,21 @@ 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.gif');
+}
+
+.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; }
+