Jump to content

MediaWiki:Common.css: Difference between revisions

From ClimateKG
No edit summary
No edit summary
Line 11: Line 11:
table th {
table th {
     background-color: #4c8fcc !important;
     background-color: #4c8fcc !important;
    color: #ffffff !important;
}
}



Revision as of 09:27, 18 May 2026

/* CSS placed here will be applied to all skins */

/* Make images responsive */
img {
    max-width:90%;
    height:auto;
}


/* Table styling  */
table th {
    background-color: #4c8fcc !important;
    color: #ffffff !important;
}

table tr:nth-child(odd) {
    background-color: #fffffff;
}
 
table tr:nth-child(even) {
    background-color: #d7e2f3;
}