#supsystic-table-12_wrapper table { border-collapse: collapse; }#supsystic-table-12_wrapper tbody tr { background-color: rgb(255, 255, 255); }#supsystic-table-12_wrapper table.stripe tbody tr.even { background-color: rgb(235, 235, 235); }#supsystic-table-12_wrapper table.stripe.order-column tbody tr > .sorting_1 { background-color: rgb(235, 235, 235); }#supsystic-table-12_wrapper table.hover tbody tr:hover { background-color: rgb(215, 215, 215); }#supsystic-table-12_wrapper table.stripe.order-column tbody tr.even > .sorting_1 { background-color: rgb(215, 215, 215); }#supsystic-table-12_wrapper table.order-column tbody tr > .sorting_1 { background-color: rgb(235, 235, 235); }#supsystic-table-12_wrapper table.hover.order-column tbody tr:hover > .sorting_1 { background-color: rgb(195, 195, 195); }#supsystic-table-12_wrapper tbody td { background-color: inherit; }#supsystic-table-12_wrapper tbody tr:last-child td { border-bottom: 1px solid rgb(0, 0, 0); }#supsystic-table-12_wrapper .child table { border-collapse: collapse; }#supsystic-table-12_wrapper td { color: rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-top: 1px solid rgb(0, 0, 0); }#supsystic-table-12 th, #supsystic-table-12 td { text-align: center; }/* Here you can add custom CSS for the current table */
/* Lean more about CSS: https://en.wikipedia.org/wiki/Cascading_Style_Sheets */
/*
To prevent the use of styles to other tables use "#supsystic-table-12" as a base selector
for example:
#supsystic-table-12 { ... }
#supsystic-table-12 tbody { ... }
#supsystic-table-12 tbody tr { ... }
*/
/* Cambia il colore dei link non visitati in blu */
a:link {
color: black;
}
/* Cambia il colore dei link visitati in viola */
a:visited {
color: black;
}
/* Cambia il colore dei link al passaggio del mouse in rosso */
a:hover {
color: black;
}
/* Cambia il colore dei link al clic in verde */
a:active {
color: black;
}
a {
text-decoration: none;
}
Skip to content