Difference between revisions of "MediaWiki:Monobook.css"

no edit summary
Line 17: Line 17:


.wikitable tr {
.wikitable tr {
    background-color: #c7d0dc;
 
}
}


.wikitable th {                      /* Style for bold wikitable rows. */
.wikitable th {                      /* Style for bold wikitable rows. */
     border: none;                    /* Clearing existing style elements. */
     border: none;                    /* Clearing existing style elements. */
    background-color: #979a9f;
}
}


.wikitable td {
.wikitable td {
     border: none;                    /* Clearing existing style elements. */
     border: none;                    /* Clearing existing style elements. */
    background-color: #c7d0dc;
}
}