MediaWiki:Gadget-ms-TardisAdmin.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(making minor edit to try to et this sucker to work)
(important really shouldn't be necessary but let's give it a whirl anyway)
Line 42: Line 42:
a[href="/wiki/User:Shambala108"],
a[href="/wiki/User:Shambala108"],
a[href="/wiki/User:Tangerineduel"] {  
a[href="/wiki/User:Tangerineduel"] {  
     color: #c1afbe;
     color: #c1afbe!important;
     font-weight: bold;
     font-weight: bold!important;
     font-family:"Rubik";
     font-family:"Rubik";
}
}

Revision as of 03:17, 10 October 2018

/*  =======================
    ADMIN COLOURING
    ======================= */

/*  Changes font of Bot edits */
a[href="/wiki/User:CzechBot"], /* "CzechOut's Bot */
a[href="/wiki/User:SV7"], /* "SOTO's Bot" */
a[href="/wiki/User:Wikia_Video_Library"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
a[href="/wiki/User:Fandom"],
a[href="/wiki/User:FANDOM"],
a[href="/wiki/User:FandomBot"], 
a[href="/wiki/User:Default"],
a[href="/wiki/User:Maintenance_script"],
a[href="/wiki/User:MediaWiki_default"],
a[href="/wiki/User:QATestsBot"],
a[href="/wiki/user:VSTF_bot"] { 
    font-family: Zapfino, /* For Mac */
               'Edwardian Script ITC', /* For half of Win users */
               'Blackadder ITC', /* For the other half */
               'URW Chancery L', /* for virtually all Linux users */
               'Monotype Corsiva', /* For a few Win and Mac users */ 
               fantasy /* everyone's fallback */;
    text-transform:none;
    font-size:85%;
    color: #c1afbe;
}

/*  Changes colour of Admin edits */

a[href="/wiki/User:23skidoo"],
a[href="/wiki/User:Amorkuz"],
a[href="/wiki/User:CzechOut"],
a[href="/wiki/User:Doug86"],
a[href="/wiki/User:Josiah_Rowe"],
a[href="/wiki/User:PicassoAndPringles"],
a[href="/wiki/User:Revanvolatrelundar"],
a[href="/wiki/User:SmallerOnTheOutside"],
a[href="/wiki/User:SOTO"],
a[href="/wiki/User:Skittles_the_hog"],
a[href="/wiki/User:Shambala108"],
a[href="/wiki/User:Tangerineduel"] { 
    color: #c1afbe!important;
    font-weight: bold!important;
    font-family:"Rubik";
}