You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* 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 {
/* this box puts a 10px border on the left with a special color that should be preserved */
border-top-color: #5e7288;
border-right-color: #5e7288;
border-bottom-color: #5e7288;
}
html.skin-citizen-dark table.tmbox {
background-color: #5d5848;
}
000
1:0
Return to MediaWiki:Gadget-Citizenstuff.css.