Difference between revisions of "MediaWiki:Monobook.css"

From AetoliaWiki
Jump to navigation Jump to search
m (Replaced content with '→‎Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL: body { background-color: #080808; }')
m
Line 3: Line 3:
body
body
{
{
  background-color: #080808;
  background-color: #0f0f0f;
  background-image: url('http://wiki.aetolia.com/mediawiki/images/0/0b/BGGradient.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-attachment: fixed;
}
}

Revision as of 00:53, 5 May 2011

/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */

body
{
  background-color: #0f0f0f;
  background-image: url('http://wiki.aetolia.com/mediawiki/images/0/0b/BGGradient.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-attachment: fixed;
}