From 4adef099bd97cbb4be97e3fa63350746aff47f89 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 04:33:06 +0100 Subject: Port Greenzero --- view/theme/greenzero/css/style.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 view/theme/greenzero/css/style.css (limited to 'view/theme/greenzero/css') 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 */ + +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; +} + + -- cgit v1.2.3