MediaWiki:Citizen.css: Difference between revisions

From TwogPedia
No edit summary
No edit summary
Line 25: Line 25:
background-color: #343434
background-color: #343434
}
}
/*PARTICIPANTS LIST TEAM*/
.team-list .players {
    background-color: rgb(24 24 24 / 90%);
}
/*-----END-----*/

Revision as of 10:23, 7 September 2022

/* All CSS here will be loaded for users of the Citizen skin */
/*INFOBOX*/

.skin-citizen-dark .ib {
    /*background-color: #484848;*/
    background-color: #363636;
}
.skin-citizen-dark .ib-row:nth-of-type(2n + 2) {
	background-color: #4e4e4e;
}

.skin-citizen-dark .ib-subheader {
	background-color: #ddffdd;
	color: #000;
}

/* Striped wikitable */
.skin-citizen-dark .striped-table {
	color: #e1e1e1;
}
.skin-citizen-dark .striped-table > tbody > tr:nth-of-type(2n + 1) {
	background-color: #262626;
}
.skin-citizen-dark .striped-table > tbody > tr:nth-of-type(2n + 2) {
	background-color: #343434
}

/*PARTICIPANTS LIST TEAM*/
.team-list .players {
    background-color: rgb(24 24 24 / 90%);
}
/*-----END-----*/