Logo Creation Wiki
Advertisement

← Back to Stock Themes

Blue Obsession Screenshot

Blue Obsession, based on Wikia's Obsession

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

Page:

  • Button: 0A0C71
  • Links: 4F0ABD
  • Header: 06002E
  • Color: 030017

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/c/cd/Blue_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