|
@@ -1,3 +1,4 @@
|
|
|
+@charset "UTF-8";
|
|
|
|
|
|
|
|
|
* 1. Set default font family to sans-serif.
|
|
@@ -4328,6 +4329,10 @@ div.messages {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
+#main .node-chapitre.node-teaser h2.node-title {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser h2.node-title a {
|
|
|
-webkit-transform: none;
|
|
|
-ms-transform: none;
|
|
@@ -4341,11 +4346,11 @@ div.messages {
|
|
|
transition-property: transform;
|
|
|
z-index: 5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser > .content {
|
|
|
position: relative;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .texts {
|
|
|
opacity: 0;
|
|
|
height: 1px;
|
|
@@ -4356,7 +4361,7 @@ div.messages {
|
|
|
transition-property: opacity height;
|
|
|
position: absolute;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-partie {
|
|
|
opacity: 0;
|
|
|
position: absolute;
|
|
@@ -4365,12 +4370,12 @@ div.messages {
|
|
|
-webkit-transition-property: opacity -webkit-transform;
|
|
|
transition-property: opacity transform;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) {
|
|
|
z-index: 2;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) > .field-type-text {
|
|
|
opacity: 0;
|
|
|
-webkit-transition: 0.7s ease-out 0.9s;
|
|
@@ -4378,7 +4383,7 @@ div.messages {
|
|
|
-webkit-transition-property: opacity;
|
|
|
transition-property: opacity;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) > .field-name-field-vignette {
|
|
|
cursor: pointer;
|
|
|
z-index: 2;
|
|
@@ -4390,7 +4395,7 @@ div.messages {
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
transition-property: transform;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser:after {
|
|
|
opacity: 0;
|
|
|
-webkit-transition: 2s ease-in;
|
|
@@ -4402,15 +4407,15 @@ div.messages {
|
|
|
bottom: 2px;
|
|
|
right: 2px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .line {
|
|
|
opacity: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed {
|
|
|
z-index: 100;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed:after {
|
|
|
opacity: 1;
|
|
|
top: 2em;
|
|
@@ -4418,55 +4423,55 @@ div.messages {
|
|
|
right: -12em;
|
|
|
bottom: -30em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed h2.node-title a {
|
|
|
-webkit-transform: scale(2, 2);
|
|
|
-ms-transform: scale(2, 2);
|
|
|
transform: scale(2, 2);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed .texts {
|
|
|
opacity: 1;
|
|
|
height: 8em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed .field-name-field-partie {
|
|
|
opacity: 1;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed .field-name-field-partie > .field {
|
|
|
opacity: 1;
|
|
|
z-index: -1;
|
|
|
cursor: default;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed .field-name-field-partie:nth-child(2) > .field-name-field-vignette {
|
|
|
-webkit-transform: scale(1.3);
|
|
|
-ms-transform: scale(1.3);
|
|
|
transform: scale(1.3);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.previewed .field-name-field-partie .field-name-field-vignette {
|
|
|
z-index: 2;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser.mitigated {
|
|
|
opacity: 0.2;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.chapter-displayed #main .node-chapitre.node-teaser {
|
|
|
opacity: 0.05;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser:after {
|
|
|
content: " ";
|
|
|
background-size: contain !important;
|
|
|
position: absolute;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser h2.node-title {
|
|
|
font-family: "epflulb";
|
|
|
font-weight: normal;
|
|
@@ -4477,36 +4482,36 @@ div.messages {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
@media only screen and (min-width: 64.063em) {
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser h2.node-title {
|
|
|
font-size: 1.3em;
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 90.063em) {
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser h2.node-title {
|
|
|
font-size: 1.8em;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser h2.node-title a {
|
|
|
display: block;
|
|
|
text-indent: -1000px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-accroche {
|
|
|
min-width: 19em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-accroche h1, #main .node-chapitre.node-teaser .field-name-field-accroche h2, #main .node-chapitre.node-teaser .field-name-field-accroche h3, #main .node-chapitre.node-teaser .field-name-field-accroche h4, #main .node-chapitre.node-teaser .field-name-field-accroche h5, #main .node-chapitre.node-teaser .field-name-field-accroche h6 {
|
|
|
display: none !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-accroche p {
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser ul.links {
|
|
|
display: block;
|
|
|
margin: 0;
|
|
@@ -4515,11 +4520,11 @@ div.messages {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser ul.links li.node-readmore {
|
|
|
padding: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser ul.links li.node-readmore a {
|
|
|
display: inline-block;
|
|
|
height: 25px;
|
|
@@ -4531,12 +4536,12 @@ div.messages {
|
|
|
background: transparent url("../assets/img/readmore-btn.png") no-repeat right center;
|
|
|
background: none, url("../assets/img/readmore-btn.svg") no-repeat right center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-partie {
|
|
|
clear: both;
|
|
|
padding-top: 1em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-vignette {
|
|
|
position: relative;
|
|
|
float: left;
|
|
@@ -4547,33 +4552,33 @@ div.messages {
|
|
|
margin-left: 0;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-vignette img {
|
|
|
width: 65px;
|
|
|
height: 65px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-type-text {
|
|
|
min-width: 16em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-titre {
|
|
|
font-family: "epflul";
|
|
|
font-size: 1.4em;
|
|
|
line-height: 1.1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-sous-titre {
|
|
|
font-family: "epflul";
|
|
|
font-size: 1.2em;
|
|
|
line-height: 1.2;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .field-name-field-description {
|
|
|
font-size: 0.88em;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main .node-chapitre.node-teaser .line {
|
|
|
z-index: -1;
|
|
|
position: absolute;
|
|
@@ -4585,7 +4590,7 @@ div.messages {
|
|
|
width: 2px;
|
|
|
opacity: 0.4;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -4612,12 +4617,12 @@ div.messages {
|
|
|
|__|
|
|
|
*/
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper.visible {
|
|
|
opacity: 1;
|
|
|
z-index: 500;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #home-btn {
|
|
|
background: transparent url("../assets/img/home-btn.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/home-btn.svg") no-repeat center center;
|
|
@@ -4629,136 +4634,136 @@ div.messages {
|
|
|
height: 20px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-2 {
|
|
|
background: transparent url("../assets/img/bgd-sol.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-sol.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-2 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-2 h2.node-title,
|
|
|
#main #chapter-wrapper #node-2 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-2 .field-name-field-partager .field-label {
|
|
|
color: #ea5b0c;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-2 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-SOL-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-SOL-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-3 {
|
|
|
background: transparent url("../assets/img/bgd-dph.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-dph.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-3 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-3 h2.node-title,
|
|
|
#main #chapter-wrapper #node-3 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-3 .field-name-field-partager .field-label {
|
|
|
color: #cecd00;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-3 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-DPH-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-DPH-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-4 {
|
|
|
background: transparent url("../assets/img/bgd-sub.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-sub.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-4 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-4 h2.node-title,
|
|
|
#main #chapter-wrapper #node-4 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-4 .field-name-field-partager .field-label {
|
|
|
color: #de003a;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-4 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-SUB-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-SUB-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-5 {
|
|
|
background: transparent url("../assets/img/bgd-bc.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-bc.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-5 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-5 h2.node-title,
|
|
|
#main #chapter-wrapper #node-5 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-5 .field-name-field-partager .field-label {
|
|
|
color: #0066b1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-5 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-BC-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-BC-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-6 {
|
|
|
background: transparent url("../assets/img/bgd-opp.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-opp.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-6 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-6 h2.node-title,
|
|
|
#main #chapter-wrapper #node-6 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-6 .field-name-field-partager .field-label {
|
|
|
color: #af1380;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-6 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-OPP-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-OPP-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-7 {
|
|
|
background: transparent url("../assets/img/bgd-bub.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-bub.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-7 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-7 h2.node-title,
|
|
|
#main #chapter-wrapper #node-7 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-7 .field-name-field-partager .field-label {
|
|
|
color: #62a530;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-7 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-DUB-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-DUB-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-8 {
|
|
|
background: transparent url("../assets/img/bgd-juso.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/bgd-juso.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-8 .field-type-text-long .field-label,
|
|
|
#main #chapter-wrapper #node-8 h2.node-title,
|
|
|
#main #chapter-wrapper #node-8 .field-name-field-dbatre li:before,
|
|
|
#main #chapter-wrapper #node-8 .field-name-field-partager .field-label {
|
|
|
color: #33b4b5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper #node-8 h2.node-title {
|
|
|
background: transparent url("../assets/img/title-JUSO-blur.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/title-JUSO-blur.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .node {
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .node a {
|
|
|
color: inherit;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .node-title {
|
|
|
font-family: "epflulb";
|
|
|
font-weight: normal;
|
|
@@ -4777,11 +4782,11 @@ div.messages {
|
|
|
z-index: -1;
|
|
|
opacity: 0.4;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .node > .field, #main #chapter-wrapper .node > .block {
|
|
|
position: absolute;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-type-text-long, #main #chapter-wrapper .field-type-text {
|
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
|
min-height: 5em;
|
|
@@ -4790,34 +4795,34 @@ div.messages {
|
|
|
z-index: 10;
|
|
|
cursor: move;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-type-text-long .field-label, #main #chapter-wrapper .field-type-text .field-label {
|
|
|
text-transform: uppercase;
|
|
|
font-family: "epflulb";
|
|
|
font-size: 1.2em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-type-text-long h2, #main #chapter-wrapper .field-type-text h2 {
|
|
|
font-size: 0.80em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-type-text-long p, #main #chapter-wrapper .field-type-text p {
|
|
|
font-size: 0.80em;
|
|
|
margin-bottom: 0.5em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-type-text-long a, #main #chapter-wrapper .field-type-text a {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-dbatre {
|
|
|
left: 60em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-dbatre ul {
|
|
|
margin: 1em 0 1em 1em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-dbatre ul li {
|
|
|
list-style: none;
|
|
|
line-height: 1;
|
|
@@ -4825,7 +4830,7 @@ div.messages {
|
|
|
position: relative;
|
|
|
font-size: 0.80em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-dbatre ul li:before {
|
|
|
content: "?";
|
|
|
position: absolute;
|
|
@@ -4833,14 +4838,14 @@ div.messages {
|
|
|
left: -1em;
|
|
|
font-family: "epflul";
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-partie {
|
|
|
height: 60%;
|
|
|
width: 100%;
|
|
|
top: 20%;
|
|
|
left: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-partie .field-items {
|
|
|
position: relative;
|
|
|
top: 0;
|
|
@@ -4848,12 +4853,12 @@ div.messages {
|
|
|
height: 100%;
|
|
|
width: auto;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-partie .field-items .field {
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#main #chapter-wrapper .field-name-field-partie .field-items .field .mask {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
@@ -4870,7 +4875,7 @@ div.messages {
|
|
|
___/ // / / ___ |/ / _/ // /___ | |/ |/ / _, _/ ___ |/ ____/ ____/ /___/ _, _/
|
|
|
/____//_/ /_/ |_/_/ /___/\____/ |__/|__/_/ |_/_/ |_/_/ /_/ /_____/_/ |_|
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper {
|
|
|
position: absolute;
|
|
|
top: 15%;
|
|
@@ -4886,14 +4891,14 @@ div.messages {
|
|
|
-webkit-transition-property: opacity;
|
|
|
transition-property: opacity;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper.visible {
|
|
|
opacity: 0.9;
|
|
|
-webkit-transition: 1.5s ease-out;
|
|
|
transition: 1.5s ease-out;
|
|
|
z-index: 500;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .close {
|
|
|
position: absolute;
|
|
|
top: 20px;
|
|
@@ -4905,14 +4910,14 @@ div.messages {
|
|
|
background: transparent url("../assets/img/close.png") no-repeat center center;
|
|
|
background: none, url("../assets/img/close.svg") no-repeat center center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .inner {
|
|
|
padding: 5em 7em;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .inner > .node {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -4920,42 +4925,42 @@ div.messages {
|
|
|
overflow-x: hidden;
|
|
|
padding-right: 1.5em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper h2.node-title {
|
|
|
font-family: "epflulb";
|
|
|
text-transform: uppercase !important;
|
|
|
font-size: 3em;
|
|
|
color: #000;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content h3 {
|
|
|
font-family: "epflulb";
|
|
|
font-size: 2em;
|
|
|
text-transform: uppercase !important;
|
|
|
color: #8d198f;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content h4 {
|
|
|
font-size: 1em;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content p {
|
|
|
font-family: "open_sans", sans-serif;
|
|
|
font-weight: 600;
|
|
|
font-size: 0.85em;
|
|
|
line-height: 1.5em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content a {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content img.floatleft {
|
|
|
float: left;
|
|
|
margin-right: 1em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper .content img.floatright {
|
|
|
float: right;
|
|
|
margin-left: 1em;
|
|
@@ -4967,60 +4972,60 @@ div.messages {
|
|
|
/ __/ / /_/ / /_/ / / / / /___/ _, _/
|
|
|
/_/ \____/\____/ /_/ /_____/_/ |_|
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#footer {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
right: 20px;
|
|
|
z-index: 900;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
body.chapter-displayed #footer {
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block {
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
font-size: 0.5em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block p {
|
|
|
font-size: inherit;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block a {
|
|
|
color: #000;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu {
|
|
|
display: block;
|
|
|
font-size: inherit;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul li {
|
|
|
margin: 0 1em 0 0;
|
|
|
padding: 0;
|
|
|
display: inline-block;
|
|
|
list-style: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul li a {
|
|
|
font-family: "epflulb";
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
font-size: 0.6em;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer p {
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer #block-block-1 {
|
|
|
display: none;
|
|
|
}
|
|
@@ -5032,7 +5037,7 @@ body.chapter-displayed #footer {
|
|
|
/ / / // / ___/ / /___
|
|
|
/_/ /_/___//____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#loader {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
@@ -5049,13 +5054,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;
|
|
@@ -5069,13 +5074,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;
|
|
@@ -5088,7 +5093,7 @@ body.loading #loader {
|
|
|
left: -200px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.bubble-2 {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5101,7 +5106,7 @@ body.loading #loader {
|
|
|
right: -400px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.star {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5113,13 +5118,19 @@ body.loading #loader {
|
|
|
background: none, url("../assets/img/star.svg") no-repeat center center;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+* {
|
|
|
+ outline: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/ __ \/ ____/ __ )/ / / / ____/
|
|
|
/ / / / __/ / __ / / / / / __
|
|
|
/ /_/ / /___/ /_/ / /_/ / /_/ /
|
|
|
/_____/_____/_____/\____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#fps {
|
|
|
position: fixed;
|
|
|
bottom: 40px;
|
|
@@ -5127,7 +5138,7 @@ body.loading #loader {
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
#nav-cursor {
|
|
|
position: absolute;
|
|
|
width: 6px;
|