MediaWiki:Citizen.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* === Star Fishing Wiki Theme === */
/* Space-themed colors */
:root {
--background-color-dp-00: #0d0f1a;
--background-color-dp-01: #131527;
--background-color-dp-02: #181b33;
--background-color-dp-03: #1d2040;
--color-primary: #9b6dff;
--color-primary-active: #b490ff;
}
/* Links */
a:not(.new) { color: #9b6dff !important; }
a:not(.new):hover { color: #b490ff !important; }
a.new { color: #ff6b6b !important; }
/* Section headers */
.mw-heading h2 {
border-bottom: 2px solid rgba(155,109,255,0.3) !important;
padding-bottom: 6px;
}
/* Tables */
.wikitable { border-color: rgba(155,109,255,0.15) !important; margin-bottom: 0.25rem !important; }
.wikitable th { background: rgba(155,109,255,0.1) !important; color: #c4b5ff !important; }
.wikitable td { background: rgba(155,109,255,0.03) !important; }
.wikitable td, .wikitable th { padding: 5px 10px !important; }
/* Kill all the whitespace in collapsible sections */
.citizen-section { margin: 0 !important; padding: 0 !important; }
.citizen-section-heading { margin: 0.3rem 0 0 !important; padding: 0 !important; }
.mw-heading { margin: 0.3rem 0 0.1rem !important; padding: 0 !important; }
.mw-parser-output p { margin: 0.2rem 0 !important; }
.mw-parser-output > .mw-heading + p { margin-top: 0 !important; }
/* Category tags */
.catlinks { background: rgba(155,109,255,0.05) !important; border: 1px solid rgba(155,109,255,0.1) !important; border-radius: 8px !important; }
/* Sidebar */
.citizen-drawer { background: #0d0f1a !important; }
/* Search */
.citizen-search__card { background: #131527 !important; border-color: rgba(155,109,255,0.2) !important; }
/* Content area */
.citizen-body-container { background: linear-gradient(180deg, rgba(155,109,255,0.02) 0%, transparent 300px) !important; }
/* Footer */
.citizen-footer { background: #0d0f1a !important; border-top: 1px solid rgba(155,109,255,0.1) !important; }
/* Scrollbar */
::-webkit-scrollbar-thumb { background: rgba(155,109,255,0.3) !important; border-radius: 4px; }
::-webkit-scrollbar-track { background: #0d0f1a !important; }
/* Disable collapsible sections - always show expanded */
.citizen-section-heading .citizen-section-heading-icon {
display: none !important;
}