MediaWiki:Common.css: Difference between revisions
UI fix: header/footer/layout/TOC/buttons (patch step3) |
UI fix: anti-white + Vector polish (patch step4) Tag: Reverted |
||
| Line 1,640: | Line 1,640: | ||
} | } | ||
.mw-editsection a:hover { color: #ffcc00 !important; } | .mw-editsection a:hover { color: #ffcc00 !important; } | ||
/* === PATCH step4: kill white spots, polish Vector === */ | |||
/* Inputs / search */ | |||
input, textarea, select { background:#121212!important; color:#e0e0e0!important; border:1px solid #333!important; } | |||
input::placeholder, textarea::placeholder { color:#8a8a8a!important; } | |||
#simpleSearch, .vector-search-box { background:#111!important; border:1px solid #222!important; } | |||
.vector-search-box-input { background:#121212!important; color:#e0e0e0!important; border-color:#333!important; } | |||
.vector-search-box .vector-search-box-input:focus { outline: none!important; box-shadow: 0 0 0 1px #ffcc00 inset; } | |||
/* Top tabs (Vector) */ | |||
.vector-menu-tabs, .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; } | |||
.vector-sticky-header { background:#0d0d0d!important; border-bottom:1px solid #222!important; } | |||
/* Portlets / sidebar bodies */ | |||
.portal, .portal .body { background:#111!important; } | |||
/* Thumbnails / galleries */ | |||
.thumb, .thumbinner { background:#111!important; border:1px solid #333!important; } | |||
.thumbcaption { background:#0f0f0f!important; color:#cfcfcf!important; border-top:1px solid #333!important; } | |||
.gallery, .gallerybox, .gallerytext { background:#111!important; border:1px solid #333!important; } | |||
/* Message boxes / notices / hatnotes */ | |||
.ambox, .tmbox, .ombox, .fmbox, .imbox, .cmbox, .notice, .hatnote, .metadata { | |||
background:#111!important; color:#e0e0e0!important; border:1px solid #333!important; border-left:3px solid #ffcc00!important; | |||
} | |||
/* References */ | |||
ol.references, .references, .refbegin, .refend { | |||
background:#111!important; border:1px solid #333!important; padding:.6rem .8rem!important; border-left:3px solid #ffcc00!important; | |||
} | |||
.references li { margin: .25rem 0!important; } | |||
/* Collapsible areas */ | |||
.mw-collapsible-content { background:#121212!important; border-top:1px solid #222!important; } | |||
/* Infobox links for contrast */ | |||
.infobox a { color:#39d1ff!important; } | |||
.infobox a:hover { color:#ffcc00!important; } | |||
/* Horizontal rule */ | |||
hr { border:0; border-top:1px solid #222!important; } | |||
/* Inline code / kbd */ | |||
code, kbd, samp { background:#101010!important; color:#e8e8e8!important; border:1px solid #2a2a2a!important; border-radius:3px; padding:0 .25rem; } | |||