Logo Creation Wiki
Advertisement

← Back to Stock Themes

Green Obsession Screenshot

Green Obsession, based on Wikia's Obsession

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

Page:

  • Button: 0C710A
  • Links: 0ABD4F
  • Header: 002E06
  • Color: 001703

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://images4.wikia.nocookie.net/logocreation/images/d/d3/Green_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