MediaWiki:Monobook.css: Difference between revisions

From CNM Wiki
Jump to navigation Jump to search
m (set @media to customize screen appearance only)
m (set leading for h1)
Line 4: Line 4:
/* http://www.w3.org/TR/CSS2/media.html */
/* http://www.w3.org/TR/CSS2/media.html */
@media screen {
@media screen {
  h1 { font-size: 188%; line-height: 120% }


   /*  http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_footer.3F */
   /*  http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_footer.3F */

Revision as of 03:43, February 5, 2009

/* 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 {

  h1 { font-size: 188%; line-height: 120% }

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

}