Harry Potter Wiki
Harry Potter Wiki
No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
/* custom background image for book club blog post */
  +
.page-User_blog_Ericmoro_Transcripts_From_Harry_Potter_Book_Club_Chat_Part_1 {
  +
background: #00385D url(http://images4.wikia.nocookie.net/wikiaglobal/images/1/13/BookClubBackground.jpg) center top fixed no-repeat;
  +
}
  +
 
/* Hack to fix things like the infoboxes and other issues */
 
/* Hack to fix things like the infoboxes and other issues */
 
@import "http://harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
 
@import "http://harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

Revision as of 21:53, 3 July 2012

/* custom background image for book club blog post */
.page-User_blog_Ericmoro_Transcripts_From_Harry_Potter_Book_Club_Chat_Part_1 {
   background: #00385D url(http://images4.wikia.nocookie.net/wikiaglobal/images/1/13/BookClubBackground.jpg) center top fixed no-repeat;
}

/* Hack to fix things like the infoboxes and other issues */
@import "http://harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* removing ugly outline of infoboxes */
.WikiaArticle .infobox {
	border: 0px !important;
}

/* Fix for rewrite title */
#title-meta i { font-style: italic !important; }

body {
    background-attachment: fixed !important;
}