MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Star Fishing Wiki Theme */ | /* === Star Fishing Wiki Theme === */ | ||
/* | /* Space-themed colors */ | ||
:root { | :root { | ||
--background-color-dp-00: #0d0f1a; | --background-color-dp-00: #0d0f1a; | ||
| Line 11: | Line 11: | ||
} | } | ||
/* | /* Links */ | ||
. | a:not(.new) { color: #9b6dff !important; } | ||
a:not(.new):hover { color: #b490ff !important; } | |||
} | a.new { color: #ff6b6b !important; } | ||
. | |||
} | |||
. | |||
} | |||
/* Section headers */ | |||
/* Section headers | |||
.mw-heading h2 { | .mw-heading h2 { | ||
border-bottom: 2px solid rgba(155, 109, 255, 0.3) !important; | border-bottom: 2px solid rgba(155,109,255,0.3) !important; | ||
padding-bottom: 6px; | 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- | .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- | .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; } | |||
} | |||
} | |||
Revision as of 23:54, 27 March 2026
/* === 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; }