MediaWiki:Common.css: Difference between revisions

From RollerCoaster Tycoon Wiki Wiki, the RollerCoaster Tycoon encyclopedia that anyone can edit.
Content added Content deleted
No edit summary
No edit summary
Line 68: Line 68:
.infobox {
.infobox {
border:1px solid silver
border:1px solid silver
float:left;
float:right;
clear:left;
clear:right;
postion:absolute;
postion:absolute;
left:250px;
right:250px;
width:250px;
width:250px;
min-width:250px;
min-width:250px;
Line 77: Line 77:
color: transparent
color: transparent
border-collapse:separate;
border-collapse:separate;
margin-right:5px;
margin-left:5px;
}
}

Revision as of 23:19, 26 August 2011

/** CSS placed here will be applied to all skins */

/* Hide title and tagline on Main Page */
body.page-RollerCoaster_Tycoon_Wiki h1.firstHeading, body.page-RollerCoaster_Tycoon_Wiki #siteSub { 
    display:none;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

element.style {
    border:1px solid #000000;
}

a:visited {
	color: #003C82;
}

input#searchInput {
background-color:#A0B771;
border-color:#718746;
}

table
  background-color:#FFFFFF;
  border:0px;
  margin-top: 0px;
}

.catlinks {
  background-color:#FCDE8A;
  border:0px solid #000000;
}

#content {
 -moz-border-radius-topleft: 1.2em;
 -moz-border-radius-bottomleft: 1.4em;
 -moz-border-radius-topright: 1.4em;
 -moz-border-radius-bottomright: 1.4em;
}

#p-cactions ul li, #p-cactions ul li a {
 -moz-border-radius-topleft: 0.4em;
 -moz-border-radius-topright: 0.4em; 
}

code {
	background-color:#FDD355;
}

.WikiaArticle .toc {
  background-color:transparent;
  border:1px solid silver
  float:right;
  right:250px;
  width:250px;
  min-width:250px;
  max-width:250px;
  color:#2f2cb8;
  border-collapse:separate;
  margin-left:5px;
}

.infobox {
  border:1px solid silver
  float:right;
  clear:right;
  postion:absolute;
  right:250px;
  width:250px;
  min-width:250px;
  max-width:250px;
  color: transparent
  border-collapse:separate;
  margin-left:5px;
}