Template:Nomi interni/styles.css

Da Mario Wiki, l'enciclopedia italiana.
body.mobile #nomi-interni td:nth-of-type(2) {
	word-break: break-word;
}

#nomi-interni.no-giochi th:nth-of-type(1),
#nomi-interni.no-giochi td:nth-of-type(1) {
	display: none;
}
#nomi-interni.no-file th:nth-of-type(2),
#nomi-interni.no-file td:nth-of-type(2) {
	display: none;
}
#nomi-interni.no-significato th:nth-of-type(4),
#nomi-interni.no-significato td:nth-of-type(4) {
	display: none;
}

#nomi-interni.black tr:first-child th a,
#nomi-interni.black tr th a{
color: black !important; 
}

#nomi-interni th {
background: #79b9f8; 
}

#nomi-interni tr td{
background: #F5F6F8; 
}

#nomi-interni tr:nth-child(2n) td{
background: #EDEDF2; 
}

#nomi-interni th,
#nomi-interni tr td {
border-radius: 6px;
}