更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第5行: | 第5行: | ||
blockquote { |
blockquote { |
||
padding: .8em 1em; |
padding: .8em 1em; |
||
background-image: repeating-linear-gradient(#f7f8f7,#f7f8f7 18px,transparent 18px,transparent 20px); |
/* background-image: repeating-linear-gradient(#f7f8f7,#f7f8f7 18px,transparent 18px,transparent 20px);*/ |
||
border-radius:3px; |
border-radius:3px; |
||
margin: 0 16em 0 1em; |
margin: 0 16em 0 1em; |
||
font-size: unset !important; |
font-size: unset !important; |
||
} |
|||
blockquote::before { |
|||
content: open-quote; |
|||
color: #ddd; |
|||
z-index: -1; |
|||
font-size:80px; |
|||
} |
} |
||
2018年6月13日 (三) 05:53的版本
rt {
font-size:62.5%;
}
blockquote {
padding: .8em 1em;
/* background-image: repeating-linear-gradient(#f7f8f7,#f7f8f7 18px,transparent 18px,transparent 20px);*/
border-radius:3px;
margin: 0 16em 0 1em;
font-size: unset !important;
}
blockquote::before {
content: open-quote;
color: #ddd;
z-index: -1;
font-size:80px;
}
.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: silver;
font: normal small-caps small sans-serif;
}
.WikiaArticle h3 {
border-bottom: 1px solid #ECEFF1;
margin-left: .5em;
}