MediaWiki:Wikia.css

From RollerCoaster Tycoon Wiki Wiki, the RollerCoaster Tycoon encyclopedia that anyone can edit.
Revision as of 00:54, 2 April 2011 by Dolphanatic (talk | contribs)

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.
/* import Common.css so it serves its function - 2/1/11  */
@import url("http://rct.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

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;
}