MediaWiki:Common.css

From Halopedia, the Halo wiki

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

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 be applied to all skins */

.smalltoptext {
	font-size: 108%;
	float: right;
	position: absolute;
	right: 1.5em;
	top: 0px;
	white-space: nowrap;
}

.spoiler {
	width: 70%;
	padding: 0.2em;
	margin: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.easywrap {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}

.catlinks {
	background: #f9f9f9 url(/images/chiefcat.jpg) no-repeat top right;
}

pre { 
	overflow: auto;
}

#disambig {
	border-top: 3px double #cccccc; 
	border-bottom: 3px double #cccccc;
}

.sigbox {
	background: url(/images/sigboxbg.png) no-repeat top left;
	min-height: 35px;
	min-width: 295px;
}

ol.references {
	font-size: 90%;
}

.references-small {
	font-size: 80%;
}

ol.references > li:target {
	background-color: #ddeeff;
}

sup.reference:target {
	background-color: #ddeeff;
}

.references {
	font-size: 92%;
}

#file img {
	background: url(/images/Checker-16x16.png) repeat;
}

html .thumbimage {
	background: white;
}

.cleared {
	clear: both;
}

.IntroPageBox {
	background-color: #ffe;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.IntroPageBox div.tright {
	border-color: transparent !important;
}

/* Main Page */
.mainpagebox {
	background: #F4F4FF;
	border: 3px solid #005CA8;
	padding: 2px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.mainpagebox#mainbox {
	padding: .5em 1em 1em;
}

.mainpagebox#nav {
	font-size: 120%;
	padding-bottom: 5px;
	background-color: #FDFDFF;
	border: 3px solid #999;
}

.mainpagebox#announce {
	text-align: center;
	padding: 0 2px 0 2px;
	margin-top: 10px;
}

.MainTopText a {
	color: black !important;
	text-decoration: none;
}

.MainTopText a:hover {
	color: black;
	text-decoration: underline;
}

body.page-Main_Page h1.firstHeading {
	display: none;
}
body.page-Main_Page #bodyContent {
	margin-top: 16px;
}

/* Meet the Community */
.random-users-avatars {
	padding: 0px 0px 0px 10px;
}
 
.random-users-avatars h2 {
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 8px 0px;
}
 
.random-users-avatars img {
	border: 1px solid #DCDCDC;
	display: block;
	float: left;
	height: 50px;
	margin: 0px 8px 8px 0px;
	width: 50px;
}

body.page-Special_UpdateProfile_custom h1,
body.page-Special_UploadAvatar h1 {
	display: none;
}

.mp-welcome-points {
	width: 50%;
}

/*** Custom Wallpaper ***/
.odst { 
	background: url('http://images3.wikia.nocookie.net/joeplayground/images/4/46/ODSTbg4.jpg') no-repeat center top !important;
}

.odst a {
	color: #1AAAE7;
}

.opacity70 {
	background: url('http://images2.wikia.nocookie.net/joeplayground/images/c/ca/70opacity.png') repeat;
}

.rookie { 
	background: url('http://images1.wikia.nocookie.net/halofanon/images/c/c2/BG_-_ODST.png') no-repeat center top !important;
}

.rookie a {
	color: #1AAAE7;
}

.reach { 
	background: url('http://www.halopedian.com/images/5/5b/Halo_Reach_-_User_Wallpaper.jpg') no-repeat center top !important;
}

.reach a {
	color: #1AAAE7;
}

.noble { 
	background: url('http://www.halopedian.com/images/d/df/Halo_Reach_-_Visual_ID.jpg') no-repeat center top !important;
}

.noble a {
	color: #1AAAE7;
}

.property {
	background: url('http://images4.wikia.nocookie.net/oni/images/6/6c/ONI_Property.jpg') no-repeat center top !important;
}

.property a {
	color: #1AAAE7;
}

.censor {
	background: url('http://images3.wikia.nocookie.net/oni/images/4/48/ONI_Censored.jpg') no-repeat center top !important;
}

.censor a {
	color: #1AAAE7;
}

/*** Reach portal ***/
.reachbg {
	background: url(http://www.halopedian.com/images/8/8b/ReachBG.jpg) no-repeat center top !important;
}

.reachbg a {
	color: #0099D9 !important;
}

.doomed {
	background: url('http://www.halopedian.com/images/0/09/Doomed.jpg') no-repeat center top !important;
}

.doomed a {
	color: #1AAAE7;
}