MediaWiki:Monobook.css: Difference between revisions

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


   #catlinks {
   #catlinks {
margin-top: 4ex;
margin-top: 6ex;
   }
   }



Revision as of 20:11, 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; }
  body { margin-left: 1em; }

  h1 { line-height: 120%; font-size: 188%; }
  h2 { line-height: 180%; }
  h3 { line-height: 180%; }
  h4 { line-height: 180%; }

  #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;
  }

}