Path: blob/main/projects/temple-run-2/global.css
1834 views
html, body {1position: relative;2width: 100%;3height: 100%;4}56body {7color: #333;8margin: 0;9padding: 8px;10box-sizing: border-box;11font-family: temple-run-small-caps, Arial, Helvetica, sans-serif;12}13*,14*::before,15*::after {16box-sizing: border-box;17-webkit-touch-callout: none; /* iOS Safari */18-webkit-user-select: none; /* Safari */19-khtml-user-select: none; /* Konqueror HTML */20-moz-user-select: none; /* Firefox */21-ms-user-select: none; /* Internet Explorer/Edge */22user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */23-o-user-select: none;24}2526a {27color: rgb(0,100,200);28text-decoration: none;29}3031a:hover {32text-decoration: underline;33}3435a:visited {36color: rgb(0,80,160);37}3839label {40display: block;41}4243input, button, select, textarea {44font-family: inherit;45font-size: inherit;46padding: 0.4em;47margin: 0 0 0.5em 0;48box-sizing: border-box;49border: 1px solid #ccc;50border-radius: 2px;51}5253input:disabled {54color: #ccc;55}5657input[type="range"] {58height: 0;59}6061button {62color: #333;63background-color: #f4f4f4;64outline: none;65}6667button:disabled {68color: #999;69}7071button:not(:disabled):active {72background-color: #ddd;73}7475button:focus {76border-color: #666;77}7879/* span {80-webkit-text-stroke-width: 1.0px;81-webkit-text-stroke-color: black;82} */8384.overlay-container {85background-color: transparent;86margin: auto;87padding:0;88left:0;89right:0;90top:0;91bottom: 0;92position: absolute;93text-align: center;94/* max-width: 1024px;95max-height: 576px;96min-width: 640px;97min-height: 360px; */98}99100.button-container {101margin: 0 auto;102position: absolute;103width: 100%;104bottom: 2px;105display: flex;106justify-content: space-between;107overflow: unset;108}109110@font-face {111font-family: 'temple-run-small-caps';112src: url("./fonts/temple-run-small-caps.eot");113src: url("./fonts/temple-run-small-caps.eot?#iefix") format('embedded-opentype'),114url("./fonts/temple-run-small-caps.woff2") format('woff2'),115url("./fonts/temple-run-small-caps.woff") format('woff'),116url("./fonts/temple-run-small-caps.ttf") format('truetype'),117url("./fonts/temple-run-small-caps.svg#temple-run-small-caps") format('svg') ;118}119120.label {121display: block;122text-transform: uppercase;123background: linear-gradient(to bottom, #fcfa61 0%,#fcfa61 19%,#faf55f 23%,#f0dd54 36%,#d39a35 66%,#cb872c 78%,#ca842b 80%,#ca842b 100%);124/*https://colorzilla.com/gradient-editor*/125/*linear-gradient(to bottom, #fcfa61 20%, #e0b743 45%, #d2892d 90%); /*linear-gradient(to bottom, #fcfa61 15%, #d5913a 65%, #f5905c 85%)*/;126background-clip: border-box;127-webkit-background-clip: text;128-webkit-text-fill-color: transparent;129font-size: 24px;130font-weight: 100;131-webkit-text-stroke-width: 1.0px;132-webkit-text-stroke-color: black;133}134135.label.medium {136font-size: 14px;137}138139.label.small {140font-size: 10px;141}142143.subheader {144font-size: 12px;145color: #4F291C;146/* font-family: Arial, Helvetica, sans-serif; */147}148149