diff options
author | Friendika <info@friendika.com> | 2011-06-16 15:27:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-16 15:27:45 -0700 |
commit | 6709beb2ac776bb06bd0d9d7749faac9a065863c (patch) | |
tree | d650e2728fa6b366c14929971cabb5f9a7a6aa03 /view/theme | |
parent | b61a7158da4c8a0b41651a082f0ce2f9ad431f14 (diff) | |
parent | 68029115225f0914ee6fd0ef74ac5d8bff05b99c (diff) | |
download | volse-hubzilla-6709beb2ac776bb06bd0d9d7749faac9a065863c.tar.gz volse-hubzilla-6709beb2ac776bb06bd0d9d7749faac9a065863c.tar.bz2 volse-hubzilla-6709beb2ac776bb06bd0d9d7749faac9a065863c.zip |
Merge pull request #117 from tobiasd/master
german strings and green background for the greenzero theme
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/greenzero/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css index ec15b736e..51fcc09ae 100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/style.css @@ -5,6 +5,12 @@ 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; +} body { background-image: url(head.jpg); } aside( background-image: url(border.jpg); } @@ -12,12 +18,6 @@ section { background-image: url(border.jpg); } #profile-tabs-wrapper { 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; } |