Foundry v13 migration

This commit is contained in:
2025-05-02 08:34:22 +02:00
parent 2e9c558027
commit 51a457ebf6
90 changed files with 322 additions and 272 deletions

View File

@@ -12,7 +12,7 @@
font-family: Garamond;
src: url('../assets/fonts/Garamond.woff') format("woff");
}
:root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
--window-header-font-family: GismondaFG;
@@ -39,7 +39,7 @@
--actor-label-font-weight: 700;
--actor-label-color: #464331c4;
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
--debug-background-color-red: #ff000054;
--debug-background-color-blue: #1d00ff54;
--debug-background-color-green: #54ff0054;
@@ -482,15 +482,15 @@ table {border: 1px solid #7a7971;}
line-height: 1.5rem;
border-top: 0 none;
border-bottom: 0 none;
/*background-color:#2e5561;*/
color: #cbdaa3;
background-image: url("../assets/ui/bandeau_01.webp");
}
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
nav.sheet-tabs a,
nav.sheet-tabs .item {
position: relative;
padding: 0 0.25rem;
color: beige;
}
nav.sheet-tabs .item:after {
@@ -500,7 +500,6 @@ nav.sheet-tabs .item:after {
right: 0;
height: 2rem;
width: 1px;
/*border-right: 1px dashed rgba(52, 52, 52, 0.25);*/
}
.sheet .tab[data-tab] {
@@ -708,10 +707,10 @@ ul, li {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.blessures-title {
.blessures-title {
font-weight: bold;
}
.alchimie-title {
.alchimie-title {
font-weight: bold;
}
.blessure-data {
@@ -793,7 +792,7 @@ ul, li {
/* ======================================== */
.tokenhudext {
display: flex;
display: flex;
flex: 0 !important;
font-weight: 600;
}
@@ -870,7 +869,7 @@ ul, li {
.sidebar-tab .directory-list .entity {
border-top: 1px dashed rgba(0,0,0,0.25);
border-bottom: 0 none;
padding: 0.25rem 0;
padding: 0.25rem 0;
}
.sidebar-tab .directory-list .entity:hover {
@@ -884,10 +883,10 @@ ul, li {
text-align: center;
vertical-align: middle;
display: flex;
align-items: center;
align-items: center;
}
.chat-message .message-header .flavor-text, .chat-message .message-header .whisper-to {
.chat-message .message-header .flavor-text, .chat-message .message-header .whisper-to {
font-size: 0.9rem;
}
.chat-actor-name {
@@ -1067,7 +1066,7 @@ ul, li {
border-radius: 0px;
}
#hotbar .bar-controls {
#hotbar .bar-controls {
background: rgba(30, 25, 20, 1);
border: 1px solid rgba(72, 46, 28, 1);
}
@@ -1127,7 +1126,7 @@ ul, li {
top: 1px;
position: absolute;
z-index: 1;
/* Fade in tooltip */
visibility: hidden;
opacity: 0;
@@ -1136,7 +1135,7 @@ ul, li {
.tooltip .ttt-fatigue{
width: 360px;
background: rgba(30, 25, 20, 0.9);
border-image: url(img/ui/bg_control.jpg) 21 repeat;
border-image-slice: 6 6 6 6 fill;
@@ -1200,7 +1199,7 @@ ul, li {
}
h4.entry-name.document-name {
color: #f3eeee;
color: #f3eeee;
}
.compendium h4.entry-name.document-name {
color: black;
@@ -1243,6 +1242,7 @@ h4.entry-name.document-name {
padding: 1px 1px 0px 1px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
color: beige;
}
.button-sheet-roll:active {
position:relative;
@@ -1320,7 +1320,7 @@ h4.entry-name.document-name {
.drop-ability-power,
.drop-ability-spec,
.drop-spec-power,
.drop-abilities,
.drop-abilities,
.drop-optionnal-abilities,
.drop-specialperk1,
.drop-perk2,
@@ -1393,7 +1393,7 @@ h4.entry-name.document-name {
height: 40px;
}
.dice-cell {
.dice-cell {
padding-left: 12px;
padding-right: 12px;
width: 60px;
@@ -1427,6 +1427,12 @@ h4.entry-name.document-name {
max-width: 4rem;
min-width: 4rem;
}
.item-field-label-short-num {
padding-top: 6px;
flex-grow:1;
max-width: 2rem;
min-width: 2rem;
}
.item-field-label-medium {
padding-top: 6px;
flex-grow:1;
@@ -1463,7 +1469,7 @@ h4.entry-name.document-name {
flex-wrap: nowrap;
}
.item-filler {
flex-grow: 6;
flex-grow: 6;
flex-shrink: 7;
}
.item-controls-fixed {