X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkness%2Fstyle.css;h=3aff559d3e1cf185773b66c99da4cf6dcfd35355;hb=5c98032893d945644c6da6bdf99484c0c8cb7e45;hp=a93f87a905c3a538321ccf8f386194f1cc13cc87;hpb=8ef81fc772a0e907751aa1003ac239cb01d05340;p=friendica.git diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index a93f87a905..3aff559d3e 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -1,32 +1,71 @@ @import url('../default/style.css'); +nav { + background: #CCC; +} +footer { + background: #CCC; +} +#banner { + color: #FF0000; +} + body { background: #000000; color: #FF0000; } +.nav-selected { + background: #000000 !important; + color: #888888 !important; +} + +input:hover { + background-color: #800000; +} +input, select { + background-color: #000000; + color: #FF0000; +} +.nav-link:hover, .nav-commlink:hover, .profile-tabs:hover { + background: #DDDDDD; + color: #FF0000; +} + +#logo-text a, #logo-text a:visited, #site-location { + color: #000000; +} + +#page-footer { + border: none; +} .nav-link { color: #FF0000; - background: #888888; + background: #444444; } .nav-commlink { color: #FF0000; - background: #888888; + background: #444444; } .profile-tabs { color: #FF0000; - background: #888888; + background: #444444; } -a, a:visited { - color: #444444; +a, a:visited, .fakelink, .fakelink:visited { + color: #888888; text-decoration: none; } -a:hover { +a:hover, .fakelink:hover { color: #FF0000; text-decoration: underline; } + +.profile-tabs { + color: #FF0000; + background: #444444; +}