]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
friend suggestions
[friendica.git] / view / theme / duepuntozero / style.css
index 155641463236d6f05a8d35c0e48fb867506d5308..c6ce8ea2cb02c31d3b418f5a0a1310992d19e035 100644 (file)
@@ -104,7 +104,7 @@ nav #site-location {
 
 nav #banner {
        display: block;
-    padding-top: 14px;
+    margin-top: 14px;
        position: absolute;
 }
 nav #banner #logo-text a {
@@ -2489,16 +2489,41 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+.item-select {
+       opacity: 0.1;
+       filter:alpha(opacity=10);
+       float: right;
+       margin-right: 10px;
+
+}
+.item-select:hover, .checkeditem {
+       opacity: 1;
+       filter:alpha(opacity=100);
+}
 
 
+#item-delete-selected {
+       margin-top: 30px;
+}
+
+#item-delete-selected-end {
+       clear: both;
+}
+#item-delete-selected-icon, #item-delete-selected-desc {
+       float: left;
+       margin-right: 5px;
+}
+#item-delete-selected-desc:hover {
+       text-decoration: underline;
+}
 
 #lang-select-icon {
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
-       opacity: 0.3;
-       filter:alpha(opacity=30);
+       opacity: 0.2;
+       filter:alpha(opacity=20);
 }
 
 #lang-select-icon:hover {
@@ -2506,7 +2531,88 @@ a.mail-list-link {
        filter:alpha(opacity=100);
 }
 
+/**
+ * ADMIN
+ */
+#pending-update {
+       float:right;
+       color: #ffffff;
+       font-weight: bold;
+       background-color: #FF0000;
+       padding: 0em 0.3em;
+       
+}
+#adminpage dl {
+       clear: left;
+       margin-bottom: 2px;
+       padding-bottom: 2px;
+       border-bottom: 1px solid black;
+}
+#adminpage dt {
+       width: 200px;
+       float: left;
+       font-weight: bold;
+}
+#adminpage dd {
+       margin-left: 200px;
+}
 
+#adminpage .field {
+       clear: left;
+       margin-bottom: 5px;
+       padding-bottom: 5px;
+}
+
+#adminpage .field label {
+       float: left;
+       width: 200px;
+       font-weight: bold;
+}
+
+#adminpage .field input,
+#adminpage .field textarea {
+       width: 400px;
+}
+#adminpage .field textarea { height: 100px; }
+#adminpage .field_help {
+       display: block;
+       margin-left: 200px;
+       color: #666666;
+       
+}
+
+#adminpage h3 {
+       border-bottom: 1px solid #cccccc;
+}
+
+#adminpage .submit {
+       clear:left;
+       text-align: right;
+}
+
+#adminpage #pluginslist {
+       margin: 0px; padding: 0px;
+}
+#adminpage .plugin {
+       list-style: none;
+       display: block;
+       border: 1px solid #888888;
+       padding: 1em;
+       margin-bottom: 5px;
+       clear: left;
+}
+#adminpage .plugin .desc { margin-left: 2.5em;}
+#adminpage .toggleplugin {
+       float:left;
+       margin-right: 1em;
+}
+
+#adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
+#adminpage table th { text-align: left;}
+#adminpage td .icon { float: left;}
+#adminpage table#users img { width: 16px; height: 16px; }
+#adminpage table tr:hover { background-color: #bbc7d7; }
+#adminpage .selectall { text-align: right; }
 /**
  * ICONS
  */
@@ -2545,7 +2651,11 @@ a.mail-list-link {
 .language { background-position: -96px -32px; }
 .prev { background-position: -112px -32px; }
 .next { background-position: -128px -32px; }
+.on { background-position: -144px -32px; }
+
+.off { background-position: 0px -48px; }
 
+.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
 
 .attachtype {
        display: block; width: 20px; height: 23px;