Apply the h1 theming to div.title in old themes (like on current site)

This commit is contained in:
str4d
2012-12-15 01:55:37 +00:00
parent cfbc0cdd48
commit 05dfa49133
4 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ ul {
text-indent: -4em;
}
h1 {
h1, div.title {
color: #9999ff;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
text-align: right;

View File

@@ -160,7 +160,7 @@ ul {
text-indent: -4em;
}
h1 {
h1, div.title {
color: #9999ff;
/* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); */
text-align: right;

View File

@@ -160,7 +160,7 @@ ul {
text-indent: -4em;
}
h1 {
h1, div.title {
color: #9999ff;
/* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); */
text-align: right;

View File

@@ -163,7 +163,7 @@ ul {
text-indent: -4em;
}
h1 {
h1, div.title {
color: #9999ff;
font-family:"SimHei","黑体";
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);