无编辑摘要
imported>AnnAngela (R18模板) |
imported>Hice 无编辑摘要 |
||
| 第11行: | 第11行: | ||
* 英文默认字体arial。为了避免乱码微软雅黑改写成unicode编码形式\5fae\8f6f\96c5\9ed1,Hiragino Sans GB是Mac OS雪豹以后系统自带的一款字体,微软正黑体Microsoft JhengHei是为了台湾用户设置的) | * 英文默认字体arial。为了避免乱码微软雅黑改写成unicode编码形式\5fae\8f6f\96c5\9ed1,Hiragino Sans GB是Mac OS雪豹以后系统自带的一款字体,微软正黑体Microsoft JhengHei是为了台湾用户设置的) | ||
*/ | */ | ||
body.skin-vector { | body.skin-vector { | ||
font-family: Arial, Tahoma, "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Hiragino Sans GB", "Microsoft JhengHei", 微軟正黑體, sans-serif; | font-family: Arial, Tahoma, "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, "Hiragino Sans GB", "Microsoft JhengHei", 微軟正黑體, sans-serif; | ||
| 第38行: | 第39行: | ||
padding-right: .5em; | padding-right: .5em; | ||
} | } | ||
.clear-div { | .clear-div { | ||
| 第116行: | 第115行: | ||
display: none; | display: none; | ||
} | } | ||
/* | |||
/* 黑幕模板配合CSS */ | |||
/* 把这几行单独拎出来写,否则会被Firefox合并到“.heimu a”这条规则,然后又被上面的“点过外链不变色”规则override */ | |||
span.heimu a.external, | |||
span.heimu a.external:visited, | |||
span.heimu a.extiw, | |||
span.heimu a.extiw:visited { | |||
color: #252525; | |||
} | |||
.heimu, | .heimu, | ||
.heimu a, | .heimu a, | ||
a .heimu, | a .heimu, | ||
.heimu a.new { | .heimu a.new { | ||
background-color: #252525 | background-color: #252525; | ||
color: #252525 | color: #252525; | ||
text-shadow: none | text-shadow: none; | ||
} | |||
body:not(.heimu_toggle_on) .heimu:hover, | |||
body:not(.heimu_toggle_on) .heimu:active, | |||
body:not(.heimu_toggle_on) .heimu.off { | |||
color: white; | |||
} | } | ||
.heimu a:hover, | body:not(.heimu_toggle_on) .heimu:hover a, | ||
a:hover .heimu { | body:not(.heimu_toggle_on) a:hover .heimu, | ||
color: | body:not(.heimu_toggle_on) .heimu.off a, | ||
body:not(.heimu_toggle_on) a:hover .heimu.off { | |||
color: lightblue; | |||
} | } | ||
.heimu .new:hover, | body:not(.heimu_toggle_on) .heimu.off .new, | ||
.new:hover .heimu { | body:not(.heimu_toggle_on) .heimu.off .new:hover, | ||
color: #BA0000 | body:not(.heimu_toggle_on) .new:hover .heimu.off, | ||
body:not(.heimu_toggle_on) .heimu.off .new, | |||
body:not(.heimu_toggle_on) .heimu.off .new:hover, | |||
body:not(.heimu_toggle_on) .new:hover .heimu.off { | |||
color: #BA0000; | |||
} | } | ||