User:Random Ranaun/wikia.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Random Ranaun
No edit summary
imported>Random Ranaun
No edit summary
Line 1: Line 1:
/* Island Paradise skin */
body.mediawiki {
background: #B4CDCD url(http://i.imgur.com/kX8dLLL.png) fixed center top no-repeat !important;
}
/* IP navbar update */
.WikiHeader .navbackground div {
background-color: transparent;
}
.WikiHeader .navbackground {
background-color: transparent;
background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
.WikiHeader > nav li.marked {
background-image: -moz-linear-gradient(top, #FFC125 0%, #EEB422 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FFC125), color-stop(100%, #EEB422));
}
.WikiHeader > nav .subnav-2 {
background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
/* IP button update */
.WikiaHeader li>.wikia-button {
background-color: transparent;
background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
.WikiaPageHeader .wikia-button, .WikiaPageHeader .wikia-menu-button {
background-color: transparent;
background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
.wikia-menu-button > a:hover, .wikia-menu-button .drop:hover, .wikia-menu-button>li>a:hover {
background-color: transparent;
background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
} /* not working properly just yet, needs outline fixes - DO NOT USE */
.wikia-menu-button>a, .wikia-menu-button>li>a {
border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-right: 1px solid #EEB422;
color: white;
padding: 0 8px 0 5px;
}
/* IP Wikia-navbar update */
.WikiaHeader .wikia-header-mask {
background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
.WikiaFooter .toolbar, .WikiaBarWrapper .toolbar {
background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
.WikiaBarWrapper .wikia-bar {
background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
.WikiaFooter .toolbar .tools > li, .WikiaBarWrapper .toolbar .tools>li {
background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
.WikiaHeader li.start-a-wiki {
border-left: 1px solid #3299CC;
margin-top: 5px;
}
.WikiHeader {
background: url(http://images1.wikia.nocookie.net/__cb20110701062236/sims/images/2/26/Background.png);
background-size: cover;
}

/* Fanon skin */
/* Fanon skin */



Revision as of 12:45, 22 May 2013

/* Island Paradise skin */
body.mediawiki {
	background: #B4CDCD url(http://i.imgur.com/kX8dLLL.png) fixed center top no-repeat !important;
}
 
/* IP navbar update */
 
.WikiHeader .navbackground div {
      background-color: transparent;
}
 
.WikiHeader .navbackground {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
 
.WikiHeader > nav li.marked {
      background-image: -moz-linear-gradient(top, #FFC125 0%, #EEB422 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FFC125), color-stop(100%, #EEB422));
}
 
.WikiHeader > nav .subnav-2 {
      background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
 
/* IP button update */
.WikiaHeader li>.wikia-button {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
 
.WikiaPageHeader .wikia-button, .WikiaPageHeader .wikia-menu-button {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
}
 
.wikia-menu-button > a:hover, .wikia-menu-button .drop:hover, .wikia-menu-button>li>a:hover {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #EEB422 0%, #DAA520 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEB422), color-stop(100%, #DAA520));
} /* not working properly just yet, needs outline fixes - DO NOT USE */
 
.wikia-menu-button>a, .wikia-menu-button>li>a {
border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-right: 1px solid #EEB422;
color: white;
padding: 0 8px 0 5px;
}
 
/* IP Wikia-navbar update */
.WikiaHeader .wikia-header-mask {
      background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
 
.WikiaFooter .toolbar, .WikiaBarWrapper .toolbar {
      background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
 
.WikiaBarWrapper .wikia-bar {
      background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
 
.WikiaFooter .toolbar .tools > li, .WikiaBarWrapper .toolbar .tools>li {
      background-image: -moz-linear-gradient(top, #3299CC 0%, #0198E1 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3299CC), color-stop(100%, #0198E1));
}
 
.WikiaHeader li.start-a-wiki {
border-left: 1px solid #3299CC;
margin-top: 5px;
}
 
.WikiHeader {
   background: url(http://images1.wikia.nocookie.net/__cb20110701062236/sims/images/2/26/Background.png);
   background-size: cover;
}

/* Fanon skin */

.ns-112, .ns-113,
body.page-The_Sims_Wiki_Fanon_Portal,
body.page-The_Sims_Wiki_talk_Fanon_Portal {
        background: url(http://llnw.thesims3.com/images/bg/canal_clouds_background_ver856534.png) top center repeat;
        -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,
.ns-113 .WikiaHeader,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader,
.ns-112 .WikiaBarWrapper,
.ns-113 .WikiaBarWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper { 
  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,
.ns-112 .GlobalNavigation > li:last-child > span > span > a,
.ns-113 .GlobalNavigation > li > a, .ns-113 .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
.ns-112 .WikiaHeader li.start-a-wiki, .ns-113 .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader li.start-a-wiki {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li,
.ns-113 .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li:first-child,
.ns-113 .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child {
  border: 0;
}

.ns-112 .WikiaBarCollapseWrapper,
.ns-113 .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarCollapseWrapper {
  background-color: #053871;
}



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