Jump to content

MediaWiki:Common.css: Difference between revisions

Add infoboxes
 
this might look nicer
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
border: 1px solid #121212;
border-spacing: 3px;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
/* @noflip */
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
Line 72: Line 70:
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
}
.ambox blockquote {
    margin: 0;
}
}