MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body { color: #5a7425; font-size: 24px; font-family: "Courier New"; }
body { color: #5a7425; font-size: 24px; font-family: "Arial"; }
globalWrapper {
globalWrapper {
position:relative; font-size: 127%; width: 750px;; margin-left:auto; margin-right:auto; padding: 0; }
position:relative; font-size: 127%; width: 800px;; margin-left:auto; margin-right:auto; padding: 0; }

Revision as of 13:20, 26 July 2023

/* CSS placed here will be applied to all skins */
body { color: #5a7425; font-size: 24px; font-family: "Arial"; }
globalWrapper {
position:relative; font-size: 127%; width: 800px;; margin-left:auto; margin-right:auto; padding: 0; }