You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* fix ApprovedRevs awkwardness with subpages */
.approvedRevs-approved .subpages::after,
.approvedRevs-notapproved .subpages::after,
.approvedRevs-noapprovedrev .subpages::after {
content: "\A";
white-space: pre-wrap;
}
/* testing dark mode stuff */
/* message boxes */
html.skin-citizen-dark table.ambox,
html.skin-citizen-dark table.imbox {
background-color: #36415b /*#fbfbfb*/;
}
html.skin-citizen-dark table.fmbox-system,
html.skin-citizen-dark table.ombox {
background-color: #343e57 /*#f8f9fa*/;
}
html.skin-citizen-dark table.ambox {
000
1:0
Return to MediaWiki:Gadget-Citizenstuff.css.