<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background:#3e107a; 
    height:100%; width:100%; 
    overflow:hidden;
    font-size: 20px; 
    font-family:Arial;
    background-image: url(../games-images/bg.svg);
    background-attachment: fixed;
    background-size: cover;
}
body {
    margin:0; 
    height:100%; 
    width:100%;}

/*adobe animate*/
#animation_container {position:absolute; margin:auto;left:0;right:0;top:0;bottom:0;}
#dom_overlay_container{ display: block; position: absolute; left: 0px; top: 0px; pointer-events:none; overflow:hidden; }
#game-container {height:100%; background: url(../games-images/preloader-wowz-new.png); background-repeat: no-repeat; background-size: contain; background-position: center;}

/*loader*/
.img-loader {width:0;height:0;overflow:hidden;}
#tinyloader-screen {display:block; width:100%; height:100%;}
.tinyloader{ display: none; width: 150px; height: 27px; background-color: #ffefff; text-align:center; border:2px solid #ffefff; border-radius:2px;
top: 45%; top: -webkit-calc(55% + 90px); top: calc(55% + 90px);
left: 25%; left: -webkit-calc(50% - 75px); left: calc(50% - 75px);
}
.tinyloaderback {
    width: 100%;
    height: 100%;
}
.tinyloaderback img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tinyloader-bar{content: ""; position: absolute; background: rgba(255,122,197,1); background: linear-gradient(to bottom, rgba(255,122,197,1) 0%, rgba(178,14,107,1) 100%); top: 0px;left: 0px;height: 27px;width: 0px; z-index: 0; opacity: 1; -webkit-transform-origin:  100% 0%; transform-origin:  100% 0% ;
/*-webkit-animation: tinyloader 10s ease-in-out infinite;
animation: tinyloader 10s ease-in-out infinite;*/ }

.tinyloader:before{ content: "LOADING ..."; color: #ff7ac5; font-family:  Arial; font-size: 16px; position: absolute; width: 100%; height: 27px; line-height: 27px; left: 0; top: 0; }

@-webkit-keyframes tinyloader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@keyframes tinyloader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

/*theme colors*/
body.boys {background:none;}
body.boys .tinyloader img {display:none;}
body.boys .tinyloader-bar {background: linear-gradient(to bottom, #2e8cea 0%, #3357a1 100%);}
body.boys .tinyloader:before{color:#3357a1;}

/*phaser*/
body.phaser canvas {    position: absolute;    left:50%;    top:50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}

/*rotate device*/
#rotate-device-helper { position: absolute; top: calc(100% - 140px); left: calc(50% - 64px); width: 128px; height: 128px; z-index:-1; }
  
/*more games*/
	h1 {font-size:20px; color:#fff; text-align:center; margin:10px;}
.app-list { padding: 5%; }
.app-list li { float: left; list-style: none; padding-left:.3rem; padding-right:.3rem;}
.app-list a {width:23%; padding-bottom:23%; margin: 0 1% 2% 1%; position:relative; display:block;float:left; background: #fff; border-radius: 22%; box-shadow: 0px 0px 7px 0px #333;}
.app-list a img {width:92%; height:92%; position:absolute; top:4%; left:4%; border-radius: 22%;}

</pre></body></html>