Logo Creation Wiki
Register
Advertisement

← Back to Stock Themes

Alternate Obsession Screenshot

Alternative Obsession, based on Wikia's Obsession

General Changes from the original:

  • red background gradient for wiki and header, instead of black

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

  • Background Color: 000000
  • Graphic: background.png, save and load from disk when asked.

Page:

  • Button: 710A0C
  • Links: F36F1F
  • Header: 2F0600
  • Color: 170300

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://images.wikia.com/common/skins/monaco/obsession/images/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