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
(Just a tester.)
Line 74: Line 74:


/*Testing space*/
/*Testing space*/
.page-The_Sims_Wiki_Chat .ChatWidget h2.chat-headline {
background: transparent url(http://vignette3.wikia.nocookie.net/csydes-test/images/0/00/Headingbar_magenta.png) repeat scroll 0 0;
margin: -17px -12px 8px;
padding: 0.15em;
color: white;
font-weight: bold;
text-shadow: 1px 1px 2px #666;
border-radius: 5px;
box-shadow: 0 1px 2px #666666;
margin-bottom: 23px;
font-size: 16px;
}

Revision as of 07: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*/
.page-The_Sims_Wiki_Chat .ChatWidget h2.chat-headline {
    background: transparent url(http://vignette3.wikia.nocookie.net/csydes-test/images/0/00/Headingbar_magenta.png) repeat scroll 0 0;
    margin: -17px -12px 8px;
    padding: 0.15em;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px #666;
    border-radius: 5px;
    box-shadow: 0 1px 2px #666666;
    margin-bottom: 23px;
    font-size: 16px;
}