From 05bfd3bbf7fe14531f00e37cb56276ca203e6f5c Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 22 Oct 2012 01:49:35 +0100 Subject: [PATCH] DarkZero - no changes, just move things around to sort by where on a page they apply to in order to (hopefully) make a bit more sense to anyone maintaining it who isn't me. --- view/theme/darkzero/style.css | 79 ++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 4cdb760ac3..9fb5b18e7e 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -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,45 +152,10 @@ 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; -} - -.editicon { - background-color: #333; -} - -#datebrowse-sidebar select { -color:#99CCFF !important; -} - -.settings-widget .selected { -background: #666; -} - -#adminpage table tr:hover { - color: #eec; - background-color: #666; -} - -input#prvmail-subject { -background: #222 !important; -} - /* Events */ .fc-state-highlight { @@ -186,3 +165,25 @@ background: #666 !important; .fc-state-disabled, .fc-state-disabled .fc-button-inner { color: #000 !important; } + +/*Admin page */ + +#adminpage table tr:hover { + color: #eec; + background-color: #666; +} + +.settings-widget .selected { +background: #666; +} + + +/* Stuff that doesn't seem to fit with anything else */ + +#datebrowse-sidebar select { +color:#99CCFF !important; +} + +input#prvmail-subject { +background: #222 !important; +} \ No newline at end of file