|
@@ -5291,7 +5291,7 @@ body.chapter-displayed #footer {
|
|
|
@media only screen and (max-width: 40em) {
|
|
|
|
|
|
#footer .block-menu ul li {
|
|
|
- margin: 0 0.5em 0.5em 0;
|
|
|
+ margin: 0 0.1em 0.5em 0;
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
@@ -5305,13 +5305,24 @@ body.chapter-displayed #footer {
|
|
|
font-family: "epflulb";
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
- font-size: 0.6em;
|
|
|
}
|
|
|
-
|
|
|
+@media only screen and (max-width: 40em) {
|
|
|
+
|
|
|
+ #footer .block-menu ul li a {
|
|
|
+ font-size: 0.4em;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media only screen and (min-width: 40.063em) {
|
|
|
+
|
|
|
+ #footer .block-menu ul li a {
|
|
|
+ font-size: 0.6em;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#footer p {
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer #block-block-1 {
|
|
|
display: none;
|
|
|
}
|
|
@@ -5323,7 +5334,7 @@ body.chapter-displayed #footer {
|
|
|
/ / / // / ___/ / /___
|
|
|
/_/ /_/___//____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#loader {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
@@ -5340,13 +5351,13 @@ body.chapter-displayed #footer {
|
|
|
-webkit-transition-property: opacity;
|
|
|
transition-property: opacity;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
body.loading #loader {
|
|
|
z-index: 1000;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
#fullscreen-btn {
|
|
|
position: fixed;
|
|
|
right: 20px;
|
|
@@ -5360,13 +5371,13 @@ body.loading #loader {
|
|
|
background: transparent url("../assets/img/fullscreen-on.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/fullscreen-on.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.fullscreen #fullscreen-btn {
|
|
|
background: transparent url("../assets/img/fullscreen-off.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/fullscreen-off.svg") no-repeat center center;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.bubble-1 {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5379,7 +5390,7 @@ body.loading #loader {
|
|
|
left: -200px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.bubble-2 {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5392,7 +5403,7 @@ body.loading #loader {
|
|
|
right: -400px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.star {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5405,7 +5416,7 @@ body.loading #loader {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* {
|
|
|
outline: 0 !important;
|
|
|
}
|
|
@@ -5416,7 +5427,7 @@ body.loading #loader {
|
|
|
/ /_/ / /___/ /_/ / /_/ / /_/ /
|
|
|
/_____/_____/_____/\____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#fps {
|
|
|
position: fixed;
|
|
|
bottom: 40px;
|
|
@@ -5424,7 +5435,7 @@ body.loading #loader {
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
#nav-cursor {
|
|
|
position: absolute;
|
|
|
width: 6px;
|