]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero/style.css
slackr - better highlighting of current selections
[friendica.git] / view / theme / darkzero / style.css
index 3459e74092b4c53fa3877426ab94d8eb97713385..77650a91ad1032e0609d41b5fb6faa564fb9661f 100644 (file)
@@ -17,14 +17,19 @@ aside{      background-image: url(border.jpg); padding-bottom: 0px; }
 section { background-color: #333333;   background-image: url(border.jpg); }
 
 
-#profile-tabs-wrapper {        background-image: url(head.jpg); }
+.tabs {        background-image: url(head.jpg); }
 div.wall-item-content-wrapper.shiny {  background-image: url('shiny.png'); }
 
 nav #banner #logo-text a { color: #ffffff; }
 
-.wall-item-content-wrapper { border: 1px solid #444444; }
+.wall-item-content-wrapper { 
+border: 1px solid #444444; 
+background: #444;  
+
+}
 .wall-item-tools {     background-color: #444444;   background-image: none;}
-.comment-edit-wrapper{ background-color: #333333; }
+.comment-wwedit-wrapper{ background-color: #333333; }
+.comment-edit-preview{ color: #000000; }
 .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
 .photo-top-album-name{ background-color: #333333; }
 .photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; }
@@ -62,3 +67,86 @@ footer {
 }
 
 
+input#dfrn-url {
+       background-color: #222222;
+       color: #FFFFFF !important;
+}
+.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
+    color: #000088;
+}
+
+#jot-perms-icon {
+       float: left;
+}
+
+
+#jot-title, #jot-category {
+       background-color: #333333;
+       border: 1px solid #333333;
+}
+
+#jot-title::-webkit-input-placeholder{ color: #555555!important;}
+#jot-title:-moz-placeholder{color: #555555!important;}
+#jot-category::-webkit-input-placeholder{ color: #555555!important;}
+#jot-category:-moz-placeholder{color: #555555!important;}
+               
+       
+#jot-title:hover,
+#jot-title:focus,
+#jot-category:hover,
+#jot-category:focus {
+       border: 1px solid #cccccc; 
+}
+blockquote {
+       background: #ddd;
+       color: #000;
+}
+
+.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
+        color: #eec;
+}
+
+input#acl-search {
+        background-color: #aaa;
+}
+
+
+
+.notify-seen {
+  background:#666;
+}
+
+#nav-notifications-menu {
+  background: #2e2e2f;
+}
+
+#nav-notifications-menu li:hover {
+  background: #444;
+}
+
+.acpopupitem{
+  background:#2e2f2e;
+}
+
+code {
+  background:#2e2f2e !important;
+  color:#fff !important;
+}
+
+blockquote {
+  background:#2e2f2e !important;
+  color:#eec !important;
+}
+
+.group-selected, .nets-selected, .fileas-selected, .categories-selected {
+  background:#2e2f2e;
+}
+
+#fancybox-content{
+  background:#444;
+}
+
+/* This seems okay to me...we might not need a new iconset, lets see how people react */
+.editicon {
+       background-color: #333;
+}
\ No newline at end of file