The Sims Wiki

Welcome to The Sims Wiki! Don't like the ads? Then create an account! Users with accounts will only see ads on the Main Page and have more options than anonymous users.

READ MORE

The Sims Wiki
Advertisement
The Sims Wiki

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

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/* 06:24, 22 October 2020 (UTC) */

@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");

/* Era */
 
.icons {
    position: absolute;
    right: 10px;
    top: -2em;
}

.WikiaPageHeader {
    padding-bottom: 1;
    margin-bottom: 1.75em;
}

/* Color an external link as red. Thanks to pcj and joeyaa */
.red-link a, .red-link a:visited, .red-link a:active {color:#BA0000 !important;text-decoration:none !important;} .red-link a:hover { color:#BA0000 !important;text-decoration:underline !important;}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
.watchlistredir a {
    color: #888;
    font-style: italic;
}

.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}

.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* Messagebox templates */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.plaintable,
table.prettytable {
  margin: 1em 1em 1em 0;
  border: 1px #aaa solid;
  border-collapse: collapse;
  background-color: #FFFFFF;
  font-size: 95%;
  line-height: 24px;
}

table.wikitable th, table.wikitable td,
table.plaintable th, table.plaintable td {
  border: 1px #aaa solid;
  padding: 0.2em 1em;
}

table.heading-grey th, table.heading-gray th, td.heading-grey, td.heading-gray, table.plaintable th {
  background-color: #efefef;
  text-align: center;
}

table.heading-blue th, td.heading-blue {
  background-color: #BFD7FF;      /* Level 1 color */
  text-align: center;
}

.small-text, .small-text-cells td {
  font-size:75%;
}

table.wikitable caption,
table.plaintable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.prettytable {
  margin: 1em 1em 1em 0;
  border-collapse: collapse;
}

table.prettytable th {
  text-align: left; 
  padding: 0.2em 1em;
  border: #BFD7FF 1px solid;     /* Level 1 color */
}

table.prettytable tr:not(:first-child) th, /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
th.heading2, table.prettytable th.heading2, table.prettytable td {
  text-align: left; 
  padding: 0.2em 0.5em;
  border: #BFD7FF 1px solid;     /* Level 1 color */
}

table.prettytable tr:not(:first-child) th, /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
th.heading2 {
  background-color: #D7E6FD;     /* Level 2 color */
  color: rgb(38,75,135);
}

table.plaintable tr:not(:first-child) th /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
{
  background-color: #f7f7f7;
  text-align: center;
}

table.prettytable td {
  background-color: rgb(242,247,255);     /* Level 3 color */
}

.alt { background-color: #f7f7f7; }
table.zebra > tbody > tr:nth-child(2n+1) {background-color: #f7f7f7; }

/* Reduce excessive space when adding bullet points in table */
table.wikitable ul {
    margin: .4em 0 .5em 1.5em;
}
 
table.wikitable li {
    line-height: 23px;
}
 
table.wikitable dl {
    margin: 0;
}

/* Additional codes to make wikitable class produce blue header */
table.wikitable > tr > th, table.wikitable > * > tr > th {
   background: #BFD7FF;
   text-align: center;
   font-size: small;
}

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
    background-color: #f9f9f9;
    margin:0 auto;
    width: 100%; 
    clear: both;
    text-align: center;
    border: 1px solid transparent;
    -moz-border-radius:10px; /* Firefox */
    border-radius:10px; /* Chrome, Safari, Opera */
    padding: 1px;
}
 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {             /* Title and above/below styles */
    text-align: center;
    background-color: #BFD7FF;     /* Level 1 color */
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid transparent;
    -moz-border-radius:10px; /* Firefox */
    border-radius:10px; /* Chrome, Safari, Opera */
}
 
.navbox-group {              /* Group style */
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    background: #BFD7FF;           /* Level 1 color */
    border: 1px solid #BFD7FF;     /* Level 1 color */
    -moz-border-radius:10px; /* Firefox */
    border-radius:10px; /* Chrome, Safari, Opera */
}

.navbox, .navbox-subgroup {
    background: #fdfdfd;     /* Background color */
}
/*
.navbox-list {
    border-color: #fdfdfd;   /* Must match background color */
}
*/
.navbox-title,
table.navbox th {
    background: #BFD7FF;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #D7E6FD;     /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #F2F7FF;     /* Level 3 color */
    border-color: #D7E6FD;   /* Level 2 color */
}
.navbox-even {
    background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}

