@media (max-width: 1025px) { .navBar1280 { display: none; } .navBar1024 { display: none; } .navBarMobile { display: block; } #exampleList { height: calc(100% - 40px); width: 100%; top: 40px; bottom: 0; } #exampleList #exampleBanner h1 img { display: block; } #currentVersionMobile { float: left; } .navbarBottom { display: none; } .wrapper { height: calc(100% - 40px); } .wrapper #canvasZone { width: 0; } #fpsLabel { position: fixed; top: 60px; right: 0; line-height: 32px; height: 35px; padding: 0; padding-right: 5px; } .wrapper #jsEditor { width: 100%; } #switchWrapper { position: fixed; bottom: 0; right: 0; width: 40px; height: 40px; cursor: pointer; } #switchWrapper img { width: 40px; height: 40px; filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } #JStoTSbar .buttonJStoTS { border-top-left-radius: 12px; } .navbar, .navbar .category, #JStoTSbar { height: 40px; line-height: 40px; padding: 0; width: 100%; background-color: #201936; } .navbar .category.right { display: none; } .navbar .categoryTitle { height: 40px; line-height: 40px; padding: 0; width: calc(100% - 40px); margin-left: -5px; } .navbar .categoryTitle .logo, .navbar .categoryTitle .version { vertical-align: top; height: 100%; margin-right: 10px; } .navbar .categoryTitle .logo, .navbar .categoryTitle .logo { float: left; } .navbar .categoryTitle .version { float: right; } .navbar .categoryTitle .logo, .navbar .categoryTitle .version .versionSub { vertical-align: top; } .navbar.languageJS .select { background-color: #3f3461; } .navbarlanguageJS .select:active { background-color: #3f3461; } .navbar.languageTS .select { background-color: #bb464b; } .navbar.languageTS .select:active { background-color: #bb464b; } .navbar .select, .navbar .select img { width: 40px; height: 40px; } .navbar .select img { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select img:active { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select img:focus { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select img:hover { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select:active img { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select:focus img { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select:hover img { filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select .toDisplay { position: fixed; left: 0; top: 40px; width: 180px; height: 500px; min-height: 100px; max-height: calc(100% - 40px); text-align: left; } .navbar .select .toDisplay.languageJS .option { background-color: #3f3461; } .navbar .select .toDisplay.languageJS .option:active { background-color: #9379e6; } .navbar .select .toDisplay.languageJS .option:hover { background-color: #9379e6; } .navbar .select .toDisplay.languageTS .option { background-color: #bb464b; } .navbar .select .toDisplay.languageTS .option:active { background-color: #e0684b; } .navbar .select .toDisplay.languageTS .option:hover { background-color: #e0684b; } .navbar .select .toDisplay #toTSbuttonMobile { padding-left : 12px; } .navbar .select .toDisplay #toJSbuttonMobile { padding-left : 12px; } .navbar .select .toDisplay .option { padding: 1px; font-size: 15px; height: 33px; line-height: 33px; width: 180px; box-sizing: border-box; } .navbar .select .toDisplay .option img { float: left; width: auto; height: 100%; filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .navbar .select .toDisplay .option:nth-of-type(1) img, .navbar .select .toDisplay .option:nth-of-type(2) img { width: 20px; margin: 0 7px; filter: none; } .navbar .select .subSelect .toDisplaySub, .navbar .select .subSelect .currentVersionDisplay { position: fixed; top: 40px; left: 180px; min-width: 180px; width: 180px; height: auto; text-align: left; overflow: hidden; color: white; } .navbar .select .subSelect .toDisplaySub .option { padding-left: 5px; box-sizing: border-box; } .navbar .select .subSelect .toDisplaySub.languageJS { background-color: #9379e6; } .navbar .select .subSelect .toDisplaySub.languageTS { background-color: #e0684b; } .navbar .select .subSelect .toDisplaySub.languageJS .option { background-color: #9379e6; color: white; } .navbar .select .subSelect .toDisplaySub.languageTS .option { background-color: #e0684b; color: white; } .navbar .select .subSelect .qrCodeImage div { width: 180px; height: 180px; padding: 2px; } .navbar .select .subSelect .qrCodeImage div canvas { width: 180px; height: 180px; } .save-layer { top: 40px; height: calc(100% - 40px); } .save-layer .save-form { z-index: 15; position: relative; width: 100%; height: 100%; overflow: auto; top: 0; left: 0; right: 0; border-radius: 0; padding-bottom: 20px; box-sizing: border-box; } .save-layer .save-form img { float: right; width: 36px; margin: -8px 10px 0 -45px ; filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%); } .save-layer .save-form .separator, .save-layer .save-form input, .save-layer .save-form textarea { box-sizing: border-box; width: calc(100% - 20px); margin: 10px auto; } .save-layer .save-form #saveFormButtons { margin-top: 15px; text-transform: uppercase; } }