Stories Of Sodor 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.
/*————————————————————————--*/
/*CSS IMPORTS               */
/*—————————————————————————*/
.portable-infobox .pi-secondary-background {
   background-color: #007acc;
}

.portable-infobox .pi-title {
   background-color: #007acc;
   text-align: center;
   font-size:12pt;color:white !important
}

/* hide all "Add a photo to this gallery" buttons */
.wikia-photogallery-add {
    display: none !important;
}

@font-face {
    font-family: "Flange";
    font-style: normal;
    font-weight: lighter;
    src: local("☺"), url("https://vignette.wikia.nocookie.net/ttte/images/7/71/Flange_BQ_Bold.ttf") format("truetype");
}

h1 {
    font-family: "Flange" !important;
    font-size: 20px;
}

h2 {
    font-family: "Flange" !important;
}

h3 {
    font-family: "Flange" !important;
    }

h4 {
    font-family: "Flange" !important;
    }

em {
    font-family: "Flange" !important;
    }

.WikiHeader {
    font-family: "Flange";
}

.portable-infobox .pi-header{
   background-color: #007acc;
   text-align: center;
   font-size:14pt;color:white !important
}

 
/*--------------------------*/
/* HIGHLIGHTED 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:
* Rollback
* Image controller
* Discussion moderator
* Chat moderator
* Administrator
* Bureaucrat
* Founder
* Head of Community Relations
* Thread moderator
* Content moderator

*/

/* highlight founders with a blue color */

/* highlight bureaucrats with a blue color */
a[href="/wiki/User:Gaming_Blue_Engine_Productions"] {color:deepskyblue !important}

/* highlight administrators with a purple color */
a[href="/wiki/User:Kellyfan"] {color:purple !important}

/* highlight rollback with a red color */
a[href="/wiki/User:TRAIN_TURTLE"] {color:green !important}
a[href="/wiki/User:TrainzFan03"] {color:red !important}
a[href="/wiki/User:2x2x2x2"] {color:deepskyblue !important}
a[href="/wiki/User:Blane4802"] {color:purple !important}
Advertisement