/*
 * Datum	: 09.12.2018, 18:38:52
 * @author	: Christian Drumm
 * Stylesheet	: Default Template
*/
@import "../_fonts/source_code_pro.css";

@import "design.css";
/*
@import "privacy.css";
@import url("scale/w375.css") screen and (device-width: 375px); /* iPhone 6-8
@import url("scale/w360.css") screen and (device-width: 360px); /* Samsung Galaxy S7 */

noscript{
    color: red;
}
/*
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
    background-color: whitesmoke;
}
*/
main form input[type="text"],
main form input[type="password"],
main form input[type="email"]{
    background-color: whitesmoke;
}
input[type="submit"], input[type="button"]{
    background-color: transparent;
}
a:link, a:visited{
    color: black;
}
a[href='']{
    opacity: 0.3;
}
a.abbort{
    color: firebrick;
}
/**********************************************************
* NEW GAME
*/
.new_game input[type="range"]::-webkit-slider-runnable-track {
    background: black;
}
.new_game input[type="range"]:focus::-moz-range-track {
    background: #ccc;
}
.new_game input[type="range"]::-moz-range-thumb {
    background: goldenrod;
}
.new_game input[type="range"]::-moz-range-track {
    background: #ddd;
}
.g_info a{
    color: darkcyan;
}