MediaWiki:Wikia.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 5: Line 5:


body {
body {
background:#170A2B url("images4.wikia.nocookie.net/__cb20120828033104/rct/images/5/50/Wiki-background") 0 0 repeat-x;
background: url("images4.wikia.nocookie.net/__cb20120828033104/rct/images/5/50/Wiki-background") 0 0 repeat-x;
}
}

Revision as of 04:11, 28 August 2012

/* 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");

/* Temporary fix for the wacked-out background */

body {
    background: url("images4.wikia.nocookie.net/__cb20120828033104/rct/images/5/50/Wiki-background") 0 0 repeat-x;
}