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
// 13:43, February 12 2014 (UTC)
// <source lang="CSS">
/* 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;
}

/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

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

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

/* 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("http://images.wikia.com/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
{
  width: 96%;
  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);
}
 
div.headingblue {
            background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.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 {
            background: url("http://images3.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.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;
}

/* Rounded search box - thanks to GeorgieGibbons for the code 
 NOTE - Code has been disabled due to bugs caused by the new Fluid Layout. LiR - Dec. 5, 2013
.WikiaSearch input[type="text"] {
     -webkit-border-radius: 0.75em;
     -moz-border-radius: 0.75em;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
     padding: 3px 0 3px 4px;
     width: 250px;
     border: 2px solid #49AB00;
     box-shadow: inset 0 0 7px #666666;
     -moz-box-shadow: inset 0 0 7px #666666;
     -webkit-box-shadow: inset 0 0 7px #666666;
     -o-box-shadow: inset 0 0 7px #666666;
}
 
.WikiaSearch button {
     border: 2px solid #49AB00;
     height: 29px;
     top: 0;
     -webkit-border-radius: 0 0.75em 0.75em 0;
     -moz-border-radius: 0 0.75em 0.75em 0;
     border-radius: 0 0.75em 0.75em 0;
}

.WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
color: green ;
}

.WikiaSearch input.placeholder[type="text"] {
  color:green !important;
}
.WikiaSearch input[type="text"]::-webkit-input-placeholder {
  color:green !important;
}

.oasis-one-column .WikiaPageHeader .WikiaSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 0;
}

.WikiaSearch .autocomplete {
     border: 2px solid #49AB00;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
}

/*Wiki translucent background - allows the background to be partially visible into the article space. */

