更多操作
小无编辑摘要 |
小 (Yahei) |
||
| 第1行: | 第1行: | ||
body { | |||
font-family: "Helvetica Neue",Helvetica,"Microsoft Yahei",Arial,sans-serif; | |||
} | |||
rt { | rt { | ||
font-size:62.5%; | font-size:62.5%; | ||
| 第5行: | 第9行: | ||
blockquote { | blockquote { | ||
padding: .8em 1em; | padding: .8em 1em; | ||
margin: 0 16em 0 1em; | margin: 0 16em 0 1em; | ||
font-size: unset !important; | font-size: unset!important; | ||
} | } | ||
blockquote:before { | blockquote:before { | ||
| 第22行: | 第24行: | ||
color: #ddd; | color: #ddd; | ||
z-index: -1; | z-index: -1; | ||
margin: -. | margin-left: 80%; | ||
margin-top: -.6em; | |||
position: absolute; | position: absolute; | ||
font: bold 9em arial; | font: bold 9em arial; | ||
| 第61行: | 第64行: | ||
.WikiaPage h1:hover:after{ | .WikiaPage h1:hover:after{ | ||
content:"\2764"; | content:"\2764"; | ||
color:# | color:#e1cebb; | ||
font-size:.5em ; | font-size:.5em ; | ||
} | } | ||
| 第73行: | 第76行: | ||
}*/ | }*/ | ||
.WikiaPage h3:hover:after{ | .WikiaPage h3:hover:after{ | ||
content:"\B6";color:# | content:"\B6";color:#e1cebb;font-size:.6em; | ||
} | } | ||
2018年6月21日 (四) 09:36的版本
body {
font-family: "Helvetica Neue",Helvetica,"Microsoft Yahei",Arial,sans-serif;
}
rt {
font-size:62.5%;
}
blockquote {
padding: .8em 1em;
margin: 0 16em 0 1em;
font-size: unset!important;
}
blockquote:before {
content: open-quote;
color: #ddd;
z-index: -1;
margin-top: -.3em;
position: absolute;
font: bold 9em arial;
}
blockquote:after {
content: close-quote;
color: #ddd;
z-index: -1;
margin-left: 80%;
margin-top: -.6em;
position: absolute;
font: bold 9em arial;
}
.WikiaArticle dl {
border-radius:8px;
border-left: 4px solid #c5d4c5;
}
.WikiaArticle dt {
font-weight: unset;
border-left: 4px solid transparent;
}
.WikiaArticle dd {
font-size: 87.5%;
}
a.mw-redirect {
color: #009688;
}
.allpagesredirect a.mw-redirect {
color: silver;
font: normal small-caps small sans-serif;
}
.WikiaArticle h3 {
border-bottom: 1px solid #ECEFF1;
margin-left: .5em;
}
/* i play a css */
/*body{
counter-reset: section;
}*/
.WikiaPage h1:hover:after, .WikiaPage h3:hover:after{position: absolute;}
/*.WikiaPage h1{
counter-reset: subsection;
}*/
.WikiaPage h1:hover:after{
content:"\2764";
color:#e1cebb;
font-size:.5em ;
}
/*.WikiaPage h2:before{
counter-increment:section;
content:counter(section)"\B6";color:gray;font-size:.8em;
}
.WikiaPage h3:before{
counter-increment:subsection;
content: counter(section) "." counter(subsection)"\B6";color:gray;font-size:.8em;
}*/
.WikiaPage h3:hover:after{
content:"\B6";color:#e1cebb;font-size:.6em;
}