MediaWiki:Wikia.css

From Farming Simulator Wiki
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Farming Simulator Wiki Skin - Written by Drew1200. Currently only experimental, nothing final here. */

/* Wiki background */
body.skin-oasis {
  background: url(http://media1.giants-software.com/FarmingSimulator15/img/content/img-top-fs15.jpg) no-repeat center center fixed;
  background-size: cover;
}

/* Disable page title for our mainpage */
.page-Farming_Simulator_Wiki div.header-title h1 {
  display: none;
}

/* Buttons */
.wikia-chiclet-button {
opacity:1 !important;
}

.CategorySelect.articlePage .add {
color:rgb(100, 100, 100) !important;
}

/* Tabber */
ul.tabbernav {
border-bottom: 4px solid rgb(156, 197, 26) !important;
padding: 0 !important;
}

ul.tabbernav li a:hover {
background: #fff !important;
border-bottom: 1px solid #fff;
}

.tabberlive .tabbertab {
border-bottom: 4px solid rgb(156, 197, 26) !important;
border-right: 0 !important;
border-left: 0 !important;
}

/* Misc. */
span.fs15 > a, span.fs14 > a, span.fs13 > a {
    color:white !important;
}

span.fs15 > a:hover, span.fs14 > a:hover, span.fs13 > a:hover {
    text-decoration:none !important;
}

#WikiHeader .wordmark, .font-titillium {
    text-align:center;
}
.WikiaBlogListing h1 {
    font-size: 14px !important;
}

/* ---------- TOOLTIPS ----------- */

/* Main CSS class of the tooltip */
.main-tooltip {
    border: 1px solid #cac4b5;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 5px;
    /* background-color: #eeeeee; <-- Original Gray */
	background-image: linear-gradient(to bottom,rgba(37,136,61,1) 0%, rgba(37,136,61,1) 28px, rgba(238,238,238,1) 28px, rgba(238,238,238,1) 100%);
}
}
 
/* Adds padding to the wrapper to make space for a shadow */
#tooltip-wrapper {
    padding: 3px 7px 2px 3px;
}
 
/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}
 
.tooltips-init-complete {
    cursor: help;
}

/* ---------- End Tooltips ---------- */

/* ---------- HEADERS --------------- */
/* Puts highly-visible, colorful lines underneath Headers 2 and 3, for easier reading. */

.WikiaArticle h2 {
   margin-top:20px;
   border-bottom-color: #25883d;
   border-bottom-width: 2px;
}
 
.WikiaArticle h3 {
   margin-top:20px;
   border-bottom: 2px solid rgb(183, 99, 25);
   display: inline-block !important;
}

/* ---------- End Headers ---------- */