Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: table.navbox { border: 1px solid #aaa; color: black; width: 100%; margin: auto; margin-top: 5px; clear: both; font-si...") |
|||
| Line 10: | Line 10: | ||
text-align: left; | text-align: left; | ||
padding: 1px; | padding: 1px; | ||
| + | } | ||
| + | |||
| + | .navbox, .navbox-subgroup { | ||
| + | background: #f9f9f9; | ||
} | } | ||
Revision as of 22:33, 20 July 2018
/* CSS placed here will be applied to all skins */
table.navbox {
border: 1px solid #aaa;
color: black;
width: 100%;
margin: auto;
margin-top: 5px;
clear: both;
font-size: 90%;
text-align: left;
padding: 1px;
}
.navbox, .navbox-subgroup {
background: #f9f9f9;
}