/**
 * Style:Game
 * 
 * @title      Game styling
 * @desc       CSS rules for the "Game" page
 * @copyright  (c) 2021, Stephino
 * @author     Mark Jivko <stephino.team@gmail.com>
 * @package    stephino-rpg
 * @license    GPL v3+, https://gnu.org/licenses/gpl-3.0.txt
 */
/*Stephino RPG:Game*/[data-role="stephino-rpg-frame"],body.mobile [data-role="stephino-rpg-frame"] { z-index: 2; position: fixed; width: -webkit-calc(100% - 160px); width: calc(100% - 160px); height: -webkit-calc(100% - 75px); height: calc(100% - 75px); right: 0px; top: 32px; border-radius: 10px 0 0 10px;}body.mobile [data-role="stephino-rpg-frame"] { height: -webkit-calc(100% - 32px); height: calc(100% - 32px); border-radius: 0;}#wpwrap, #wpcontent, #wpbody, #wpbody-content,[data-role="stephino-rpg-frame"] { background: #23282d;}body.admin-color-light #wpwrap { background: #e5e5e5;}body.admin-color-modern #wpwrap { background: #1e1e1e;}body.admin-color-blue #wpwrap { background: #52accc;}body.admin-color-coffee #wpwrap { background: #59524c;}body.admin-color-ectoplasm #wpwrap { background: #523f6d;}body.admin-color-midnight #wpwrap { background: #363b3f;}body.admin-color-ocean #wpwrap { background: #738e96;}body.admin-color-sunrise #wpwrap { background: #cf4944;}#wpfooter, #wpfooter a { color: #fff;}body.admin-color-light #wpfooter,body.admin-color-light #wpfooter a { color: #999;}body.admin-color-light #wp-admin-bar-stephino-rpg img { -webkit-filter: brightness(0.6); filter: brightness(0.6);}#wpcontent, #wpbody, #wpbody-content { height: 100%; padding: 0 !important;}#wpbody-content > .updated, #wpbody-content .notice { display: none !important;}[data-role="stephino-rpg-glow"] { position: fixed; display: block; z-index: 0; width: -webkit-calc(100% - 160px); width: calc(100% - 160px); height: 43px; background: url("../../img/header-banner.png") no-repeat 0% 101% transparent; background-size: 100% 75%; -webkit-transform: scaley(0.3); -ms-transform: scaley(0.3); transform: scaley(0.3); -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-animation: stephino-rpg-glow-pulse 4s infinite; animation: stephino-rpg-glow-pulse 4s infinite; bottom: 43px; right: 0px; -webkit-filter: brightness(0); filter: brightness(0);}body.mobile [data-role="stephino-rpg-frame"],body.folded [data-role="stephino-rpg-frame"],body.folded [data-role="stephino-rpg-glow"] { width: -webkit-calc(100% - 36px); width: calc(100% - 36px);}@-webkit-keyframes stephino-rpg-glow-pulse { 0% { -webkit-transform: scaley(0.3) rotate(180deg); } 50% { -webkit-transform: scaley(1) rotate(180deg); } 100% { -webkit-transform: scaley(0.3) rotate(180deg); }}@keyframes stephino-rpg-glow-pulse { 0% { -webkit-transform: scaley(0.3) rotate(180deg); transform: scaley(0.3) rotate(180deg); } 50% { -webkit-transform: scaley(1) rotate(180deg); transform: scaley(1) rotate(180deg); } 100% { -webkit-transform: scaley(0.3) rotate(180deg); transform: scaley(0.3) rotate(180deg); }}@media (max-width: 780px) { [data-role="stephino-rpg-frame"], body.folded [data-role="stephino-rpg-frame"], body.auto-fold [data-role="stephino-rpg-frame"], body.mobile [data-role="stephino-rpg-frame"] { top: 46px; border-radius: 0; height: -webkit-calc(100% - 46px); height: calc(100% - 46px); width: 100%; }}/*EOF*/