Harry Potter Wiki
Harry Potter Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
 
/* 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";
  +
 
/* custom background image for book club blog post */
 
/* custom background image for book club blog post */
 
.page-User_blog_Ericmoro_Transcripts_From_Harry_Potter_Book_Club_Chat_Part_1 {
 
.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;
 
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 */
 
/* removing ugly outline of infoboxes */

Revision as of 23:08, 10 July 2012

/* 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";

/* 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;
}

/* 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;
}