MediaWiki:Vector.css

From Halopedia, the Halo wiki

Revision as of 16:23, October 17, 2010 by Jack Phoenix (talk | contribs) (coding style tweaks)

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 Vector skin */

body {
	background: #F6F6F6 url(images/fullheader3.jpg) repeat-x left top;
}

#mw-page-base {
	background: #FFFFFF url(images/fullheader3.jpg) repeat-x left top;
}

#p-logo a {
	height: 177px;
}

#p-logo {
	height: 177px;
}

tt, code, pre {
	font-family: monospace, sans-serif;
}

.smalltoptext {
	margin-top: -35px;
}

body.page-Main_Page #footer-info-lastmod { 
	display: none;
}

.portal {
	margin-top: -26px;
}

.portal#p-Navigation {
	margin-top: 0;
}

.portal#p-Navigation h5 a {
	color: #444444;
}

.portal#p-Games {
	margin-top: -24px;
}

.portal#p-tb {
	margin-top: -20px;
}

#p-personal li a {
	color: #000000;
}

#mw-panel div.portal div.body ul {
	padding-left: 7px;
}

#mw-panel div.portal#p-Navigation div.body ul, #mw-panel div.portal#p-tb div.body ul {
	padding-left: 0;
}

#mw-panel div.portal div.body {
	background-image: none;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
}

#mw-panel div.portal#p-Navigation div.body, #mw-panel div.portal#p-tb div.body {
	background-image: url(skins/vector/images/portal-break.png);
	padding-top: 0.5em;
	padding-bottom: 0;
}

li#pt-userpage,
li#pt-anonuserpage {
	font-weight: bold;
}