ajustement zoom in image
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#logo-animated img {
|
||||
#logo-animated img {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
}
|
||||
|
@@ -654,16 +654,14 @@ footer {
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img, #home .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img {
|
||||
width: -moz-available;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
z-index: 100; }
|
||||
height: auto; }
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img:hover, #home .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img:hover {
|
||||
filter: brightness(75%);
|
||||
transition: 0.2s;
|
||||
cursor: url(../images/noun-loop-3037049.svg), auto;
|
||||
cursor: zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: -webkit-zoom-in;
|
||||
z-index: 100; }
|
||||
cursor: -webkit-zoom-in; }
|
||||
@media (max-width: 500px) {
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img:hover, #home .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img:hover {
|
||||
filter: brightness(100%); } }
|
||||
@@ -675,11 +673,15 @@ footer {
|
||||
transform: scale(1.7);
|
||||
max-width: 100vw;
|
||||
overflow-x: scroll;
|
||||
z-index: 100; }
|
||||
position: relative;
|
||||
z-index: 98; }
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 .zoom_in:hover, #home .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 .zoom_in:hover {
|
||||
filter: brightness(100%);
|
||||
transition: 0.2s;
|
||||
overflow-x: scroll; }
|
||||
overflow-x: scroll;
|
||||
cursor: zoom-out;
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out; }
|
||||
|
||||
.presentation footer span.totop {
|
||||
display: inline-flex;
|
||||
|
Reference in New Issue
Block a user