New items and cleanup

This commit is contained in:
2022-12-29 23:23:38 +01:00
parent cb91448c3b
commit 59e8cca56d
32 changed files with 411 additions and 705 deletions

View File

@ -8,6 +8,10 @@
font-family: GismondaFG;
src: url('../assets/fonts/GismondaFG.woff') format("woff");
}
@font-face {
font-family: Garamond;
src: url('../assets/fonts/Garamond.woff') format("woff");
}
:root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
@ -327,8 +331,9 @@ table {border: 1px solid #7a7971;}
.fvtt-les-heritiers .sheet-body .tab,
.fvtt-les-heritiers .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
color:rgba(0,0,0,0.9)
font-size: 0.9rem;
font-family: Garamond;
color:rgba(0,0,0,0.98)
}
.fvtt-les-heritiers .sheet-body input, .fvtt-les-heritiers .sheet-body select {
@ -1356,7 +1361,7 @@ ul, li {
color: #CCC
}
#pause > img {
content: url(../assets/ui/logo_main_01.webp);
content: url(../assets/ui/pause_heritier.webp);
height: 256px;
width: 256px;
top: -80px;