MediaWiki:Common.css: Difference between revisions
Ranarian created the page MediaWiki:Common.css using a non-default content model "CSS" |
No edit summary |
||
Line 1: | Line 1: | ||
/* <pre><nowiki> */ | |||
/* Make the list of references smaller */ | |||
ol.references { | |||
font-size: 100%; | |||
} | |||
.references-small { | |||
font-size: 90%; | |||
} | |||
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ | |||
.redirect-in-category, .allpagesredirect { | |||
font-style: italic; | |||
} | |||
/* Avoid collision of blockquote with floating elements by swapping margin and padding */ | |||
blockquote { | |||
overflow: hidden; | |||
margin: 1em 0; | |||
padding: 0 40px; | |||
} | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #aaa; | |||
background-color: #f9f9f9; | |||
color: black; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
} | |||
/* </nowiki></pre> */ |