Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 14:33, 27 January 2015
430 bytes added
,
9 years ago
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;
}
}
Dragonjet
15
edits