Logo Creation Wiki
Advertisement

← Back to Stock Themes

Orange Obsession Screenshot

Orange Obsession, based on Wikia's Obsession

To use this Theme: Use the ThemeDesigner on your wiki and use the following info:

Page:

  • Button: E17714
  • Links: F9ED95
  • Header: 2A1A00
  • Color: 161100

Custom Fixes[]

Add to MediaWiki:Wikia.css on your wiki.

This fixes horizontal tiling of the background image, change the location of image as necessary:

body {
	background: #000 repeat-x;
	background-image: url(http://images2.wikia.nocookie.net/logocreation/images/1/1c/Orange_Obsession_background.png);
	background-attachment: fixed;
}
/* history diff color fix */
td.diff-deletedline {background-color: #331100;}
td.diff-addedline {background-color: #002E06;}
.WikiaArticle td.diff-deletedline, .WikiaArticle td.diff-addedline {color:#FFFFFF;}
/* Recent Changes*/
.mw-plusminus-pos {color: #006500;}
.mw-plusminus-neg {color: #8B0000;}

There are more fixes to come.

Advertisement