X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero%2Fstyle.css;h=9fb5b18e7ef452effc470b442d0486fc8dd7bb7e;hb=fb02d72a359bdb6e5ffeb192b5c888b7890ff65f;hp=5cd7eed659d3166b9d46b639cd690cf782692882;hpb=10eb873f7c57329c1d6dd37f0b84df157ac35f7a;p=friendica.git diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 5cd7eed659..9fb5b18e7e 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -15,7 +15,7 @@ input, select, textarea { body { background-color: #222222; color: #cccccc; background-image: url(head.jpg); } aside{ background-image: url(border.jpg); padding-bottom: 0px; } section { background-color: #333333; background-image: url(border.jpg); } - +#panel { background-color: #2e2f2e;} .tabs { background-image: url(head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } @@ -23,12 +23,26 @@ 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; -background: #444; - + border: 1px solid #444444; + background: #444444; +} +.wall-item-outside-wrapper.threaded > .wall-item-content-wrapper { + -moz-border-radius: 3px 3px 0px; + border-radius: 3px 3px 0px; } .wall-item-tools { background-color: #444444; background-image: none;} -.comment-wwedit-wrapper{ background-color: #444444; } +.comment-wwedit-wrapper{ + background-color: #333333; +} +.comment-wwedit-wrapper.threaded { + border: solid #444444; + border-width: 0px 3px 3px; + -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; } @@ -49,13 +63,25 @@ background: #444; color: #99CCFF; } -.wall-item-photo-menu li a { +.wall-item-photo-menu li a, .contact-photo-menu { color: #CCCCCC; background-color: #333333; } .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%; @@ -97,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; @@ -127,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