/* Admin Coloured Names */

a[href*="/wiki/User:JoshDuMan"],
a[href*="/wiki/User:Barry"],
a[href*="/wiki/User:Skazzy"] {

    color: red !important;
    font-weight: bold !important;
	background-position: center !important;
	background-size: auto !important;
    background-image: url(https://ukikipedia.net/mediawiki/images/9/95/Sparkle_red.gif) !important;

}

/* Expert Coloured Names */

a[href*="/wiki/User:1ted59"],
a[href*="/wiki/User:Contriboutor"],
a[href*="/wiki/User:Iwer_Sonsch"],
a[href*="/wiki/User:TylerKehne"],
a[href*="/wiki/User:Pannenkoek2012"],
a[href*="/wiki/User:MariaNicolae"] {

    color:#FFAA00 !important;
    font-weight: bold !important;
	background-position: center !important;
	background-size: auto !important;
    background-image: url(https://ukikipedia.net/mediawiki/images/d/d7/Sparkle_yellow.gif) !important;

}

/* Major Contributor Coloured Names */

a[href*="/wiki/User:Bloopiero"],
a[href*="/wiki/User:MMMMMMMMMMMMM"],
a[href*="/wiki/User:Bad_boot"],
a[href*="/wiki/User:Blueeighthnote"],
a[href*="/wiki/User:ChouxZi3"],
a[href*="/wiki/User:Macrepeh"],
a[href*="/wiki/User:Nim"],
a[href*="/wiki/User:Welcoe"],
a[href*="/wiki/User:Taki"],
a[href*="/wiki/User:Deldee"] {


    color:#38d10a !important;
    font-weight: bold !important;
	background-position: center !important;
	background-size: auto !important;
    background-image: url(https://ukikipedia.net/mediawiki/images/3/36/Sparkle_green.gif) !important;

}

/* $3 Patron Coloured Names */

a[href*="/wiki/User:QueueRAM"] {
	background-position: center !important;
	background-size: auto !important;
    color: blue !important;
	font-weight: bold !important;

} 

/* $10 Patron Coloured Names */

a[href*="/wiki/User:Macrepeh"] {
	background-position: center !important;
	background-size: auto !important;
    color: blue !important;
	font-weight: bold !important;
	background-image: url(https://ukikipedia.net/mediawiki/images/3/3c/Sparkle_blue.gif) !important;

} 


/* $20 Patron Coloured Names  */

a[href*="/wiki/User:Bad_boot"] {
	background-position: center !important;
	background-size: auto !important;
    color:#DAA520 !important;
	font-weight: bold !important;
	font-size: 115%;
	background-image: url(https://ukikipedia.net/mediawiki/images/d/d7/Sparkle_yellow.gif) !important;
}

/* $50 Patron Coloured Names 
a[href*="/wiki/User:Testing123123"] {
	background-clip: text;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color:transparent;
    animation: animatedBackground 25s linear infinite;
    -moz-animation: animatedBackground 25s linear infinite;
    -webkit-animation: animatedBackground 25s linear infinite;
    -ms-animation: animatedBackground 25s linear infinite;
    -o-animation: animatedBackground 25s linear infinite;
	font-weight: bold !important;
	font-size: 150%;
} */

/*paint-order: stroke fill;*/


/* Animation rainbow background */
@keyframes animatedBackground {
    0% { background-position: 0; }
    100% { background-position: 500px; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0; }
    100% { background-position: 500px; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0; }
    100% { background-position: 500px; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0; }
    100% { background-position: 500px; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0; }
    100% { background-position: 500px; }
}