User:Random Ranaun/wikia.css

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

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Fanon skin */

.ns-112, .ns-113 {
        background: url(http://llnw.thesims3.com/images/bg/canal_clouds_background_ver856534.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
}

body.page-The_Sims_Wiki_Fanon_Portal {
background: url(http://llnw.thesims3.com/images/bg/canal_clouds_background_ver856534.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
}

body.page-The_Sims_Wiki_talk_Fanon_Portal {
background: url(http://llnw.thesims3.com/images/bg/canal_clouds_background_ver856534.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
}

.ns-112 .WikiaHeader { 
  background-color: #1C5CA5;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #053871), color-stop(50%, #3380D8), color-stop(100%, #053871));
  background-image: -moz-linear-gradient(left, #053871 0, #3380D8 50%, #053871 100%);
}

.ns-112 .WikiaHeader nav {
  border-top: 1px solid #5B99DF;
}

.ns-112 .WikiaFooter .toolbar {
  background-color: #1C5CA5;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #053871), color-stop(50%, #3380D8), color-stop(100%, #053871));
  background-image: -moz-linear-gradient(left, #053871 0, #3380D8 50%, #053871 100%);
}

.ns-112 .GlobalNavigation > li > a {
  border-right: 1px solid #5B99DF;
}

.ns-112 .WikiaHeader nav > ul > li:nth-child(2) {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaHeader nav > ul > li:last-child {
  border-left: 1px solid #5B99DF;
}

.ns-112 .GlobalNavigation > li > span > span > a {
  border-right: 1px solid #5B99DF;
}

.ns-112 .WikiaFooter .toolbar .tools > li {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaFooter .toolbar .tools > li:first-child {
border: 0;
}

.ns-112 .WikiaHeader .chevron {
  border-top-color: #ADD8E6;
}

/* ################################################## */
/* ### TITLE ICONS (Template:Games)               ### */
/* ################################################## */
 
.va-titleicons, .va-titleicons-hover {
   font-size: 11px;
   position: absolute;
   margin: 0;
   max-width: 275px;
   z-index: 3;
}
 
.va-titleicons {
   background: transparent;
   right: 0;
   height: 25px;
   line-height: 25px;
   overflow: hidden;
   text-align: right;
   border: none;
   display: none;
}
 
.va-titleicons-hover {
   background: #FFF;
   right: -2px;
   height: auto;
   overflow: auto;
   text-align: center;
   border: 2px solid #D9D9D9;
   padding: 0 5px;
}
 
.va-titleicons-preview {
   text-align: right;
}
 
.va-titleicons-fullsize,
.va-titleicons-hover .va-titleicons-preview {
   display: none;
}
 
.va-titleicons-hover .va-titleicons-fullsize {
   display: block;
}
 
.va-titleicons-more {
   float: right;
   padding: 0 2px;
   line-height: 25px;
}
 
.va-titleicons-chevron {
   vertical-align: middle;
   border-color: #3A3A3A transparent transparent;
   border-style: solid;
   border-width: 3px;
   width: 0;
}
 
/* Monobook */
.skin-monobook .va-titleicons {
   top: 15px;
}
 
.skin-monobook .va-titleicons-hover {
   top: 13px;
}
 
/* Oasis */
.skin-oasis .va-titleicons {
   top: -30px;
   right: 10px;
}
 
.skin-oasis .va-titleicons-hover {
   top: -32px;
   right: 10px;
}
 
.skin-oasis.ns-0 .WikiaPageHeader,
.skin-oasis.ns-4 .WikiaPageHeader,
.skin-oasis.ns-110 .WikiaPageHeader,
.skin-oasis.ns-502 .WikiaPageHeader {
   margin-bottom: 30px;
}
 
.skin-oasis.mainpage .WikiaPageHeader {
   margin-bottom: 10px;
}

.WikiaSearch input[type="text"] {
    border: 2px solid #64B668;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.WikiaSearch button {
    border: none;
    position: absolute;
    right: 0px;
    bottom: 2em
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

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

div#ajax-poll-08A42F9722BBF050E2956088C4B06001.ajax-poll, .WikiaArticle .thumbinner {
    -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 url(http://images1.wikia.nocookie.net/__cb20100704162745/sims/fr/images/6/6d/Image_TOC.png) no-repeat right bottom;
}