Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "table.navbox { width: 90%; margin: auto; }") |
m |
||
| Line 2: | Line 2: | ||
width: 90%; | width: 90%; | ||
margin: auto; | margin: auto; | ||
| + | border: #ddd 1px solid; | ||
| + | } | ||
| + | |||
| + | .navbox-header { | ||
| + | background: #eef; | ||
| + | } | ||
| + | |||
| + | .navbox-header .mw-collapsible-toggle { | ||
| + | font-size: 12px; | ||
} | } | ||
Revision as of 11:24, 19 May 2020
table.navbox {
width: 90%;
margin: auto;
border: #ddd 1px solid;
}
.navbox-header {
background: #eef;
}
.navbox-header .mw-collapsible-toggle {
font-size: 12px;
}