X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fgoldenrod%2Fstyle.css;h=2a098e95510498169a877bada2238f53a95a0285;hb=0283cbfcd35a29b5689ffbf16439d448de0c7254;hp=e84cf5d6472b2cedf15ee8f74cd8a4a1f1171ab0;hpb=a50947a4bc3f779df8fa4e6777bc025fcefc8d21;p=friendica.git diff --git a/view/theme/goldenrod/style.css b/view/theme/goldenrod/style.css index e84cf5d647..2a098e9551 100644 --- a/view/theme/goldenrod/style.css +++ b/view/theme/goldenrod/style.css @@ -1,4 +1,52 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); + +footer { + background: #CCC; +} + +#banner { + color: #444444; +} + +#logo-text a, #logo-text a:visited, #site-location { + color: #000000; +} + +body { + background: #FFFFFF; + color: #000000; +} +.nav-selected { + background: #FFFFFF !important; + color: #888888 !important; +} + +input:hover { + background-color: #FFEEBB; + color: #000000; + border: 1px solid #000000; +} + +input, select { + background-color: #FFEEBB; + color: #000000; +} +.nav-link:hover, .nav-commlink:hover { + background: #FFDDAA; + color: #0000EE; +} +option { + background-color: #FFEEBB; +} +#page-footer { + border: none; +} + +nav { + background: #FFEEBB; +} + + body { background: #FFDDAA; @@ -15,6 +63,10 @@ body { background: #FFCC55; } +.nav-selected { + background: #FFDDAA !important; +} + .profile-tabs { color: #444444; background: #FFCC55;