added support for youth group

This commit is contained in:
Jottyfan
2025-12-14 17:39:19 +01:00
parent 08442dc7ea
commit 3726b9172c
35 changed files with 228 additions and 870 deletions

View File

@@ -65,4 +65,52 @@ body {
.full-size {
width: 100% !important;
max-width: inherit !important;
}
}
.tag {
transform: rotate(270deg);
-webkit-transform: rotate(270deg); /* Safari, Chrome */
-moz-transform: rotate(270deg); /* Firefox */
-ms-transform: rotate(270deg); /* IE 9 */
-o-transform: rotate(270deg); /* Opera */
font-size: small;
position: absolute;
left: -16px;
top: 24px;
border-bottom: 1px dashed silver;
}
.tagbu {
background: linear-gradient(to bottom, yellow, white);
}
[data-bs-theme=dark] .tagbu {
background: none;
color: yellow;
}
.tagju {
background: linear-gradient(to bottom, lime, white);
}
[data-bs-theme=dark] .tagju {
background: none;
color: lime;
}
.tagfollow {
padding-left: 20px;
}
.tagemphasize {
font-weight: bolder;
color: #ff4444;
}
.smallbadge {
font-size: small;
}
[data-bs-theme=dark] .smallbadge {
font-size: small;
}