diff options
author | Thomas Willingham <founder@kakste.com> | 2012-05-19 14:51:10 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-05-19 14:51:10 +0100 |
commit | d6ca4a1b42083319945cbbeb0affca78e084e63b (patch) | |
tree | b093f56ba01ee997e6c9617e00665db2c94264f0 /view/theme/darkzero | |
parent | 513ef2410d9b892c8ebcb7ceac96b97023c3b5a5 (diff) | |
download | volse-hubzilla-d6ca4a1b42083319945cbbeb0affca78e084e63b.tar.gz volse-hubzilla-d6ca4a1b42083319945cbbeb0affca78e084e63b.tar.bz2 volse-hubzilla-d6ca4a1b42083319945cbbeb0affca78e084e63b.zip |
Give Darkzero some loving.
Everything that used to be hidden with light text on light backgrounds is legible now.
Diffstat (limited to 'view/theme/darkzero')
-rw-r--r-- | view/theme/darkzero/style.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index a3df740eb..5a0559e3d 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -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 |