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;
@@ -285,7 +290,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%;
@@ -296,7 +301,7 @@ table {border: 1px solid #7a7971;}
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
font-family: MailartRubberstamp;
font-family: "MailartRubberstamp";
font-size: 2.2rem;
}
@@ -305,6 +310,7 @@ table {border: 1px solid #7a7971;}
.fvtt-te-deum .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
font-family: "GreatPrimer";
}
.editor {
@@ -343,6 +349,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 {
@@ -641,6 +648,13 @@ ul, li {
flex-grow: 0;
}
.comp-column-list {
column-count: 4;
}
.comp-li {
max-width: 6rem;
width: 6rem;
}
.description-label {
flex-grow: 2;
margin-left: 4px;
@@ -1044,42 +1058,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;