Fix history
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
:root {
|
||||
--font-size-standard: 0.9rem;
|
||||
--background-image-base: url("../assets/parchment.jpg");
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../assets/ui/jazzage_background_main.webp");
|
||||
/*--background-image-base: url("../assets/ui/jazzage_background_main.webp");*/
|
||||
--font-primary: "Georama";
|
||||
--font-secondary: "Georama";
|
||||
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
|
||||
@ -22,7 +23,7 @@
|
||||
top: -45px;
|
||||
left: calc(50% - 96px);
|
||||
}
|
||||
i.lethalfantasy {
|
||||
i.fvtt-cthulhu-eternal {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-image: var(--logo-standard);
|
||||
@ -34,21 +35,17 @@ i.lethalfantasy {
|
||||
filter: grayscale(1);
|
||||
transition: 0.3s;
|
||||
}
|
||||
.application.dialog.lethalfantasy {
|
||||
.application.dialog.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
background-image: var(--background-image-base);
|
||||
}
|
||||
.application.dialog.lethalfantasy button:hover {
|
||||
.application.dialog.fvtt-cthulhu-eternal button:hover {
|
||||
background: var(--color-dark-6);
|
||||
}
|
||||
.application.dialog.lethalfantasy .legend {
|
||||
.application.dialog.fvtt-cthulhu-eternal .legend {
|
||||
font-family: var(--font-primary);
|
||||
}
|
||||
#tooltip.tooltip-avantages {
|
||||
max-width: 550px;
|
||||
text-align: left;
|
||||
}
|
||||
.chat-message,
|
||||
.chat-message.whisper {
|
||||
font-family: var(--font-primary);
|
||||
@ -132,12 +129,16 @@ i.lethalfantasy {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .sheet-tabs {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left {
|
||||
@ -149,7 +150,7 @@ i.lethalfantasy {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-left-image .protagonist-img {
|
||||
height: 140px;
|
||||
@ -183,7 +184,7 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos label {
|
||||
min-width: 120px;
|
||||
@ -196,7 +197,7 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos .protagonist-hp .protagonist-hp-value .form-fields input {
|
||||
flex: none;
|
||||
width: 50px;
|
||||
margin-left: 10px;
|
||||
margin-left: 4px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .protagonist-infos .protagonist-hp .protagonist-hp-max {
|
||||
@ -225,6 +226,7 @@ i.lethalfantasy {
|
||||
min-width: 650px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
@ -247,89 +249,14 @@ i.lethalfantasy {
|
||||
flex: none;
|
||||
width: 70px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience input {
|
||||
display: flex;
|
||||
width: 70px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 5px 0 5px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience input[type="number"] {
|
||||
text-align: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience input[type="checkbox"] {
|
||||
width: 20px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience input[type="checkbox"]:checked {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristics .protagonist-characteristic .experience input[type="checkbox"]:checked::after {
|
||||
color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristic-play {
|
||||
min-width: 225px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-characteristic-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .rollable:hover,
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .form-group {
|
||||
flex: 1;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .form-group .form-fields {
|
||||
flex: none;
|
||||
width: 70px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .protagonist-resource-edit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .protagonist-resource-edit input {
|
||||
display: flex;
|
||||
width: 70px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 5px 0 5px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .protagonist-resource-edit input[type="number"] {
|
||||
text-align: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources .protagonist-resource .protagonist-resource-edit select {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.5);
|
||||
text-align: center;
|
||||
width: 75px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources-play {
|
||||
min-width: 235px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-resources-edit {
|
||||
min-width: 400px;
|
||||
.fvtt-cthulhu-eternal .protagonist-biography {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-biography prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
@ -338,6 +265,7 @@ i.lethalfantasy {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@ -348,19 +276,35 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill .rollable:hover,
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill .controls {
|
||||
min-width: 2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill .name {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .skills .skill .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 5px 0 0 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@ -371,12 +315,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .weapons .weapon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .weapons .weapon .item-img {
|
||||
width: 50px;
|
||||
@ -386,12 +330,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .armors .armor {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .armors .armor .item-img {
|
||||
width: 50px;
|
||||
@ -401,12 +345,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .gears {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .gears .gear {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-equipment .gears .gear .item-img {
|
||||
width: 50px;
|
||||
@ -486,7 +430,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .skill-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .header img {
|
||||
@ -571,7 +520,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .injury-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .header img {
|
||||
@ -657,12 +611,17 @@ i.lethalfantasy {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .header img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
@ -733,7 +692,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .armor-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .header img {
|
||||
@ -810,7 +774,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .motivation-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .header img {
|
||||
@ -887,7 +856,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .header img {
|
||||
@ -964,7 +938,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .bond-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .header img {
|
||||
@ -982,43 +961,13 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .bond-content input[type="checkbox"]:checked::after {
|
||||
color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune img {
|
||||
border: 0px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune .intro-chat {
|
||||
border-radius: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune .intro-chat .intro-img {
|
||||
padding: 5px;
|
||||
width: 80px;
|
||||
align-self: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune .intro-chat .intro-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune .intro-chat .intro-right .introText {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
width: 210px;
|
||||
text-align: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal.fortune .button.control,
|
||||
.fvtt-cthulhu-eternal.fortune .fortune-accepted {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: calc(var(--font-size-standard) * 1.3);
|
||||
}
|
||||
.fvtt-cthulhu-eternal.ask-roll {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-size: calc(var(--font-size-standard) * 1.1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content {
|
||||
font-family: var(--font-primary);
|
||||
@ -1087,7 +1036,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .gear-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .header img {
|
||||
@ -1166,11 +1120,16 @@ i.lethalfantasy {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .header {
|
||||
display: flex;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .header img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
@ -1241,7 +1200,12 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .archetype-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .header img {
|
||||
@ -1251,54 +1215,38 @@ i.lethalfantasy {
|
||||
.fvtt-cthulhu-eternal .archetype-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.application.dialog.lethalfantasy {
|
||||
.application.dialog.fvtt-cthulhu-eternal {
|
||||
color: var(--color-dark-1);
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.application.dialog.lethalfantasy input,
|
||||
.application.dialog.lethalfantasy select {
|
||||
.application.dialog.fvtt-cthulhu-eternal button {
|
||||
background-image: none;
|
||||
background-color: var(--color-dark-6);
|
||||
color: var(--color-light-1);
|
||||
}
|
||||
.application.dialog.fvtt-cthulhu-eternal input,
|
||||
.application.dialog.fvtt-cthulhu-eternal select {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-color: var(--color-dark-6);
|
||||
color: var(--color-dark-2);
|
||||
}
|
||||
.lethalfantasy-roll-dialog fieldset {
|
||||
.fvtt-cthulhu-eternal-roll-dialog fieldset {
|
||||
padding: 10px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
input[name="selectAvantages"] {
|
||||
border: none;
|
||||
}
|
||||
.dialog-aide-gene {
|
||||
.dialog-modifier {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.dialog-aide-gene select {
|
||||
.dialog-modifier select {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
color: var(--color-dark-2);
|
||||
width: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.dialog-modificateur {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.dialog-modificateur select {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
color: var(--color-dark-2);
|
||||
width: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.dialog-avantages #selectAvantages {
|
||||
background-color: inherit;
|
||||
text-align: center;
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
}
|
||||
.dialog-damage,
|
||||
.dialog-resource,
|
||||
.dialog-save {
|
||||
.dialog-damage {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -1323,6 +1271,7 @@ input[name="selectAvantages"] {
|
||||
border: 0px;
|
||||
}
|
||||
.dice-roll .intro-chat {
|
||||
color: var(--color-dark-1);
|
||||
border-radius: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user