.WikiaPageBackground {
   background: transparent url(http://images2.wikia.nocookie.net/joeplayground/images/b/bb/50opacitywhite.png);
}

/*Code for Sims faces "Mosaic" header design.*/

.WikiHeader {
   background: url(http://images4.wikia.nocookie.net/sims/images/a/a7/TS3Mosaicrepeating.png);
   background-repeat: repeat-x;
   background-size: auto 123px;
}

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

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

/*** removing the mask ***/
.WikiHeader .shadow-mask {
   display: none;
}

.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;
}
 
/*** backer for navbar ***/
.WikiHeader nav { 
       background-color:rgba(255, 255, 255, 0.8);
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}


/* 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 { color : silver; }
.unpatrolled { color : blue; }
.bot { 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:LiRBot"],
a[href="/wiki/User:Maintenance script"],
a[href="/wiki/User:VSTF Bot"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],
a[href="/wiki/User:WoganBot"] { color:#66AAFF !important; font-weight:bold !important; }
 
/*admins*/
a[href="/wiki/User:Asher%C9ire"], /*works w/ FF, not sure abut other browsers */
a[href="/wiki/User:Asher%C3%89ire"], /* no success with this one, might be an IE equivalent or something, leaving here because y not */
a[href="/wiki/User:Asher%C9ire"], /* for some browsers - character code issue */
a[href="/wiki/User:Frostwalker"],
a[href="/wiki/User:K6ka"],
a[href="/wiki/User:Mathetesalexandrou"],
a[href="/wiki/User:TheSims23"],
a[href="/wiki/User:Waikikamukow"] { color:#6FA12E; !important; font-weight:bold !important; }
 
/*crats*/
a[href="/wiki/User:Dharden"],
a[href="/wiki/User:Lost_Labyrinth"],
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; }

/*removes name highlights on accunt 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;
}

/*  NEW WIKI-WIDE THEME  */

.WikiaActivityModule .activity-heading,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1,
.LatestPhotosModule > h1.tight,
#WikiaSpotlightsModule header h1,
.CommunityCornerModule h2,
.HotSpotsModule h1,
.FollowedPagesModule h1,
.ChatModule h1.chat-headline {
    margin-top: -17px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 8px !important;
    padding: 0.15em;
    color: White;
    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;
}

.WikiaBlogListingBox h3 {
    margin-top: -17px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 8px !important;
    padding: .24em .30em .30em .18em;
    color: white;
    font-size: 130%;
    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;
}

.WikiaActivityModule .activity-heading {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

.LatestPhotosModule > h1.tight {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

#WikiaSpotlightsModule header h1 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.CommunityCornerModule h2 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

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

.HotSpotsModule h1 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

.FollowedPagesModule h1 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.WikiaBlogListingBox h3 {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

.ChatModule h1.chat-headline {
    background: url("http://images4.wikia.nocookie.net/sims/fr/images/4/40/Bandeau_bleu.jpg");
}

.WikiaRail .module, .GamingCalendarModule {
   background: white;
   font-size: 100%;
   border: 2px solid #2479a5;
   -moz-border-radius: 0.75em;
   -webkit-border-radius: 0.75em;
   border-radius: 0.75em;
   -moz-box-shadow: inset 0 0 7px #666666;
   -webkit-box-shadow: inset 0 0 7px #666666;
   -o-box-shadow: inset 0 0 7px #666666;
   box-shadow: inset 0 0 7px #666666;
}

.ChatEntryPoint {
   background: white;
   font-size: 100%;
   border: 2px solid #2479a5;
   -moz-border-radius: 0.75em;
   -webkit-border-radius: 0.75em;
   border-radius: 0.75em;
   -moz-box-shadow: inset 0 0 7px #666666;
   -webkit-box-shadow: inset 0 0 7px #666666;
   -o-box-shadow: inset 0 0 7px #666666;
   box-shadow: inset 0 0 7px #666666;
   padding: 20px 15px 15px;
}

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

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

.WikiaBlogListingBox .wikia-button {
    margin-top: 25px;
}

.ChatModule .chat-name {
    position: relative;
    top: 1px;
}

.ChatModule .chat-join {
    position: relative;
    top: -20px;
}

.WikiaArticleCategories {
    background-color: #FFFFFF;
    border: 2px solid #2479a5;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow: inset 0 0 7px #666666;
    -webkit-box-shadow: inset 0 0 7px #666666;
    -o-box-shadow: inset 0 0 7px #666666;
    box-shadow:0 0 7px #666666;
}

.WikiaPage {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1em #FFF;
  -moz-box-shadow: 0 0 1em #FFF;
  box-shadow: 0 0 1em #FFF;
  border-radius: 0.75em 0.75em 0.75em 0.75em;
}

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

.WikiaArticle pre {
    -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;
}

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

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

/*change header on editing screen*/
header#EditPageHeader {
            background: url("http://images3.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0.75em 0.75em 0 0;
    border-radius: 0.75em 0.75em 0 0;
}

/*change TOC for file pages*/
ul#filetoc {
background: url("http://images3.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.jpg");
background-size: cover;
}
 
/*admin dashboard header changes*/
header#AdminDashboardHeader.AdminDashboardHeader {
background: url("http://images3.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.jpg");
}

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


/* Hot-spot colour tweaks */
div.hot-spot-severity-1 { background: #1574E9 !important; }
div.hot-spot-severity-2 { background: #2093FF !important; }
div.hot-spot-severity-3 { background: #60AFFE !important; }
div.hot-spot-severity-4 { background: #739AC5 !important; }
div.hot-spot-severity-5 { background: #B9D3EE !important; }

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

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

/*tweaks to polls, thumbnails, text boxes, table of contents, and pre boxes*/ 

div#ajax-poll-08A42F9722BBF050E2956088C4B06001.ajax-poll, .WikiaArticle .thumbinner, .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));
}

.WikiaArticleComments textarea {
    -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;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
}

.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(http://images4.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));
}

/* new navbar color */

.WikiHeader .navbackground div {
      background-color: transparent;
}

.WikiHeader .navbackground {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #3E9200 0%, #337800 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3E9200), color-stop(100%, #337800));
}

.WikiHeader > nav li.marked {
      background-image: -moz-linear-gradient(top, #49AB00 0%, #3E9200 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #49AB00), color-stop(100%, #3E9200));
}

.WikiHeader > nav .subnav-2 {
      background-image: -moz-linear-gradient(top, #3E9200 0%, #337800 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3E9200), color-stop(100%, #337800));
}

/* transparent background on corporate footer */

footer#WikiaFooter.WikiaFooter section {
   background: transparent url(http://images4.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;
}

/* rounded corners for navbar */

.WikiHeader {
     border-radius: 0.75em 0.75em 0 0;
     border-bottom: 2px solid white;
     -webkit-box-shadow: 0 0 1em white;
     -moz-box-shadow: 0 0 1em #FFF;
     box-shadow: 0 0 1em white;
     margin-bottom: 10px;
}

.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.75em 0 0.75em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.75em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.75em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.75em 0.75em 0 0;
}

.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.75em 0.75em 0.75em;
}

.GlobalNavigation .subnav {
     border-radius: 0 0 0.75em 0.75em;
     border-color: #0A1700;
}

.AccountNavigation .subnav {
     border-width: 0 4px 4px;
}

.AccountNavigation .subnav > li:last-child {
     -moz-border-radius: 0 0 1em 1em;
     -webkit-border-radius: 0 0 1em 1em;
     border-radius: 0 0 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(http://images4.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;
}

/* Hide user link on image boxes */

.picture-attribution {
display: none !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;
}

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

#WikiaPage {
    border: none;
    border-radius: 0 0 0.75em 0.75em;
}

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

// </source>
Advertisement