.navbar {                  /* Navbox template links */
    font-size: 75%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
    font-size: 100%;       /* Font-size when nested within navbox */
}

.roundborder {
    border: 1px solid #007FFF;
    -moz-border-radius:10px; /* Firefox */
    border-radius:10px; /* Chrome, Safari, Opera */
}

@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #BFD7FF;     /* Level 1 color */
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/* Small reference list, make the list of references look smaller and highlight clicked reference in blue, from Wikipedia */
ol.references { font-size: 90%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
.references-small { font-size: 90%;}
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz- and -webkit- are vendor-specific extensions (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Chrome & Safari */
}
 
.same-bg { background: none }

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

blockquote {
  font-style: italic;
}

blockquote.note {
  border: 1px dashed #ccf;
  padding: 5px;
  font-style: italic;
  font-size: 90%;
}

/* Tracker pixel for The Sims 3: Late Night platinum badge blog post */
.tracker {
   background-image: url(http://ad.doubleclick.net/ad/wka.gaming/sims/article;wpage=simsblog;sz=1x1;ord=[timestamp]?);
   height: 1px;
   width: 1px;
}

.editlink {
 float:right;
 font-size:14px;
}

.editlink a {
 font-size:12px;
}

.highlight {
background-color:#FFFF00;
}

/* Manual of Style */
.moscorrect { 
color: #006F00; 
font-family:serif;
font-size:1.1em;
}
.mosincorrect { 
color: #B20000; 
font-family:serif;
font-size:1.1em;
}

/* Main page styles */

#banner {
  height: 20px;
  margin: 0;
  color: #FFF;
  padding: 15px;
  font-size: x-large;
  background: #3380D8;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#053871', endColorstr='#3380D8');
  background: -webkit-gradient(linear, left top, right bottom, from(#053871), to(#3380D8));
  background: -moz-linear-gradient(left, #053871, #3380D8);
  moz-border-radius: 0.25em 0.25em 0 0;
  -webkit-border-radius: 0.25em 0.25em 0 0;
  border-radius: 0.25em 0.25em 0 0;
  vertical-align: middle;
}
 
div.headingblue {
            background: url("https://images.wikia.nocookie.net/sims/images/5/50/Header_bar_blue.jpg");
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #666666;
       -moz-box-shadow: 0 1px 2px #666666;
         -o-box-shadow: 0 1px 2px #666666;
            box-shadow: 0 1px 2px #666666;
}
div.headingbluestatic {
            background: url("https://images.wikia.nocookie.net/sims/images/5/50/Header_bar_blue.jpg");
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #666666;
       -moz-box-shadow: 0 1px 2px #666666;
         -o-box-shadow: 0 1px 2px #666666;
            box-shadow: 0 1px 2px #666666;
}
div.headinggreen {/*NOTE - This heading may be changed as part of any wiki theme updates*/
            background: url("https://images.wikia.nocookie.net/sims/images/a/a7/Header_bar_green.jpg");
            margin-top: 5px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 5px;
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #666666;
       -moz-box-shadow: 0 0 4px #666666;
         -o-box-shadow: 0 0 4px #666666;
            box-shadow: 0 0 4px #666666;
}

div.headinggreenstatic {
            background: url("https://images.wikia.nocookie.net/sims/images/a/a7/Header_bar_green.jpg");
            margin-top: 5px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 5px;
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #666666;
       -moz-box-shadow: 0 0 4px #666666;
         -o-box-shadow: 0 0 4px #666666;
            box-shadow: 0 0 4px #666666;
}

.headingblue small a, .headingblue .editlink a {
color: #FFFFFF; 
}

.headinggreen small a, .headinggreen .editlink a {
color: #FFFFFF; 
}

table.mptable1 {
width:100%; 
background-color:#64B668; 
margin-top:2px; 
padding:5px;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
border:2px solid #0A6F2F;
}

.mpheading1 {
font-size:16px;
padding:5px; 
background:#0A6F2F; 
border:1px solid #99FF99; 
color:#FFFFFF; 
text-align:center;
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */
}

.mpheading1 small a, .mpheading1 .editlink a {
color: #64B668; 
}

table.mptable2 {
width:100%; 
background-color:#99BBEE; 
margin-top:2px; 
padding:5px;
border:2px solid #1154A4; 
-moz-border-radius:10px; /* Firefox */
 border-radius:10px; /* Chrome, Safari, Opera */
}

.mpheading2 {
font-size:16px;
padding:5px;
background:#1154A4;
border:2px solid #1E90FF;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
color:#FFFFFF;
text-align:center;
}

.mpheading2 small a, .mpheading2 .editlink a {
color: #99BBEE; 
}

hr.mphr2 {
height:1px;
border-width:0;
color:#264B87;
background-color:#264B87;
}

/* Blog listings */

.mpbloglisting h1 {
 font-size: 24px;
}

.WikiaBlogListingBox.mpbloglisting ul { border: 0 solid transparent; }

/* Removes "Create blog post" button
.mpbloglisting .wikia-button {
display:none;
}
*/

/* Removes "See more" link to Blog:Recent_posts */
.mpbloglisting .more {
display: none;
}

/* Replacing oasis.css code */
/* .WikiaBlogListing details .avatar { float: left; padding-right: 5px; } */
/* so border hugs image better */
.WikiaBlogListing details .avatar{
 padding-right: 0;
 margin-right: 5px;
}

/*removal of borders on images caused by wikia updates*/

.WikiaArticle .tright, .WikiaArticle .tleft {
outline: inherit
}

.WikiHeader h1::before, .WikiHeader .WikiaRail .module h2::before, .WikiaRail .module .WikiHeader h2::before, .WikiHeader .WikiaRail #RIGHT_SKYSCRAPER h2::before, .WikiaRail #RIGHT_SKYSCRAPER .WikiHeader h2::before {
background: none;
}
 
/* Fix location of StdEditSummaries in new RTE */
.editpage-sourcewidemode-on .module_content #stdSummaries {
    margin-left: -18px;
    margin-top: 21px;
    max-width: 247px;
}
/* END Fix location of StdEditSummaries in new RTE */

/* Giving user page tabs rounded corners */
.WikiaUserPagesHeader .tabs li a {border-radius: 8px 8px 0 0}
/* End of user page tabs rounded corners */

/*highlights on recentchanges*/
/*please maintain the alphabetical order as it makes it easier to update these lists - thanks*/
.newpage { color : red; }
.minor,
.minoredit { color : silver; }
.ooui-theme-fandom .unpatrolled,
.unpatrolled { color : blue; }
.botedit { color : orange; }
 
/***bots***/
a[href="/wiki/User:Bawt"],
a[href="/wiki/User:CreateWiki_script"],
a[href="/wiki/User:Delete_page_script"],
a[href="/wiki/User:Edit_page_script"],
a[href="/wiki/User:Fandom"],
a[href="/wiki/User:FANDOM"],
a[href="/wiki/User:FandomBot"],
a[href="/wiki/User:FANDOMbot"],
a[href="/wiki/User:K6kaBOT"],
a[href="/wiki/User:LiRBot"],
a[href="/wiki/User:Maintenance_script"],
a[href="/wiki/User:SOAP_Bot"],
a[href="/wiki/User:Syde_BOT"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
a[href="/wiki/User:WoganBot"] { color:#66AAFF !important; font-weight:bold !important; }
 
/***bureaucrats and admins***/
/*admins*/
a[href="/wiki/User:Beds"],
a[href="/wiki/User:C.Syde65"],
a[href="/wiki/User:Frostwalker"],
a[href="/wiki/User:Icemandeaf"],
a[href="/wiki/User:Joey.eyeball"],
a[href="/wiki/User:Mathetesalexandrou"],
a[href="/wiki/User:WikiBuilder1147"],
/*crats*/
a[href="/wiki/User:K6ka"],
a[href="/wiki/User:LostInRiverview"],
a[href="/wiki/User:Nikel23"],
a[href="/wiki/User:Random_Ranaun"],
a[href="/wiki/User:Woganhemlock"] { color:#337800 !important; font-weight:bold !important; }

/***content moderators***/
a[href="/wiki/User:Gvaudoin"],
a[href="/wiki/User:KailynnKat"],
a[href="/wiki/User:SimDestroyer"] { color:#6FA12E !important; font-weight:bold !important; }

/*removes name highlights on account nav and userpage tabs*/

#WikiaUserPagesHeader li[data-id="profile"] a {
  color: #3A3A3A !important;
}
#AccountNavigation > li:first-child > a {
  color: white !important;
}

/*mark unpatrolled newpages as green*/

.not-patrolled {
    background-color: #C2EBAD;
}

/* changes to popups */

.modalWrapper {
  background-color:#F5F5F5;
  border-bottom:1px solid #285F00;
  border-right:1px solid #3C7314;
  border-top:3px solid #3C7314;
  border-left:2px solid #285F00;
  -moz-border-radius:1em;
  -khtml-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
}
 
.modalWrapper > h1 {
    margin: 10px 8px 8px;
    padding: 0.5em 1em;
}

.WikiaBlogListingBox h2 {
    padding: .24em .30em .30em .18em;
    color: white;
    font-size: 130%;
    font-weight: bold;
    box-shadow: 0 1px 2px #666666;
    text-shadow: 1px 1px 2px #222;
}

.WikiaRail .module h1, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2 {
    padding: .18em;
    font-size: 17px;
}

.WikiaPage .WikiaRail .module h3 {
    font-size: 17px;
    clear: none;
    padding-top: 0;
}

.FollowedPagesModule h1, .FollowedPagesModule h2 {
    background: linear-gradient(to right, #2E70B7, #25A8E0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.WikiaBlogListingBox h2 {
    background: linear-gradient(to right, #4CAD40, #96CF24);
}

.WikiaBlogListingPost h2 {
    background: none;
    text-shadow: none;
    box-shadow: none;
}

section.ChatModule.ChatEntryPoint div.chat-join {
   position: relative;
   float: right;
   top: -48px;
}

.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1 {
    margin-bottom: 15px !important;
}

.WikiaBlogListingBox .wikia-button {
    margin-top: 3px;
    margin-right: 1px;
}

.article-categories {
    background-color: #FFFFFF;
    border: 2px solid #E0E0E0;
    clear: both;
    line-height: 1.8em;
    padding: 10px;
    margin: 10px;
}

.oasis-split-skin .WikiaPage {
border-top: 2px solid #E0E0E0;
}

.WikiaHeader .chevron {
    border-top-color: #FFFFFF;
}

nav.wikia-menu-button.contribute.secondary.combined {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.content-review-module h1, .content-review-module h2 { 
    background: linear-gradient(to right, #4CAD40, #96CF24);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*change header on editing screen*/
header#EditPageHeader {
            background: linear-gradient(to right, #4CAD40, #96CF24); ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}
 

/*change TOC for file pages*/
ul#filetoc {
background: url("https://images.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.jpg");
background-size: cover;
}
 
/*admin dashboard header changes*/
header#AdminDashboardHeader.AdminDashboardHeader {
background: linear-gradient(to right, #4CAD40, #96CF24);
}

#EditPageHeader, .AdminDashboardHeader {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
}

/*adds plumbbob to activity and hot spots modules*/

section.WikiaActivityModule.module, section.HotSpotsModule.module, section.FollowedPagesModule.module {
  background: #FFFFFF url(https://images.wikia.nocookie.net/sims/fr/images/7/79/Prisme_gris.png) no-repeat right bottom;
}

/*tweaks to thumbnails, text boxes, table of contents, and pre boxes*/ 
.WikiaArticle .article-thumb, .WikiaArticle div.gallerybox div.thumb {
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #F9F9F9), color-stop(100%, #ECECEC));
}

.WikiaArticle .toc {
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: #FFFFFF;
}
 
.WikiaArticle .toc.show {
    background: #FFFFFF url(https://images.wikia.nocookie.net/sims/images/6/6d/Image_TOC.png) no-repeat center center;
}

.WikiaArticle pre, .WikiaFooter section, .WikiaFooter #LEFT_SKYSCRAPER_2 {
    border-radius: 0.4em 0.4em 0 0;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #F9F9F9), color-stop(100%, #ECECEC));
}

.WikiaArticle .floatleft {
  margin: 0 10px 0 0;
}
 
.WikiaArticle .floatright {
  margin: 0 0 0 10px;
}

/* Hide user link on image boxes */

.attribution {
  display: none !important;
}

/* transparent background on corporate footer */

footer#WikiaFooter.WikiaFooter section {
   background: transparent url(https://images.wikia.nocookie.net/__cb20120213083837/woganhemlockstest/images/d/d2/Blank.png);
}

/* rounding log excerpts */

div.mw-warning-with-logexcerpt {
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em;
}

changes to pop ups */

.modalWrapper {
     border: 2px solid #337800;
}

#EditPageDialog.preview .modalContent .ArticlePreview {
     -moz-border-radius: 0.4em 0 0 0.4em;
     -webkit-border-radius: 0.4em 0 0 0.4em;
     border-radius: 0.4em 0 0 0.4em;
}

/*rounding user dropdown menu*/

ul.subnav.WikiaMenuElement.show {
    -moz-border-radius: 0 0 1em 1em;
    -webkit-border-radius: 0 0 1em 1em;
    border-radius: 0 0 1em 1em;
}

div#WikiaUserPagesHeader.WikiaUserPagesHeader {
   background: transparent url(https://images.wikia.nocookie.net/__cb20120213083837/woganhemlockstest/images/d/d2/Blank.png);
}

/* Make tags bold to stand out on recentchanges */
.mw-tag-markers {
	font-style:italic;
	font-weight:bold;
}

/***** NEW WIKI THEME - March 2015 *****/

/*New header green and blue bars*/
.greenbar {
  margin: 5px; 
  padding: 5px; 
  color: white; 
  font-size: 110%; 
  font-weight: bold;
  text-shadow: 1px 1px 2px #222;
  background: linear-gradient(to right, #4CAD40, #96CF24); 
  box-shadow: 1px 1px 3px #777777;
}

.bluebar {
  margin: 5px; 
  padding: 5px; 
  color: white; 
  font-size: 110%; 
  font-weight: bold;
  text-shadow: 1px 1px 2px #222;
  background: linear-gradient(to right, #2E70B7, #25A8E0); 
  box-shadow: 1px 1px 3px #777777;
}

/*Shadowed lines - WORK IN PROGRESS*/
.shadowline {
  margin: 1em 0;
  padding: 0.5px;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 3px #E0E0E0;
  border-radius: 1em;
  width: auto;
}

/*Wiki Navigation text modification - Bolds and adds text shadows */
.WikiaActivityModule .activity-heading,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1,
#WikiaSpotlightsModule header h1,
.content-review-module h2 {
  padding: 5px; 
  color: white; 
  font-size: 110%; 
  font-weight: bold;
  text-shadow: 1px 1px 2px #222;
  background: linear-gradient(to right, #4CAD40, #96CF24); 
  box-shadow: 1px 1px 3px #777777;
}

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
    border: 2px solid #E0E0E0;
    padding: 5px;
}

.WikiaRail .module h1,
.WikiaRail #RIGHT_SKYSCRAPER h1,
.WikiaRail .module h2,
.WikiaRail #RIGHT_SKYSCRAPER h2,
.WikiaRail .module h3, 
.WikiaRail #RIGHT_SKYSCRAPER h3 {
    font-weight: bold;
}

/* changes to user profile */
/* top half */
.UserProfileMasthead .masthead-info hgroup {
     background: linear-gradient(to right, #2E70B7, #25A8E0); 
    color: white !important;
    border-radius: 0 0 0 0;
  font-weight: bold;
    text-shadow: 1px 1px 2px #222;
}

/* lower/white half */
.UserProfileMasthead .masthead-info {
    color: #000000;
    background: url(https://vignette.wikia.nocookie.net/sims/images/3/33/Navbackground.jpg/revision/latest?cb=20150420051121);
    background-position: center;
    position: relative;
    border-radius: 0 0 0 0;
    box-shadow: 1px 1px 3px #777777;
    } 
 
.UserProfileMasthead .masthead-info h2 span {
    color:black;
    text-shadow: none;
}
 
.UserProfileMasthead .details span {
    color:black;
}
 
.UserProfileMasthead .masthead-info-lower::before {
    display: none;
}
 
.UserProfileMasthead .masthead-avatar .avatar {
-webkit-box-shadow:2px 2px 2px 2px #e0e0e0;
   -moz-box-shadow:2px 2px 2px 2px #e0e0e0;
     -o-box-shadow:2px 2px 2px 2px #e0e0e0;
        box-shadow:2px 2px 2px 2px #e0e0e0;
}

/* changes to message popup */
  .WikiaNotifications li div { 
  color: white; 
  text-shadow: 1px 1px 2px #222;
  background: linear-gradient(to right, #2E70B7, #25A8E0); 
  box-shadow: 1px 1px 3px #777777;
  border-radius: 0 0 0 0;
}

/*Changes to Wikibutton design */
.wikibutton {
    box-shadow: 1px 1px 3px #AAA;
    font-weight: bold;
    font-size: x-small;
    display: inline-block;
    }
 
.wikibutton:link, .wikibutton:visited {
    box-shadow: 1px 1px 3px #AAA;
    }
 
.wikibutton:hover {
    box-shadow: 1px 1px 3px #333;
    }
 
.wikibutton:active {
    box-shadow: none;
    }
    
/* New Button design for Mainpage */
.mpbutton {
    box-shadow: 1px 1px 3px #AAA;
    display: inline-block;
    width: 180px;
    height: 135px;
    margin: 3px 5px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    }
 
.mpbutton:hover {
    opacity: 0.7;
    box-shadow: 1px 1px 3px #7A7A7A;
    text-decoration: none;
    color: white;
    transition: 0.2s all ease;
    }

.mpbutton a{
    text-decoration: none;
    color: white;
}

/* Portable infobox theme designs - work-in-progress (July 19 2016)! */
.portable-infobox.pi-theme-blue.pi-secondary-background {
    margin: 5px; 
    padding: 5px; 
    color: white; 
    font-size: 110%; 
    font-weight: bold;
    text-shadow: 1px 1px 2px #222;
    background: linear-gradient(to right, #2E70B7, #25A8E0); 
    box-shadow: 1px 1px 3px #777777;
}

.portable-infobox.pi-theme-blue.pi-background {
    background: #DAE8F2;
}

.community-page-header {
    background-color: #2e70b7;
}

/* Fix Create Page Dialog Title Width */
#wpCreatePageDialogTitle {
    border: 1px solid #eaeff3;
    border-left: 2px solid #eaeff3;
    border-top: 2px solid #bcbec2;
    border-bottom: 1px solid #eaeff3;
    border-right: 2px solid #eaeff3;
    border-radius: 3px;
    max-width: 970px !important;
    padding: 4.5px;
}

/* Wikia Rail Module Fix */
.WikiaRail .rail-module {
    margin: 0 0px 30px;
    border: 2px solid #E0E0E0;
    padding: 6px 6px 6px;
}

.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;
}

.WikiaRail .activity-module .edit-info .edit-info-user {
    color: #002bb8;
}

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

.skin-oasis #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button {
    background-color: transparent;
    border: 1px solid #2e70b7 !important;
    color: #2e70b7 !important;
    border-radius: 0.5em;
}

/* Chat Widget Fix for The Sims Wiki Chat Page */
.page-The_Sims_Wiki_Chat .ChatWidget {
    margin: 0 0px 30px;
    border: 2px solid #E0E0E0;
    padding: 6px 6px 6px;
}

.page-The_Sims_Wiki_Chat .ChatWidget h2.chat-headline {
    background: linear-gradient(to right,#4CAD40,#96CF24);
    margin: 0px 0px 30px;
    padding: 6px 6px 6px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px #222;
    box-shadow: 1px 1px 3px #777777;
    margin-bottom: 16px;
    font-size: 16px;
    padding-left: 2px;
    border-bottom: 1px solid #cccccc;
}

/* Fix Margin for QuickLicense Script */

#QLicenseSelect {
    margin-bottom: 20px;
}

/* Added CSS for Migrated Infobox Module */
.WikiaRail .module h2, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2 .rail-module h2 {
    padding: 5px;
    color: white;
    text-shadow: 1px 1px 2px #222;
    min-height: 22px !important;
    background: linear-gradient(to right,#4CAD40,#96CF24);
    box-shadow: 1px 1px 3px #777777;
}

/* Tabbers */
.tabberlive .tabbertab {
    background-color: transparent;
}

.tabber .tabbertab {
    padding: 5px;
    border: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa !important;
    border-right: 1px solid #aaaaaa !important;
    border-bottom: 1px solid #aaaaaa !important;
    border-top: none;
}

ul.tabbernav li a {
    padding: 3px .5em;
    margin-left: 3px;
    border: 1px solid grey !important;
    border-bottom: none;
    background: #ddddee !important;
    text-decoration: none;
}

ul.tabbernav li a:hover {
    color: #000000 !important;
    background: #aaaaee !important;
    border-color: #222277 !important;
}

ul.tabbernav li.tabberactive a {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #aaaaaa;
}

/********** META INFOBOX *************/
table.metainfobox {
    padding: 2px;
    margin-left: 5px;
    margin-right: 1px;
    float: right;
    clear: right;
    width: 260px;
    font-size: 90%;
    text-align: left;
    border: 1px solid #E0E0E0;
    background: #F9F9F9;
    box-shadow: 1px 1px 3px #777;
}
 
table.metainfobox td {
    vertical-align: text-top;
}

table.metainfobox td p {
    margin: 0;
}

/** for first column of each row, excluding rows like trait2, trait3, etc. **/
table.metainfobox td:first-child:not(:only-child){ 
    font-weight: bold;
    width: 104px;
}

table.metainfobox td[colspan="2"] {
    text-align: center;
}
 
table.metainfobox.blue {
    background: #DAE8F2;
} 
table.metainfobox.green {
    background: #DCF2DA;
} 
table.metainfobox.ts1 {
    background: #FFE9E5;
}
table.metainfobox.ts2 {
    background: #E5E8FF;
}
table.metainfobox.ts3 {
    background: #EEFFE5;
}
table.metainfobox.ts4 {
    background: #E5F7FF;
}
table.metainfobox.urbz {
    background: #FFF5E5;
}
table.metainfobox.social {
    background: #E5FFFC;
}
table.metainfobox.medieval {
    background: #FFFBE5;
}
 
th.metainfobox-header, td.metainfobox-header {
    background: #808080;
    text-align: center;
    color: white;
    font-size: 95%;
    text-shadow: 1px 1px 1px #222;
    padding: 1px;
    box-shadow: 1px 1px 3px #777;
    font-weight: bold;
}
th.metainfobox-header.large, td.metainfobox-header.large {
    text-shadow: 1px 1px 1px #222;
    font-size: 125%;
    padding: 3px;
}
th.metainfobox-header.line, td.metainfobox-header.line {
    height: 1px;
    padding: 0;
    box-shadow: none;
}
 
th.metainfobox-header.blue, td.metainfobox-header.blue {
    background: linear-gradient(to right, #2E70B7, #25A8E0);
}
th.metainfobox-header.green, td.metainfobox-header.green {
    background: linear-gradient(to right, #4CAD40, #96CF24);
}
th.metainfobox-header.ts1, td.metainfobox-header.ts1 {
    background: #FA8072;
}
th.metainfobox-header.ts2, td.metainfobox-header.ts2 {
    background: #7788E0;
}
th.metainfobox-header.ts3, td.metainfobox-header.ts3 {
    background: #96CF24;
}
th.metainfobox-header.ts4, td.metainfobox-header.ts4 {
    background: #25A8E0;
}
th.metainfobox-header.urbz, td.metainfobox-header.urbz{
    background: #FFC154;
}
th.metainfobox-header.social, td.metainfobox-header.social {
    background: #18B4F7;
}
th.metainfobox-header.medieval, td.metainfobox-header.medieval {
    background: #DAA520;
}
 
 
td.metainfobox-image {
    float: center;
    border: 1px solid #e0e0e0;
    width: 250px;
    padding :0px;
    text-align: center;
    background: #FFFFFF;
}
 
td.metainfobox-logo {
    float: center; 
    text-align: center
}
 
td.metainfobox-caption {
    text-align: center;
    font-size: 85%;
    font-style: italic;
}

/*Wikia Chiclet Button*/
button.wikia-chiclet-button img {
    position: absolute;
}

/*********** CSS CODE FOR TEMPLATE:PAGECOVER (Feb 11 2018) ***********/

.pagecover {
    height: 300px;
    font-weight: bold;
    margin: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    box-shadow: 1px 1px 3px #777;
    margin-bottom: 5px;
    color: white;
}

.pagecover-image {
    position: absolute;
}

.pagecover, .pagecover-image {
    width: 670px;
}

.pagecover-header {
    background: #AAA;
    opacity: 0.9;
    position: absolute;
    width: 630px;
    bottom: 20px;
    padding: 10px;
    box-shadow: 1px 1px 3px #777;
    border: 1px solid #DDD;
    margin-left: 20px;
}

.pagecover-header.left {
    margin-left: 0px;
}

.pagecover-header.right {
    margin-left: 20px;
}

.pagecover-header.center, .pagecover-header.centre {
    margin-left: 10px;
}

.pagecover-header, .pagecover-name {
    font-weight: bold;
    text-align: left;
}

.pagecover-name {
    font-size: 25px;
    float:left;
    text-shadow: 1px 1px 2px #333;
}

.pagecover-header.ts1 {
    background: #FA8072;
}

.pagecover-header.ts2 {
    background: #7788E0;
}

.pagecover-header.ts3 {
    background: #96CF24;
}

.pagecover-header.ts4 {
    background: #25A8E0;
}

.pagecover-header.medieval {
    background: #DAA520;
}

.pagecover-header.urbz {
    background: #CC6633;
}

.pagecover-pagetype {
    float: right;
    color: white;
    font-size: 12px;
    text-align: right;
}

.pagecover-subtitle {
    font-size:12px;
    float:left;
    font-style: italic;
    clear:both;
}

/*Fix Maximum Width for the Deletion Reason Box*/
#mw-img-deleteconfirm-table td.mw-input,
#wpDeleteReasonListRow td.mw-input,
#wpDeleteReasonRow td.mw-input {
    max-width: 566px;
    overflow: hidden;
}

/*Fix white background against white text in Special:Analytics*/
.grid_box,
.WikiaArticle .thumbinner {
    border: 1px solid #e6e6e6;
}

#analytics_confidential,    
.grid_box_header {
    background: #2e70b7;
}

.analytics_table td:nth-child(1) a:any-link,
.analytics_table td:nth-child(1) a:hover {
    color: #002bb8;
}

#analytics_confidential,
.grid_box,
.grid_box_header {
    border-radius: 0;
}

.analytics_table tbody tr,
.analytics_table thead tr {
    border-bottom: 1px solid #cccccc;
}
Advertisement