|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
--h-info: 67.5vh; /* 100 - 32.5 */
|
|
|
|
|
--h-ex: 15vh; /* + 2 * 2.5vh bottom (20.0)*/
|
|
|
|
|
|
|
|
|
|
--h-ex-thumb: 14.5vh;
|
|
|
|
|
--h-ex-thumb: 15.0vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
@ -54,6 +54,7 @@ header {
|
|
|
|
|
background-color: var(--c1);
|
|
|
|
|
width: 60%;
|
|
|
|
|
height: var(--h-header);
|
|
|
|
|
max-height: var(--h-header);
|
|
|
|
|
margin: 2.5vh auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
z-index: 1;
|
|
|
|
@ -71,13 +72,14 @@ a:hover {
|
|
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
height: auto%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logo img {
|
|
|
|
|
filter: grayscale(1);
|
|
|
|
|
width: calc(var(--h-header) + 3vh);
|
|
|
|
|
margin-top: -1.5vh;
|
|
|
|
|
margin-bottom: -1.5vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logo img:hover {
|
|
|
|
@ -92,11 +94,12 @@ a:hover {
|
|
|
|
|
|
|
|
|
|
/******************* EXHIBITION *******************/
|
|
|
|
|
|
|
|
|
|
/* Remove scrollbar in all browsers */
|
|
|
|
|
::-webkit-scrollbar{width:2px;height:2px;}
|
|
|
|
|
::-webkit-scrollbar-button{width:2px;height:2px;}
|
|
|
|
|
/* Remove scrollbar in webkit */
|
|
|
|
|
::-webkit-scrollbar{width:0px; height:0px;}
|
|
|
|
|
::-webkit-scrollbar-button{width:0px; height:0px;}
|
|
|
|
|
|
|
|
|
|
#exhibition {
|
|
|
|
|
/* Remove scrollbar in FF */
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
|
|
|
|
|
transform-origin: bottom left;
|
|
|
|
@ -130,7 +133,7 @@ a:hover {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumb {
|
|
|
|
|
filter: blur(2px) grayscale(1);
|
|
|
|
|
filter: grayscale(1);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
@ -206,6 +209,7 @@ a:hover {
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
max-width: 60%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
|