@import "fonts/gt_walsheim.css";

/* Fix editor font in Linux/Chrome */
code[class*="language-"] {
        font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}

#theDisplay {
	background-color: rgba(0,0,0,0) !important;
}
#topLogo::before {
        content: "Blockscloud";
        display: block;
        color: white;
        margin-left: 19px;
        margin-top: 44px;
}
#versionInfo {
    margin-top: -40px !important;
    margin-right: -20px !important;
}

.square > div {
	border-radius: 0px;
}
.invisible > div {
	display: none;
}

.text-block.highscore>p:nth-of-type(1) {
	font-family: GT-Walsheim-Pro;
	font-weight: 500;
	line-height: 1.4;
	font-size: 18pt;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-block.highscore>p:nth-of-type(2) {
        font-family: GT-Walsheim-Pro;
        font-weight: 300;
	line-height: 1.4;
	font-size: 18pt;
}

.white {
	color: white;
}

.walsheim {
	font-family: GT-Walsheim-Pro;
        font-weight: 400;
}

.walsheim>ctl-title {
	padding-right: 10px;
}

.red {
	background-color: red;
}

.Slider-ctl.hue>div {
        background-image: linear-gradient(to top, #f00 0, #ff0 17%, #0f0 24%, #0ff 51%, #00f 68%, #f0f 85%, #f00 100%);
}

.size_small {
    font-size: 70%;
}

/* Button style */

.Button-ctl>div {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #6389C2;
	border-radius: 10px;
    filter: drop-shadow(8px 8px 5px rgba(0,0,0,0.2));
}
.Button-ctl.active>div {
	background-color: #6389C2;
}
.Button-ctl.pressed>div {
	border-color: #F39200;
}
.Button-ctl>ctl-title {
    font-size: 60%;
    color: #6389C2;
}
.Button-ctl.pressed>ctl-title {
	color: #F39200;
}
.Button-ctl.yellow>div {
    background-color: #FECB00;
}
.Button-ctl.square>div {
	border-radius: 0;
}

.Button-ctl.invisible>div {
	background: none;
	border: none;
}
.Button-ctl.invisible.pressed>div {
        border: 3px solid white;
}
.Button-ctl.terms>ctl-title {
    font-size: 40%;
}
.Button-ctl.terms.pressed>div {
    border-color: #6389C2;
}
.Button-ctl.terms.pressed>ctl-title {
	color: #6389C2;
}
