added support for youth group
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user