Various fixes and enhancements

This commit is contained in:
2025-02-03 23:00:59 +01:00
parent a72e671f75
commit 92396da997
69 changed files with 762 additions and 330 deletions

View File

@ -381,6 +381,15 @@ table {
padding: 0 3px;
}
.questionnaire-reponse {
max-width: 42rem;
margin-left: 1rem;
}
.questionnaire-element {
margin-top: 0.5rem;
}
input[type="text"], select[type="text"] {
background: white;
color: #494e6b;
@ -1015,7 +1024,7 @@ ul, li {
color: #CCC;
}
& > img {
content: url(../images/ui/te-deum_logo_small_01.webp);
content: url(../images/ui/logo_tedeum_pause.webp);
height: 200px;
width: 200px;
top: -200px;
@ -1023,7 +1032,7 @@ ul, li {
}
}
#logo {
content: url(../images/ui/te-deum_logo_small_01.webp);
content: url(../images/ui/logo_tedeum_pause.webp);
width: 100px;
height: 60px;
}
@ -1232,4 +1241,20 @@ ul, li {
display: flex;
justify-content: center;
align-items: center;
}
.fvtt-te-deum-character-creator {
font-family: "GreatPrimer";
font-size: 0.9rem;
.field-title {
font-weight: bold;
}
.status-section {
display: block;
max-width: 34rem;
}
}
.item-name-label {
min-width: 12rem;
}