/******************** Theme_Valentine.css *******************
  Theme Name: Valentine
    
 **********************************************************/
@import url("/MediaWiki:Theme_HeaderWhite.css?action=raw&ctype=text/css");
 
 /* Theme colors, for further reference:

>Default

Header: #FF52FC

Buttons: #FF52FC

Links: #B314B0

Toolbar: #000000  */

body.mediawiki.skin-oasis {
    background-image: url('https://static.wikia.nocookie.net/growtopia/images/a/a0/Valentine_Background.png/revision/latest?cb=20210128042642');
    background-color: #c59ac4;
    background-size: cover;
}
body.mediawiki.skin-oasis header.wds-community-header {
    background-image: url(https://vignette.wikia.nocookie.net/growtopia/images/7/77/Valentine_Header.png/revision/latest/zoom-crop/width/471/height/115?cb=20200704150622);
}

*::-webkit-scrollbar{background:#FFFFFF}
*::-webkit-scrollbar-thumb{background: #c8159d}

.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/7/71/GTW_Landscape_Valentines.png/revision/latest?cb=20210128041953"), linear-gradient(#ff19fb,#fd94ff);
}
.gtw-card.item-card .card-field th {
    color: #f5ac27;
}

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

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

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

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