/**
 * Style:Themes
 * 
 * @title      Themes styling
 * @desc       CSS rules for the "themes" 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:Themes*/@font-face {font-family: Lato; font-style: normal; font-weight: 400; src: local("Lato Regular"), local("Lato-Regular"), url("../../fonts/Lato-Regular.woff2") format("woff2");}@font-face {font-family: Lato; font-style: normal; font-weight: 400; src: local("Lato Regular"), local("Lato-Regular"), url("../../fonts/Lato-RegularLatin.woff2") format("woff2");}@font-face {font-family: Lato; font-style: normal; font-weight: 700; src: local("Lato Bold"), local("Lato-Bold"), url("../../fonts/Lato-Bold.woff2") format("woff2");}@font-face {font-family: Lato; font-style: normal; font-weight: 700; src: local("Lato Bold"), local("Lato-Bold"), url("../../fonts/Lato-BoldLatin.woff2") format("woff2");}body { font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}::-webkit-scrollbar { width: 6px;}::-webkit-scrollbar-track { border-radius: 6px; -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3); box-shadow: inset 0 0 15px rgba(0,0,0,0.3)}::-webkit-scrollbar-thumb { border-radius: 6px; background: rgba(255,255,255,0.8); cursor: pointer;}::-webkit-scrollbar:horizontal { height: 6px;}.ui-draggable-handle { -ms-touch-action: none; touch-action: none}#wpwrap,#wpcontent,#wpbody { background: #222;}#wpcontent { padding-left: 0px;}#wpbody-content>.updated,#wpbody-content .notice { display: none !important;}.input-group-text { border: 1px solid #000; border-right-color: transparent;}.input-group-text+input { border-radius: 0px 5px 5px 0px;}select[multiple] { min-height: 200px;}select { max-width: none !important;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus { border: 1px solid #00d4ff; -webkit-text-fill-color: #00d4ff; -webkit-box-shadow: 0 0 0px 1000px #222 inset;}.btn { cursor: pointer; -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4); box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);}.theme-license { width: 100%; display: inline-block; background: #222222; border-radius: 5px; padding: 5px; text-align: center; border: 1px solid #000; margin-bottom: 8px;}.theme-license img { max-height: 70px; -webkit-transition: -webkit-transform 0.2s linear; transition: -webkit-transform 0.2s linear; -o-transition: transform 0.2s linear; transition: transform 0.2s linear; transition: transform 0.2s linear, -webkit-transform 0.2s linear;}.theme-license:hover img { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5);}[role="info-badge"] { position: fixed; top: 75px; right: 100px; background: #303030; z-index: 10000; min-height: 50px; padding-right: 20px; border-radius: 25px; overflow: hidden; margin-left: 20px; -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5), 0px -1px 0px 0px rgba(0, 0, 0, 0.5) inset, 0px 10px 20px 1px rgba(0, 0, 0, 0.5); box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5), 0px -1px 0px 0px rgba(0, 0, 0, 0.5) inset, 0px 10px 20px 1px rgba(0, 0, 0, 0.5); display: none;}[role="info-badge"].active { display: inline-block;}[role="info-badge"] > .icon { display: inline-block; width: 50px; height: 50px; background: url("../../img/badge-success.gif") 50% 50% no-repeat transparent; background-size: 75% !important; position: absolute; margin-right: 5px; -webkit-transform: scale(0.1); -ms-transform: scale(0.1); transform: scale(0.1); -webkit-transition: -webkit-transform 0.5s linear; transition: -webkit-transform 0.5s linear; -o-transition: transform 0.5s linear; transition: transform 0.5s linear; transition: transform 0.5s linear, -webkit-transform 0.5s linear;}[role="info-badge"].active > .icon { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}[role="info-badge"].badge-error > .icon { background-image: url("../../img/badge-error.gif");}[role="info-badge"] > .message { display: inline-block; color: #fff; font-size: 16px; text-shadow: 0px -1px 0px #000; line-height: 25px; margin-top: 10px; margin-bottom: 10px; padding-left: 50px; opacity: 0; -webkit-transform: opacity 0.5s linear; -ms-transform: opacity 0.5s linear; transform: opacity 0.5s linear;}[role="info-badge"].active > .message { opacity: 1;}.banner { width: 100%; position: absolute; top: -22px; left: 0; height: 50px;}[data-role="header"] .banner { top: 0; padding-top: 25px; display: inline-block; text-align: center; position: relative; height: auto;}.banner > .glow { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; 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: banner-pulse 4s infinite; animation: banner-pulse 4s infinite;}@-webkit-keyframes banner-pulse { 0% { -webkit-transform: scaley(0.3); } 50% { -webkit-transform: scaley(1); } 100% { -webkit-transform: scaley(0.3); }}@keyframes banner-pulse { 0% { -webkit-transform: scaley(0.3); transform: scaley(0.3); } 50% { -webkit-transform: scaley(1); transform: scaley(1); } 100% { -webkit-transform: scaley(0.3); transform: scaley(0.3); }}[data-role="header"] .logo { background: url("../../img/icon.svg") no-repeat 0 0 transparent; width: 50px; height: 50px; display: inline-block; margin-right: 20px; line-height: 50px; background-size: 100% 100%; vertical-align: top; position: relative; z-index: 1;}[data-role="header"] .info { display: inline-block; width: auto; height: 50px; line-height: 50px; vertical-align: top; font-size: 20px; position: relative; z-index: 1;}[data-role="header"] .info .version { font-size: 14px; color: #00d4ff;}.content { overflow: hidden; padding: 20px;}.content, .btn { text-shadow: 0px 1px 1px #000, 0px 1px 0px #000, 0px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000;}[data-role="content"] { margin-top: 30px;}[data-role="content"] > div { height: 100%;}.card { position: relative; padding: 0; overflow: hidden; -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4); box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);}.card.active { background-repeat: no-repeat; background-position: 0 100%; background-size: 100% 100px;}.card.active:before { content: '\2713'; position: absolute; width: 40px; height: 40px; right: 5px; top: 10px; font-size: 25px; text-align: center; line-height: 40px; display: inline-block; color: #00d4ff; font-weight: bold; z-index: 2;}.card.active:after { content: ''; position: absolute; width: 120px; height: 120px; background: #111; right: -50px; top: -45px; z-index: 1; border-radius: 50%;}.card > h4 { padding: 20px; margin-bottom: 0px; font-size: 1em; text-transform: uppercase; border-bottom: 1px dashed rgba(255, 255, 255, 0.2); line-height: 35px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}.add-circle[data-role="add"] { width: 100px; height: 100px; border-radius: 50%; background: #303030; line-height: 100px; text-align: center; display: inline-block; font-size: 50px; -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-left: 50px; margin-top: 20px; cursor: pointer; -webkit-transition: background 0.1s linear; -o-transition: background 0.1s linear; transition: background 0.1s linear;}.add-circle[data-role="add"]:hover { background: #00d4ff; text-shadow: none;}[data-role="add-dialog"] .badge { font-size: 100%;}[data-role="divider"] { position: relative; width: 100%; display: inline-block; text-align: center; font-size: 1.3em; text-transform: uppercase; margin-bottom: 30px;}[data-role="divider"]:before,[data-role="divider"]:after { position: absolute; content: ''; display: inline-block; background: #fff; width: 40%; height: 1px; left: 5%; top: 0.6em; opacity: 0.4;}[data-role="divider"]:after { left: auto; right: 5%;}[data-effect="parallax"] { position: relative; width: 100%; background-repeat: no-repeat; background-position: 50% 100%; padding-bottom: 33.33%; background-size: 100% auto; display: inline-table;}[data-effect="parallax"].disabled { -webkit-filter: grayscale(1); filter: grayscale(1);}[data-effect="parallax"] > .before,[data-effect="parallax"] > .after { display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 100% auto; background-position: 0% 0%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 2;}[data-effect="parallax"] > .after { background-position: 0% 50%; z-index: 1; -webkit-animation: anim-parallax-after 4s ease-in-out infinite 0.2s; animation: anim-parallax-after 4s ease-in-out infinite 0.2s;}[data-effect="parallax"] > .before { -webkit-animation: anim-parallax-before 5s ease-in-out infinite 0.2s; animation: anim-parallax-before 5s ease-in-out infinite 0.2s;}@-webkit-keyframes anim-parallax-before { 0%,100% {-webkit-transform: translateY(0, 0) scale(1);transform: translateY(0, 0) scale(1);} 25% {-webkit-transform: translate(0%, 5%) scale(1.1);transform: translate(0%, 5%) scale(1.1);} 50% {-webkit-transform: translate(5%, -5%) scale(1.1);transform: translate(5%, -5%) scale(1.1);}}@keyframes anim-parallax-before { 0%,100% {-webkit-transform: translateY(0, 0) scale(1);transform: translateY(0, 0) scale(1);} 25% {-webkit-transform: translate(0%, 5%) scale(1.1);transform: translate(0%, 5%) scale(1.1);} 50% {-webkit-transform: translate(5%, -5%) scale(1.1);transform: translate(5%, -5%) scale(1.1);}}@-webkit-keyframes anim-parallax-after { 0%,100% {-webkit-transform: translateY(0, 0) scale(1);transform: translateY(0, 0) scale(1);} 25% {-webkit-transform: translate(0%, -5%) scale(1.1);transform: translate(0%, -5%) scale(1.1);} 50% {-webkit-transform: translate(-5%, 5%) scale(1.1);transform: translate(-5%, 5%) scale(1.1);}}@keyframes anim-parallax-after { 0%,100% {-webkit-transform: translateY(0, 0) scale(1);transform: translateY(0, 0) scale(1);} 25% {-webkit-transform: translate(0%, -5%) scale(1.1);transform: translate(0%, -5%) scale(1.1);} 50% {-webkit-transform: translate(-5%, 5%) scale(1.1);transform: translate(-5%, 5%) scale(1.1);}}[data-role="explorer"] { background: rgba(0,0,0,0.2); display: inline-block; border-radius: 10px; max-height: 100%; overflow: auto; padding-bottom: 10px; width: 100%;}[data-role="explorer"] [data-type] { margin-left: 5%; display: inline-block; clear: both; float: left;}[data-role="explorer"], [data-role="explorer"] [data-type] { -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4); box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);}[data-role="explorer"] .explorer-files { display: inline-block; position: relative; z-index: 2;}[data-role="explorer"] .explorer-files > [data-type] { margin-left: 2.5%;}[data-role="explorer"] [data-type="dir"] { width: 95%;}[data-role="explorer"] [data-type="file"], [data-role="explorer"] [data-type="dir"] > span { width: 100%; display: inline-block; padding: 10px; border-radius: 5px; margin-top: 10px; float: right; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; cursor: pointer;}[data-role="explorer"] .explorer-files > [data-type="file"] { float: left;}[data-role="explorer"] [data-type="file"], [data-role="explorer"] [data-type="dir"] > span,.btn { background-position: 0 100%; background-repeat: no-repeat; background-size: 100% 50%;}[data-role="explorer"] [data-type="file"] { background-color: rgba(0,0,0,0.2); width: 95%; position: relative;}[data-role="explorer"] [data-type="file"]:before { position: relative; content: ''; display: inline-block; width: 32px; height: 32px; background: url("../../img/file-icons.png") no-repeat 0 0 transparent; vertical-align: middle; margin-right: 10px;}[data-role="explorer"] [data-type="file"][data-file="txt"]:before { background-position: -32px 0px;}[data-role="explorer"] [data-type="file"][data-file="css"]:before { background-position: -64px 0px;}[data-role="explorer"] [data-type="file"][data-file="json"]:before { background-position: -96px 0px;}[data-role="explorer"] [data-type="file"][data-file="png"]:before { background-position: -128px 0px;}[data-role="explorer"] [data-type="file"][data-file="jpg"]:before { background-position: -160px 0px;}[data-role="explorer"] [data-type="file"][data-file="cur"]:before { background-position: -192px 0px;}[data-role="explorer"] [data-type="file"][data-file="mp3"]:before { background-position: -224px 0px;}[data-role="explorer"] [data-type="file"][data-file="webm"]:before { background-position: -256px 0px;}[data-role="explorer"] [data-type="file"][data-file="mp4"]:before { background-position: -288px 0px;}[data-role="explorer"] [data-type="dir"] > span { background-color: #444; position: relative; line-height: 25px; -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);}[data-role="explorer"] [data-type="dir"] > div { height: 0; overflow: hidden; display: block; width: 100%; border-radius: 0 0 5px 6px;}[data-role="explorer"] [data-type="dir"] > span:before { content: "+"; display: inline-block; margin-right: 15px; margin-left: 5px; font-weight: bold; font-family: monospace; font-size: 24px; line-height: 25px; vertical-align: baseline; text-align: center; width: 25px; height: 25px; background: #333; border-radius: 5px;}[data-role="explorer"] [data-type="dir"] > span:hover,[data-role="explorer"] [data-type="file"]:hover,.btn:hover { background-image: url("../../img/header-banner.png");}[data-role="explorer"] [data-type="dir"].active > span:before { content: "-";}[data-role="explorer"] [data-type="dir"].active > div { height: auto;}[data-role="explorer"] .explorer-title { padding: 10px 0 0 10px; font-size: 1em; text-transform: uppercase;}[data-role="explorer"] .explorer-title .btn { margin-right: 10px; vertical-align: baseline; width: 50px;}[data-role="explorer"].loading .explorer-title { min-height: 140px;}[data-role="explorer"] .loading { display: inline-block; width: 80px; height: 80px; position: absolute; margin-top: 50px; -webkit-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear; opacity: 0;}[data-role="explorer"].loading .loading { opacity:1;}[data-role="explorer"] .loading:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid #fff; border-color: #fff transparent #fff transparent; -webkit-animation: anim-loading 1.2s linear infinite; animation: anim-loading 1.2s linear infinite;}@-webkit-keyframes anim-loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes anim-loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}[data-role="viewer"] { background: url(../../img/icon.svg) no-repeat 50% 50% transparent; background-size: auto 100%; width: 100%; min-height: 500px; opacity: 0.2; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4); box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);}[data-role="viewer"] > div { display: none;}[data-role="viewer"].active { background-image: none; opacity: 1; background: rgba(0,0,0,0.2); border-radius: 5px;}[data-role="viewer"].active > div { display: block;}[data-role="viewer"] .viewer-title { width: 100%; background: #444; padding: 20px; border-radius: 5px 5px 0 0;}[data-role="viewer"] .viewer-title > .btn { margin-top: -7px;}[data-role="viewer"].active .viewer-content { min-height: 552px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 20px;}[data-role="viewer"] .viewer-footer { width: 100%; background: rgba(0,0,0,0.5); min-height: 60px; padding: 20px; border-radius: 0 0 5px 5px;}[data-role="viewer"] img { max-width: 100%; max-height: 512px; border-radius: 5px;}[data-role="viewer"] textarea { min-height: 512px;}/*EOF*/