Jump to content

MediaWiki:Common.css: Difference between revisions

From ClimateKG
No edit summary
No edit summary
Line 5: Line 5:
max-width:90%;
max-width:90%;
height:auto;
height:auto;
}
table tr:nth-child(odd) {
    background-color: #888888;
}
table tr:nth-child(even) {
    background-color: #BBBBBB;
}
}

Revision as of 09:22, 18 May 2026

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

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

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