unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
<style>
.video-guide > header {
background: url('/app/assets/images/cards/eic_purple_banner.png');
background-position: top;
background-size: contain !important;
background-repeat: no-repeat;
background-color: #5336a3;
border-bottom: 4px solid white !important;
}
.video-guide .list {
display: grid;
grid-gap: var(--eicui-base-spacing-m);
grid-template-columns: repeat(auto-fill, 240px);
}
.video-guide .list section{
text-align: center;
}
.video-guide .list img{
height: 130px;
}
.video-guide .videoStage{
text-align: center;
}
.video-guide video{
max-height: 70vh;
}
</style>
<article eiccard media class="video-guide">
<header>
<h1>${guideMeta.title}</h1>
</header>
<section class="guides">
<div class="videoStage">
<video class="video-guide" controls class="EmbedVideo" width="95%">
<source src="/app/assets/videos/guides/${guideMeta.video}" type="${guideMeta.videoType}">
</video>
</div>
</section>
</article>