From dcf058d78ebe8e5bf2893f0729242a9737d8e1bc Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 23 Dec 2012 01:28:11 +0000 Subject: [PATCH] Tweaked old themes for new topbar template layout --- i2p2www/static/styles/dark.css | 20 ++++++++++++++++++-- i2p2www/static/styles/light.css | 20 ++++++++++++++++++-- i2p2www/static/styles/light_ar.css | 20 ++++++++++++++++++-- i2p2www/static/styles/light_zh.css | 20 ++++++++++++++++++-- 4 files changed, 72 insertions(+), 8 deletions(-) diff --git a/i2p2www/static/styles/dark.css b/i2p2www/static/styles/dark.css index 3e429ea5..f5585dbd 100644 --- a/i2p2www/static/styles/dark.css +++ b/i2p2www/static/styles/dark.css @@ -25,7 +25,7 @@ img { border: none } -div.logo { +a#logo { float: left; /* left: 1em; top: 1em; @@ -38,6 +38,22 @@ div.logo { font-color: #fff; } +a#logo img { + filter:alpha(opacity=100); + -moz-opacity: 1.0; + opacity: 1.0; +} + +a#logo:hover img { + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; +} + +div#topbar ul.languages { + display: none; +} + div#cssmenu { /* width: 8em; */ /* height: 5em; */ @@ -172,7 +188,7 @@ ul { text-indent: -4em; } -h1, div.title { +h1 { color: #9999ff; text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); text-align: right; diff --git a/i2p2www/static/styles/light.css b/i2p2www/static/styles/light.css index bce6d6eb..d7aa1589 100644 --- a/i2p2www/static/styles/light.css +++ b/i2p2www/static/styles/light.css @@ -25,7 +25,7 @@ img { border: none } -div.logo { +a#logo { float: left; /* left: 1em; top: 1em; @@ -38,6 +38,22 @@ div.logo { font-color: #fff; } +a#logo img { + filter:alpha(opacity=100); + -moz-opacity: 1.0; + opacity: 1.0; +} + +a#logo:hover img { + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; +} + +div#topbar ul.languages { + display: none; +} + div#cssmenu { /* width: 8em; */ /* height: 5em; */ @@ -160,7 +176,7 @@ ul { text-indent: -4em; } -h1, div.title { +h1 { color: #9999ff; /* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); */ text-align: right; diff --git a/i2p2www/static/styles/light_ar.css b/i2p2www/static/styles/light_ar.css index 00c5d3ea..1fec7bfc 100644 --- a/i2p2www/static/styles/light_ar.css +++ b/i2p2www/static/styles/light_ar.css @@ -25,7 +25,7 @@ img { border: none } -div.logo { +a#logo { float: right; /* left: 1em; top: 1em; @@ -38,6 +38,22 @@ div.logo { font-color: #fff; } +a#logo img { + filter:alpha(opacity=100); + -moz-opacity: 1.0; + opacity: 1.0; +} + +a#logo:hover img { + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; +} + +div#topbar ul.languages { + display: none; +} + div#cssmenu { /* width: 8em; */ /* height: 5em; */ @@ -160,7 +176,7 @@ ul { text-indent: -4em; } -h1, div.title { +h1 { color: #9999ff; /* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); */ text-align: right; diff --git a/i2p2www/static/styles/light_zh.css b/i2p2www/static/styles/light_zh.css index e75fe817..d1e1715b 100644 --- a/i2p2www/static/styles/light_zh.css +++ b/i2p2www/static/styles/light_zh.css @@ -25,7 +25,7 @@ img { border: none } -div.logo { +a#logo { float: left; /* left: 1em; top: 1em; @@ -38,6 +38,22 @@ div.logo { font-color: #fff; } +a#logo img { + filter:alpha(opacity=100); + -moz-opacity: 1.0; + opacity: 1.0; +} + +a#logo:hover img { + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; +} + +div#topbar ul.languages { + display: none; +} + div#cssmenu { width: 8em; /* height: 5em; */ @@ -163,7 +179,7 @@ ul { text-indent: -4em; } -h1, div.title { +h1 { color: #9999ff; font-family:"SimHei","黑体"; text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);