Table d'astrologie avec toutes les heures

This commit is contained in:
2023-01-09 23:20:51 +01:00
parent 7e75715d88
commit f4f2db68e0
3 changed files with 92 additions and 68 deletions

View File

@ -482,6 +482,9 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
max-height: 1.5em;
border-width: 0;
}
div.dimmed .img-signe-heure {
opacity: 50%;
}
.button-effect-img {
vertical-align: baseline;
max-width: 16px;
@ -1199,15 +1202,25 @@ div.competence-column div.categorie-competence{
}
/* ======================================== */
.table-nombres-astraux {
border:1;
table.table-nombres-astraux {
border: 2px solid rgba(0, 0, 0, 0.8);
}
table.table-nombres-astraux th >td {
font-size: 1rem;
}
table.table-nombres-astraux tr >td {
font-size: 0.8rem;
}
.table-nombres-astraux td {
border: 1px solid black;
table.table-nombres-astraux :is(tr, th, td) {
border-style: solid;
border-width: 1px;
border-color: rgba(102, 95, 122, 0.2);
text-align: center;
vertical-align: top;
}
table.table-nombres-astraux tr:hover {
background-color: hsla(38, 20%, 50%, 0.5);
}
/* ======================================== */
.tokenhudext {