Scott Pilgrim 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.
/******************************/
/******SKIN CUSTOMISATION******/
/******************************/

body.mediawiki  { 
   background:#262626 url(http://images2.wikia.nocookie.net/scottpilgrim/images/8/88/SP_Wallpaper.jpg) fixed center top no-repeat !important;
}

.WikiaPage {
   border: 1px solid black;
   box-shadow: 0 0 1em black;
}

.WikiaHeader .AccountNavigation .subnav.show a { color: #BCF6B8; }

.WikiaFooter .tools-menu a {
    color: #fff;
}

.WikiaHeader .AccountNavigation a {
    color:#fff;
}

.WikiaPagesOnWikiModule .sprite.new {
     top: 0px;
}

.WikiHeader .buttons a {
    -moz-box-shadow: 0 0 3px black;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
}

.wikia-menu-button ul a {
    color: Black;
}

.WikiHeaderRestyle > nav .subnav-3 { width: 175px; } 
.WikiHeaderRestyle > nav .subnav-3 li a { width: 157px; } 
.WikiHeaderRestyle > nav { width: 725px; }

a.comments > .commentsbubble {background-color:#404040; border:#404040;}
a.comments > .commentsbubble::after {border-color: #404040 #404040 transparent;} a.comments > .commentsbubble::before {border-color: #404040 #404040 transparent;}

/**********************************/
/******END SKIN CUSTOMISATION******/
/**********************************/


/* Infobox template style */
.infobox {
   border: 1px solid #404040;
   background-color: #222;
   color: white;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #404040;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infoboxbg2 {
   background-image:url(http://images1.wikia.nocookie.net/callofduty/images/8/8a/Wiki-background.jpg) !important;
}
.infoboxbg2 a {
   color: lightgrey !important;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #404040;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* Navboxes skin */

table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox td.navbox-group {
    white-space:nowrap !important;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Wikitable/Prettytable class for skinning normal tables. */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #F9F9F9;
    border: 1px #aaa solid;
    border-collapse: collapse;
    color: black;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #F2F2F2;
    text-align: center;
    color: black;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
    text-align: right;

}

/* Formatting for "hidden" Appearances section; cc-by-nc by [[w:c:MemoryAlpha:User:Bp]] at [[w:c:MemoryAlpha:User:Bp/interactive tree script]] */
.hiddenlist { display:none; }
.visiblelist { display:block; }

.listexpand { text-decoration: none; color: #002BB8; }
.listexpand:hover { text-decoration: underline; color: #002BB8; }

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #aaa;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}
div.thumb {
   margin: 2px;
   margin-left: 6px;
}

div.thumbinner {
   background: inherit;
   border: none;
}
#article div.thumb {
   color:inherit;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}
/*--------------------------*/
/* HILIGHTED USERNAMES LIST */
/*--------------------------*/
/*
------------
INSTRUCTIONS
------------

The order that names appear on this list determine which title takes precedence.  
A user will be marked by the last entry in this list, no matter how many entries they have.  

A user will be marked with the last designation on this list that they have:
* Adminstrator/Sysop
* Bureaucrat
* vstf/Helper
* Staff

Try to keep these lists alphabetised instead of adding to the end. 

This is from the RuneScape wiki. Credits to them please.

*/

/* Bots */

a[href="/wiki/User:BotZero"],
a[href="/wiki/User:Wikia"]{ color:#ff8800 !important; }

/* Sysops */

a[href="/wiki/User:GideonGraves"],
a[href="/wiki/User:MisterRandom2"] { color:#32CD32 !important; }

/* Crats */

a[href="/wiki/User:KATANAGOD"],
a[href="/wiki/User:Myself_123"],
a[href="/wiki/User:Scarecroe"] { color:#66AAFF !important; }

/* Helpers */

a[href="/wiki/User:Berniebentablo"],
a[href="/wiki/User:Bola"],
a[href="/wiki/User:Cizagna"],
a[href="/wiki/User:E.Nicole"],
a[href="/wiki/User:Game_widow"],
a[href="/wiki/User:JParanoid"],
a[href="/wiki/User:Kmanwing"],
a[href="/wiki/User:Laximilian_scoken"],
a[href="/wiki/User:Martine_Lund"],
a[href="/wiki/User:Merrystar"],
a[href="/wiki/User:Peteparker"],
a[href="/wiki/User:Playsonic2"],
a[href="/wiki/User:Schikado"],
a[href="/wiki/User:Snippius"],
a[href="/wiki/User:Tommy6"],
a[href="/wiki/User:Urai_Fen"],
a[href="/wiki/User:VERITĀS_ĀÉQUITĀS"],
a[href="/wiki/User:Zeyi"] { color:#9B30FF !important; }

/* VSTF */

a[href="/wiki/User:Eulalia459678"],
a[href="/wiki/User:Grunny"],
a[href="/wiki/User:Exlex"],
a[href="/wiki/User:Nifky"],
a[href="/wiki/User:Ose"],
a[href="/wiki/User:Randomtime"],
a[href="/wiki/User:VegaDark"],
a[href="/wiki/User:VSTF_Bot"],
a[href="/wiki/User:Peteparker"],
a[href="/wiki/User:Sactage"] { color:#C0C0C0  !important; }

/* Staff */

a[href="/wiki/User:Adamarket"],
a[href="/wiki/User:Adi3ek"],
a[href="/wiki/User:AgaCh"],
a[href="/wiki/User:Ana_Yoerg"],
a[href="/wiki/User:Andrzej.swedrzynski"],
a[href="/wiki/User:Angela"],
a[href="/wiki/User:Angies"],
a[href="/wiki/User:Avatar"],
a[href="/wiki/User:Awallin"],
a[href="/wiki/User:Bhuseby1"],
a[href="/wiki/User:BillK"],
a[href="/wiki/User:BladeBronson"],
a[href="/wiki/User:Brandon_Rhea"],
a[href="/wiki/User:CommodoreR"],
a[href="/wiki/User:Crucially"],
a[href="/wiki/User:DaNASCAT"],
a[href="/wiki/User:Dmurphy"],
a[href="/wiki/User:Elle_Bee"],
a[href="/wiki/User:Eloy.wikia"],
a[href="/wiki/User:Emil"],
a[href="/wiki/User:Garthwebb"],
a[href="/wiki/User:Gil"],
a[href="/wiki/User:Gorillamania"],
a[href="/wiki/User:Grunny"],
a[href="/wiki/User:Hellatainer"],
a[href="/wiki/User:Heyemcali"],
a[href="/wiki/User:Inez"],
a[href="/wiki/User:Jacqueline_Koob"],
a[href="/wiki/User:Janicke"],
a[href="/wiki/User:Jasonc-wikia"],
a[href="/wiki/User:Jennyc345"],
a[href="/wiki/User:Jimbo_Wales"],
a[href="/wiki/User:Jessica_Ulin"],
a[href="/wiki/User:JoePlay"],
a[href="/wiki/User:JeskaD"],
a[href="/wiki/User:Kacieh"],
a[href="/wiki/User:Kimberly_McCollister"],
a[href="/wiki/User:Kirkburn"],
a[href="/wiki/User:Kosmos1209"],
a[href="/wiki/User:KyleH"],
a[href="/wiki/User:Lilstig"],
a[href="/wiki/User:Lleowen"],
a[href="/wiki/User:Lox_federico"],
a[href="/wiki/User:Macbre"],
a[href="/wiki/User:MarkvA"],
a[href="/wiki/User:Marooned"],
a[href="/wiki/User:Mike_Schwartz"],
a[href="/wiki/User:Moli.wikia"],
a[href="/wiki/User:Mta%C3%84"],
a[href="/wiki/User:Nickoneill"],
a[href="/wiki/User:Ohmyn0"],
a[href="/wiki/User:OwenDavis"],
a[href="/wiki/User:Ppiotr"],
a[href="/wiki/User:Przemek_wikia"],
a[href="/wiki/User:Ri3mann"],
a[href="/wiki/User:Sannse"],
a[href="/wiki/User:Sarah_Manley"],
a[href="/wiki/User:Sean_Colombo"],
a[href="/wiki/User:Shahid"],
a[href="/wiki/User:Shareif"],
a[href="/wiki/User:Socrat.wikia"],
a[href="/wiki/User:Soldierscuzzy"],
a[href="/wiki/User:Supernitin"], 
a[href="/wiki/User:Susan_Taylor"],
a[href="/wiki/User:Taelovesthesharks"],
a[href="/wiki/User:Timz"],
a[href="/wiki/User:TomekO"],
a[href="/wiki/User:TOR"],
a[href="/wiki/User:Toughpigs"],
a[href="/wiki/User:VickyBC"],
a[href="/wiki/User:Wagnike2"],
a[href="/wiki/User:Wladekb"],
a[href="/wiki/User:WikiaStaff"],
a[href="/wiki/User:Xean"] { color:#DDAA00 !important; }

a[href="/wiki/User:Joeyaa"] {color:#DDAA00 !important;}


/* Background to make transparency show up on image description pages. */
#file img {background: url("http://images.wikia.com/runescape/images/5/5d/Checker-16x16.png") repeat; }

/* Import MediaWiki:Common.css */
@import url("/index.php?title=MediaWiki:Common.css&ctype=text/css&action=raw");

/* Blog list tweaks*/

.WikiaBlogListingBox {
   font-size: 100%;
   float: none;
   clear: none;
   border: none;
   padding: 0;
   background: transparent;
   display: block !important
   line-height: 16px;
   width: auto !important;
}

.WikiaBlogListingBox .wikia-button,
.more {
   display: none;
}

.WikiaBlogListingBox details .avatar {
   border: 1px solid #D9D9D9;
}
Advertisement