Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
.youtubevideo-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 8px;
}
.youtubevideo-item {
width: auto;
}
.youtubevideo-item b.title {
display: inline-block;
padding-top: 0.5em;
line-height: 1.2em;
}
.youtubevideo-wrapper {
position: relative;
padding-bottom: 56.25%;
}
.youtubevideo-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtubevideo-item ul {
padding: 0.3em 0 0 1.5em;
margin: 0;
line-height: 1.3em;
color: #666
}
.youtubevideo-item ul li {
margin: 0;
}
.settings {
clear: both;
width: 100%;
margin-bottom: 0;
}