User:C.Syde65/wikia.css

From The Sims Wiki, a collaborative database for The Sims series
This is an old revision of this page, as edited by imported>C.Syde65 at 07:20, 26 November 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Jump to navigation Jump to search
Important note on account security
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with importScript or iusc, take note that this causes you to dynamically load a remote script, which could be changed by others. The code will be executed when you preview this page.

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*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: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:A_Morris"]            { color:#002bb8 !important; font-weight:bold !important; }
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; }

/*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; }

/* New Chat Look */
 
body.chat-mod.can-give-chat-mod.ChatWindow {
    background: #d1e8be url(http://images1.wikia.nocookie.net/__cb61924/sims/images/5/50/Wiki-background) top center fixed no-repeat;
}
 
div#Rail.Rail {
    background: #FFFFFF url(http://images2.wikia.nocookie.net/sims/fr/images/7/79/Prisme_gris.png) no-repeat right bottom;
    border-bottom-right-radius: 0.75em;
}
 
header#ChatHeader.ChatHeader h1.public.wordmark {
    background: url(http://images3.wikia.nocookie.net/joeplayground/images/6/62/SimsHeader.jpg);
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    line-height: 25px;
    padding-bottom: 1px;
}
 
header#ChatHeader.ChatHeader {
    background-color: #e0e0e0;
    background-image: -moz-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#f9f9f9),color-stop(65%,#e0e0e0));
    background-image: -o-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
    background-image: -ms-linear-gradient(top,#f9f9f9 35%,#e0e0e0 65%);
    border-radius: 0.75em 0.75em 0 0 !important;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 0 1em #FFF;
    -moz-box-shadow: 0 0 1em #FFF;
    box-shadow: 0 0 1em #FFF;
    padding-bottom: 1px;
}
 
.Chat {
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#F9F9F9),color-stop(100%,#ECECEC));
}
 
.Rail .User:hover {
    background: #d1dfc7;
}
 
.Rail .selected {
    box-shadow: inset 0 0 7px 0 #666666;
    -webkit-box-shadow: inset 0 0 7px 0px #666666;
    background: #d1dfc7;
}
 
/* Reference tooltips - Wikia have broken global CSS values and I can't figure out their crappy resource loader for CSS so I'm just importing everything. Problem? Blame Wikia. */
.referencetooltip {
        position: absolute;
        list-style: none;
        list-style-image: none;
        opacity: 0;
        font-size: 10px;
        margin: 0;
        z-index: 5;
        padding: 0;
}
.referencetooltip li {
        border: #080086 2px solid;
        max-width: 260px;
        padding: 10px 8px 13px 8px;
        margin: 0px;
        background-color: #F7F7F7;
        box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
        -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
}
.referencetooltip li+li {
        margin-left: 7px;
        margin-top: -2px;
        border: 0;
        padding: 0;
        height: 3px;
        width: 0px;
        background-color: transparent;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-top: 12px #080086 solid;
        border-right: 7px transparent solid;
        border-left: 7px transparent solid;
}
.referencetooltip>li+li::after {
        content: '';
        border-top: 8px #F7F7F7 solid;
        border-right: 5px transparent solid;
        border-left: 5px transparent solid;
        margin-top: -12px;
        margin-left: -5px;
        z-index: 1;
        height: 0px;
        width: 0px;
        display: block;
}
.client-js body .referencetooltip li li {
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        height: auto;
        width: auto;
        margin: auto;
        padding: 0;
        position: static;
}
.RTflipped {
        padding-top: 13px;
}
.referencetooltip.RTflipped li+li {
        position: absolute;
        top: 2px;
        border-top: 0;
        border-bottom: 12px #080086 solid;
}
.referencetooltip.RTflipped li+li::after {
        border-top: 0;
        border-bottom: 8px #F7F7F7 solid;
        position: absolute;
        margin-top: 7px;
}
.RTsettings {
        float: right;
        height: 16px;
        width: 16px;
        cursor: pointer;
        background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png);
        margin-top: -9px;
        margin-right: -7px;
        -webkit-transition: opacity 0.15s;
        -moz-transition: opacity 0.15s;
        -o-transition: opacity 0.15s;
        -ms-transition: opacity 0.15s;
        transition: opacity 0.15s;
        opacity: 0.6;
        filter: alpha(opacity=60);
}
.RTsettings:hover {
        opacity: 1;
        filter: alpha(opacity=100);
}
.RTTarget {
        border: #080086 2px solid;
}