Official Furby Wiki
Advertisement
Official Furby 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.
/* ADD NEW CODE AT https://official-furby.fandom.com/wiki/MediaWiki:Fandomdesktop.css INSTEAD OF HERE */


/* Highlight Usernames */
/* Bureaucrats */
a[href$=":Cammers1995"], a[href$="/Cammers1995"] {
    color: #B94E16 !important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$=":Ccrogers15"], a[href$="/Crrogers15"] {
    color: #B94E16 !important;
    font-weight: bold !important;
    font-family: arial !important;
}
/* Administrators */
a[href$=":Lambsskin"], a[href$="/Lambsskin"] {
    color: #17939D!important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$=":Furbylover17"], a[href$="/Furbylover17"] {
    color: #17939D!important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$=":Bertieberesuffersfuffersford"], a[href$="/Bertieberesuffersfuffersford"] {
    color: #17939D!important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$=":BlueSyncLine"], a[href$="/BlueSyncLine"] {
    color: #17939D!important;
    font-weight: bold !important;
    font-family: arial !important;
}

/* Trusted editors */
a[href$=":666Red"], a[href$="/666Red"] {
    color: #f0ae63 !important;
}

/*custom rounded table gallery*/
/*example:
{|class="gallery-rounded"
|[[File:a.jpg]]
|[[File:b.jpg]]
|[[File:c.jpg]]
|-
|a
|b
|c
|-
|[[File:d.jpg]]
|[[File:e.jpg]]
|[[File:f.jpg]]
|-
|d
|e
|f
|-
|}*/
.gallery-rounded img {
    border-radius: 5px
}
Advertisement