Preparation fiche perso

This commit is contained in:
2024-05-06 12:33:28 +02:00
parent 939923e5ed
commit af65209d23
27 changed files with 196 additions and 411 deletions

View File

@@ -3,7 +3,11 @@
font-family: "MailartRubberstamp";
src: url('../fonts/MailartRubberstamp-Regular.woff') format("woff");
}
@font-face {
font-family: "GreatPrimer";
src: url('../fonts/IM_FELL_Great_Primer_Roman.woff') format("woff");
}
:root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
--window-header-title-font-size: 1.3rem;
@@ -63,6 +67,7 @@
.window-app.sheet .window-content {
margin: 0;
padding: 0;
font-family: "GreatPrimer";
}
.strong-text{
font-weight: bold;
@@ -96,6 +101,7 @@ table {border: 1px solid #7a7971;}
grid-column: span 2 / span 2;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 10px;
grid-gap: 10px;
gap: 10px;
margin: 10px 0;
padding: 0;
@@ -260,7 +266,7 @@ table {border: 1px solid #7a7971;}
}
.fvtt-te-deum .sheet-header h1.charname input {
font-family: MailartRubberstamp;
font-family: "MailartRubberstamp";
font-size: 3rem;
width: 100%;
height: 100%;
@@ -269,7 +275,7 @@ table {border: 1px solid #7a7971;}
.fvtt-te-deum .sheet-tabs {
flex: 0;
font-family: MailartRubberstamp;
font-family: "MailartRubberstamp";
font-size: 2.2rem;
}
@@ -278,6 +284,7 @@ table {border: 1px solid #7a7971;}
.fvtt-te-deum .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
font-family: "GreatPrimer";
}
.editor {
@@ -316,6 +323,7 @@ table {border: 1px solid #7a7971;}
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
font-family: "GreatPrimer";
}
.fvtt-te-deum .tabs .item {
@@ -612,6 +620,14 @@ ul, li {
flex-grow: 0;
}
.comp-column-list {
-moz-column-count: 4;
column-count: 4;
}
.comp-li {
max-width: 6rem;
width: 6rem;
}
.description-label {
flex-grow: 2;
margin-left: 4px;
@@ -1024,42 +1040,6 @@ ul, li {
border-image-outset: 0px;
}
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
/*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
text-align: left;
background: rgba(231, 229, 226, 0.9);
width: 150px;
padding: 3px 0;
font-size: 0.9rem;
/* Position the tooltip text */
top: 1px;
position: absolute;
z-index: 1;
/* Fade in tooltip */
visibility: hidden;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip-nobottom {
border-bottom: unset; /* If you want dots under the hoverable text */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;