Harry Potter Wiki
Advertisement
Harry Potter Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

/* === Hide "Image added by" on articles === */
 .picture-attribution { display:none !important; }
Advertisement