move inline style to less file

This commit is contained in:
tobiasd 2025-02-10 10:07:21 +01:00
parent a714fe7044
commit 90ccb0c3f9
Signed by: tobiasd
GPG Key ID: 25FE376FF17694A1
2 changed files with 23 additions and 24 deletions

View File

@ -16,30 +16,6 @@
<!-- "Videobox" (provisional name) with YH4F/related talks -->
<xsl:template match="talks">
<style>
#yh4f-slideshow-caption {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: baseline;
}
#yh4f-iframe {
position: absolute;
inset: 0px;
min-height: 480px;
width: 100%;
}
#yh4f-figure {
width: 85vw;
}
#yh4f-iframe-container {
width: 100%;
min-height: 480px;
}
</style>
<figure id="yh4f-figure">
<div>

View File

@ -10,3 +10,26 @@ body.yh4f {
margin-bottom: 20px;
}
}
#yh4f-slideshow-caption {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: baseline;
}
#yh4f-iframe {
position: absolute;
inset: 0px;
min-height: 480px;
width: 100%;
}
#yh4f-figure {
width: 85vw;
}
#yh4f-iframe-container {
width: 100%;
min-height: 480px;
}