User:H78c67c/enlargecontent.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
English: Why enlargecontent.css? That's because browsers' default enlarging tool and/or operating systems' magnifying tool would make the page contents align incorrectly. With enlargecontent.css, you can disable your browsers' and/or operating systems' magnifying tool and surf wikis (based on MediaWiki) without problems and obstacles!
*/
body{
	font-size:125%;
}
#content{
	font-size:130%;
}
.editor{
	font-size:150%;
}