Path: blob/main/public/games/files/garbage-collector/stylesheets/screen.css
1036 views
/* line 17, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */1html, body, div, span, applet, object, iframe,2h1, h2, h3, h4, h5, h6, p, blockquote, pre,3a, abbr, acronym, address, big, cite, code,4del, dfn, em, img, ins, kbd, q, s, samp,5small, strike, strong, sub, sup, tt, var,6b, u, i, center,7dl, dt, dd, ol, ul, li,8fieldset, form, label, legend,9table, caption, tbody, tfoot, thead, tr, th, td,10article, aside, canvas, details, embed,11figure, figcaption, footer, header, hgroup,12menu, nav, output, ruby, section, summary,13time, mark, audio, video {14margin: 0;15padding: 0;16border: 0;17font: inherit;18font-size: 100%;19vertical-align: baseline;20}2122/* line 22, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */23html {24line-height: 1;25}2627/* line 24, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */28ol, ul {29list-style: none;30}3132/* line 26, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */33table {34border-collapse: collapse;35border-spacing: 0;36}3738/* line 28, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */39caption, th, td {40text-align: left;41font-weight: normal;42vertical-align: middle;43}4445/* line 30, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */46q, blockquote {47quotes: none;48}49/* line 103, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */50q:before, q:after, blockquote:before, blockquote:after {51content: "";52content: none;53}5455/* line 32, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */56a img {57border: none;58}5960/* line 116, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */61article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {62display: block;63}6465/* line 7, ../sass/screen.scss */66body {67background-color: black;68color: white;69font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;70}7172/* line 14, ../sass/screen.scss */73canvas {74-webkit-user-select: none;75-moz-user-select: none;76user-select: none;77position: absolute;78}7980/* line 19, ../sass/screen.scss */81.game {82margin: 32px auto;83width: 640px;84height: 480px;85}8687/* line 25, ../sass/screen.scss */88.loader {89display: none;90position: absolute;91top: 0;92left: 0;93}94/* line 31, ../sass/screen.scss */95.loader #level-data {96width: 480px;97}9899/* line 36, ../sass/screen.scss */100button {101background: none;102border: none;103outline: none;104-webkit-user-select: none;105-moz-user-select: none;106user-select: none;107font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;108}109110/* line 45, ../sass/screen.scss */111.material-btn {112display: block;113font-weight: 100;114font-size: 1em;115letter-spacing: 0.08em;116color: white;117border-radius: 0.2em;118margin: 0 auto;119padding: 0.5em;120text-transform: uppercase;121}122/* line 58, ../sass/screen.scss */123.material-btn.antimatter {124background-color: #f43;125}126/* line 62, ../sass/screen.scss */127.material-btn.matter {128background-color: #26e;129}130131/* line 67, ../sass/screen.scss */132.title-view {133position: absolute;134top: 0;135left: 0;136bottom: 0;137right: 0;138background-color: #222;139z-index: 1;140}141/* line 75, ../sass/screen.scss */142.title-view .title-container {143display: table;144width: 100%;145height: 40%;146-webkit-transform: translateZ(2000px);147-moz-transform: translateZ(2000px);148-ms-transform: translateZ(2000px);149-o-transform: translateZ(2000px);150transform: translateZ(2000px);151-webkit-transform-style: preserve-3d;152-moz-transform-style: preserve-3d;153-ms-transform-style: preserve-3d;154-o-transform-style: preserve-3d;155transform-style: preserve-3d;156-webkit-perspective: 1000px;157-moz-perspective: 1000px;158-ms-perspective: 1000px;159-o-perspective: 1000px;160perspective: 1000px;161-webkit-perspective-origin: center center;162-moz-perspective-origin: center center;163-ms-perspective-origin: center center;164-o-perspective-origin: center center;165perspective-origin: center center;166}167/* line 85, ../sass/screen.scss */168.title-view .title-container .titles {169display: table-cell;170text-align: center;171vertical-align: middle;172margin: auto;173-webkit-transform-style: preserve-3d;174-moz-transform-style: preserve-3d;175-ms-transform-style: preserve-3d;176-o-transform-style: preserve-3d;177transform-style: preserve-3d;178}179/* line 99, ../sass/screen.scss */180.title-view .start-btn {181position: absolute;182top: 75%;183left: 50%;184width: 128px;185height: 64px;186margin-left: -64px;187margin-top: -32px;188text-transform: uppercase;189background-color: rgba(34, 34, 34, 0.8);190border: 2px solid white;191color: white;192font-size: 1.5rem;193font-weight: 300;194letter-spacing: 0.05em;195-webkit-transform: translateZ(10000px);196-moz-transform: translateZ(10000px);197-ms-transform: translateZ(10000px);198-o-transform: translateZ(10000px);199transform: translateZ(10000px);200}201/* line 120, ../sass/screen.scss */202.title-view .start-btn:active {203background-color: white;204}205206/* line 129, ../sass/screen.scss */207.title,208.title-shadow {209position: absolute;210text-transform: uppercase;211text-align: center;212font-size: 10vw;213font-weight: bold;214-webkit-user-select: none;215-moz-user-select: none;216user-select: none;217}218219/* line 138, ../sass/screen.scss */220.title {221color: white;222text-shadow: 0 0 10px black;223}224225/* line 143, ../sass/screen.scss */226.title-shadow {227color: black;228-webkit-transform: translateZ(-100px);229-moz-transform: translateZ(-100px);230-ms-transform: translateZ(-100px);231-o-transform: translateZ(-100px);232transform: translateZ(-100px);233}234235/* line 152, ../sass/screen.scss */236.settings-view .settings {237position: absolute;238width: 250px;239height: 250px;240top: 50%;241left: 50%;242margin-top: -125px;243margin-left: -125px;244z-index: 2;245display: none;246background-color: rgba(0, 0, 0, 0.5);247padding: 20px;248}249/* line 166, ../sass/screen.scss */250.settings-view .setting {251margin-bottom: 2px;252}253/* line 169, ../sass/screen.scss */254.settings-view .setting label {255display: inline;256font-weight: 100;257font-size: 2em;258letter-spacing: 0.08em;259}260/* line 177, ../sass/screen.scss */261.settings-view .setting input[type="checkbox"],262.settings-view .setting input[type="checkbox"]:checked {263-webkit-user-select: none;264-moz-user-select: none;265user-select: none;266width: 2em;267height: 2em;268}269/* line 184, ../sass/screen.scss */270.settings-view .toggle-settings-btn {271position: absolute;272right: 20px;273bottom: 20px;274font-size: 3em;275color: white;276}277278@media screen and (min-width: 320px), screen and (min-height: 240px) {279/* line 198, ../sass/screen.scss */280.game {281margin: auto;282}283284/* line 203, ../sass/screen.scss */285.game,286canvas {287width: 320px;288height: 240px;289}290291/* line 208, ../sass/screen.scss */292.material-btn {293width: 320px;294}295}296@media screen and (min-width: 480px) and (min-height: 400px) {297/* line 216, ../sass/screen.scss */298.game {299margin: auto;300}301302/* line 221, ../sass/screen.scss */303.game,304canvas {305width: 480px;306height: 360px;307}308309/* line 226, ../sass/screen.scss */310.material-btn {311width: 480px;312}313}314@media screen and (min-width: 640px) and (min-height: 576px) {315/* line 235, ../sass/screen.scss */316.game {317margin: 32px auto;318width: 640px;319height: 480px;320}321322/* line 241, ../sass/screen.scss */323canvas {324width: auto;325height: auto;326}327328/* line 246, ../sass/screen.scss */329.material-btn {330width: 256px;331}332}333334335