MediaWiki:Monobook.css

From CNM Wiki
Revision as of 21:53, May 25, 2011 by Stern (talk | contribs)
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 */
/* parent styles:  https://wiki.inside.anl.gov/wiki_cnm/skins/monobook/main.css */

#f-poweredbyico { display: none; }

/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_remove_the_article.2Fedit_etc_tabs.3F */
/*
li#ca-edit,
li#pt-preferences,
li#pt-logout,
*/
li#ca-nstab-main,
li#ca-talk,
li#ca-viewsource,
li#ca-nstab-special,
li#ca-history,
li#ca-delete,
li#ca-move,
li#ca-protect,
li#ca-watch,
li#ca-unwatch,
li#pt-userpage,
li#pt-login,
li#pt-mytalk,
li#pt-watchlist,
li#pt-mycontris,
#p-navigation h5,
#p-authoring h5,
#p-search h5,
#p-tb h5,
#searchGoButton {
        display:none;
}

/* 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: 2ex; }
  h3 { line-height: 200%; margin-top: 1ex; }
  h4 { line-height: 200%; margin-top: 1ex; }

  #footer, #catlinks, #userloginForm,
  #p-navigation .pBody, #p-authoring .pBody, #p-search .pBody, #p-tb .pBody {
	background: none;
	border: none;
  }

  #p-authoring, #p-tb {
        opacity: 0.4
  }

  /*  http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_footer.3F */
  #footer {
	margin: 0 0 1em 0;
	padding: 0;
  }

  /* better set off the category links box (identified by inspecting HTML output) */
  /* https://wiki.anl.gov/wiki_cnm/skins/monobook/main.css?207 */
  #catlinks {
	border-top: 1px solid #aaa;
	margin-top: 6ex;
  }
}