MediaWiki:Common.css

From PokéHeroes Wiki
Revision as of 22:04, 8 April 2014 by Max (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
body{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
body.page-Main_Page h1.firstHeading { display: none; }
#header
{
	/* Formating */
	position: relative;
	width: 700px;
	height: 175px;
	left: 50%;
	margin-left: -350px;
	margin-top: 25px;
	
	/* Color */
	border: 1.5px solid #202e77;
	background: url(http://www.pokeheroes.com/styles/basic/header_img2.png) no-repeat;
	font-family: Times New Roman;
}
div#mw-panel {
    position:fixed;
}
#n-Back-to-the-Main-site {
font-size: 20px;
}
#ca-talk { display:none!important; }


LI#t-whatlinkshere, LI#t-recentchangeslinked, LI#t-upload, LI#t-specialpages, LI#t-print, LI#t-permalink, LI#t-info { display:none!important; }