Roll shields

This commit is contained in:
2025-02-06 10:23:24 +01:00
parent 5d9a218e04
commit 891a6647b7
51 changed files with 263 additions and 162 deletions

View File

@@ -1211,6 +1211,34 @@ ul, li {
margin-bottom: 1rem;
}
.fvtt-te-deum-character-creator .stage-main-details {
text-align: center;
margin-top: 1rem;
}
.grace-texte {
margin-top: 1rem;
}
.chat-welcome {
text-align: center;
}
.item-name-label {
min-width: 12rem;
}
.compendium-sidebar .directory-item.compendium.locked .compendium-name {
background: rgba(0, 0, 0, 0.1);
}
.compendium-sidebar .directory-item.compendium .compendium-name {
background: rgba(0, 0, 0, 0.1);
}
.compendium-sidebar .directory-item.compendium:hover .compendium-name {
text-shadow: 0 0 8px var(--color-shadow-primary);
background: rgba(0, 0, 0, 0.9);
}
.compendium-sidebar .directory-item.compendium .compendium-footer .source {
display: inline-block;
font-size: var(--font-size-12);
padding: 1px 0.5rem 0 0.25rem;
border-radius: 0 3px 0 0;
background: rgba(0, 0, 0, 0.1);
}