X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkness%2Fstyle.css;h=828fdd10405d6e9476cfc274a9156d1e047211df;hb=c5f5102396cee8ec691fd22d486070ec3d5f243d;hp=a7097d543980a6abe4897c4b300a93f7233ed383;hpb=65a420b22755f774dc2422f7fdf3709e01289945;p=friendica.git diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index a7097d5439..828fdd1040 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -1,4 +1,14 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); + +nav { + background: #CCC; +} +footer { + background: #CCC; +} +#banner { + color: #FF0000; +} body { background: #000000; @@ -6,8 +16,29 @@ body { } .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: #444444; @@ -33,3 +64,8 @@ a:hover, .fakelink:hover { color: #FF0000; text-decoration: underline; } + +.profile-tabs { + color: #FF0000; + background: #444444; +}