User:Lowellian/monobook.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.
/*<PRE><NOWIKI>*/

/* Content */
#bodyContent P { font-size: 10pt; }
H1 { font-family: Verdana, Arial; font-weight: bold; }
H2 { font-weight: bold; }
H3 { }
H4 { }

/* Banners, solicitations, warnings */
#siteNotice { display: none; } /* MediaWiki:Sitenotice */
	/* Announcements and solicitations in header of all pages */
#jswarning { display: none; } /* MediaWiki:Jswarning */
	/* Appears on *.css and *.js pages only */
#newarticletext { display: none; } /* MediaWiki:Newarticletext */
	/* Appears above editing textbox when editing an uncreated article */
#editpage-copywarn { display: none; } /* MediaWiki:Copyrightwarning */
	/* Big warning against violating copyright
	appearing below editing textbox when editing an article */
#editpage-copywarn3 { display: none; } /* part of MediaWiki:Edittools */
	/* Smaller warning against violating copyright appearing above
	special characters editing shortcuts box when editing an article */
#editpage-copywarn2 { display: none; } /* part of MediaWiki:Edittools */
	/* Smaller warning that edits will be public domain appearing below
	special characters editing shortcuts box when editing an article */
#footer { display: none; }
	/* Credits and information about MediaWiki and Wikipedia
	in footer of all pages */

/*</NOWIKI></PRE>*/