Path: blob/main/projects/minecraft-classic/assets/css/style.css
1835 views
button,1input,2optgroup,3select,4textarea {5margin: 0;6font-size: 100%;7font-family: sans-serif;8line-height: 1.15;9}10button,11input {12overflow: visible;13}14button,15select {16text-transform: none;17}18[type="reset"],19[type="submit"],20button,21html [type="button"] {22-webkit-appearance: button;23}24[type="button"]::-moz-focus-inner,25[type="reset"]::-moz-focus-inner,26[type="submit"]::-moz-focus-inner,27button::-moz-focus-inner {28padding: 0;29border-style: none;30}31[type="button"]:-moz-focusring,32[type="reset"]:-moz-focusring,33[type="submit"]:-moz-focusring,34button:-moz-focusring {35outline: 1px dotted ButtonText;36}37fieldset {38margin: 0 2px;39padding: 0.35em 0.625em 0.75em;40border: 1px solid silver;41}42legend {43display: table;44box-sizing: border-box;45max-width: 100%;46padding: 0;47color: inherit;48white-space: normal;49}50progress {51display: inline-block;52vertical-align: baseline;53}54textarea {55overflow: auto;56}57[type="checkbox"],58[type="radio"] {59box-sizing: border-box;60padding: 0;61}62[type="number"]::-webkit-inner-spin-button,63[type="number"]::-webkit-outer-spin-button {64height: auto;65}66[type="search"] {67-webkit-appearance: textfield;68outline-offset: -2px;69}70[type="search"]::-webkit-search-cancel-button,71[type="search"]::-webkit-search-decoration {72-webkit-appearance: none;73}74::-webkit-file-upload-button {75-webkit-appearance: button;76font: inherit;77}78*,79:after,80:before {81box-sizing: inherit;82}83html {84box-sizing: border-box;85-ms-text-size-adjust: 100%;86-webkit-text-size-adjust: 100%;87-webkit-font-smoothing: antialiased;88}89body {90margin: 0;91color: inherit;92}93* {94font-family: Minecraft;95color: #fff;96text-shadow: 2px 2px #3f3f3f;97}98img {99max-width: 100%;100height: auto;101}102svg:not(:root) {103overflow: hidden;104}105#version {106position: absolute;107top: 6px;108left: 8px;109z-index: 1;110pointer-events: none;111}112#hotbar {113width: 184px;114position: fixed;115bottom: -6px;116left: 50%;117margin-left: -92px;118z-index: 2;119pointer-events: none;120}121#chat {122position: absolute;123bottom: 8px;124left: 8px;125z-index: 3;126pointer-events: none;127}128#previewWindow {129position: absolute;130margin: auto;131top: 0;132right: 0;133bottom: 60px;134left: 0;135width: 480px;136height: 300px;137z-index: 4;138}139#menu {140position: absolute;141margin: auto;142top: 0;143right: 0;144bottom: 0;145left: 0;146z-index: 5;147}148@font-face {149font-family: Minecraft;150src: url("/projects/minecraft-classic/assets/fonts/minecraftfont.eot");151src: url("/projects/minecraft-classic/assets/fonts/minecraftfont.woff") format("woff"), url("/projects/minecraft-classic/assets/fonts/minecraftfont.ttf") format("truetype");152}153#progress {154position: absolute;155margin: auto;156top: 0;157right: 0;158bottom: 0;159left: 0;160z-index: 6;161}162#overlay {163position: absolute;164margin: auto;165top: 0;166right: 0;167bottom: 0;168left: 0;169z-index: 7;170}171#mobile {172display: none;173position: absolute;174margin: auto;175top: 0;176right: 0;177bottom: 0;178left: 0;179width: 100%;180height: 100%;181text-align: center;182z-index: 8;183background-image: url("/projects/minecraft-classic/assets/textures/background.jpg");184background-size: cover;185background-position: center;186}187#text_vertical {188text-align: center;189position: relative;190top: 50%;191-ms-transform: translateY(-50%);192-webkit-transform: translateY(-50%);193transform: translateY(-50%);194}195#text_vertical a:link {196color: #ffff40;197}198#text_vertical a:visited {199color: #ffff40;200}201#text_vertical a:hover {202color: #ffff40;203}204#text_vertical a:active {205color: #ffff40;206}207#webgl_webrtc {208display: none;209position: absolute;210margin: auto;211top: 0;212right: 0;213bottom: 0;214left: 0;215width: 100%;216height: 100%;217text-align: center;218z-index: 8;219background-image: url("/projects/minecraft-classic/assets/textures/background.jpg");220background-size: cover;221background-position: center;222}223#hide {224position: absolute;225left: -9999px;226}227a {228background-color: transparent;229-webkit-text-decoration-skip: objects;230}231a:active,232a:hover {233outline-width: 0;234}235hr {236overflow: visible;237box-sizing: content-box;238height: 0;239}240pre {241font-size: 1em;242font-family: monospace;243}244abbr[title] {245border-bottom: none;246text-decoration: underline;247text-decoration: underline dotted;248}249b,250strong {251font-weight: 600;252}253code,254kbd,255samp {256font-size: 1em;257font-family: monospace;258}259dfn {260font-style: italic;261}262small {263font-size: 80%;264}265sub,266sup {267position: relative;268vertical-align: baseline;269font-size: 75%;270line-height: 0;271}272sub {273bottom: -0.25em;274}275sup {276top: -0.5em;277}278p:empty {279display: none;280}281@media print {282*,283:after,284:before {285background: 0 0;286box-shadow: none;287text-shadow: none;288color: #000;289}290a,291a:visited {292text-decoration: underline;293}294a[href]:after {295content: " (" attr(href) ")";296}297abbr[title]:after {298content: " (" attr(href) ")";299}300a[href^="#"]:after,301a[href^="javascript:"]:after {302content: "";303}304pre {305white-space: pre-wrap;306}307blockquote,308pre {309border: 1px solid #999;310page-break-inside: avoid;311}312thead {313display: table-header-group;314}315img,316tr {317page-break-inside: avoid;318}319h2,320h3,321p {322orphans: 3;323widows: 3;324}325h2,326h3 {327page-break-after: avoid;328}329.footer,330.header,331.hide-print {332display: none;333}334}335.u-clearfix:after {336content: "";337display: table;338clear: both;339}340.u-container {341max-width: 1200px;342}343.u-object-fit {344position: relative;345}346.u-object-fit__image {347position: absolute;348top: 0;349left: 0;350z-index: 0;351width: 100%;352height: 100%;353object-fit: cover;354}355.u-object-fit__image--contain {356object-fit: contain;357}358.u-visually-hidden {359position: absolute;360overflow: hidden;361width: 1px;362height: 1px;363margin: -1px;364padding: 0;365border: 0;366clip: rect(0 0 0 0);367}368.u-visually-hidden:active,369.u-visually-hidden:focus {370position: static;371overflow: visible;372width: auto;373height: auto;374margin: 0;375clip: auto;376}377.a-btn,378button,379input[type="button"],380input[type="reset"],381input[type="submit"] {382display: inline-block;383}384.a-input-field,385input[type="date"],386input[type="datetime-local"],387input[type="datetime"],388input[type="email"],389input[type="month"],390input[type="number"],391input[type="password"],392input[type="search"],393input[type="tel"],394input[type="text"],395input[type="textarea"],396input[type="time"],397input[type="url"],398input[type="week"],399textarea {400appearance: none;401}402.a-icon {403width: 32px;404height: 32px;405fill: currentColor;406}407a {408text-decoration: none;409color: #000;410}411a:hover {412text-decoration: underline;413}414a:focus {415outline: 0;416}417418