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) {