Difference between revisions of "MediaWiki:Common.css"
(Tag: Undo) |
|||
Line 15: | Line 15: | ||
text-align: center; | text-align: center; | ||
padding: 2px 5px; | padding: 2px 5px; | ||
+ | text-align: center; | ||
+ | background-color: #cccccc; | ||
} | } | ||
Revision as of 07:34, 24 April 2024
/* 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 td .infobox-left {
background-color: #e0e0e0;
text-align: center;
padding: 2px 5px;
text-align: center;
background-color: #cccccc;
}
.infobox td {
padding: 2px 5px;
}