User:C.Syde65/wikia.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
No edit summary
imported>C.Syde65
(Testing something.)
Line 20: Line 20:
a[href="/wiki/User:Imasexysimlover"] { color:#91b60b !important; font-weight:bold !important; }
a[href="/wiki/User:Imasexysimlover"] { color:#91b60b !important; font-weight:bold !important; }
a[href="/wiki/User:Sims2Player"] { color:blue !important; font-weight:bold !important; }
a[href="/wiki/User:Sims2Player"] { color:blue !important; font-weight:bold !important; }

/*--------------------------*/
/* 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.
*/
/* YL */
a[href="/wiki/User:C.Syde65"]{
color:#E41010 !important;
background: -webkit-linear-gradient(210deg, #00004C, #00A300, #FFCC00, #990000, #3D007A);
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}

Revision as of 09:49, 5 August 2015

/*users*/
a[href="/wiki/User:Dharden"]            { color:#337800 !important; font-weight:bold !important; }
a[href="/wiki/User:Beatrice_Monty"]     { color:turquoise !important; font-weight:bold !important; }
a[href="/wiki/User:LostInRiverview"]    { color:navy !important; font-weight:bold !important; }
a[href="/wiki/User:Auror_Andrachome"]   { color:green !important; font-weight:bold !important; }
a[href="/wiki/User:Nikel23"]            { color:#007FFF !important; font-weight:bold !important; }
a[href="/wiki/User:Lost_Labyrinth"]     { color:blue !important; font-weight:bold !important; }
a[href="/wiki/User:Mathetesalexandrou"] { color:#00AADD !important; font-weight:bold !important; }
a[href="/wiki/User:K6ka"]               { color:#0040FF !important; font-weight:bold !important; }
a[href="/wiki/User:Icemandeaf"]         { color:#3070BE !important; font-weight:bold !important; }
a[href="/wiki/User:Joey.eyeball"]       { color:green !important; font-weight:bold !important; }
a[href="/wiki/User:WayfinderOwl"]       { color:#6A5288 !important; font-weight:bold !important; }
a[href="/wiki/User:Beds"]               { color:#6B1D51 !important; font-weight:bold !important; }
a[href="/wiki/User:Chunkyheels"]        { color:#00b0f4 !important; font-weight:bold !important; }
a[href="/wiki/User:Mate1234"]           { color:darkblue !important; font-weight:bold !important; font-face:"blue" !important; size:"3" !important; } 
a[href="/wiki/User:C.Syde65"]           { color:maroon !important; font-weight:bold !important; }
a[href="/wiki/User:WikiBuilder1147"]    { color:green !important; font-weight:bold !important; }
a[href="/wiki/User:ThePeculiarMe"]      { color:#151B54 !important; font-weight:bold !important; }
a[href="/wiki/User:OoppDecks"]          { color:#99CC00 !important; font-weight:bold !important; }
a[href="/wiki/User:Imasexysimlover"]    { color:#91b60b !important; font-weight:bold !important; }
a[href="/wiki/User:Sims2Player"]        { color:blue !important; font-weight:bold !important; }

/*--------------------------*/
/* 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.
 
*/
 
/* YL */
 
a[href="/wiki/User:C.Syde65"]{
    color:#E41010 !important;
    background: -webkit-linear-gradient(210deg, #00004C, #00A300, #FFCC00, #990000, #3D007A);
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
 
}