Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ca82e14cb | ||
|
|
dd6e1563c0 | ||
|
|
6e207dedcf | ||
|
|
e5c55358f4 | ||
|
|
c65e4e4bc9 | ||
|
|
607a27cfd0 | ||
|
|
599c25c390 | ||
|
|
dfc62f63fe | ||
|
|
9da8e97206 | ||
|
|
e7feebf0a2 |
@@ -3,14 +3,39 @@ html, body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #1A1A1A; }
|
background-color: #1A1A1A; }
|
||||||
|
|
||||||
|
#root {
|
||||||
|
position: relative;
|
||||||
|
width: 469.51646mm;
|
||||||
|
height: 237.26mm;
|
||||||
|
margin: 0 auto;
|
||||||
|
letter-spacing: -.25em; }
|
||||||
|
#root > * {
|
||||||
|
letter-spacing: normal; }
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
position: fixed;
|
display: inline-block;
|
||||||
display: none; }
|
width: 9mm;
|
||||||
|
height: 207.26mm;
|
||||||
|
margin-right: 5mm;
|
||||||
|
background-color: black;
|
||||||
|
background-image: url("../../images/dos.jpg");
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat; }
|
||||||
|
#header h1 {
|
||||||
|
font-size: 1em;
|
||||||
|
margin: 0 0 15mm 0;
|
||||||
|
padding: 0.3em;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
transform-origin: 0% 0%;
|
||||||
|
transform: rotate(270deg);
|
||||||
|
visibility: hidden; }
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
height: 207.26mm;
|
display: inline-block;
|
||||||
width: 455.04741mm;
|
width: 455.04741mm;
|
||||||
margin: 0 auto; }
|
overflow: hidden; }
|
||||||
#main #page-left {
|
#main #page-left {
|
||||||
float: left;
|
float: left;
|
||||||
background-position: right; }
|
background-position: right; }
|
||||||
@@ -40,7 +65,85 @@ html, body {
|
|||||||
z-index: 2; }
|
z-index: 2; }
|
||||||
#main .page .maps .map {
|
#main .page .maps .map {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: rgba(50, 50, 50, 0.8);
|
z-index: 3;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
#main .page.page-6 .overlay {
|
#main .page .maps .map[debug="true"] {
|
||||||
background-image: url("../../images/vectos/04_chance-RB.svg"); }
|
background-color: rgba(0, 0, 250, 0.4); }
|
||||||
|
#main .page .maps .repere {
|
||||||
|
position: absolute;
|
||||||
|
cursor: pointer;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
z-index: 2; }
|
||||||
|
|
||||||
|
#navigation {
|
||||||
|
width: 455.04741mm;
|
||||||
|
height: 30mm;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 0 0 0 14mm;
|
||||||
|
padding: 0;
|
||||||
|
background-color: rgba(26, 26, 26, 0.7);
|
||||||
|
text-align: center;
|
||||||
|
transition: opacity .3s ease-in-out; }
|
||||||
|
|
||||||
|
#pagination {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 1em;
|
||||||
|
padding: 1mm 0;
|
||||||
|
letter-spacing: -.25em;
|
||||||
|
opacity: 0.3;
|
||||||
|
transition: opacity .3s ease-in-out; }
|
||||||
|
#pagination > * {
|
||||||
|
letter-spacing: normal; }
|
||||||
|
#pagination div {
|
||||||
|
display: inline-block;
|
||||||
|
width: 49.9%; }
|
||||||
|
#pagination div span.p {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
min-width: 3em;
|
||||||
|
text-align: center; }
|
||||||
|
#pagination div span.l {
|
||||||
|
cursor: pointer;
|
||||||
|
line-height: -1em; }
|
||||||
|
#pagination div span.l.hidden {
|
||||||
|
visibility: hidden; }
|
||||||
|
#pagination div.wrapper-l {
|
||||||
|
left: 0;
|
||||||
|
text-align: right; }
|
||||||
|
#pagination div.wrapper-r {
|
||||||
|
right: 0;
|
||||||
|
text-align: left;
|
||||||
|
border-left: 1px solid white; }
|
||||||
|
#pagination:hover {
|
||||||
|
opacity: 1; }
|
||||||
|
|
||||||
|
#railway ul {
|
||||||
|
padding: 1mm 0;
|
||||||
|
margin: 0;
|
||||||
|
text-align: justify;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-ms-flex-flow: row nowrap;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
-ms-flex-pack: justify;
|
||||||
|
justify-content: space-between; }
|
||||||
|
#railway ul li {
|
||||||
|
list-style: none;
|
||||||
|
opacity: 0.2;
|
||||||
|
transition: opacity 0.3s ease-in-out; }
|
||||||
|
#railway ul li.current, #railway ul li.active:hover {
|
||||||
|
opacity: 1; }
|
||||||
|
#railway ul li span {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: white;
|
||||||
|
width: 1mm;
|
||||||
|
height: 7mm;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover; }
|
||||||
|
#railway ul li span.active {
|
||||||
|
width: 7mm;
|
||||||
|
cursor: pointer; }
|
||||||
|
#railway ul:hover li {
|
||||||
|
opacity: 1; }
|
||||||
|
|||||||
@@ -3,23 +3,51 @@ html,body{
|
|||||||
background-color: #1A1A1A;
|
background-color: #1A1A1A;
|
||||||
}
|
}
|
||||||
|
|
||||||
$debug:false;
|
$tranche_w:9mm;
|
||||||
$pw:227.41mm;
|
$tranche_mr:5mm;
|
||||||
$ph:207.26mm;
|
$p_w:227.41mm;
|
||||||
$mt:1cm;
|
$p_h:207.26mm;
|
||||||
$mb:1cm;
|
$main_w:2.001*$p_w;
|
||||||
$me:1cm;
|
$navh:30mm;
|
||||||
$mi:1cm;
|
// $mt:1cm;
|
||||||
|
// $mb:1cm;
|
||||||
|
// $me:1cm;
|
||||||
|
// $mi:1cm;
|
||||||
|
|
||||||
|
#root{
|
||||||
|
position: relative;
|
||||||
|
width:($tranche_w+$tranche_mr+$main_w)*1.001;
|
||||||
|
height:$p_h+$navh;
|
||||||
|
margin:0 auto;
|
||||||
|
letter-spacing:-.25em;
|
||||||
|
&>*{letter-spacing: normal;}
|
||||||
|
}
|
||||||
|
|
||||||
#header{
|
#header{
|
||||||
position: fixed;
|
display: inline-block;
|
||||||
display: none;
|
width: $tranche_w; height: $p_h;
|
||||||
|
margin-right:$tranche_mr;
|
||||||
|
background-color: black;
|
||||||
|
background-image: url('../../images/dos.jpg');
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
h1{
|
||||||
|
font-size: 1em;
|
||||||
|
margin: 0 0 15mm 0; padding:0.3em;
|
||||||
|
position: absolute;
|
||||||
|
bottom:0; left:0;
|
||||||
|
transform-origin: 0% 0%;
|
||||||
|
transform: rotate(270deg);
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#main{
|
#main{
|
||||||
height:$ph;
|
display: inline-block;
|
||||||
width:2.001*$pw;
|
width:$main_w;
|
||||||
margin:0 auto;
|
overflow: hidden;
|
||||||
|
// background-color: magenta;
|
||||||
#page-left{
|
#page-left{
|
||||||
float:left;
|
float:left;
|
||||||
// padding:$mt $mi $mb $me;
|
// padding:$mt $mi $mb $me;
|
||||||
@@ -34,11 +62,8 @@ $mi:1cm;
|
|||||||
}
|
}
|
||||||
.page{
|
.page{
|
||||||
position: relative;
|
position: relative;
|
||||||
@if $debug {
|
width:$p_w;
|
||||||
background-color: green;
|
height:$p_h;
|
||||||
}
|
|
||||||
width:$pw;
|
|
||||||
height:$ph;
|
|
||||||
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
@@ -50,11 +75,6 @@ $mi:1cm;
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
@if $debug {
|
|
||||||
border: 1px solid blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// img{max-width: 100%;}
|
// img{max-width: 100%;}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,16 +85,112 @@ $mi:1cm;
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
.map{
|
.map{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: rgba(50, 50, 50, 0.8);
|
z-index: 3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
&[debug="true"]{
|
||||||
|
background-color: rgba(0, 0, 250, 0.4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.repere{
|
||||||
|
position: absolute;
|
||||||
|
cursor: pointer;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.page-6 .overlay{
|
|
||||||
background-image: url("../../images/vectos/04_chance-RB.svg")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation{
|
||||||
|
width:$main_w;
|
||||||
|
height:$navh;
|
||||||
|
overflow: hidden;
|
||||||
|
$ml:$tranche_w + $tranche_mr;
|
||||||
|
margin:0 0 0 $ml;
|
||||||
|
padding:0;
|
||||||
|
background-color: rgba(26, 26, 26, 0.7);
|
||||||
|
// background-color: green;
|
||||||
|
text-align: center;
|
||||||
|
// opacity: 0;
|
||||||
|
transition: opacity .3s ease-in-out;
|
||||||
|
// &:hover{opacity: 1;}
|
||||||
|
}
|
||||||
|
|
||||||
|
#pagination{
|
||||||
|
color:#fff;
|
||||||
|
font-size: 1em;
|
||||||
|
padding: 1mm 0;
|
||||||
|
letter-spacing: -.25em;
|
||||||
|
&>*{letter-spacing: normal;}
|
||||||
|
|
||||||
|
div{
|
||||||
|
display: inline-block;
|
||||||
|
width:49.9%;
|
||||||
|
span.p{
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
min-width: 3em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
span.l{
|
||||||
|
cursor: pointer;
|
||||||
|
line-height: -1em;
|
||||||
|
&.hidden{visibility: hidden;}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.wrapper-l{
|
||||||
|
left:0; text-align: right;
|
||||||
|
// span.p{text-align: left;}
|
||||||
|
}
|
||||||
|
&.wrapper-r{
|
||||||
|
right:0; text-align: left; border-left: 1px solid white;
|
||||||
|
// span.p{text-align: right;}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
opacity: 0.3;
|
||||||
|
transition: opacity .3s ease-in-out;
|
||||||
|
&:hover{opacity: 1;}
|
||||||
|
}
|
||||||
|
|
||||||
|
#railway{
|
||||||
|
// background-color: blue;
|
||||||
|
ul{
|
||||||
|
padding:1mm 0; margin:0;
|
||||||
|
text-align: justify;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
li{
|
||||||
|
// display: inline-block; vertical-align: middle;
|
||||||
|
// display:
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
opacity:0.2;
|
||||||
|
transition: opacity 0.3s ease-in-out;
|
||||||
|
&.current, &.active:hover{opacity: 1;}
|
||||||
|
|
||||||
|
span{
|
||||||
|
display: inline-block;
|
||||||
|
background-color: white;
|
||||||
|
width:1mm; height:7mm;
|
||||||
|
// margin-left: 0.5mm;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
&.active{
|
||||||
|
width:7mm; cursor: pointer;
|
||||||
|
}
|
||||||
|
&.page-right{
|
||||||
|
// margin-right: 1mm;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:hover li{opacity: 1;}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 206 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 222 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 200 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 180 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 155 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 175 KiB |
|
After Width: | Height: | Size: 191 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 158 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 281 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 256 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 274 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 178 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 204 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 237 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 143 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 169 KiB |