Logo Creation Wiki
Advertisement

← Back to Stock Themes

note: not the new look but will have a screenshot later

Aqua Obsession, was based on Wikia's Obsession

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

Page:

  • Button: 0A1716
  • Links: 20A2F3
  • Header: 00282E
  • Color: 001417

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/a/ad/Aqua_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