(Created page with "→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;...") |
(infobox) |
||
Line 63: | Line 63: | ||
border: 1px solid #909090!important; | border: 1px solid #909090!important; | ||
background-color: #2a3932!important; | background-color: #2a3932!important; | ||
} | |||
/* | |||
infobox | |||
*/ | |||
.skin-timeless .infobox { | |||
color: #fff; | |||
background: #20262f; | |||
border-color: #2f394d; | |||
} | } |
Revision as of 11:24, 5 October 2022
/* 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;
}
html.skin-citizen-dark table.fmbox-editnotice,
html.skin-citizen-dark table.fmbox-system,
html.skin-citizen-dark table.ombox-protection,
html.skin-citizen-dark table.imbox-protection,
html.skin-citizen-dark table.ombox-notice,
html.skin-citizen-dark table.cmbox-delete,
html.skin-citizen-dark table.cmbox-content,
html.skin-citizen-dark table.cmbox-style,
html.skin-citizen-dark table.cmbox-notice,
html.skin-citizen-dark table.cmbox-move,
html.skin-citizen-dark table.cmbox-protection {
border-color: #5e7288;
}
html.skin-citizen-dark table.ambox-speedy,
html.skin-citizen-dark table.cmbox-speedy,
html.skin-citizen-dark table.cmbox-delete,
html.skin-citizen-dark table.imbox-speedy,
html.skin-citizen-dark table.tmbox-speedy,
html.skin-citizen-dark table.fmbox-warning,
html.skin-citizen-dark table.ombox-speedy {
background-color: #6c4543;
}
html.skin-citizen-dark table.cmbox-content {
background-color: #504438;
}
html.skin-citizen-dark table.cmbox-style {
background-color: #635f46;
}
html.skin-citizen-dark table.cmbox-notice {
background-color: #3a4759;
}
html.skin-citizen-dark table.cmbox-move {
background-color: #453b5c;
}
html.skin-citizen-dark table.cmbox-protection {
background-color: #4a4a36;
}
/* documentation template */
/* this is using TemplateStyles, so I need to remember to move this over some day... */
html.skin-citizen-dark .mw-parser-output .documentation,
html.skin-citizen-dark .mw-parser-output .documentation-metadata {
border: 1px solid #909090!important;
background-color: #2a3932!important;
}
/*
infobox
*/
.skin-timeless .infobox {
color: #fff;
background: #20262f;
border-color: #2f394d;
}