MediaWiki:Common.css: Difference between revisions
From ChamoruWiki
Jump to navigationJump to search
No edit summary Tags: Manual revert Reverted |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
font-size: | font-size: 80%; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } | ||
| Line 8: | Line 8: | ||
table { | table { | ||
font-size: 95%; | font-size: 95%; | ||
} | |||
.mw-body { | |||
max-width: 1000px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.mw-page-container { | |||
max-width: 1000px; | |||
margin: auto; | |||
} | } | ||
Latest revision as of 03:35, 29 April 2026
/* CSS placed here will be applied to all skins */
body {
font-size: 80%;
line-height: 1.5;
}
/* Optional: bump table and infobox fonts slightly */
.infobox,
table {
font-size: 95%;
}
.mw-body {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.mw-page-container {
max-width: 1000px;
margin: auto;
}