Roll V2: cuisine

This commit is contained in:
2025-10-07 01:49:53 +02:00
parent 293af5ab83
commit edf920b340
34 changed files with 574 additions and 143 deletions

View File

@@ -777,31 +777,31 @@
}
.rdd-roll-part {
align-items: center;
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-gold);
}
.rdd-roll-sign{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-silver);
}
.rdd-roll-norm{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-green);
}
.rdd-roll-notSign, .rdd-roll-echec{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-red);
}
.rdd-roll-epart{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-violet);
}
.rdd-roll-etotal{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-purple-black);
}
.rdd-diviseur{
border-radius: 6px; padding: 3px;
border-radius: 0.5rem; padding: 3px;
background: var(--gradient-red);
}
@@ -833,14 +833,9 @@
font-style: italic;
color: rgba(82, 17, 131, 0.9);
overflow-y: scroll;
// overflow: hidden;
width: 100%;
}
// .poesie-extrait:hover {
// overflow-y: scroll;
// opacity: 1;
// }
.poesie-reference {
font-size: 0.7rem;
text-align: right;
@@ -913,7 +908,7 @@
height: var(--form-field-height);
margin: 0;
color: var(--color-text-dark-primary);
border-radius: 3px;
border-radius: 0.2rem;
}
.app-calendar-astrologie{
div.theme-astral{
@@ -970,7 +965,7 @@
background: hsla(280, 50%, 50%, 0.1);
padding: 1px 4px;
border: 1px solid var(--color-border-dark-tertiary);
border-radius: 2px;
border-radius: 0.2rem;
white-space: nowrap;
word-break: break-all;
}
@@ -981,7 +976,7 @@
font-weight: 560;
padding: 0.1rem 0.3rem;
border: 1px solid var(--color-border-dark-tertiary);
border-radius: 0.25rem;
border-radius: 0.2rem;
white-space: nowrap;
word-break: break-all;
display: ruby;
@@ -1111,7 +1106,7 @@
.xp-level-up {
margin: 0.1rem;
box-shadow: inset 0px 0px 1px #00000096;
border-radius: 0.25rem;
border-radius: 0.2rem;
padding: 0.1rem;
flex: 1 1 5rem;
background: var(--gradient-gold) !important;
@@ -1142,7 +1137,7 @@
.list-item {
margin: 0.1rem;
box-shadow: inset 0px 0px 1px #00000096;
border-radius: 0.25rem;
border-radius: 0.2rem;
padding: 0.1rem;
flex: 1 1 1.5rem;
display: flex;
@@ -1483,10 +1478,15 @@
.message-content {
text-align: justify;
}
header.message-header .heure-rdd {
font-size: 0.7rem;
flex-grow: 3;
}
header.message-header{
.heure-rdd {
font-size: 0.7rem;
flex-grow: 3;
}
.message-metadata {
flex-grow: 3.5;
}
}
hr {
margin: 0.2rem 0;
}
@@ -1685,7 +1685,7 @@
font-size: 0.8rem;
text-align: center;
vertical-align: middle;
border-radius: 0.3rem;
border-radius: 0.2rem;
}
div.horloge-roue div img {
@@ -1921,7 +1921,7 @@
.ttt-ajustements {
width: 10rem;
background: var(--background-tooltip);
border-radius: 6px;
border-radius: 0.5rem;
font-size: 0.9rem;
padding: 3px 0;
div:nth-child(odd) {

View File

@@ -90,7 +90,7 @@
flex-direction: row;
margin: 0.1rem 0;
.warning {
border-radius: 6px;
border-radius: 0.5rem;
background: var(--gradient-warning);
}
}
@@ -121,6 +121,7 @@
div.poesie-extrait{
display: flex;
flex-direction: column;
align-items: normal;
}
span.status-surprise{
display: flex;
@@ -141,8 +142,13 @@
display: flow;
width: 2.5rem;
text-align: right;
margin: 0 0.2rem 0 0.5rem;
margin: 0 0.2rem;
padding: 0 0.2rem;
border: 1px solid ;
border-radius: 0.2rem ;
background: hsla(0, 0%, 0%, 0.2);
height: 1.5rem;
background: hsla(0, 0%, 0%, 0.2);
}
roll-action {
@@ -205,14 +211,14 @@
}
roll-carac select[name="select-carac"] {
max-width: 6rem;
}
min-width: 6.5rem;
max-width: 8rem;
}
roll-comp select[name="select-comp"] {
min-width: 8rem;
max-width: 11rem;
margin-left: 1rem;
}
max-width: 10rem;
margin-left: 1.5rem;
}
roll-conditions roll-section[name="coeur"] select[name="coeur"] {
max-width: 4rem;

View File

@@ -8,7 +8,7 @@
min-height: 100px; // Hauteur minimale pour la description
background: var(--rdd-bg-input-alt); // Une couleur de fond alternative
padding: 5px;
border-radius: 3px;
border-radius: 0.2rem;
color: var(--rdd-color-text-primary);
}
@@ -28,7 +28,7 @@
background: var(--fieldset-background);
color: var(--rdd-color-text-primary);
margin-bottom: 4px;
border-radius: 6px;
border-radius: 0.5rem;
border-color: var(--rdd-color-text-primary);
border-width: 2px;
}
@@ -64,7 +64,7 @@
--rdd-color-text-input
); // Assurez-vous que cette variable existe
padding: 2px 2px; // Augmentation du padding vertical
border-radius: 3px;
border-radius: 0.2rem;
}
input[type="checkbox"] {