Path: blob/main/static/src/gs/public/dinosaur/index.css
1324 views
/* Copyright 2013 The Chromium Authors. All rights reserved.1* Use of this source code is governed by a BSD-style license that can be2* found in the LICENSE file. */34html, body {5padding: 0;6margin: 0;7width: 100%;8height: 100%;9background-color: #EEE;10}1112.icon {13-webkit-user-select: none;14user-select: none;15display: inline-block;16}1718.icon-offline {19content: -webkit-image-set( url(assets/default_100_percent/100-error-offline.png) 1x, url(assets/default_200_percent/200-error-offline.png) 2x);20position: relative;21}2223.hidden {24display: none;25}262728/* Offline page */2930.offline .interstitial-wrapper {31color: #2b2b2b;32font-size: 1em;33line-height: 1.55;34margin: 0 auto;35max-width: 600px;36padding-top: 100px;37width: 100%;38}3940.offline .runner-container {41height: 150px;42max-width: 600px;43overflow: hidden;44position: absolute;45top: 35px;46width: 44px;47}4849.offline .runner-canvas {50height: 150px;51max-width: 600px;52opacity: 1;53overflow: hidden;54position: absolute;55top: 0;56z-index: 2;57}5859.offline .controller {60background: rgba(247, 247, 247, .1);61height: 100vh;62left: 0;63position: absolute;64top: 0;65width: 100vw;66z-index: 1;67}6869#offline-resources {70display: none;71}7273@media (max-width: 420px) {74.suggested-left > #control-buttons, .suggested-right > #control-buttons {75float: none;76}77.snackbar {78left: 0;79bottom: 0;80width: 100%;81border-radius: 0;82}83}8485@media (max-height: 350px) {86h1 {87margin: 0 0 15px;88}89.icon-offline {90margin: 0 0 10px;91}92.interstitial-wrapper {93margin-top: 5%;94}95.nav-wrapper {96margin-top: 30px;97}98}99100@media (min-width: 600px) and (max-width: 736px) and (orientation: landscape) {101.offline .interstitial-wrapper {102margin-left: 0;103margin-right: 0;104}105}106107@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation:landscape) {108.interstitial-wrapper {109margin-bottom: 100px;110}111}112113@media (min-height: 240px) and (orientation: landscape) {114.offline .interstitial-wrapper {115margin-bottom: 90px;116}117.icon-offline {118margin-bottom: 20px;119}120}121122@media (max-height: 320px) and (orientation: landscape) {123.icon-offline {124margin-bottom: 0;125}126.offline .runner-container {127top: 10px;128}129}130131@media (max-width: 240px) {132.interstitial-wrapper {133overflow: inherit;134padding: 0 8px;135}136}137138