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
No edit summary
Line 74: Line 74:


/*Testing Space*/
/*Testing Space*/
.page-The_Sims_Wiki_Chat .ChatWidget {
margin: 0 0px 30px;
border: 2px solid #E0E0E0;
padding: 6px 6px 6px;
}

.page-The_Sims_Wiki_Chat .rail-module h2 {
padding: 5px;
color: white;
font-size: 110%;
font-weight: bold;
text-shadow: 1px 1px 2px #222;
min-height: 22px !important;
background: linear-gradient(to right,#4CAD40,#96CF24);
box-shadow: 1px 1px 3px #777777;
}

Revision as of 06:24, 23 May 2017

/*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:Vpetmad"]            { color:#538 !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-size:medium !important; font-family:Times New Roman !important; } 
a[href="/wiki/User:AldoHyde"]           { color:#3399ff !important; font-weight:bold !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; }
a[href="/wiki/User:Sapphire_Moondust"]  { color:purple !important; font-weight:bold !important; }

/*highlights be eradicated ― for now*/
a[href="/wiki/User:Frostwalker"],
a[href="/wiki/User:Random_Ranaun"],
a[href="/wiki/User:Waikikamukow"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
a[href="/wiki/User:WoganBot"],
a[href="/wiki/User:Woganhemlock"]       { color:#002bb8 !important; font-weight:normal !important;}

.page-The_Sims_Wiki_Administrators .page-Special_ListUsers
a[href="/wiki/User:A_morris"],
a[href="/wiki/User:Frostwalker"],
a[href="/wiki/User:Random_Ranaun"],
a[href="/wiki/User:Waikikamukow"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
a[href="/wiki/User:WoganBot"],
a[href="/wiki/User:Woganhemlock"]       { font-weight:bold !important;}


/*bots*/
a[href="/wiki/User:Bawt"]               { color:blue !important; font-weight:bold !important; }
a[href="/wiki/User:K6kaBOT"]            { color:#0040FF !important; font-weight:bold !important; }
a[href="/wiki/User:LiRBot"]             { color:navy !important; font-weight:bold !important; }

#seemoreactivity-button {
    padding: 3px 9px !important;
    margin-top: 9px !important;
    margin-right: 8px !important;
}

/*For people like me who can't stand syntax backgrounds*/

#theme-solarized-light {
    background-color: #f2f2f2;
}

.ace-solarized-light {
    background-color: white !important;
}

.ace-solarized-light .ace_gutter {
    background: white !important;
}

#wpTextbox1.highlighted {
    border: 0px inset transparent;
}

/*Testing Space*/