Tweaked old themes for new topbar template layout

This commit is contained in:
str4d
2012-12-23 01:28:11 +00:00
parent 1217dbe264
commit dcf058d78e
4 changed files with 72 additions and 8 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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);