- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
>CDRW |
m (blockquote) |
||
Line 1: | Line 1: | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ | /***** CSS placed here will be applied to all skins on the entire site. *****/ | ||
− | /* Mark redirects in Special:Allpages and Special:Watchlist */ | + | /* Mark redirects in Special:Allpages and Special:Watchlist |
+ | -------------------------------*/ | ||
.allpagesredirect { | .allpagesredirect { | ||
font-style: italic; | font-style: italic; | ||
Line 10: | Line 11: | ||
.watchlistredir { | .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Blockquote Styling | ||
+ | -------------------------------*/ | ||
+ | blockquote { | ||
+ | background: #f9f9f9; | ||
+ | border-left: 10px solid #ccc; | ||
+ | margin: 1.5em 10px; | ||
+ | padding: 0.5em 10px; | ||
+ | quotes: "\201C""\201D""\2018""\2019"; | ||
+ | } | ||
+ | blockquote:before { | ||
+ | color: #ccc; | ||
+ | content: open-quote; | ||
+ | font-size: 4em; | ||
+ | line-height: 0.1em; | ||
+ | margin-right: 0.25em; | ||
+ | vertical-align: -0.4em; | ||
+ | } | ||
+ | blockquote p { | ||
+ | display: inline; | ||
} | } |
Revision as of 14:33, 27 January 2015
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist
-------------------------------*/
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Blockquote Styling
-------------------------------*/
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}