|
@@ -5102,6 +5102,42 @@ div.messages {
|
|
|
cursor: move;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager ul, #main #chapter-wrapper .field-name-field-partager li {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager li {
|
|
|
+ display: inline-block;
|
|
|
+ width: 35px;
|
|
|
+ height: 35px;
|
|
|
+}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager a {
|
|
|
+ overflow: hidden;
|
|
|
+ text-indent: -3000px;
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: red;
|
|
|
+}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager a.twitter-button {
|
|
|
+ background: transparent url("../assets/img/btn-twit.png") no-repeat center center;
|
|
|
+ background: none, url("../assets/img/btn-twit.svg") no-repeat center center;
|
|
|
+}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager a.fb-button {
|
|
|
+ background: transparent url("../assets/img/btn-fb.png") no-repeat center center;
|
|
|
+ background: none, url("../assets/img/btn-fb.svg") no-repeat center center;
|
|
|
+}
|
|
|
+
|
|
|
+#main #chapter-wrapper .field-name-field-partager a.mail-button {
|
|
|
+ background: transparent url("../assets/img/btn-mail.png") no-repeat center center;
|
|
|
+ background: none, url("../assets/img/btn-mail.svg") no-repeat center center;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/ ___/_ __/ |/_ __/ _/ ____/ | | / / __ \/ | / __ \/ __ \/ ____/ __ \
|
|
@@ -5109,7 +5145,7 @@ div.messages {
|
|
|
___/ // / / ___ |/ / _/ // /___ | |/ |/ / _, _/ ___ |/ ____/ ____/ /___/ _, _/
|
|
|
/____//_/ /_/ |_/_/ /___/\____/ |__/|__/_/ |_/_/ |_/_/ /_/ /_____/_/ |_|
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper {
|
|
|
position: absolute;
|
|
|
background-color: #fff;
|
|
@@ -5120,7 +5156,7 @@ div.messages {
|
|
|
transition-property: opacity;
|
|
|
}
|
|
|
@media only screen and (max-width: 40em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper {
|
|
|
top: 10%;
|
|
|
bottom: 0;
|
|
@@ -5130,7 +5166,7 @@ div.messages {
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper {
|
|
|
top: 15%;
|
|
|
bottom: 0;
|
|
@@ -5140,14 +5176,14 @@ div.messages {
|
|
|
z-index: -1;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#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;
|
|
|
cursor: pointer;
|
|
@@ -5155,7 +5191,7 @@ div.messages {
|
|
|
background: none, url("../assets/img/close.svg") no-repeat center center;
|
|
|
}
|
|
|
@media only screen and (max-width: 40em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .close {
|
|
|
top: 10px;
|
|
|
right: 10px;
|
|
@@ -5165,7 +5201,7 @@ div.messages {
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .close {
|
|
|
top: 20px;
|
|
|
right: 20px;
|
|
@@ -5175,7 +5211,7 @@ div.messages {
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (max-width: 40em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .inner {
|
|
|
padding: 1em 1em 1.5em;
|
|
|
width: 100%;
|
|
@@ -5184,7 +5220,7 @@ div.messages {
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .inner {
|
|
|
padding: 5em 7em;
|
|
|
width: 100%;
|
|
@@ -5192,7 +5228,7 @@ div.messages {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#static-wrapper > .inner > .node {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -5200,42 +5236,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;
|
|
@@ -5247,82 +5283,82 @@ 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 {
|
|
|
padding: 0;
|
|
|
display: inline-block;
|
|
|
list-style: none;
|
|
|
}
|
|
|
@media only screen and (max-width: 40em) {
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul li {
|
|
|
margin: 0 0.1em 0.5em 0;
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul li {
|
|
|
margin: 0 1em 0 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#footer .block-menu ul li a {
|
|
|
font-family: "epflulb";
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
@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;
|
|
|
}
|
|
@@ -5334,7 +5370,7 @@ body.chapter-displayed #footer {
|
|
|
/ / / // / ___/ / /___
|
|
|
/_/ /_/___//____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#loader {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
@@ -5351,13 +5387,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;
|
|
@@ -5371,13 +5407,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;
|
|
@@ -5390,7 +5426,7 @@ body.loading #loader {
|
|
|
left: -200px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.bubble-2 {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5403,7 +5439,7 @@ body.loading #loader {
|
|
|
right: -400px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.star {
|
|
|
position: absolute;
|
|
|
z-index: 0;
|
|
@@ -5416,7 +5452,7 @@ body.loading #loader {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* {
|
|
|
outline: 0 !important;
|
|
|
}
|
|
@@ -5427,7 +5463,7 @@ body.loading #loader {
|
|
|
/ /_/ / /___/ /_/ / /_/ / /_/ /
|
|
|
/_____/_____/_____/\____/\____/
|
|
|
*/
|
|
|
-
|
|
|
+
|
|
|
#fps {
|
|
|
position: fixed;
|
|
|
bottom: 40px;
|
|
@@ -5435,7 +5471,7 @@ body.loading #loader {
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
#nav-cursor {
|
|
|
position: absolute;
|
|
|
width: 6px;
|