MediaWiki:Monobook.css

From CNM Wiki
Revision as of 16:53, November 25, 2008 by Stern (talk | contribs) (reduce footer margin and padding (same as on "Inside"))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.
/* CSS placed here will affect users of the Monobook skin */

/* https://wiki.inside.anl.gov/wiki_cnm/skins/monobook/main.css
 *  http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_footer.3F
 */
#footer {
	background: none;
	border-top: none;
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0;
/*
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
*/
}