
*{
    margin: 0;
    padding: 0;
}

html,body {
    background-color: #080808;
    color: #fff;
    font-family: helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14pt;
}

#canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: content-box !important;
}

#canvas.borderHidden{
    border: 0px solid #333;
}

#game{
    position: absolute;
    left: 0; right: 0;
    top: 0px; bottom: 0px;
}


/* Options */


/* Options */

#options{
    z-index: 1;
    position: absolute;
    top: 8px; right: 8px;
    width: 70px;
    background: #222222;
    border: 1px solid #222222;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    opacity: 0.5;
}
#options a{
    cursor: pointer;
    color: white;
}

#options > ul{
    display: none;
}

#options:hover{
    opacity: 0.8;
}

#options.shown{
    opacity: 0.9;
    border: 1px solid #aaa;
    width: 100px;
}

#options.shown > ul{
    display: block;
}

#options .optionList{
    width: 100px;
}

#options ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#options > ul > li{
    padding-top: 10px;
    border-bottom: 1px solid #aaa
}
#options > ul > ul{
    padding: 4px 0;
}

#options ul a.opt_button{
    display: block;
    width: 64px;
    height: 38px;
    margin: 8px auto;
    opacity: 0.4;
    position: relative;
}
#options ul div.slider{
    font-size: 10pt;
    margin: 8px 8px;
}

#options ul a span{
    position: absolute;
    top: 50%; margin-top: -8px;
    left: 0; right: 0;
    text-align: center;
    font-size: 14px;
    text-shadow: 0px 0px 5px #000;
    display: none;
    font-weight: bold;
}
#options ul a:hover{
    opacity: 1.0;
}
#options ul a:hover span{
    display: block;
}
#options ul a.active{
    opacity: 1.0;
}

#options > a{
    color: #ccc;
}
#options > a:hover{
    color: white;
}

#options a.opt_screen_0{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/screen-x1.png);
}
#options a.opt_screen_1{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/screen-x2.png);
}
#options a.opt_screen_2{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/screen-fit.png);
}
#options a.opt_screen_3{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/screen-stretch.png);
}

#options a.opt_scale_1{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/low-res.png);
}

#options a.opt_scale_2{
    background: url(/web/20150414202754im_/http://cross-code.com/impact/page/img/high-res.png);
}

.overlay{
    z-index: 3;
    background: black;
    opacity: 0.5;
    left: 0; top: 0; right: 0; bottom: 0;
    position: absolute;
}

.warnMessage{
    z-index: 4;
    position: absolute;
    top: 0; left: 0; right: 0;
    border-bottom: 1px solid white;
    background: #111;
    height: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.warnMessage.shown{
    height: 100px;
}
.warnMessage div{
    width: 500px;
    margin: 0 auto;
}

.warnMessage p{
    margin: 8px 0;
}

.warnMessage button{
    padding: 4px 8px;
}

/* LANGUAGE EDIT */


input {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgb(50, 50, 50);
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10pt;
    outline: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.langEdit {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.langEdit .container{
    background: #080808;
    border: 1px solid #444;
    box-shadow: 0 0 4px black;
    width: 700px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -250px;
    color: white;
    position: absolute;
}
.langEdit .header{
    height: 50px;
    text-align: center;
    padding: 4px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #444;
}
.langEdit .footer{
    height: 40px;
    text-align: center;
    padding: 4px 12px;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    box-sizing: border-box;
    border-top: 1px solid #444;
}

.langEdit h2{
    font-size: 16pt;
    height: 25px;
}
.langEdit .header button{
    float: left;
}

.langEdit .userInfo{
    float: right;
    font-size: 10pt;
}

.langEdit .userInfo a{
    color: #0078a3;
    cursor: pointer;
}

.langEdit .user{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #080808;
    text-align: center;
    padding: 20px;
}


.langEdit .map, .langEdit .recent{
    position: absolute;
    top: 50px; bottom: 40px;
    left: 0; right: 0;
    background: #111;
    overflow: auto;
    padding: 8px;
    padding-bottom: 50px;
}

.langEdit li{
    padding: 5px;
}

.langEdit li label{
    font-size: 9pt;
    background: #222;
    display: block;
    padding: 1px 8px 0 4px;
    border-radius: 0 3px 0 0;
    color: #aaa;
    float: left;
}
.langEdit li input{
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: block;
    padding: 4px;
}
.langEdit li input[readonly]{
    border: none;
    background: #222;
    transition: all 0.1s;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    color: white;
}
.langEdit li input[readonly]:hover{
    background: #333;
}

.langEdit li.edit input[readonly]{
    border-bottom: 1px solid #ccc;
    border-radius: 0 5px 0 0;
}

.langEdit li input.modification, li input.comment{
    display: none;
}
.langEdit li.edit input.modification, li.edit input.comment{
    display: block;
}


.langEdit button{
    text-decoration: none;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 5px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    -webkit-transition: 0.1s linear;
}

.langEdit .header button {
    padding-bottom: 1px;
    padding-top: 3px;
    border-radius: 8px 8px 0 0;
    outline: none;
}
.langEdit .header button.active{
    background: #111;
}

.langEdit .saving, .langEdit .error{
    background: rgba(0,0,0,0.9);
    text-align: center;
    display: block;
    padding-top: 200px;
    font-size: 20pt;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.langEdit .error {
    color: #ff8888;
}
.langEdit .error div{
    font-size: 12pt;
}
/*
     FILE ARCHIVED ON 20:27:54 Apr 14, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:46:39 May 19, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 53.805 (3)
  PetaboxLoader3.resolve: 225.952 (2)
  RedisCDXSource: 39.767
  load_resource: 320.42
  captures_list: 117.176
  esindex: 0.015
  exclusion.robots: 0.287
  PetaboxLoader3.datanode: 91.975 (5)
  CDXLines.iter: 14.042 (3)
  exclusion.robots.policy: 0.273
*/