/******************** Theme_WinterFest.css *******************
  Theme Name: WinterFest
 
 **********************************************************/
@import url("/MediaWiki:Theme_HeaderWhite.css?action=raw&ctype=text/css");

/* Theme colors, for further reference:

>WinterFest

Header: #1ABAF0

Buttons: #2394BA

Links: #00acd3

Toolbar: #000000 */

body.mediawiki.skin-oasis {
	background-image: url('https://vignette.wikia.nocookie.net/growtopia/images/a/a9/WinterFest_Background.png/revision/latest?cb=20200704150932');
	background-color: #1ABAF0;
	background-size: cover;
}
body.mediawiki.skin-oasis header.wds-community-header {
	background-image: url('https://vignette.wikia.nocookie.net/growtopia/images/b/b2/WinterFest_Header.gif/revision/latest/zoom-crop/width/471/height/115?cb=20200704150539');
}

*::-webkit-scrollbar{background:#FFFFFF}
*::-webkit-scrollbar-thumb{background: #2394BA}

.gtw-card {
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15)), url("https://static.wikia.nocookie.net/growtopia/images/a/a6/GTW_Landscape_Christmas.png/revision/latest?cb=20201214131653"), linear-gradient(#1ABAF0,#4ECBF5);
}
.gtw-card.item-card .card-field th {
    color: #90ee90;
}

.gtw-nav a {
	background: #3069a6;
}

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

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

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