Add new stuff/compendium
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* ==================== (A) Fonts ==================== */
|
||||
@font-face {
|
||||
font-family: "Garamond";
|
||||
src: url('../fonts/garamond.ttf') format("truetype");
|
||||
src: url('../fonts/AppleGaramond.ttf') format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Neuropol";
|
||||
@ -11,7 +11,7 @@
|
||||
:root {
|
||||
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||||
--window-header-title-font-family: Neuropol;
|
||||
--window-header-title-font-size: 1.5rem;
|
||||
--window-header-title-font-size: 1.2rem;
|
||||
--window-header-title-font-weight: normal;
|
||||
--window-header-title-color: #f5f5f5;
|
||||
|
||||
@ -51,12 +51,16 @@
|
||||
.window-app {
|
||||
font-family: Garamond;
|
||||
text-align: justify;
|
||||
font-size: 16px;
|
||||
font-size: 1.0rem;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {font-family: "Neuropol"} /* For title, sidebar character and scene */
|
||||
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
|
||||
font-family: "Neuropol";
|
||||
font-size: 0.9rem;
|
||||
} /* For title, sidebar character and scene */
|
||||
|
||||
.sheet nav.sheet-tabs {font-family: "Garamond";} /* For nav and title */
|
||||
.window-app input, .foundryvtt-shadows-over-sol .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
|
||||
font-family: "Garamond"; /* For sheet parts */
|
||||
@ -86,6 +90,13 @@
|
||||
|
||||
table {border: 1px solid #7a7971;}
|
||||
|
||||
.sosdialog {
|
||||
width: 600px;
|
||||
height: 430px;
|
||||
z-index: 9999;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.grid, .grid-2col {
|
||||
display: grid;
|
||||
grid-column: span 2 / span 2;
|
||||
@ -223,6 +234,11 @@ table {border: 1px solid #7a7971;}
|
||||
object-fit: cover;
|
||||
object-position: 50% 0;
|
||||
}
|
||||
.flip-card {
|
||||
height: 128px;
|
||||
width: 90px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.card-img {
|
||||
height: 128px;
|
||||
@ -289,12 +305,6 @@ table {border: 1px solid #7a7971;}
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.editor {
|
||||
border: 2;
|
||||
height: 300px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.medium-editor {
|
||||
border: 2;
|
||||
height: 240px;
|
||||
@ -303,7 +313,7 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.small-editor {
|
||||
border: 2;
|
||||
height: 150px;
|
||||
height: 100px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
@ -376,55 +386,6 @@ table {border: 1px solid #7a7971;}
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rdddialog .dialog-roll-sort s{
|
||||
width: 600px;
|
||||
height: 430px;
|
||||
z-index: 9999;
|
||||
display: block;
|
||||
}
|
||||
.rdd-roll-part{
|
||||
align-items: center;
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(30deg, rgba(191, 149, 63, 0.3), rgba(252, 246, 186, 0.3), rgba(179, 135, 40, 0.3), rgba(251, 245, 183, 0.3), rgba(170, 119, 28, 0.3));
|
||||
}
|
||||
.rdd-roll-sign{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(30deg, rgba(61, 55, 93, 0.3), rgba(178, 179, 196, 0.3), rgba(59, 62, 63, 0.6), rgba(206, 204, 199, 0.3), rgba(61, 46, 49, 0.3));
|
||||
}
|
||||
.rdd-roll-norm{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(30deg, rgba(7, 76, 0, 0.3), rgba(66, 163, 65, 0.2), rgba(184, 226, 163, 0.1), rgba(66, 163, 65, 0.2), rgba(184, 226, 163, 0.3));
|
||||
}
|
||||
.rdd-roll-echec{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background-image: linear-gradient(150deg, rgba(255, 0, 0, 0.3), rgba(255, 200, 128, 0.05),rgba(255, 200, 128, 0.1), rgba(255,10,0,0.3));
|
||||
}
|
||||
.rdd-roll-epart{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(150deg, rgba(100, 45, 124, 0.6), rgba(216, 157, 192, 0.3), rgba(177, 157, 216, 0.5), rgba(107, 62, 121, 0.3), rgba(100, 45, 124, 0.6));
|
||||
}
|
||||
.rdd-roll-etotal{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(150deg, rgba(0, 0, 0, 0.7), rgba(100, 45, 124, 0.4), rgba(82, 17, 131, 0.3),rgba(100, 45, 124, 0.4), rgba(0, 0, 0, 0.7));
|
||||
}
|
||||
.rdd-diviseur{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background:linear-gradient(30deg, rgba(61, 55, 93, 0.2), rgba(178, 179, 196, 0.1), rgba(59, 62, 63, 0.2), rgba(206, 204, 199, 0.1), rgba(61, 46, 49, 0.2));
|
||||
}
|
||||
|
||||
.table-resolution-carac {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.table-resolution-target {
|
||||
font-weight: bold;
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
#tableProbaReussite{
|
||||
font-size: 0.8rem;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* ======================================== */
|
||||
/* Sheet */
|
||||
@ -638,32 +599,29 @@ ul, li {
|
||||
margin-left: 4rem;
|
||||
}
|
||||
|
||||
.sheet-competence-img {
|
||||
.sheet-skill-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
flex-grow: 0;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
.competence-column {
|
||||
.skill-column {
|
||||
flex-direction: column;
|
||||
align-content: flex-start;
|
||||
justify-content: flex-start;
|
||||
flex-grow: 0;
|
||||
flex-basis: 1;
|
||||
}
|
||||
.competence-header {
|
||||
.skill-header {
|
||||
align-content: flex-start;
|
||||
justify-content: flex-start;
|
||||
font-weight: bold;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.arme-label,
|
||||
.generic-label,
|
||||
.competence-label,
|
||||
.astrologie-label,
|
||||
.tache-label,
|
||||
.subacteur-label,
|
||||
.description-label {
|
||||
|
||||
.skill-label,
|
||||
.generic-label {
|
||||
font-weight: bold;
|
||||
flex-grow: 2;
|
||||
}
|
||||
.attribut-value,
|
||||
@ -674,7 +632,7 @@ ul, li {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.sante-value,
|
||||
.competence-value {
|
||||
.skill-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 2rem;
|
||||
margin-right: 0.25rem;
|
||||
@ -682,11 +640,11 @@ ul, li {
|
||||
}
|
||||
.description-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 4rem;
|
||||
flex-basis: 10rem;
|
||||
margin-right: 0.25rem;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
.competence-xp {
|
||||
.skill-xp {
|
||||
flex-grow: 0;
|
||||
flex-basis: 2rem;
|
||||
margin-right: 0.25rem;
|
||||
@ -773,7 +731,7 @@ ul, li {
|
||||
.control-icon.tokenhudicon.right {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.rdd-hud-menu label {
|
||||
.sos-hud-menu label {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
#token-hud .status-effects.active{
|
||||
@ -832,7 +790,7 @@ ul, li {
|
||||
font-size: 1rem;
|
||||
background: rgb(105,85,65) url("../img/ui/sidebar-bg.webp") no-repeat right bottom;
|
||||
background-position: 100%;
|
||||
color: rgba(220,220,220,0.75);
|
||||
color: rgba(19, 15, 15, 0.75);
|
||||
}
|
||||
|
||||
#sidebar-tabs > .collapse, #chat-controls .chat-control-icon {
|
||||
@ -1075,7 +1033,7 @@ ul, li {
|
||||
#pause
|
||||
{
|
||||
font-family: Neuropol;
|
||||
font-size: 2rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
#pause > h3
|
||||
{
|
||||
|
Reference in New Issue
Block a user