MediaWiki:Common.css: Difference between revisions
From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
margin-left:auto !important; | margin-left:auto !important; | ||
margin-right:auto; | margin-right:auto; | ||
max-width: | max-width: 720px; | ||
} | } | ||
Line 30: | Line 30: | ||
margin-left: auto !important; | margin-left: auto !important; | ||
margin-right: auto; | margin-right: auto; | ||
max-width: | max-width: 720px; | ||
} | } | ||
Line 37: | Line 37: | ||
margin-left: auto !important; | margin-left: auto !important; | ||
margin-right: auto; | margin-right: auto; | ||
max-width: | max-width: 720px; | ||
top: 0; | top: 0; | ||
} | } |
Revision as of 02:18, 20 June 2019
/* CSS placed here will be applied to all skins */ .columnizeme ul { display: block; } .columnizeme-3 ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; } /* Set body text size to 13px */ #bodyContent { font-size: 0.813em; color: #000000; } .mw-body-content { line-height: 1.45; } /* working ... */ #content{ margin-left:auto !important; margin-right:auto; max-width: 720px; } #footer { margin-left: auto !important; margin-right: auto; max-width: 720px; } /* testing */ #mw-navigation { margin-left: auto !important; margin-right: auto; max-width: 720px; top: 0; }