Simmenes Wiki
Advertisement

Merk: Etter publisering vil det kanskje være nødvendig å slette mellomlageret i nettleseren din for å se endringene.

  • Firefox / Safari: Hold Shift mens du klikker på Oppdater, eller trykk enten Ctrl+F5 eller Ctrl+R (⌘+R på Mac)
  • Google Chrome: Trykk Ctrl+Shift+R (⌘+Shift+R på Mac)
  • Internet Explorer / Edge: Hold Ctrl mens du trykker på Oppdater eller trykk Ctrl+F5
  • Opera: Ttrykk Ctrl+F5.
/* 21:29, 13 Oktober 2016 (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; }

/* 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 { color : silver; }
.unpatrolled { color : blue; }
.bot { color : orange; }
 
/*bots*/
a[href="/wiki/Bruker:CreateWiki script"],
a[href="/wiki/Bruker:Delete page script"],
a[href="/wiki/Bruker:Edit page script"],
a[href="/wiki/Bruker:Maintenance script"],
a[href="/wiki/Bruker:VSTF Bot"],
a[href="/wiki/Bruker:Wikia"],
a[href="/wiki/Bruker:WikiaBot"] { color:#66AAFF !important; font-weight:bold !important; }
 
/*admins*/
a[href="/wiki/Bruker:Collar"],
a[href="/wiki/Bruker:Geirma"] { color:#6FA12E !important; font-weight:bold !important; }
 
/*crats*/
a[href="/wiki/Bruker:Jon-R"],
a[href="/wiki/Bruker:Norwaysim"],
a[href="/wiki/Bruker:Skaarberg"],
a[href="/wiki/Bruker:TheSIMofNorwegian"] { color:#337800 !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;
}

.CommunityCornerModule h2 {
    background: linear-gradient(to right, #2E70B7, #25A8E0);
}

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

/**** Obsolete - it uses the .HotSpotsModule class further down below -- with green header bar. This one is blue
.HotSpotsModule h1, .HotSpotsModule h2 {
    background: linear-gradient(to right, #2E70B7, #25A8E0);
} ****/

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

.ChatModule h1.chat-headline {
    background: linear-gradient(to right, #4CAD40, #96CF24);
}

.ChatEntryPoint {
    box-shadow: none;
    background: none;
    border: none;
    margin: inherit;
    padding: inherit;
    width: auto;
}

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

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

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

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

.ChatModule .chat-join {
    position: relative;
    top: -45px;
    float: right;
}

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


/* Hot-spot colour tweaks */
div.hot-spot-severity-1 { background: #2E70B7 !important; }
div.hot-spot-severity-2 { background: #25A8E0 !important; }
div.hot-spot-severity-3 { background: #60AFFE !important; }
div.hot-spot-severity-4 { background: #AACAFF !important; }
div.hot-spot-severity-5 { background: #BFDFFF !important; }

/*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 polls, thumbnails, text boxes, table of contents, and pre boxes*/ 

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

.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(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 Chat Look */

body.chat-mod.can-give-chat-mod.ChatWindow {
    background: #d1e8be url(https://images.wikia.nocookie.net/__cb61924/sims/images/5/50/Wiki-background) top center fixed no-repeat;
}

div#Rail.Rail {
    background: #FFFFFF url(https://images.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(https://images.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;
}

/***** 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 */
.WikiHeader > nav ul {
    font-weight: bold;
}

.WikiHeader > nav li.marked {
    text-shadow: 1px 1px 1px #555;
}

.Wikiheader > nav .subnav-2 li.marked2 {
    text-shadow: none;
}

.WikiHeader > nav .subnav-3 li.marked3 {
    text-shadow: none;
}

.WikiHeader > nav .subnav-3 li {
    text-shadow: none;
}

.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
    text-shadow: none;
}

.WikiaActivityModule .activity-heading,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1,
.LatestPhotosModule > h1.tight,
#WikiaSpotlightsModule header h1,
.CommunityCornerModule h2,
.HotSpotsModule h1,
.HotSpotsModule h2,
.FollowedPagesModule h1,
.FollowedPagesModule h2,
.ChatModule .chat-headline,
.insights-module h2,
.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;
}

/*Wiki navigation header background (white plumbbobs)*/
.WikiHeader {
   background: url(https://vignette.wikia.nocookie.net/sims/images/3/33/Navbackground.jpg/revision/latest?cb=20150420051121);
   background-size: 100% auto;
}

/* 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;
    }
    
/* Moves the talk page edit button slightly higher. Otherwise it would cause the page width narrower */
.WikiaPageHeader .wikia-menu-button, .WikiaPageHeader > .comments, .wikinav2 .WikiaPageHeader .wikia-menu-button, .wikinav2 .WikiaPageHeader > .comments {
  margin-top: -8px;
}

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

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