View source for MediaWiki:Common.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
width: 300px;
font-size: 90%;
margin-top: 20px;
margin-bottom: 20px;
}
.infobox th {
background-color: #e0e0e0;
padding: 2px 5px;
text-align: center;
}
.infobox td {
padding: 2px 5px;
}
000
1:0
Return to MediaWiki:Common.css.