MediaWiki:Citizen.css: Difference between revisions
From TwogPedia
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
background-color: #383838; | background-color: #383838; | ||
} | } | ||
.ib-subheader { | .ib-subheader { | ||
color: #000; | color: #000; | ||
Line 23: | Line 21: | ||
} | } | ||
.striped-table > tbody > tr:nth-of-type(2n + 2) { | .striped-table > tbody > tr:nth-of-type(2n + 2) { | ||
background-color: # | background-color: #343434 | ||
} | } |
Revision as of 17:12, 29 August 2022
/* All CSS here will be loaded for users of the Citizen skin */
/*INFOBOX*/
.ib {
/*background-color: #484848;*/
background-color: #363636;
}
.ib-row:nth-of-type(2n + 2) {
background-color: #383838;
}
.ib-subheader {
color: #000;
}
/* Striped wikitable */
.striped-table {
color: #e1e1e1;
}
.striped-table > tbody > tr:nth-of-type(2n + 1) {
background-color: #262626;
}
.striped-table > tbody > tr:nth-of-type(2n + 2) {
background-color: #343434
}
No categories