« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 640 : Ligne 640 :
}
}
.nph-ephem-random-table {
.nph-ephem-random-table {
   display: grid;
   width: 100%;
   grid-template-columns: repeat(5, 1fr);
   border-collapse: collapse;
   gap: 0.2rem;
  margin: 0.4rem 0;
   margin: 0.3rem 0;
  font-size: 0.78rem;
}
.nph-ephem-random-table td {
   padding: 0.2rem 0.5rem;
   border-bottom: 1px solid rgba(196,154,42,0.25);
}
.nph-ephem-random-table tr:last-child td {
  border-bottom: none;
}
.nph-ephem-random-table td:first-child {
  font-weight: 700;
  color: #4A2D6B;
   text-align: center;
   text-align: center;
  width: 55px;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
  font-family: 'Cinzel', 'Georgia', serif;
   font-size: 0.75rem;
   font-size: 0.75rem;
}
}
.nph-ephem-random-table span {
.nph-ephem-random-table td:last-child {
   padding: 2px 4px;
   color: #4A3F32;
   border-radius: 3px;
   font-style: italic;
  background: rgba(255,255,255,0.6);
}
}
.nph-ephem-random-note {
.nph-ephem-random-note {