MediaWiki:Common.css: Difference between revisions
Revert to old revision 10665 (undo recent UI patches) Tag: Manual revert |
UI: anti-white (logo/header/sidebar/inputs/thumbs) |
||
| Line 1,640: | Line 1,640: | ||
} | } | ||
.mw-editsection a:hover { color: #ffcc00 !important; } | .mw-editsection a:hover { color: #ffcc00 !important; } | ||
/* === PATCH: anti-white panels (logo/header/sidebar/inputs/thumbs) === */ | |||
/* logo a jeho kontajner (ľavý horný roh) */ | |||
#p-logo, #p-logo a { background: #0d0d0d !important; } | |||
/* hlavný header + navigačné pásy Vectoru */ | |||
#mw-page-base, #mw-head-base, #mw-head, #mw-navigation, | |||
.vector-sticky-header { background:#0d0d0d !important; border-color:#222 !important; } | |||
/* ľavý panel + portlety */ | |||
#mw-panel, #mw-panel .portal, #mw-panel .portal .body { background:#111 !important; color:#ddd !important; } | |||
/* hlavné telo stránky */ | |||
#content, .mw-body, .mw-body-content { background:#0d0d0d !important; color:#e0e0e0 !important; } | |||
/* vyhľadávacie pole / inputy */ | |||
#simpleSearch, .vector-search-box { background:#111 !important; border:1px solid #222 !important; } | |||
.vector-search-box-input, input, textarea, select { | |||
background:#121212 !important; color:#e0e0e0 !important; border:1px solid #333 !important; | |||
} | |||
input::placeholder, textarea::placeholder { color:#8a8a8a !important; } | |||
/* záložky (Read/Edit/View history) – tmavé pozadie, žltý akcent na vybranej */ | |||
.vector-menu-tabs a { background:#0f0f0f !important; color:#ddd !important; border-color:#222 !important; } | |||
.vector-menu-tabs .selected a { background:#141414 !important; color:#ffcc00 !important; border-bottom-color:#141414 !important; } | |||
/* miniatúry a galérie — odstráň biele pozadia */ | |||
.thumb, .thumbinner, .gallery, .gallerybox, .gallerytext { | |||
background:#111 !important; border:1px solid #333 !important; | |||
} | |||
.thumbcaption { background:#0f0f0f !important; color:#cfcfcf !important; border-top:1px solid #333 !important; } | |||
/* tabuľky/infoboxy – tmavé telo, jemný okraj */ | |||
.wikitable, .infobox, table { | |||
background:#1a1a1a !important; color:#e0e0e0 !important; border:1px solid #333 !important; | |||
} | |||
.wikitable th, .infobox th { background:#222 !important; color:#ffcc00 !important; } | |||
/* pätička */ | |||
#footer, .mw-footer { background:#0f0f0f !important; color:#9a9a9a !important; border-top:1px solid #222 !important; } | |||
/* jemnejší hrubý biely okraj, ak by ho niečo pchalo cez inline štýly */ | |||
* { border-color: currentColor; } | |||