MediaWiki:Monobook.css: Difference between revisions

From CNM Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:


   h1 { line-height: 120%; font-size: 188%; }
   h1 { line-height: 120%; font-size: 188%; }
   h2 { line-height: 180%; }
   h2 { line-height: 180%; margin-top: 0ex; }
   h3 { line-height: 200%; }
   h3 { line-height: 200%; margin-top: 1ex; }
   h4 { line-height: 200%; }
   h4 { line-height: 200%; margin-top: 1ex; }


   /* better set off the category links box (identified by inspecting HTML output) */
   /* better set off the category links box (identified by inspecting HTML output) */

Revision as of 20:17, May 24, 2011

/* CSS placed here will affect users of the Monobook skin */
/* parent styles:  https://wiki.inside.anl.gov/wiki_cnm/skins/monobook/main.css */

/* http://www.w3.org/TR/CSS2/media.html */
@media screen {

  /* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F */
  body.page-Main_Page h1.firstHeading { display:none; }

  h1 { line-height: 120%; font-size: 188%; }
  h2 { line-height: 180%; margin-top: 0ex; }
  h3 { line-height: 200%; margin-top: 1ex; }
  h4 { line-height: 200%; margin-top: 1ex; }

  /* better set off the category links box (identified by inspecting HTML output) */
  #catlinks {
	margin-top: 6ex;
  }

  /*  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;
  }

}