Path: blob/main/projects/crossy-road/css/app-store-interstitial.css
4626 views
#app-store-interstitial {1overflow: hidden;2position: absolute;3font-family: EditUndoBrk;4color: #fff;5-webkit-touch-callout: none; /* iOS Safari */6-webkit-user-select: none; /* Safari */7-khtml-user-select: none; /* Konqueror HTML */8-moz-user-select: none; /* Firefox */9-ms-user-select: none; /* Internet Explorer/Edge */10user-select: none; /* Non-prefixed version, currently11supported by Chrome and Opera */12}1314#app-store-interstital img {15image-rendering: pixelated;16}1718#app-store-interstitial img.smooth {19image-rendering: initial;20}2122#app-store-interstitial .container {23position: absolute;24left: 0;25top: 0;26width: 100%;27height: 100%;28display: flex;29flex-direction: column;30justify-content: center;31align-items: center;32}3334@media (orientation: portrait) {35.landscape-only {36display: none;37}38}3940@media (orientation: landscape) {41.portrait-only {42display: none;43}44}4546/* Screen 1 */4748#screen-1 #side-characters {49height: 100%;50position: absolute;51right: -5%;52top: 0;53}5455#screen-1 .center {56display: flex;57flex-direction: row;58justify-content: center;59align-items: center;60width: 90%;61margin: 7% 0;62}6364#screen-1 .bottom {65width: 100%;66text-align: center;67}6869#screen-1 .bottom img {70width: 30%;71max-width: 600px;72}7374#screen-1 .usp-list {75width: 40%;76font-size: 1em;77margin: 0;78list-style: none;79padding: 0 0 0 4%;80}8182#screen-1 .usp-list li {83margin: 5% 0;84}8586#screen-1 .usp-list li img {87display: inline-block;88margin-right: 5%;89width: 7%;90}9192#screen-1 .usp-list .text {93display: inline-block;94width: 88%;95vertical-align: middle;96}9798#screen-1 h2 {99font-size: 1.75em;100text-align: center;101line-height: 1.2em;102}103104#screen-1 .crossy-road-app-icon {105width: 24%;106}107108#screen-1 .pixel-arrow {109width: 5%;110margin: 0 4%;111}112113#screen-1 .pixel-device {114width: 10%;115}116117@media (orientation: portrait) {118#screen-1 .bottom img {119width: 70%;120}121122#side-characters {123display: none;124}125126#screen-1 h2 {127font-size: 2.5em;128margin-bottom: 0;129}130131#screen-1 .usp-list {132width: 70%;133font-size: 1.75em;134margin: 2% 0;135padding: 0;136}137138#screen-1 .center {139margin: 4% 0;140}141}142143/* Screen 2 */144145#screen-2 h2 {146font-size: 1.5em;147line-height: 1.3em;148text-align: center;149margin: 0 6%;150}151152#screen-2.container {153justify-content: center;154}155156#screen-2 .top {157display: flex;158flex-direction: row;159align-items: center;160justify-content: center;161width: 90%;162}163164#screen-2 .pixel-phone {165width: 7%;166}167168#screen-2 .pixel-tablet {169width: 13%;170}171172#screen-2 .bottom {173position: relative;174text-align: center;175width: 80%;176margin-top: 8%;177}178179#screen-2 .search-bar {180width: 100%;181}182183#screen-2 #poki-text {184position: absolute;185left: 7%;186color: #36b5e8;187top: 50%;188font-size: 2em;189margin-top: -0.65em;190}191192#screen-2 .hand {193position: absolute;194transform: rotate(-5deg);195bottom: -25%;196right: -3%;197width: 30%;198}199200#screen-2 #type-cursor {201color: #ffd522;202margin-left: 2%;203animation: blink-animation 1s steps(2, start) infinite;204}205206@keyframes blink-animation {207to {208visibility: hidden;209}210}211212/* Screen 3 */213214#screen-3 .phone {215width: 80%;216transform: rotate(-5deg);217}218219#screen-3 .hand {220position: absolute;221transform: rotate(-12deg);222bottom: -25%;223right: 10%;224width: 40%;225}226227/* Screen 4 */228229#screen-4 .top {230display: flex;231flex-direction: row;232align-items: center;233justify-content: center;234}235236#screen-4 .top .left {237width: 20%;238margin-right: 5%;239}240241#screen-4 .top .right {242width: 20%;243}244245#screen-4 .crossy-road-app-icon,246#screen-4 .crossy-road-logo,247#screen-4 .hipster-whale-logo {248width: 100%;249}250251#screen-4 .crossy-road-logo {252margin-bottom: 5%;253}254255#screen-4 .center {256display: flex;257flex-direction: row;258align-items: center;259justify-content: center;260width: 100%;261margin: 7% 0;262}263264#screen-4 .center img {265display: inline-block;266width: 60%;267}268269#screen-4 .center .pixel-arrow {270margin: 0 3%;271width: 3%;272}273274#screen-4 .center .pixel-device {275width: 6%;276}277278#screen-4 .bottom {279width: 100%;280text-align: center;281}282283#screen-4 .bottom img {284width: 20%;285}286287