| Server IP : 178.105.222.151 / Your IP : 216.73.216.38 Web Server : nginx/1.28.3 System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/mi-no-ka/wp-content/plugins/dinosaur-game/ |
Upload File : |
/*!
* game-style.css | Dinosaur Game WordPress Plugin | https://wordpress.org/plugins/dinosaur-game
* This plugin is free to use under the GPLv2 license. | https://www.gnu.org/licenses/gpl-2.0.html
*
* This file contains CSS forked from the 'T-Rex runner' game in Chromium.
* Chromium is under Copyright 2015 by The Chromium Authors. All rights reserved.
* See also: https://cs.chromium.org/chromium/src/LICENSE
*
*/
.dino-outer:first-of-type {
display: block;
border: 1px solid #535353;
margin: 1em auto;
background: rgba(255, 255, 255, 0.5);
}
.dino-icon {
-webkit-user-select: none;
user-select: none;
display: inline-block;
}
.dino-outer .dino-inner {
color: #2b2b2b;
line-height: 0;
font-size: 0;
margin: 16px auto;
max-width: 600px;
width: 100%;
}
.dino-outer .dino-container {
max-width: 600px;
overflow: hidden;
width: 100%;
}
.dino-outer .dino-canvas {
max-width: 600px;
opacity: 1;
overflow: hidden;
z-index: 2;
position: static;
}
.dino-outer .controller {
background: rgba(247, 247, 247, .1);
left: 0;
width: 100vw;
z-index: 1;
}
#dinosaur-game,
[id^=dino-game-sprites] {
display: none;
}