MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
* ============================================================ | * ============================================================ | ||
* eve.wiki — MediaWiki:Common.css | * eve.wiki — MediaWiki:Common.css | ||
* | * Full clean stylesheet — paste entire contents into MediaWiki:Common.css | ||
* ============================================================ | * ============================================================ | ||
*/ | */ | ||
| Line 13: | Line 12: | ||
/* ============================================================ | /* ============================================================ | ||
CITIZEN TOKEN OVERRIDES | |||
============================================================ */ | ============================================================ */ | ||
:root, | :root, | ||
.skin-citizen { | .skin-citizen, | ||
--color-surface-0: #0d0f14; | .skin-citizen-theme-day, | ||
--color-surface-1: #131720; | .skin-citizen-theme-os, | ||
--color-surface-2: #171c26; | .skin-citizen-theme-night { | ||
--color-surface-3: #1c2230; | --color-surface-0: #0d0f14 !important; | ||
--color-surface-4: #1f2638; | --color-surface-1: #131720 !important; | ||
--border-color-base: #233042; | --color-surface-2: #171c26 !important; | ||
--border-color-subtle: #1a2230; | --color-surface-3: #1c2230 !important; | ||
--border-color-strong: #2e3f58; | --color-surface-4: #1f2638 !important; | ||
--color-base: #d7e0ea; | --border-color-base: #233042 !important; | ||
--color-base--subtle: #93a4b5; | --border-color-subtle: #1a2230 !important; | ||
--color-base--emphasized: #eef3fa; | --border-color-strong: #2e3f58 !important; | ||
--color-link: #4fc3e8; | --color-base: #d7e0ea !important; | ||
--color-link--visited: #7aa8c8; | --color-base--subtle: #93a4b5 !important; | ||
--color-link--active: #80d8f5; | --color-base--emphasized: #eef3fa !important; | ||
--color-primary: #4fc3e8; | --color-link: #4fc3e8 !important; | ||
--color-primary--hover: #80d8f5 | --color-link--visited: #7aa8c8 !important; | ||
--color-link--active: #80d8f5 !important; | |||
--color-progressive: #4fc3e8; | --color-primary: #4fc3e8 !important; | ||
--color-destructive: #cc4444; | --color-primary--hover: #80d8f5 !important; | ||
--color-header-background: #080a10; | --color-progressive: #4fc3e8 !important; | ||
--color-icon-base: #4fc3e8; | --color-destructive: #cc4444 !important; | ||
--color-accent: #4fc3e8; | --color-header-background: #080a10 !important; | ||
--color-menu-item-hover-background: #1c2230; | --color-icon-base: #4fc3e8 !important; | ||
--color-accent: #4fc3e8 !important; | |||
--color-menu-item-hover-background: #1c2230 !important; | |||
scrollbar-color: #233042 #0d0f14; | scrollbar-color: #233042 #0d0f14; | ||
scrollbar-width: thin; | scrollbar-width: thin; | ||
| Line 45: | Line 46: | ||
/* ============================================================ | /* ============================================================ | ||
BASE | |||
============================================================ */ | ============================================================ */ | ||
body, | body, | ||
| Line 65: | Line 66: | ||
} | } | ||
body::before { | body::before { | ||
content: ''; | content: ''; | ||
| Line 94: | Line 77: | ||
background-size: 48px 48px; | background-size: 48px 48px; | ||
} | } | ||
p, li, td, th, dd, dt, label, caption, | |||
.mw-parser-output p, | |||
.mw-parser-output li, | |||
.mw-parser-output td, | |||
.mw-parser-output th { | |||
color: #d7e0ea; | |||
} | |||
a, .mw-parser-output a { color: #4fc3e8 !important; text-decoration: none; } | |||
a:hover, .mw-parser-output a:hover { color: #80d8f5 !important; } | |||
a:visited, .mw-parser-output a:visited { color: #7aa8c8 !important; } | |||
/* ============================================================ | /* ============================================================ | ||
HEADINGS | |||
============================================================ */ | ============================================================ */ | ||
h1, .mw-parser-output h1, #firstHeading { | h1, .mw-parser-output h1, #firstHeading { | ||
| Line 140: | Line 135: | ||
/* ============================================================ | /* ============================================================ | ||
TOPBAR / HEADER | |||
============================================================ */ | ============================================================ */ | ||
#citizen-header, .citizen-header { | #citizen-header, | ||
.citizen-header, | |||
.citizen-header__inner { | |||
background: #080a10 !important; | background: #080a10 !important; | ||
background-color: #080a10 !important; | |||
border-bottom: 1px solid #233042 !important; | border-bottom: 1px solid #233042 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
#citizen-header::after { | #citizen-header::after { | ||
content: ''; | content: ''; | ||
| Line 159: | Line 156: | ||
} | } | ||
.citizen-wordmark, #citizen-header .citizen-header__wordmark { | #citizen-header *, .citizen-header * { color: #d7e0ea !important; } | ||
.citizen-wordmark, | |||
#citizen-header .citizen-header__wordmark, | |||
.citizen-header .citizen-wordmark { | |||
font-family: 'Orbitron', sans-serif !important; | font-family: 'Orbitron', sans-serif !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
| Line 167: | Line 168: | ||
} | } | ||
#citizen-header a, .citizen-header a { | #citizen-header a, .citizen-header a { color: #93a4b5 !important; } | ||
#citizen-header a:hover, .citizen-header a:hover { color: #4fc3e8 !important; text-decoration: none !important; } | |||
#citizen-header button, .citizen-header button, | |||
#citizen-header .cdx-button, .citizen-header .cdx-button { | |||
background: transparent !important; | |||
color: #93a4b5 !important; | color: #93a4b5 !important; | ||
border: none !important; | |||
} | } | ||
#citizen-header | #citizen-header button:hover, .citizen-header button:hover { color: #4fc3e8 !important; } | ||
} | |||
/* Search */ | /* Search in header */ | ||
.citizen-search__form, #searchform { | .citizen-search__form, #searchform { | ||
background: #131720 !important; | background: #131720 !important; | ||
border: 1px solid #233042 !important; | border: 1px solid #233042 !important; | ||
border-radius: 2px !important; | |||
color: #d7e0ea !important; | color: #d7e0ea !important; | ||
} | } | ||
.citizen-search__form | .citizen-search__form:focus-within { | ||
border-color: #2a8cb0 !important; | border-color: #2a8cb0 !important; | ||
box-shadow: 0 0 0 2px rgba(79,195,232,.1) !important; | box-shadow: 0 0 0 2px rgba(79,195,232,.1) !important; | ||
} | } | ||
input[type="search"], | .citizen-search__input, | ||
input[type="search"], | |||
.citizen-search__form input { | |||
color: #d7e0ea !important; | color: #d7e0ea !important; | ||
background: transparent !important; | background: transparent !important; | ||
font-family: 'Rajdhani', sans-serif !important; | |||
} | } | ||
input::placeholder, .citizen-search__input::placeholder { | input::placeholder, .citizen-search__input::placeholder { color: #4e5f72 !important; } | ||
} | |||
.citizen-search__suggestions, .suggestions-results { | .citizen-search__suggestions, .suggestions-results { | ||
background: #131720 !important; | background: #131720 !important; | ||
| Line 214: | Line 215: | ||
/* ============================================================ | /* ============================================================ | ||
STICKY HEADER | |||
============================================================ */ | |||
.citizen-sticky-header, | |||
#citizen-sticky-header { | |||
background: #080a10 !important; | |||
border-bottom: 1px solid #233042 !important; | |||
box-shadow: none !important; | |||
} | |||
.citizen-sticky-header-background { background: #080a10 !important; } | |||
.citizen-sticky-header .cdx-button, | |||
.citizen-sticky-header-fake-button, | |||
#citizen-sticky-header .cdx-button { | |||
background: transparent !important; | |||
color: #93a4b5 !important; | |||
border: none !important; | |||
} | |||
.citizen-sticky-header .cdx-button:hover, | |||
.citizen-sticky-header-fake-button:hover { | |||
background: rgba(79,195,232,.08) !important; | |||
color: #4fc3e8 !important; | |||
} | |||
.citizen-sticky-header-page-title { | |||
color: #eef3fa !important; | |||
font-family: 'Orbitron', sans-serif !important; | |||
font-size: 13px !important; | |||
} | |||
.citizen-sticky-header-page-tagline { color: #4e5f72 !important; font-size: 11px !important; } | |||
/* ============================================================ | |||
SIDEBAR + TOC | |||
============================================================ */ | ============================================================ */ | ||
#citizen-sidebar, .citizen-sidebar { | #citizen-sidebar, .citizen-sidebar { | ||
| Line 251: | Line 286: | ||
} | } | ||
.citizen-toc, #citizen-toc { | .citizen-toc, #citizen-toc { | ||
background: #131720 !important; | background: #131720 !important; | ||
| Line 270: | Line 304: | ||
/* ============================================================ | /* ============================================================ | ||
DROPDOWNS + MENUS + CARDS | |||
============================================================ */ | |||
.citizen-menu__card, | |||
.citizen-menu__card-content, | |||
aside.citizen-menu__card { | |||
background: #0f1218 !important; | |||
border: 1px solid #233042 !important; | |||
box-shadow: 0 8px 32px rgba(0,0,0,.7) !important; | |||
color: #d7e0ea !important; | |||
} | |||
.citizen-menu__heading { | |||
color: #4e5f72 !important; | |||
font-family: 'Orbitron', sans-serif !important; | |||
font-size: 9px !important; | |||
letter-spacing: 2px !important; | |||
text-transform: uppercase !important; | |||
border-bottom: 1px solid #1a2230 !important; | |||
} | |||
.citizen-menu__content-list li a, .citizen-menu a { | |||
color: #93a4b5 !important; | |||
font-family: 'Rajdhani', sans-serif !important; | |||
font-size: 13px !important; | |||
font-weight: 500 !important; | |||
} | |||
.citizen-menu__content-list li a:hover, .citizen-menu a:hover { | |||
color: #4fc3e8 !important; | |||
background: rgba(79,195,232,.06) !important; | |||
text-decoration: none !important; | |||
} | |||
details.citizen-dropdown-details > summary { | |||
background: transparent !important; | |||
color: #93a4b5 !important; | |||
} | |||
details.citizen-dropdown-details[open] > summary { color: #4fc3e8 !important; } | |||
/* User info card */ | |||
.citizen-userInfo { | |||
background: #0f1218 !important; | |||
border-bottom: 1px solid #1a2230 !important; | |||
} | |||
.citizen-userInfo-title a, .citizen-userInfo-title { | |||
color: #eef3fa !important; | |||
font-family: 'Orbitron', sans-serif !important; | |||
font-size: 13px !important; | |||
font-weight: 700 !important; | |||
} | |||
.citizen-userInfo-usergroup a { color: #4fc3e8 !important; font-size: 11px !important; font-weight: 600 !important; } | |||
.citizen-userInfo-stats-item-label { color: #4e5f72 !important; font-size: 10px !important; text-transform: uppercase !important; letter-spacing: 1px !important; } | |||
.citizen-userInfo-stats-item-value { color: #d7e0ea !important; font-family: 'JetBrains Mono', monospace !important; } | |||
.citizen-keyboard-hint-key { | |||
background: #1a2230 !important; | |||
border: 1px solid #233042 !important; | |||
color: #4e5f72 !important; | |||
font-family: 'JetBrains Mono', monospace !important; | |||
} | |||
/* ============================================================ | |||
TABLES | |||
============================================================ */ | ============================================================ */ | ||
.wikitable, .mw-parser-output .wikitable { | .wikitable, .mw-parser-output .wikitable { | ||
| Line 335: | Line 434: | ||
/* ============================================================ | /* ============================================================ | ||
FORMS, INPUTS, BUTTONS | |||
============================================================ */ | ============================================================ */ | ||
input[type="text"], | input[type="text"], | ||
| Line 389: | Line 461: | ||
} | } | ||
.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button { | .oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button { | ||
background: rgba(79,195,232,.1) !important; | background: rgba(79,195,232,.1) !important; | ||
| Line 397: | Line 468: | ||
/* ============================================================ | /* ============================================================ | ||
CODE | |||
============================================================ */ | ============================================================ */ | ||
# | code, kbd, pre, | ||
.mw-parser-output code, | |||
.mw-parser-output pre { | |||
font-family: 'JetBrains Mono', monospace !important; | |||
background: #0a0c10 !important; | |||
color: #4fc3e8 !important; | |||
border: 1px solid #1a2230 !important; | |||
border-radius: 2px !important; | |||
} | |||
code, kbd { font-size: 12px !important; padding: 1px 6px !important; } | |||
pre, .mw-parser-output pre { font-size: 13px !important; padding: 12px 16px !important; } | |||
/* ============================================================ | |||
NOTICES / AMBOX | |||
============================================================ */ | |||
.ambox, .mw-message-box { | |||
background: #131720 !important; | background: #131720 !important; | ||
border: 1px solid #233042 !important; | border: 1px solid #233042 !important; | ||
color: # | border-left: 3px solid #4fc3e8 !important; | ||
color: #d7e0ea !important; | |||
} | } | ||
.ambox-warning { border-left-color: #c8a84b !important; } | |||
.ambox-delete, .ambox-content { border-left-color: #cc4444 !important; } | |||
.errorbox { background: rgba(204,68,68,.08) !important; border: 1px solid #cc4444 !important; color: #ffbbbb !important; } | .errorbox { background: rgba(204,68,68,.08) !important; border: 1px solid #cc4444 !important; color: #ffbbbb !important; } | ||
.warningbox { background: rgba(200,168,75,.08) !important; border: 1px solid #c8a84b !important; color: #f0e0a0 !important; } | .warningbox { background: rgba(200,168,75,.08) !important; border: 1px solid #c8a84b !important; color: #f0e0a0 !important; } | ||
.successbox { background: rgba(58,204,122,.08) !important; border: 1px solid #3acc7a !important; color: #a0f0c0 !important; } | .successbox { background: rgba(58,204,122,.08) !important; border: 1px solid #3acc7a !important; color: #a0f0c0 !important; } | ||
/* ============================================================ | |||
MISC MW ELEMENTS | |||
============================================================ */ | |||
#catlinks, .catlinks { | |||
background: #131720 !important; | |||
border: 1px solid #233042 !important; | |||
color: #93a4b5 !important; | |||
} | |||
#catlinks a, .catlinks a { color: #4fc3e8 !important; } | |||
.mw-notification { | .mw-notification { | ||
| Line 416: | Line 515: | ||
} | } | ||
.diff-addedline { background: rgba(58,204,122,.08) !important; color: #d7e0ea !important; } | .diff-addedline { background: rgba(58,204,122,.08) !important; color: #d7e0ea !important; } | ||
.diff-deletedline { background: rgba(204,68,68,.08) !important; color: #d7e0ea !important; } | .diff-deletedline { background: rgba(204,68,68,.08) !important; color: #d7e0ea !important; } | ||
| Line 422: | Line 520: | ||
td.diff-marker { background: #0d0f14 !important; color: #4e5f72 !important; } | td.diff-marker { background: #0d0f14 !important; color: #4e5f72 !important; } | ||
.mw-specialpage-summary, | .mw-specialpage-summary, | ||
.mw-allpages-body, | .mw-allpages-body, | ||
.mw-search-results, | .mw-search-results, | ||
.searchresults { color: #d7e0ea !important; } | .searchresults { color: #d7e0ea !important; } | ||
| Line 434: | Line 530: | ||
} | } | ||
#pagehistory li, .mw-contributions-list li { | #pagehistory li, .mw-contributions-list li { | ||
color: #d7e0ea !important; | color: #d7e0ea !important; | ||
| Line 440: | Line 535: | ||
} | } | ||
/* | /* ============================================================ | ||
FOOTER | |||
============================================================ */ | |||
#citizen-footer, .citizen-footer, #footer { | #citizen-footer, .citizen-footer, #footer { | ||
background: #080a10 !important; | background: #080a10 !important; | ||
border-top: 1px solid #233042 !important; | border-top: 1px solid #233042 !important; | ||
color: #4e5f72 !important; | color: #4e5f72 !important; | ||
} | } | ||
. | #citizen-footer *, .citizen-footer *, #footer * { color: #93a4b5 !important; } | ||
#citizen-footer a:hover, .citizen-footer a:hover { color: #4fc3e8 !important; } | |||
} | |||
.citizen-footer__wordmark, | .citizen-footer__wordmark, | ||
.citizen-footer__wordmark a, | .citizen-footer__wordmark a, | ||
.citizen-footer__wordmark span, | .citizen-footer__wordmark span, | ||
.citizen-wordmark__sitename | .citizen-wordmark__sitename { | ||
font-family: 'Orbitron', sans-serif !important; | font-family: 'Orbitron', sans-serif !important; | ||
font-size: 15px !important; | font-size: 15px !important; | ||
| Line 1,234: | Line 556: | ||
letter-spacing: 2px !important; | letter-spacing: 2px !important; | ||
color: #eef3fa !important; | color: #eef3fa !important; | ||
} | } | ||
.citizen-footer__wordmark | .citizen-footer__wordmark img, | ||
.citizen-footer__wordmark .citizen-wordmark__icon { display: none !important; } | |||
.citizen- | |||
.citizen- | |||
} | |||
.citizen-footer__icons img { | .citizen-footer__icons img { | ||
display: inline !important; | display: inline !important; | ||
opacity: . | opacity: .3; | ||
filter: grayscale(1); | filter: grayscale(1); | ||
} | } | ||
/* ============================================================ | /* ============================================================ | ||
SCROLLBAR + SELECTION | |||
============================================================ */ | ============================================================ */ | ||
::-webkit-scrollbar { width: 6px; height: 6px; } | |||
::-webkit-scrollbar-track { background: #0d0f14; } | |||
::-webkit-scrollbar-thumb { background: #233042; } | |||
::-webkit-scrollbar-thumb:hover { background: #2e3f58; } | |||
::selection { background: rgba(79,195,232,.2); color: #eef3fa; } | |||
} | |||
} | |||
} | |||
} | |||
/* ============================================================ | /* ============================================================ | ||
HOMEPAGE — | HOMEPAGE — .evewiki-hp-* | ||
============================================================ */ | ============================================================ */ | ||
.evewiki-hp { | .evewiki-hp { | ||
max-width: 1200px; | max-width: 1200px; | ||
| Line 1,425: | Line 585: | ||
} | } | ||
/* | /* HERO */ | ||
.evewiki-hp-hero { | .evewiki-hp-hero { | ||
text-align: center; | text-align: center; | ||
| Line 1,461: | Line 621: | ||
} | } | ||
/* | /* SEARCH */ | ||
.evewiki-hp-search { max-width: 580px; margin: 0 auto | .evewiki-hp-search { | ||
max-width: 580px; | |||
margin: 0 auto; | |||
background: #131720; | background: #131720; | ||
border: 1px solid #2e3f58; | border: 1px solid #2e3f58; | ||
border-radius: 40px; | border-radius: 40px; | ||
padding: 4px 6px 4px | display: flex; | ||
align-items: center; | |||
padding: 4px 6px 4px 24px; | |||
gap: 8px; | gap: 8px; | ||
transition: border-color .15s, box-shadow .15s; | transition: border-color .15s, box-shadow .15s; | ||
} | } | ||
.evewiki-hp-search | .evewiki-hp-search:focus-within { | ||
border-color: #4fc3e8; | border-color: #4fc3e8; | ||
box-shadow: 0 0 0 3px rgba(79,195,232,.12); | box-shadow: 0 0 0 3px rgba(79,195,232,.12); | ||
} | } | ||
.evewiki-hp-search- | .evewiki-hp-search .mw-inputbox-centered, | ||
display: flex; | .evewiki-hp-search form { | ||
align-items: center; | display: flex !important; | ||
flex-direction: row !important; | |||
align-items: center !important; | |||
gap: 8px !important; | |||
width: 100% !important; | |||
background: none !important; | |||
border: none !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
box-shadow: none !important; | |||
border-radius: 0 !important; | |||
} | } | ||
.evewiki-hp-search .cdx-text-input, | |||
.evewiki-hp-search- | .evewiki-hp-search .cdx-search-input, | ||
.evewiki-hp-search- | .evewiki-hp-search .cdx-search-input__input-wrapper { | ||
.evewiki-hp-search- | flex: 1 !important; | ||
min-width: 0 !important; | |||
background: none !important; | |||
border: none !important; | |||
box-shadow: none !important; | |||
padding: 0 !important; | |||
} | } | ||
.evewiki-hp-search-input { | .evewiki-hp-search .mw-inputbox-input, | ||
flex: 1; | .evewiki-hp-search input.mw-searchInput, | ||
background: none; | .evewiki-hp-search input.searchboxInput, | ||
border: none; | .evewiki-hp-search input.cdx-text-input__input { | ||
outline: none; | flex: 1 !important; | ||
color: #d7e0ea; | background: none !important; | ||
font-family: 'Rajdhani', sans-serif; | border: none !important; | ||
font-size: 15px; | outline: none !important; | ||
font-weight: 500; | box-shadow: none !important; | ||
padding: | color: #d7e0ea !important; | ||
font-family: 'Rajdhani', sans-serif !important; | |||
font-size: 15px !important; | |||
-webkit-appearance: none; | font-weight: 500 !important; | ||
padding: 12px 4px !important; | |||
width: 100% !important; | |||
min-width: 0 !important; | |||
border-radius: 0 !important; | |||
-webkit-appearance: none !important; | |||
} | } | ||
.evewiki-hp-search-input::placeholder { color: #4e5f72; } | .evewiki-hp-search .mw-inputbox-input::placeholder { color: #4e5f72 !important; } | ||
.evewiki-hp-search input[name="fulltext"] { display: none !important; } | |||
.evewiki-hp-search- | .evewiki-hp-search input[type="submit"], | ||
background: #4fc3e8; | .evewiki-hp-search button[type="submit"] { | ||
border: none; | background: #4fc3e8 !important; | ||
border-radius: 30px; | border: none !important; | ||
color: #0d0f14; | border-radius: 30px !important; | ||
font-family: 'Orbitron', sans-serif; | color: #0d0f14 !important; | ||
font-size: 10px; | font-family: 'Orbitron', sans-serif !important; | ||
font-weight: 700; | font-size: 10px !important; | ||
letter-spacing: 1.5px; | font-weight: 700 !important; | ||
padding: 10px | letter-spacing: 1.5px !important; | ||
cursor: pointer; | padding: 10px 22px !important; | ||
text-transform: uppercase; | cursor: pointer !important; | ||
transition: background .15s; | text-transform: uppercase !important; | ||
white-space: nowrap; | transition: background .15s !important; | ||
flex-shrink: 0; | white-space: nowrap !important; | ||
flex-shrink: 0 !important; | |||
-webkit-appearance: none !important; | |||
} | } | ||
.evewiki-hp-search | .evewiki-hp-search input[type="submit"]:hover { background: #80d8f5 !important; } | ||
.evewiki-hp-search br, | |||
.evewiki-hp-search .cdx-text-input__icon, | |||
.evewiki-hp-search .cdx-button { display: none !important; } | |||
/* | /* CATEGORY CARDS */ | ||
.evewiki-hp-cats { | .evewiki-hp-cats { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(4, minmax(0, 1fr)); | ||
gap: 6px; | gap: 6px; | ||
margin-bottom: | margin-bottom: 16px; | ||
} | } | ||
.evewiki-hp-cat { | .evewiki-hp-cat { | ||
position: relative; | position: relative; | ||
height: | height: 100px; | ||
background: #131720 center/cover no-repeat; | background: #131720 center/cover no-repeat; | ||
overflow: hidden; | overflow: hidden; | ||
| Line 1,556: | Line 733: | ||
} | } | ||
.evewiki-hp-cat:hover { | .evewiki-hp-cat:hover { border-color: #4fc3e8; transform: translateY(-2px); } | ||
} | |||
.evewiki-hp-cat--ships { border-top: 2px solid #4fc3e8; } | .evewiki-hp-cat--ships { border-top: 2px solid #4fc3e8; } | ||
.evewiki-hp-cat--wormholes { border-top: 2px solid #c8a84b; } | .evewiki-hp-cat--wormholes { border-top: 2px solid #c8a84b; } | ||
.evewiki-hp-cat--combat { border-top: 2px solid #cc4444; } | .evewiki-hp-cat--combat { border-top: 2px solid #cc4444; } | ||
.evewiki-hp-cat--modules { border-top: 2px solid #4fc3e8; } | .evewiki-hp-cat--modules { border-top: 2px solid #4fc3e8; } | ||
.evewiki-hp-cat--npcs { border-top: 2px solid #cc4444; } | .evewiki-hp-cat--npcs { border-top: 2px solid #cc4444; } | ||
.evewiki-hp-cat--industry { border-top: 2px solid #3acc7a; } | .evewiki-hp-cat--industry { border-top: 2px solid #3acc7a; } | ||
.evewiki-hp-cat--guides { border-top: 2px solid #4fc3e8; } | .evewiki-hp-cat--guides { border-top: 2px solid #4fc3e8; } | ||
.evewiki-hp-cat--lore { border-top: 2px solid #6655cc; } | .evewiki-hp-cat--lore { border-top: 2px solid #6655cc; } | ||
.evewiki-hp-cat-overlay { | .evewiki-hp-cat-overlay { | ||
| Line 1,596: | Line 767: | ||
} | } | ||
.evewiki-hp-cat-label a { | .evewiki-hp-cat-label a { color: #eef3fa !important; text-decoration: none !important; display: block; } | ||
} | |||
.evewiki-hp-cat:hover .evewiki-hp-cat-label a { color: #4fc3e8 !important; } | .evewiki-hp-cat:hover .evewiki-hp-cat-label a { color: #4fc3e8 !important; } | ||
/* | /* THREE COLUMN ROW */ | ||
.evewiki-hp-row { | .evewiki-hp-row { | ||
display: grid; | display: grid; | ||
grid-template-columns: 240px 1fr 200px; | grid-template-columns: 240px 1fr 200px; | ||
gap: 8px; | gap: 8px; | ||
margin-bottom: | margin-bottom: 10px; | ||
align-items: | align-items: stretch; | ||
} | } | ||
.evewiki-hp-row--bottom { | .evewiki-hp-row--bottom { | ||
grid-template-columns: 1fr 1fr 220px; | grid-template-columns: 1fr 1fr 220px; | ||
align-items: stretch; | |||
} | } | ||
/* | /* PANELS */ | ||
.evewiki-hp-panel { | .evewiki-hp-panel { | ||
background: #131720; | background: #131720; | ||
| Line 1,623: | Line 790: | ||
border-radius: 4px; | border-radius: 4px; | ||
overflow: hidden; | overflow: hidden; | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
| Line 1,629: | Line 798: | ||
align-items: center; | align-items: center; | ||
justify-content: space-between; | justify-content: space-between; | ||
padding: | padding: 10px 14px; | ||
min-height: 42px; | |||
border-bottom: 1px solid #1a2230; | border-bottom: 1px solid #1a2230; | ||
background: #0f1218; | background: #0f1218; | ||
flex-shrink: 0; | |||
} | } | ||
| Line 1,646: | Line 817: | ||
.evewiki-hp-panel-arrow { font-size: 10px; color: #4fc3e8; } | .evewiki-hp-panel-arrow { font-size: 10px; color: #4fc3e8; } | ||
.evewiki-hp-panel-body { | |||
padding: 14px; | |||
flex: 1; | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
/* FEATURED */ | |||
.evewiki-hp-featured { position: relative; } | .evewiki-hp-featured { position: relative; } | ||
.evewiki-hp-featured-img { | .evewiki-hp-featured-img { | ||
height: | height: 160px; | ||
overflow: hidden; | overflow: hidden; | ||
background: #0a0c10; | background: #0a0c10; | ||
flex-shrink: 0; | |||
} | } | ||
.evewiki-hp-featured-img img, | .evewiki-hp-featured-img img, | ||
.evewiki-hp-featured-img a, | |||
.evewiki-hp-featured-img a img { | .evewiki-hp-featured-img a img { | ||
width: 100%; | width: 100% !important; | ||
height: | height: 160px !important; | ||
object-fit: cover; | object-fit: cover !important; | ||
display: block; | display: block !important; | ||
} | } | ||
.evewiki-hp-featured-badge { | .evewiki-hp-featured-badge { | ||
position: absolute; | position: absolute; | ||
top: | top: 10px; right: 10px; | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-size: 8px; | font-size: 8px; | ||
| Line 1,678: | Line 856: | ||
padding: 3px 8px; | padding: 3px 8px; | ||
border-radius: 2px; | border-radius: 2px; | ||
z-index: 2; | |||
} | } | ||
.evewiki-hp-featured-body { padding: 12px 14px; } | .evewiki-hp-featured-body { | ||
padding: 12px 14px 14px; | |||
flex: 1; | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.evewiki-hp-featured-title { | .evewiki-hp-featured-title { | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-size: | font-size: 15px; | ||
font-weight: 700; | font-weight: 700; | ||
color: #eef3fa; | color: #eef3fa; | ||
margin-bottom: | margin-bottom: 8px; | ||
} | } | ||
| Line 1,698: | Line 882: | ||
color: #93a4b5; | color: #93a4b5; | ||
line-height: 1.5; | line-height: 1.5; | ||
margin-bottom: | margin-bottom: 12px; | ||
flex: 1; | |||
} | } | ||
| Line 1,708: | Line 893: | ||
} | } | ||
/* | /* STATS */ | ||
.evewiki-hp-stat-desc { | .evewiki-hp-stat-desc { | ||
font-family: 'Rajdhani', sans-serif; | font-family: 'Rajdhani', sans-serif; | ||
| Line 1,714: | Line 899: | ||
color: #93a4b5; | color: #93a4b5; | ||
line-height: 1.5; | line-height: 1.5; | ||
margin-bottom: | margin-bottom: 16px; | ||
margin-top: 0; | |||
} | } | ||
| Line 1,726: | Line 912: | ||
background: #0d0f14; | background: #0d0f14; | ||
border: 1px solid #1a2230; | border: 1px solid #1a2230; | ||
padding: | padding: 12px 8px; | ||
text-align: center; | text-align: center; | ||
border-radius: 2px; | border-radius: 2px; | ||
| Line 1,743: | Line 929: | ||
.evewiki-hp-stat-val { | .evewiki-hp-stat-val { | ||
font-family: 'JetBrains Mono', monospace; | font-family: 'JetBrains Mono', monospace; | ||
font-size: | font-size: 26px; | ||
color: #4fc3e8; | color: #4fc3e8; | ||
line-height: 1; | line-height: 1; | ||
} | } | ||
/* | /* ON THE WIKI */ | ||
.evewiki-hp-onwiki-links { display: flex; flex-direction: column; gap: 3px; } | .evewiki-hp-onwiki-links { display: flex; flex-direction: column; gap: 3px; } | ||
.evewiki-hp-onwiki-link { | .evewiki-hp-onwiki-link { | ||
padding: | padding: 7px 10px; | ||
background: #0d0f14; | background: #0d0f14; | ||
border: 1px solid #1a2230; | border: 1px solid #1a2230; | ||
| Line 1,763: | Line 949: | ||
} | } | ||
.evewiki-hp-onwiki-link:hover { | .evewiki-hp-onwiki-link:hover { border-color: #2e3f58; background: #131720; } | ||
.evewiki-hp-onwiki-link a { color: #d7e0ea !important; text-decoration: none !important; display: block; } | |||
} | |||
.evewiki-hp-onwiki-link a { | |||
} | |||
.evewiki-hp-onwiki-link:hover a { color: #4fc3e8 !important; } | .evewiki-hp-onwiki-link:hover a { color: #4fc3e8 !important; } | ||
/* | /* WORMHOLE PANEL */ | ||
.evewiki-hp-wh-grid { | .evewiki-hp-wh-grid { display: grid; grid-template-columns: 1fr 1fr; flex: 1; } | ||
} | |||
.evewiki-hp-wh-col { padding: 12px 14px; border-right: 1px solid #1a2230; } | .evewiki-hp-wh-col { padding: 12px 14px; border-right: 1px solid #1a2230; } | ||
| Line 1,810: | Line 984: | ||
.evewiki-hp-wh-link a:hover { color: #4fc3e8 !important; } | .evewiki-hp-wh-link a:hover { color: #4fc3e8 !important; } | ||
/* | /* UPDATES */ | ||
.evewiki-hp-update-list { | .evewiki-hp-update-list { flex: 1; } | ||
.evewiki-hp-update-item { | .evewiki-hp-update-item { | ||
| Line 1,830: | Line 1,004: | ||
color: #4e5f72; | color: #4e5f72; | ||
text-align: right; | text-align: right; | ||
margin-top: 8px; | |||
} | } | ||
| Line 1,835: | Line 1,010: | ||
.evewiki-hp-updates-more a:hover { color: #4fc3e8 !important; } | .evewiki-hp-updates-more a:hover { color: #4fc3e8 !important; } | ||
/* --- | /* COMMUNITY */ | ||
.evewiki-hp-community .evewiki-hp-panel-body { justify-content: space-between; } | |||
.evewiki-hp-community-btn { | .evewiki-hp-community-btn { | ||
display: block; | display: block; | ||
| Line 1,852: | Line 1,029: | ||
.evewiki-hp-community-btn:hover { opacity: .85; } | .evewiki-hp-community-btn:hover { opacity: .85; } | ||
.evewiki-hp-community-btn a { text-decoration: none !important; display: block; } | .evewiki-hp-community-btn a { text-decoration: none !important; display: block; } | ||
.evewiki-hp-community-btn--discord { background: #5865f2; } | .evewiki-hp-community-btn--discord { background: #5865f2; } | ||
.evewiki-hp-community-btn--discord a { color: #fff !important; } | .evewiki-hp-community-btn--discord a { color: #fff !important; } | ||
.evewiki-hp-community-btn--nvio { background: #1a4a60; border: 1px solid #2a8cb0; } | |||
.evewiki-hp-community-btn--nvio { | |||
} | |||
.evewiki-hp-community-btn--nvio a { color: #4fc3e8 !important; } | .evewiki-hp-community-btn--nvio a { color: #4fc3e8 !important; } | ||
| Line 1,867: | Line 1,039: | ||
color: #4e5f72; | color: #4e5f72; | ||
line-height: 1.5; | line-height: 1.5; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 1,874: | Line 1,045: | ||
.evewiki-hp-community-note a:hover { color: #93a4b5 !important; } | .evewiki-hp-community-note a:hover { color: #93a4b5 !important; } | ||
/* | /* UTILITY */ | ||
.evewiki-green { color: #3acc7a !important; } | |||
.evewiki-cyan { color: #4fc3e8 !important; } | |||
.evewiki-gold { color: #c8a84b !important; } | |||
.evewiki-red { color: #cc4444 !important; } | |||
} | |||
/* WAVE ACCORDION */ | |||
.evewiki-wave { border: 1px solid #233042; margin-bottom: 4px; } | |||
} | |||
.evewiki-wave-header { | |||
.evewiki- | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
transition: | padding: 8px 14px; | ||
background: #131720; | |||
cursor: pointer; | |||
user-select: none; | |||
transition: background .12s; | |||
} | } | ||
.evewiki- | .evewiki-wave-header:hover { background: #1c2230; } | ||
.evewiki-wave.is-open .evewiki-wave-header { background: #0f1218; border-bottom: 1px solid #233042; } | |||
} | |||
.evewiki-wave-num { | |||
font-family: 'Orbitron', sans-serif; | |||
font-size: 9px; | |||
font-weight: 700; | |||
.evewiki- | letter-spacing: 2px; | ||
color: #4fc3e8; | |||
background: rgba(79,195,232,.08); | |||
border: 1px solid #153d50; | |||
padding: 2px 8px; | |||
font-family: ' | |||
font-size: | |||
font-weight: | |||
border | |||
} | } | ||
.evewiki- | .evewiki-wave-title { font-family: 'Rajdhani', sans-serif; font-size: 13px; font-weight: 600; color: #d7e0ea; flex: 1; } | ||
.evewiki-wave-trigger-label { font-size: 10px; font-weight: 600; padding: 2px 7px; border: 1px solid #3a1a1a; color: #cc4444; background: rgba(204,68,68,.06); } | |||
} | .evewiki-wave-chevron { color: #4e5f72; font-size: 10px; transition: transform .15s; } | ||
.evewiki-wave.is-open .evewiki-wave-chevron { transform: rotate(180deg); } | |||
.evewiki-wave-body { display: none; } | |||
.evewiki-wave.is-open .evewiki-wave-body { display: block; } | |||
/* | /* TAGS */ | ||
.evewiki- | .evewiki-tag { display: inline-block; font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 2px 8px; border: 1px solid #233042; color: #4e5f72; } | ||
.evewiki- | .evewiki-tag--cyan { border-color: #153d50; color: #4fc3e8; background: rgba(79,195,232,.06); } | ||
.evewiki-tag--gold { border-color: #3a2e12; color: #c8a84b; background: rgba(200,168,75,.06); } | |||
border: | .evewiki-tag--red { border-color: #3a1a1a; color: #cc4444; background: rgba(204,68,68,.06); } | ||
.evewiki-tag--green { border-color: #1a3a28; color: #3acc7a; background: rgba(58,204,122,.06); } | |||
} | |||
/* | /* NOTICE BOXES */ | ||
.evewiki- | .evewiki-notice { border-left: 3px solid #4fc3e8; background: rgba(79,195,232,.04); padding: 10px 14px; margin: 12px 0; font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #d7e0ea; } | ||
. | .evewiki-notice--warn { border-left-color: #c8a84b; background: rgba(200,168,75,.04); } | ||
.evewiki-notice--danger { border-left-color: #cc4444; background: rgba(204,68,68,.04); } | |||
} | .evewiki-notice-label { font-family: 'Orbitron', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 4px; color: #4fc3e8; opacity: .8; } | ||
.evewiki-notice--warn .evewiki-notice-label { color: #c8a84b; } | |||
.evewiki-notice--danger .evewiki-notice-label { color: #cc4444; } | |||
.evewiki- | |||
.evewiki- | |||
.evewiki- | |||
} | |||
.evewiki- | |||
.evewiki- | |||
} | |||
/* ============================================================ | /* ============================================================ | ||
RESPONSIVE | |||
============================================================ */ | ============================================================ */ | ||
@media (max-width: 1000px) { | |||
.evewiki-hp-row { grid-template-columns: 1fr 1fr; } | |||
.evewiki-hp-onwiki { grid-column: 1 / -1; } | |||
.evewiki-hp-row--bottom { grid-template-columns: 1fr 1fr; } | |||
.evewiki-hp- | .evewiki-hp-community { grid-column: 1 / -1; } | ||
} | |||
.evewiki-hp- | |||
.evewiki-hp- | |||
.evewiki-hp- | |||
} | |||
} | } | ||
@media (max-width: 680px) { | @media (max-width: 680px) { | ||
.evewiki-hp-cats { | .evewiki-hp-cats { grid-template-columns: repeat(2, 1fr); } | ||
.evewiki-hp-row, | |||
.evewiki-hp-row--bottom { grid-template-columns: 1fr; } | |||
.evewiki-hp-hero-title { font-size: 36px; } | |||
.evewiki-hp-wh-grid { grid-template-columns: 1fr; } | |||
.infobox, .mw-parser-output .infobox { float: none !important; max-width: 100% !important; margin: 0 0 16px !important; } | |||
} | } | ||
/* ============================================================ | /* ============================================================ | ||
CATEGORY CARD BACKGROUND IMAGES — final, no conflicts | |||
============================================================ */ | ============================================================ */ | ||
/* | /* Base card — cover, center, no repeat */ | ||
.evewiki-hp-cat { | |||
background-size: cover !important; | |||
background-position: center center !important; | |||
background-repeat: no-repeat !important; | |||
. | |||
background | |||
background | |||
background | |||
} | } | ||
. | /* Ships — Tengu 29984 */ | ||
background: | .evewiki-hp-cat--ships { | ||
background-image: url('https://images.evetech.net/types/29984/render?size=512') !important; | |||
} | } | ||
/* | /* Wormholes — Stratios in wormhole 35779 */ | ||
. | .evewiki-hp-cat--wormholes { | ||
background | background-image: url('https://images.evetech.net/types/35779/render?size=512') !important; | ||
} | } | ||
/* | /* Combat Sites — Sleipnir 22444 */ | ||
. | .evewiki-hp-cat--combat { | ||
background-image: url('https://images.evetech.net/types/22444/render?size=512') !important; | |||
background: | |||
} | } | ||
. | /* Modules — Damage Control II icon 2048 */ | ||
.evewiki-hp-cat--modules { | |||
background-image: url('https://images.evetech.net/types/2048/icon?size=512') !important; | |||
background-size: 55% !important; | |||
} | } | ||
. | /* NPCs — Rattlesnake 32305 */ | ||
background: | .evewiki-hp-cat--npcs { | ||
background-image: url('https://images.evetech.net/types/32305/render?size=512') !important; | |||
} | } | ||
. | /* Industry — Azbel 35832 */ | ||
.evewiki-hp-cat--industry { | |||
background-image: url('https://images.evetech.net/types/35826/render?size=512') !important; | |||
} | } | ||
. | /* Guides — Loki 29990 */ | ||
.evewiki-hp-cat--guides { | |||
background-image: url('https://images.evetech.net/types/29990/render?size=512') !important; | |||
} | } | ||
/* | /* Lore — Avatar 11567 */ | ||
. | .evewiki-hp-cat--lore { | ||
background-image: url('https://images.evetech.net/types/11567/render?size=512') !important; | |||
background | |||
/ | |||
/ | |||
} | } | ||
Latest revision as of 01:06, 14 April 2026
/*
* ============================================================
* eve.wiki — MediaWiki:Common.css
* Full clean stylesheet — paste entire contents into MediaWiki:Common.css
* ============================================================
*/
/* ============================================================
FONTS
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
/* ============================================================
CITIZEN TOKEN OVERRIDES
============================================================ */
:root,
.skin-citizen,
.skin-citizen-theme-day,
.skin-citizen-theme-os,
.skin-citizen-theme-night {
--color-surface-0: #0d0f14 !important;
--color-surface-1: #131720 !important;
--color-surface-2: #171c26 !important;
--color-surface-3: #1c2230 !important;
--color-surface-4: #1f2638 !important;
--border-color-base: #233042 !important;
--border-color-subtle: #1a2230 !important;
--border-color-strong: #2e3f58 !important;
--color-base: #d7e0ea !important;
--color-base--subtle: #93a4b5 !important;
--color-base--emphasized: #eef3fa !important;
--color-link: #4fc3e8 !important;
--color-link--visited: #7aa8c8 !important;
--color-link--active: #80d8f5 !important;
--color-primary: #4fc3e8 !important;
--color-primary--hover: #80d8f5 !important;
--color-progressive: #4fc3e8 !important;
--color-destructive: #cc4444 !important;
--color-header-background: #080a10 !important;
--color-icon-base: #4fc3e8 !important;
--color-accent: #4fc3e8 !important;
--color-menu-item-hover-background: #1c2230 !important;
scrollbar-color: #233042 #0d0f14;
scrollbar-width: thin;
}
/* ============================================================
BASE
============================================================ */
body,
.skin-citizen,
.citizen-body,
#mw-content-text,
.mw-parser-output,
.mw-body,
.mw-body-content,
#content,
#bodyContent,
.citizen-page-container,
.citizen-content-container,
#citizen-content {
background-color: #0d0f14 !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
-webkit-font-smoothing: antialiased;
}
body::before {
content: '';
position: fixed;
inset: 0;
pointer-events: none;
z-index: 0;
background-image:
linear-gradient(rgba(79,195,232,.015) 1px, transparent 1px),
linear-gradient(90deg, rgba(79,195,232,.015) 1px, transparent 1px);
background-size: 48px 48px;
}
p, li, td, th, dd, dt, label, caption,
.mw-parser-output p,
.mw-parser-output li,
.mw-parser-output td,
.mw-parser-output th {
color: #d7e0ea;
}
a, .mw-parser-output a { color: #4fc3e8 !important; text-decoration: none; }
a:hover, .mw-parser-output a:hover { color: #80d8f5 !important; }
a:visited, .mw-parser-output a:visited { color: #7aa8c8 !important; }
/* ============================================================
HEADINGS
============================================================ */
h1, .mw-parser-output h1, #firstHeading {
font-family: 'Orbitron', sans-serif !important;
font-size: 26px !important;
font-weight: 700 !important;
color: #eef3fa !important;
letter-spacing: .5px;
border-bottom: 1px solid #233042 !important;
padding-bottom: 6px !important;
}
h2, .mw-parser-output h2 {
font-family: 'Orbitron', sans-serif !important;
font-size: 18px !important;
font-weight: 600 !important;
color: #4fc3e8 !important;
letter-spacing: 1px;
border-bottom: 1px solid #1a4a60 !important;
padding-bottom: 4px !important;
margin: 20px 0 8px !important;
}
h3, .mw-parser-output h3 {
font-family: 'Orbitron', sans-serif !important;
font-size: 14px !important;
font-weight: 600 !important;
color: #c8a84b !important;
letter-spacing: .8px;
border-bottom: none !important;
}
h4, h5, h6,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
font-family: 'Rajdhani', sans-serif !important;
font-weight: 700 !important;
color: #93a4b5 !important;
letter-spacing: 1px;
text-transform: uppercase;
}
/* ============================================================
TOPBAR / HEADER
============================================================ */
#citizen-header,
.citizen-header,
.citizen-header__inner {
background: #080a10 !important;
background-color: #080a10 !important;
border-bottom: 1px solid #233042 !important;
box-shadow: none !important;
}
#citizen-header::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, #2a8cb0 30%, #4fc3e8 50%, #2a8cb0 70%, transparent);
opacity: .5;
pointer-events: none;
}
#citizen-header *, .citizen-header * { color: #d7e0ea !important; }
.citizen-wordmark,
#citizen-header .citizen-header__wordmark,
.citizen-header .citizen-wordmark {
font-family: 'Orbitron', sans-serif !important;
font-weight: 700 !important;
font-size: 15px !important;
letter-spacing: 2px !important;
color: #eef3fa !important;
}
#citizen-header a, .citizen-header a { color: #93a4b5 !important; }
#citizen-header a:hover, .citizen-header a:hover { color: #4fc3e8 !important; text-decoration: none !important; }
#citizen-header button, .citizen-header button,
#citizen-header .cdx-button, .citizen-header .cdx-button {
background: transparent !important;
color: #93a4b5 !important;
border: none !important;
}
#citizen-header button:hover, .citizen-header button:hover { color: #4fc3e8 !important; }
/* Search in header */
.citizen-search__form, #searchform {
background: #131720 !important;
border: 1px solid #233042 !important;
border-radius: 2px !important;
color: #d7e0ea !important;
}
.citizen-search__form:focus-within {
border-color: #2a8cb0 !important;
box-shadow: 0 0 0 2px rgba(79,195,232,.1) !important;
}
.citizen-search__input,
input[type="search"],
.citizen-search__form input {
color: #d7e0ea !important;
background: transparent !important;
font-family: 'Rajdhani', sans-serif !important;
}
input::placeholder, .citizen-search__input::placeholder { color: #4e5f72 !important; }
.citizen-search__suggestions, .suggestions-results {
background: #131720 !important;
border: 1px solid #233042 !important;
color: #d7e0ea !important;
}
.citizen-search__suggestion:hover, .suggestions-result:hover {
background: #1c2230 !important;
color: #4fc3e8 !important;
}
/* ============================================================
STICKY HEADER
============================================================ */
.citizen-sticky-header,
#citizen-sticky-header {
background: #080a10 !important;
border-bottom: 1px solid #233042 !important;
box-shadow: none !important;
}
.citizen-sticky-header-background { background: #080a10 !important; }
.citizen-sticky-header .cdx-button,
.citizen-sticky-header-fake-button,
#citizen-sticky-header .cdx-button {
background: transparent !important;
color: #93a4b5 !important;
border: none !important;
}
.citizen-sticky-header .cdx-button:hover,
.citizen-sticky-header-fake-button:hover {
background: rgba(79,195,232,.08) !important;
color: #4fc3e8 !important;
}
.citizen-sticky-header-page-title {
color: #eef3fa !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 13px !important;
}
.citizen-sticky-header-page-tagline { color: #4e5f72 !important; font-size: 11px !important; }
/* ============================================================
SIDEBAR + TOC
============================================================ */
#citizen-sidebar, .citizen-sidebar {
background: #0f1218 !important;
border-right: 1px solid #1a2230 !important;
}
.citizen-nav__heading, .citizen-sidebar .citizen-nav__heading {
font-family: 'Orbitron', sans-serif !important;
font-size: 9px !important;
font-weight: 600 !important;
letter-spacing: 2px !important;
color: #c8a84b !important;
text-transform: uppercase !important;
border-bottom: 1px solid #3a2e12 !important;
padding-bottom: 5px !important;
}
.citizen-nav__item a, .citizen-sidebar a, #citizen-sidebar a {
font-family: 'Rajdhani', sans-serif !important;
font-size: 13.5px !important;
font-weight: 500 !important;
color: #93a4b5 !important;
}
.citizen-nav__item a:hover, .citizen-sidebar a:hover {
color: #4fc3e8 !important;
background: rgba(79,195,232,.05) !important;
text-decoration: none !important;
}
.citizen-nav__item--active a {
color: #4fc3e8 !important;
background: rgba(79,195,232,.08) !important;
border-left: 2px solid #4fc3e8 !important;
}
.citizen-toc, #citizen-toc {
background: #131720 !important;
border: 1px solid #233042 !important;
border-top: 2px solid #4fc3e8 !important;
}
.citizen-toc__title {
font-family: 'Orbitron', sans-serif !important;
font-size: 10px !important;
letter-spacing: 2px !important;
color: #4fc3e8 !important;
}
.citizen-toc a { color: #93a4b5 !important; }
.citizen-toc a:hover { color: #4fc3e8 !important; }
.citizen-toc__item--active > a { color: #4fc3e8 !important; }
/* ============================================================
DROPDOWNS + MENUS + CARDS
============================================================ */
.citizen-menu__card,
.citizen-menu__card-content,
aside.citizen-menu__card {
background: #0f1218 !important;
border: 1px solid #233042 !important;
box-shadow: 0 8px 32px rgba(0,0,0,.7) !important;
color: #d7e0ea !important;
}
.citizen-menu__heading {
color: #4e5f72 !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 9px !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
border-bottom: 1px solid #1a2230 !important;
}
.citizen-menu__content-list li a, .citizen-menu a {
color: #93a4b5 !important;
font-family: 'Rajdhani', sans-serif !important;
font-size: 13px !important;
font-weight: 500 !important;
}
.citizen-menu__content-list li a:hover, .citizen-menu a:hover {
color: #4fc3e8 !important;
background: rgba(79,195,232,.06) !important;
text-decoration: none !important;
}
details.citizen-dropdown-details > summary {
background: transparent !important;
color: #93a4b5 !important;
}
details.citizen-dropdown-details[open] > summary { color: #4fc3e8 !important; }
/* User info card */
.citizen-userInfo {
background: #0f1218 !important;
border-bottom: 1px solid #1a2230 !important;
}
.citizen-userInfo-title a, .citizen-userInfo-title {
color: #eef3fa !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 13px !important;
font-weight: 700 !important;
}
.citizen-userInfo-usergroup a { color: #4fc3e8 !important; font-size: 11px !important; font-weight: 600 !important; }
.citizen-userInfo-stats-item-label { color: #4e5f72 !important; font-size: 10px !important; text-transform: uppercase !important; letter-spacing: 1px !important; }
.citizen-userInfo-stats-item-value { color: #d7e0ea !important; font-family: 'JetBrains Mono', monospace !important; }
.citizen-keyboard-hint-key {
background: #1a2230 !important;
border: 1px solid #233042 !important;
color: #4e5f72 !important;
font-family: 'JetBrains Mono', monospace !important;
}
/* ============================================================
TABLES
============================================================ */
.wikitable, .mw-parser-output .wikitable {
background: #131720 !important;
border: 1px solid #233042 !important;
border-collapse: collapse !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
font-size: 14px !important;
}
.wikitable th, .mw-parser-output .wikitable th {
background: #0f1218 !important;
color: #eef3fa !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 9px !important;
font-weight: 600 !important;
letter-spacing: 1.5px !important;
text-transform: uppercase !important;
padding: 8px 12px !important;
border: 1px solid #233042 !important;
}
.wikitable td, .mw-parser-output .wikitable td {
padding: 6px 12px !important;
border: 1px solid #1a2230 !important;
color: #d7e0ea !important;
}
.wikitable tr:nth-child(even) td { background: rgba(255,255,255,.02) !important; }
.wikitable tr:hover td { background: #1c2230 !important; }
/* Infobox */
.infobox, .mw-parser-output .infobox {
background: #131720 !important;
border: 1px solid #233042 !important;
border-top: 2px solid #4fc3e8 !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
float: right !important;
margin: 0 0 16px 20px !important;
min-width: 220px !important;
max-width: 280px !important;
}
.infobox th, .mw-parser-output .infobox th {
background: #0f1218 !important;
color: #eef3fa !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 9px !important;
letter-spacing: 1.5px !important;
text-transform: uppercase !important;
padding: 5px 10px !important;
border: 1px solid #233042 !important;
}
.infobox td, .mw-parser-output .infobox td {
padding: 5px 10px !important;
border-bottom: 1px solid #1a2230 !important;
color: #d7e0ea !important;
}
.infobox tr:nth-child(even) td { background: rgba(255,255,255,.02) !important; }
/* ============================================================
FORMS, INPUTS, BUTTONS
============================================================ */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.oo-ui-inputWidget-input,
.mw-ui-input {
background: #0d0f14 !important;
border: 1px solid #233042 !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
}
.mw-ui-button, .oo-ui-buttonElement-button {
background: #131720 !important;
border: 1px solid #233042 !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
font-weight: 600 !important;
}
.mw-ui-button:hover, .oo-ui-buttonElement-button:hover {
border-color: #4fc3e8 !important;
color: #4fc3e8 !important;
}
.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button {
background: rgba(79,195,232,.1) !important;
border-color: #2a8cb0 !important;
color: #4fc3e8 !important;
}
/* ============================================================
CODE
============================================================ */
code, kbd, pre,
.mw-parser-output code,
.mw-parser-output pre {
font-family: 'JetBrains Mono', monospace !important;
background: #0a0c10 !important;
color: #4fc3e8 !important;
border: 1px solid #1a2230 !important;
border-radius: 2px !important;
}
code, kbd { font-size: 12px !important; padding: 1px 6px !important; }
pre, .mw-parser-output pre { font-size: 13px !important; padding: 12px 16px !important; }
/* ============================================================
NOTICES / AMBOX
============================================================ */
.ambox, .mw-message-box {
background: #131720 !important;
border: 1px solid #233042 !important;
border-left: 3px solid #4fc3e8 !important;
color: #d7e0ea !important;
}
.ambox-warning { border-left-color: #c8a84b !important; }
.ambox-delete, .ambox-content { border-left-color: #cc4444 !important; }
.errorbox { background: rgba(204,68,68,.08) !important; border: 1px solid #cc4444 !important; color: #ffbbbb !important; }
.warningbox { background: rgba(200,168,75,.08) !important; border: 1px solid #c8a84b !important; color: #f0e0a0 !important; }
.successbox { background: rgba(58,204,122,.08) !important; border: 1px solid #3acc7a !important; color: #a0f0c0 !important; }
/* ============================================================
MISC MW ELEMENTS
============================================================ */
#catlinks, .catlinks {
background: #131720 !important;
border: 1px solid #233042 !important;
color: #93a4b5 !important;
}
#catlinks a, .catlinks a { color: #4fc3e8 !important; }
.mw-notification {
background: #131720 !important;
border: 1px solid #233042 !important;
color: #d7e0ea !important;
}
.diff-addedline { background: rgba(58,204,122,.08) !important; color: #d7e0ea !important; }
.diff-deletedline { background: rgba(204,68,68,.08) !important; color: #d7e0ea !important; }
.diff-context { background: #0d0f14 !important; color: #93a4b5 !important; }
td.diff-marker { background: #0d0f14 !important; color: #4e5f72 !important; }
.mw-specialpage-summary,
.mw-allpages-body,
.mw-search-results,
.searchresults { color: #d7e0ea !important; }
.mw-search-result-heading a {
color: #4fc3e8 !important;
font-family: 'Orbitron', sans-serif !important;
}
#pagehistory li, .mw-contributions-list li {
color: #d7e0ea !important;
border-bottom: 1px solid #1a2230 !important;
}
/* ============================================================
FOOTER
============================================================ */
#citizen-footer, .citizen-footer, #footer {
background: #080a10 !important;
border-top: 1px solid #233042 !important;
color: #4e5f72 !important;
}
#citizen-footer *, .citizen-footer *, #footer * { color: #93a4b5 !important; }
#citizen-footer a:hover, .citizen-footer a:hover { color: #4fc3e8 !important; }
.citizen-footer__wordmark,
.citizen-footer__wordmark a,
.citizen-footer__wordmark span,
.citizen-wordmark__sitename {
font-family: 'Orbitron', sans-serif !important;
font-size: 15px !important;
font-weight: 700 !important;
letter-spacing: 2px !important;
color: #eef3fa !important;
}
.citizen-footer__wordmark img,
.citizen-footer__wordmark .citizen-wordmark__icon { display: none !important; }
.citizen-footer__icons img {
display: inline !important;
opacity: .3;
filter: grayscale(1);
}
/* ============================================================
SCROLLBAR + SELECTION
============================================================ */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0d0f14; }
::-webkit-scrollbar-thumb { background: #233042; }
::-webkit-scrollbar-thumb:hover { background: #2e3f58; }
::selection { background: rgba(79,195,232,.2); color: #eef3fa; }
/* ============================================================
HOMEPAGE — .evewiki-hp-*
============================================================ */
.evewiki-hp {
max-width: 1200px;
margin: 0 auto;
padding: 0 0 48px;
}
/* HERO */
.evewiki-hp-hero {
text-align: center;
padding: 56px 24px 48px;
}
.evewiki-hp-hero-eyebrow {
font-family: 'Rajdhani', sans-serif;
font-size: 14px;
color: #93a4b5;
margin-bottom: 10px;
letter-spacing: 1px;
}
.evewiki-hp-hero-title {
font-family: 'Orbitron', sans-serif;
font-size: clamp(38px, 6vw, 72px);
font-weight: 900;
color: #eef3fa;
letter-spacing: 4px;
line-height: 1;
margin-bottom: 14px;
text-transform: uppercase;
}
.evewiki-accent-dot { color: #4fc3e8; }
.evewiki-hp-hero-sub {
font-family: 'Rajdhani', sans-serif;
font-size: 16px;
color: #93a4b5;
max-width: 560px;
margin: 0 auto 36px;
line-height: 1.6;
}
/* SEARCH */
.evewiki-hp-search {
max-width: 580px;
margin: 0 auto;
background: #131720;
border: 1px solid #2e3f58;
border-radius: 40px;
display: flex;
align-items: center;
padding: 4px 6px 4px 24px;
gap: 8px;
transition: border-color .15s, box-shadow .15s;
}
.evewiki-hp-search:focus-within {
border-color: #4fc3e8;
box-shadow: 0 0 0 3px rgba(79,195,232,.12);
}
.evewiki-hp-search .mw-inputbox-centered,
.evewiki-hp-search form {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 8px !important;
width: 100% !important;
background: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.evewiki-hp-search .cdx-text-input,
.evewiki-hp-search .cdx-search-input,
.evewiki-hp-search .cdx-search-input__input-wrapper {
flex: 1 !important;
min-width: 0 !important;
background: none !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
}
.evewiki-hp-search .mw-inputbox-input,
.evewiki-hp-search input.mw-searchInput,
.evewiki-hp-search input.searchboxInput,
.evewiki-hp-search input.cdx-text-input__input {
flex: 1 !important;
background: none !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
color: #d7e0ea !important;
font-family: 'Rajdhani', sans-serif !important;
font-size: 15px !important;
font-weight: 500 !important;
padding: 12px 4px !important;
width: 100% !important;
min-width: 0 !important;
border-radius: 0 !important;
-webkit-appearance: none !important;
}
.evewiki-hp-search .mw-inputbox-input::placeholder { color: #4e5f72 !important; }
.evewiki-hp-search input[name="fulltext"] { display: none !important; }
.evewiki-hp-search input[type="submit"],
.evewiki-hp-search button[type="submit"] {
background: #4fc3e8 !important;
border: none !important;
border-radius: 30px !important;
color: #0d0f14 !important;
font-family: 'Orbitron', sans-serif !important;
font-size: 10px !important;
font-weight: 700 !important;
letter-spacing: 1.5px !important;
padding: 10px 22px !important;
cursor: pointer !important;
text-transform: uppercase !important;
transition: background .15s !important;
white-space: nowrap !important;
flex-shrink: 0 !important;
-webkit-appearance: none !important;
}
.evewiki-hp-search input[type="submit"]:hover { background: #80d8f5 !important; }
.evewiki-hp-search br,
.evewiki-hp-search .cdx-text-input__icon,
.evewiki-hp-search .cdx-button { display: none !important; }
/* CATEGORY CARDS */
.evewiki-hp-cats {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 6px;
margin-bottom: 16px;
}
.evewiki-hp-cat {
position: relative;
height: 100px;
background: #131720 center/cover no-repeat;
overflow: hidden;
border-radius: 4px;
border: 1px solid #1a2230;
cursor: pointer;
transition: border-color .15s, transform .15s;
}
.evewiki-hp-cat:hover { border-color: #4fc3e8; transform: translateY(-2px); }
.evewiki-hp-cat--ships { border-top: 2px solid #4fc3e8; }
.evewiki-hp-cat--wormholes { border-top: 2px solid #c8a84b; }
.evewiki-hp-cat--combat { border-top: 2px solid #cc4444; }
.evewiki-hp-cat--modules { border-top: 2px solid #4fc3e8; }
.evewiki-hp-cat--npcs { border-top: 2px solid #cc4444; }
.evewiki-hp-cat--industry { border-top: 2px solid #3acc7a; }
.evewiki-hp-cat--guides { border-top: 2px solid #4fc3e8; }
.evewiki-hp-cat--lore { border-top: 2px solid #6655cc; }
.evewiki-hp-cat-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(13,15,20,.1) 0%, rgba(13,15,20,.75) 100%);
transition: opacity .15s;
}
.evewiki-hp-cat:hover .evewiki-hp-cat-overlay { opacity: .6; }
.evewiki-hp-cat-label {
position: absolute;
bottom: 0; left: 0; right: 0;
text-align: center;
padding: 8px 4px;
font-family: 'Rajdhani', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #eef3fa;
z-index: 1;
}
.evewiki-hp-cat-label a { color: #eef3fa !important; text-decoration: none !important; display: block; }
.evewiki-hp-cat:hover .evewiki-hp-cat-label a { color: #4fc3e8 !important; }
/* THREE COLUMN ROW */
.evewiki-hp-row {
display: grid;
grid-template-columns: 240px 1fr 200px;
gap: 8px;
margin-bottom: 10px;
align-items: stretch;
}
.evewiki-hp-row--bottom {
grid-template-columns: 1fr 1fr 220px;
align-items: stretch;
}
/* PANELS */
.evewiki-hp-panel {
background: #131720;
border: 1px solid #1a2230;
border-radius: 4px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.evewiki-hp-panel-head {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 14px;
min-height: 42px;
border-bottom: 1px solid #1a2230;
background: #0f1218;
flex-shrink: 0;
}
.evewiki-hp-panel-head--gold { border-bottom-color: #3a2e12; }
.evewiki-hp-panel-title {
font-family: 'Rajdhani', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #d7e0ea;
}
.evewiki-hp-panel-arrow { font-size: 10px; color: #4fc3e8; }
.evewiki-hp-panel-body {
padding: 14px;
flex: 1;
display: flex;
flex-direction: column;
}
/* FEATURED */
.evewiki-hp-featured { position: relative; }
.evewiki-hp-featured-img {
height: 160px;
overflow: hidden;
background: #0a0c10;
flex-shrink: 0;
}
.evewiki-hp-featured-img img,
.evewiki-hp-featured-img a,
.evewiki-hp-featured-img a img {
width: 100% !important;
height: 160px !important;
object-fit: cover !important;
display: block !important;
}
.evewiki-hp-featured-badge {
position: absolute;
top: 10px; right: 10px;
font-family: 'Orbitron', sans-serif;
font-size: 8px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #0d0f14;
background: #4fc3e8;
padding: 3px 8px;
border-radius: 2px;
z-index: 2;
}
.evewiki-hp-featured-body {
padding: 12px 14px 14px;
flex: 1;
display: flex;
flex-direction: column;
}
.evewiki-hp-featured-title {
font-family: 'Orbitron', sans-serif;
font-size: 15px;
font-weight: 700;
color: #eef3fa;
margin-bottom: 8px;
}
.evewiki-hp-featured-title a { color: #eef3fa !important; }
.evewiki-hp-featured-title a:hover { color: #4fc3e8 !important; }
.evewiki-hp-featured-desc {
font-family: 'Rajdhani', sans-serif;
font-size: 13px;
color: #93a4b5;
line-height: 1.5;
margin-bottom: 12px;
flex: 1;
}
.evewiki-hp-featured-link a {
font-family: 'Rajdhani', sans-serif;
font-size: 12px;
font-weight: 600;
color: #4fc3e8 !important;
}
/* STATS */
.evewiki-hp-stat-desc {
font-family: 'Rajdhani', sans-serif;
font-size: 13px;
color: #93a4b5;
line-height: 1.5;
margin-bottom: 16px;
margin-top: 0;
}
.evewiki-hp-stat-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
}
.evewiki-hp-stat {
background: #0d0f14;
border: 1px solid #1a2230;
padding: 12px 8px;
text-align: center;
border-radius: 2px;
}
.evewiki-hp-stat-label {
font-family: 'Rajdhani', sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #4e5f72;
margin-bottom: 4px;
}
.evewiki-hp-stat-val {
font-family: 'JetBrains Mono', monospace;
font-size: 26px;
color: #4fc3e8;
line-height: 1;
}
/* ON THE WIKI */
.evewiki-hp-onwiki-links { display: flex; flex-direction: column; gap: 3px; }
.evewiki-hp-onwiki-link {
padding: 7px 10px;
background: #0d0f14;
border: 1px solid #1a2230;
border-radius: 2px;
font-family: 'Rajdhani', sans-serif;
font-size: 13px;
font-weight: 600;
text-align: center;
transition: border-color .12s, background .12s;
}
.evewiki-hp-onwiki-link:hover { border-color: #2e3f58; background: #131720; }
.evewiki-hp-onwiki-link a { color: #d7e0ea !important; text-decoration: none !important; display: block; }
.evewiki-hp-onwiki-link:hover a { color: #4fc3e8 !important; }
/* WORMHOLE PANEL */
.evewiki-hp-wh-grid { display: grid; grid-template-columns: 1fr 1fr; flex: 1; }
.evewiki-hp-wh-col { padding: 12px 14px; border-right: 1px solid #1a2230; }
.evewiki-hp-wh-col:last-child { border-right: none; }
.evewiki-hp-wh-col-head {
font-family: 'JetBrains Mono', monospace;
font-size: 9px;
color: #c8a84b;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 8px;
border-bottom: 1px solid #3a2e12;
margin-bottom: 8px;
}
.evewiki-hp-wh-links { display: flex; flex-direction: column; gap: 4px; }
.evewiki-hp-wh-link {
font-family: 'Rajdhani', sans-serif;
font-size: 13px;
color: #d7e0ea;
display: flex;
align-items: center;
gap: 6px;
}
.evewiki-hp-wh-link a { color: #d7e0ea !important; }
.evewiki-hp-wh-link a:hover { color: #4fc3e8 !important; }
/* UPDATES */
.evewiki-hp-update-list { flex: 1; }
.evewiki-hp-update-item {
font-family: 'Rajdhani', sans-serif;
font-size: 13px;
color: #93a4b5;
padding: 7px 0;
border-bottom: 1px solid #1a2230;
}
.evewiki-hp-update-item:last-child { border-bottom: none; }
.evewiki-hp-update-item a { color: #4fc3e8 !important; }
.evewiki-hp-updates-more {
font-family: 'Rajdhani', sans-serif;
font-size: 12px;
font-weight: 600;
color: #4e5f72;
text-align: right;
margin-top: 8px;
}
.evewiki-hp-updates-more a { color: #4e5f72 !important; }
.evewiki-hp-updates-more a:hover { color: #4fc3e8 !important; }
/* COMMUNITY */
.evewiki-hp-community .evewiki-hp-panel-body { justify-content: space-between; }
.evewiki-hp-community-btn {
display: block;
text-align: center;
padding: 12px;
border-radius: 4px;
margin-bottom: 8px;
font-family: 'Rajdhani', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
cursor: pointer;
transition: opacity .15s;
}
.evewiki-hp-community-btn:hover { opacity: .85; }
.evewiki-hp-community-btn a { text-decoration: none !important; display: block; }
.evewiki-hp-community-btn--discord { background: #5865f2; }
.evewiki-hp-community-btn--discord a { color: #fff !important; }
.evewiki-hp-community-btn--nvio { background: #1a4a60; border: 1px solid #2a8cb0; }
.evewiki-hp-community-btn--nvio a { color: #4fc3e8 !important; }
.evewiki-hp-community-note {
font-family: 'Rajdhani', sans-serif;
font-size: 11px;
color: #4e5f72;
line-height: 1.5;
text-align: center;
}
.evewiki-hp-community-note a { color: #4e5f72 !important; }
.evewiki-hp-community-note a:hover { color: #93a4b5 !important; }
/* UTILITY */
.evewiki-green { color: #3acc7a !important; }
.evewiki-cyan { color: #4fc3e8 !important; }
.evewiki-gold { color: #c8a84b !important; }
.evewiki-red { color: #cc4444 !important; }
/* WAVE ACCORDION */
.evewiki-wave { border: 1px solid #233042; margin-bottom: 4px; }
.evewiki-wave-header {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
background: #131720;
cursor: pointer;
user-select: none;
transition: background .12s;
}
.evewiki-wave-header:hover { background: #1c2230; }
.evewiki-wave.is-open .evewiki-wave-header { background: #0f1218; border-bottom: 1px solid #233042; }
.evewiki-wave-num {
font-family: 'Orbitron', sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 2px;
color: #4fc3e8;
background: rgba(79,195,232,.08);
border: 1px solid #153d50;
padding: 2px 8px;
}
.evewiki-wave-title { font-family: 'Rajdhani', sans-serif; font-size: 13px; font-weight: 600; color: #d7e0ea; flex: 1; }
.evewiki-wave-trigger-label { font-size: 10px; font-weight: 600; padding: 2px 7px; border: 1px solid #3a1a1a; color: #cc4444; background: rgba(204,68,68,.06); }
.evewiki-wave-chevron { color: #4e5f72; font-size: 10px; transition: transform .15s; }
.evewiki-wave.is-open .evewiki-wave-chevron { transform: rotate(180deg); }
.evewiki-wave-body { display: none; }
.evewiki-wave.is-open .evewiki-wave-body { display: block; }
/* TAGS */
.evewiki-tag { display: inline-block; font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 2px 8px; border: 1px solid #233042; color: #4e5f72; }
.evewiki-tag--cyan { border-color: #153d50; color: #4fc3e8; background: rgba(79,195,232,.06); }
.evewiki-tag--gold { border-color: #3a2e12; color: #c8a84b; background: rgba(200,168,75,.06); }
.evewiki-tag--red { border-color: #3a1a1a; color: #cc4444; background: rgba(204,68,68,.06); }
.evewiki-tag--green { border-color: #1a3a28; color: #3acc7a; background: rgba(58,204,122,.06); }
/* NOTICE BOXES */
.evewiki-notice { border-left: 3px solid #4fc3e8; background: rgba(79,195,232,.04); padding: 10px 14px; margin: 12px 0; font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #d7e0ea; }
.evewiki-notice--warn { border-left-color: #c8a84b; background: rgba(200,168,75,.04); }
.evewiki-notice--danger { border-left-color: #cc4444; background: rgba(204,68,68,.04); }
.evewiki-notice-label { font-family: 'Orbitron', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 4px; color: #4fc3e8; opacity: .8; }
.evewiki-notice--warn .evewiki-notice-label { color: #c8a84b; }
.evewiki-notice--danger .evewiki-notice-label { color: #cc4444; }
/* ============================================================
RESPONSIVE
============================================================ */
@media (max-width: 1000px) {
.evewiki-hp-row { grid-template-columns: 1fr 1fr; }
.evewiki-hp-onwiki { grid-column: 1 / -1; }
.evewiki-hp-row--bottom { grid-template-columns: 1fr 1fr; }
.evewiki-hp-community { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
.evewiki-hp-cats { grid-template-columns: repeat(2, 1fr); }
.evewiki-hp-row,
.evewiki-hp-row--bottom { grid-template-columns: 1fr; }
.evewiki-hp-hero-title { font-size: 36px; }
.evewiki-hp-wh-grid { grid-template-columns: 1fr; }
.infobox, .mw-parser-output .infobox { float: none !important; max-width: 100% !important; margin: 0 0 16px !important; }
}
/* ============================================================
CATEGORY CARD BACKGROUND IMAGES — final, no conflicts
============================================================ */
/* Base card — cover, center, no repeat */
.evewiki-hp-cat {
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
/* Ships — Tengu 29984 */
.evewiki-hp-cat--ships {
background-image: url('https://images.evetech.net/types/29984/render?size=512') !important;
}
/* Wormholes — Stratios in wormhole 35779 */
.evewiki-hp-cat--wormholes {
background-image: url('https://images.evetech.net/types/35779/render?size=512') !important;
}
/* Combat Sites — Sleipnir 22444 */
.evewiki-hp-cat--combat {
background-image: url('https://images.evetech.net/types/22444/render?size=512') !important;
}
/* Modules — Damage Control II icon 2048 */
.evewiki-hp-cat--modules {
background-image: url('https://images.evetech.net/types/2048/icon?size=512') !important;
background-size: 55% !important;
}
/* NPCs — Rattlesnake 32305 */
.evewiki-hp-cat--npcs {
background-image: url('https://images.evetech.net/types/32305/render?size=512') !important;
}
/* Industry — Azbel 35832 */
.evewiki-hp-cat--industry {
background-image: url('https://images.evetech.net/types/35826/render?size=512') !important;
}
/* Guides — Loki 29990 */
.evewiki-hp-cat--guides {
background-image: url('https://images.evetech.net/types/29990/render?size=512') !important;
}
/* Lore — Avatar 11567 */
.evewiki-hp-cat--lore {
background-image: url('https://images.evetech.net/types/11567/render?size=512') !important;
}