Difference between revisions of "MediaWiki:Common.css"
| Line 14: | Line 14: | ||
.navbox, .navbox-subgroup { | .navbox, .navbox-subgroup { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
| + | } | ||
| + | |||
| + | .navbox-title { | ||
| + | background: #ccccff; | ||
| + | font-size: 110%; | ||
| + | text-align: center; | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | border: 2px solid white; | ||
} | } | ||
Revision as of 22:35, 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;
}
.navbox-title {
background: #ccccff;
font-size: 110%;
text-align: center;
padding-left: 1em;
padding-right: 1em;
border: 2px solid white;
}