]> git.mxchange.org Git - friendica.git/commitdiff
DarkZero - no changes, just move things around to sort by where on a page they apply...
authorThomas Willingham <founder@kakste.com>
Mon, 22 Oct 2012 00:49:35 +0000 (01:49 +0100)
committerThomas Willingham <founder@kakste.com>
Mon, 22 Oct 2012 00:49:35 +0000 (01:49 +0100)
view/theme/darkzero/style.css

index 4cdb760ac3329358d3422a0785fb16378ecfda5c..9fb5b18e7ef452effc470b442d0486fc8dd7bb7e 100644 (file)
@@ -40,6 +40,9 @@ nav #banner #logo-text a { color: #ffffff; }
        -moz-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px; 
 }
+.editicon {
+       background-color: #333;
+}
 .comment-edit-preview{ color: #000000; }
 .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
 .photo-top-album-name{ background-color: #333333; }
@@ -67,6 +70,18 @@ nav #banner #logo-text a { color: #ffffff; }
 .wall-item-photo-menu li a:hover {
        background-color: #CCCCCC; color: #333333;
 }
+
+code {
+  background:#2e2f2e !important;
+  color:#fff !important;
+}
+
+blockquote {
+  background:#2e2f2e !important;
+  color:#eec !important;
+}
+
+
 #page-footer { min-height: 1em;}
 footer {
        margin: 0px 10%;
@@ -108,14 +123,13 @@ input#dfrn-url {
 #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;
 }
+#fancybox-content{
+  background:#444;
+}
 
 input#acl-search {
         background-color: #aaa;
@@ -138,51 +152,38 @@ input#acl-search {
   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;
-}
+/* Events */
 
-.editicon {
-       background-color: #333;
+.fc-state-highlight {
+background: #666 !important;
 }
 
-#datebrowse-sidebar select {
-color:#99CCFF !important;
+.fc-state-disabled, .fc-state-disabled .fc-button-inner {
+color: #000 !important;
 }
 
-.settings-widget .selected {
-background: #666;
-}
+/*Admin page */
 
 #adminpage table tr:hover {
     color: #eec;
     background-color: #666;
 }
 
-input#prvmail-subject {
-background: #222 !important;
+.settings-widget .selected {
+background: #666;
 }
 
-/* Events */
 
-.fc-state-highlight {
-background: #666 !important;
-}
+/* Stuff that doesn't seem to fit with anything else */
 
-.fc-state-disabled, .fc-state-disabled .fc-button-inner {
-color: #000 !important;
+#datebrowse-sidebar select {
+color:#99CCFF !important;
 }
+
+input#prvmail-subject {
+background: #222 !important;
+}
\ No newline at end of file