]> git.mxchange.org Git - friendica.git/commitdiff
Give Darkzero some loving.
authorThomas Willingham <founder@kakste.com>
Sat, 19 May 2012 13:51:10 +0000 (14:51 +0100)
committerThomas Willingham <founder@kakste.com>
Sat, 19 May 2012 13:51:10 +0000 (14:51 +0100)
Everything that used to be hidden with light text on light backgrounds is legible now.

view/theme/darkzero/style.css

index a3df740ebae09b3f488d8fe42a93372dc6fbc475..5a0559e3d79edc668057be3d55bf42172c2b1895 100644 (file)
@@ -22,7 +22,11 @@ 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-wwedit-wrapper{ background-color: #333333; }
 .comment-edit-preview{ color: #000000; }
@@ -118,4 +122,17 @@ input#acl-search {
 
 #nav-notifications-menu li:hover {
   background: #444;
+}
+
+.acpopupitem{
+  background:#2e2f2e;
+}
+
+code {
+  background:#2e2f2e !important;
+}
+
+blockquote {
+  background:#2e2f2e !important;
+  color:#eec !important;
 }
\ No newline at end of file