forked from I2P_Developers/i2p.www
Tweaked old themes for new topbar template layout
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user