diff options
Diffstat (limited to 'view/theme/greenzero/css')
-rw-r--r-- | view/theme/greenzero/css/style.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/view/theme/greenzero/css/style.css b/view/theme/greenzero/css/style.css new file mode 100644 index 000000000..f68134c89 --- /dev/null +++ b/view/theme/greenzero/css/style.css @@ -0,0 +1,36 @@ +@import url('../../duepuntozero/css/style.css'); + +/* green variation by Tobias Diekershoff <tobias.diekershoff@gmx.net> */ + +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('../img/greenicons.png'); +} + + + +body { background-image: url(../img/head.jpg); } +aside { background-image: url(../img/border.jpg); } +section { background-image: url(../img/border.jpg); } +.tabs { background-image: url(../img/head.jpg); } +div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); } + +.fakelink, .fakelink:visited, .fakelink:hover, .fakelink:link { + color: #549f4f !important; +} + +.wall-item-name-link { + color: #549f4f; +} + + |