Modifie l’agencement des onglets

This commit is contained in:
Gregory Trolliet 2025-02-02 21:45:08 +01:00
parent b20b81e79e
commit f445c8588d
90 changed files with 356 additions and 152 deletions

View file

@ -0,0 +1,36 @@
/******************* Figures *******************/
.song figure, .song audio {
display: inline-block;
}
.song figure {
position: relative;
width: fit-content;
margin: 0;
margin-top: 1em;
}
.song figure a:hover {
outline: none;
}
.song figure img {
vertical-align: middle;
}
.song figure>figcaption {
position: absolute;
bottom: 0em;
left: 0em;
padding-left: 1em;
background: rgba(0,0,0,0.5);
width: -moz-available;
width: -webkit-fill-available;
}
.song audio {
vertical-align: bottom;
}
/***************** Cinéma *******************/
.cinema #img0_h, .cinema #img1_h {
display: none;
}