2024-10-02 03:46:40 +02:00
|
|
|
.userfrom {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userto {
|
|
|
|
|
color: green;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.circuit {
|
|
|
|
|
color: blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rigamov {
|
|
|
|
|
background-color: lightgray;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-11 02:29:29 +02:00
|
|
|
.causaleDest {
|
2024-10-02 03:46:40 +02:00
|
|
|
margin-bottom: 8px;
|
2024-10-11 02:29:29 +02:00
|
|
|
font-style: italic;
|
2024-10-02 03:46:40 +02:00
|
|
|
}
|
|
|
|
|
|
2024-10-11 02:29:29 +02:00
|
|
|
.causale {
|
|
|
|
|
font-style: italic; /* Testo in corsivo */
|
|
|
|
|
color: #555; /* Colore del testo (può essere un grigio o un altro colore per le citazioni) */
|
|
|
|
|
border-left: 4px solid #ccc; /* Linea a sinistra per emulare lo stile di una citazione */
|
|
|
|
|
padding-left: 10px; /* Spazi a sinistra per il padding */
|
|
|
|
|
margin: 8px 0; /* Spaziatura sopra e sotto */
|
|
|
|
|
}
|
2024-10-02 03:46:40 +02:00
|
|
|
.userto,
|
|
|
|
|
.userfrom {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
/* Impedisce il wrapping del testo */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.q-item-section.d-flex {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
/* Allinea gli elementi al centro verticalmente */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.q-item__section--main ~ .q-item__section--side{
|
|
|
|
|
padding-left: 2px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.q-item__section--side{
|
|
|
|
|
padding-right: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.schede-mov{
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
|
|
|
|
|
border: solid 1px blue;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|