Pybot Wiki
Advertisement

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.
//Sitenotice: the notion of prepending to $WikiaArticle came from [[User:Cåm]]
 
//$('#WikiaArticle').prepend('<div style="border:2px solid black;background-color:ghostwhite;border-radius:5px;padding:10px;width:100%">This wiki is having a bit of a facelift. Please bear with us as we try to get it finished.</div>');
 
$('#WikiaArticle').prepend('<div style="color:#012c57;font-family:Raleway;padding:10px;background-image: -ms-linear-gradient(left, #8BADCE 0%, #8BBBDF 100%); background-image: -moz-linear-gradient(left, #8BADCE 0%, #8BBBDF 100%); background-image: -o-linear-gradient(left, #8BADCE 0%, #8BBBDF 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8BADCE), color-stop(1, #8BBBDF)); background-image: -webkit-linear-gradient(left, #8BADCE 0%, #8BBBDF 100%); background-image: linear-gradient(to right, #8BADCE 0%, #8BBBDF 100%);text-align:center;margin-left:auto;margin-right:auto;margin-bottom:20px;"><a href="http://tardis.wikia.com/wiki/Tardis_Trivia_Quizzes" style=color:whitesmoke;background:none;font-weight:600>Take our 50th anniversary quizzes.</a> <span style=font-weight:600>If you don\'t mind begging for mercy.</span></div>');
Advertisement