/******************** Theme_HarvestFest.css *******************
  Theme Name: HarvestFest
 
 **********************************************************/
@import url("/MediaWiki:Theme_HeaderWhite.css?action=raw&ctype=text/css");
 
/* Theme colors, for further reference:
 
>HarvestFest
 
Header: #c73b20
 
Buttons: #c73b20
 
Links: #3d76e0
 
Toolbar: #7d4500 */

body.mediawiki.skin-oasis {
    background-image: url('https://vignette.wikia.nocookie.net/growtopia/images/8/88/Autumn_Weather_Background.png');
    background-color: #733400;
    background-size: cover;
}
body.mediawiki.skin-oasis header.wds-community-header {
    background-image: url(https://vignette.wikia.nocookie.net/growtopia/images/d/da/GTW_HeaderGraphic_HarvestFest.gif/);
}
 
*::-webkit-scrollbar{background:#FFFFFF}
*::-webkit-scrollbar-thumb{background: #4d3413}

.gtw-card {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15)), url("https://vignette.wikia.nocookie.net/growtopia/images/1/1b/GTW_Landscape_HarvestFest.png"), linear-gradient(#c73b20,#F16829,#f59656);
}
.gtw-card.item-card .card-field th {
    color: #FC6;
}

.gtw-nav a {
    background: #c73b20;
}

.gtw-card .gtw-btn a {
    background: #c73b20;
}

/** Tabber Colour **/
.tabberactive a {
    border-bottom: 3px solid #c73b20 !important;
    color: #c73b20 !important;
}

.tabbernav :not(.tabberactive) a:hover {
    color: #c73b20 !important;
}