X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fgreenzero%2Fstyle.css;h=204b2677ee3ca8b20840ba287f7c44440f94129e;hb=99a548d4ac195b08fd3928a95d560a6242e28142;hp=5a84011601c2a6c612c1500282cb8db98d22a0af;hpb=6558ee1e2210fb41b1f4d95f806ee441a565087d;p=friendica.git diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css index 5a84011601..204b2677ee 100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/style.css @@ -2,22 +2,29 @@ /* green variation by Tobias Diekershoff */ -a, a:visited { color: #549f4f; text-decoration: none; } +a:link, a:visited { color: #549f4f; text-decoration: none; } a:hover {text-decoration: underline; } +.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px} +.nav-commlink, .nav-login-link {background-color: #aed3b2;} +.nav-commlink:link, .nav-commlink:visited, +.nav-login-link:link, .nav-login-link:visited{ + color: #ffffff; +} + +.icon { + display: block; width: 16px; height: 16px; + background-image: url('greenicons.png'); +} + + body { background-image: url(head.jpg); } aside( background-image: url(border.jpg); } section { background-image: url(border.jpg); } -#profile-tabs-wrapper { background-image: url(head.jpg); } +.tabs { background-image: url(head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } - -.nav-commlink, .nav-login-link { - background-color: #aed3b2; - -} - .fakelink, .fakelink:visited { color: #549f4f; }