47 lines
1.1 KiB
CSS
47 lines
1.1 KiB
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #1A1A1A; }
|
|
|
|
#header {
|
|
position: fixed;
|
|
display: none; }
|
|
|
|
#main {
|
|
height: 207.26mm;
|
|
width: 455.04741mm;
|
|
margin: 0 auto; }
|
|
#main #page-left {
|
|
float: left;
|
|
background-position: right; }
|
|
#main #page-right {
|
|
float: right;
|
|
background-position: left; }
|
|
#main .page {
|
|
position: relative;
|
|
width: 227.41mm;
|
|
height: 207.26mm;
|
|
background-repeat: no-repeat;
|
|
background-size: contain; }
|
|
#main .page .overlay {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
z-index: 1; }
|
|
#main .page .maps {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 2; }
|
|
#main .page .maps .map {
|
|
position: absolute;
|
|
background-color: rgba(50, 50, 50, 0.8);
|
|
cursor: pointer; }
|
|
#main .page.page-6 .overlay {
|
|
background-image: url("../../images/vectos/04_chance-RB.svg"); }
|