MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: body { color: #5a7425; font-size: 12px; font-family: "Courier New"; }")
 
No edit summary
 
(3 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 { color: #5a7425; font-size: 12px; font-family: "Courier New"; }
/* 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; } */

Latest revision as of 01:38, 27 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; } */