Wikipedia Dark - Fixes by bobo1239
Details
Authorbobo1239
LicenseCC0
Categorywiki.archlinux.org wiktionary.org
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wikipedia Dark - Fixes
@version 20240616.14.57
@namespace https://userstyles.world/user/bobo1239
@description Fixes for https://github.com/StylishThemes/Wikipedia-Dark/
@author bobo1239
@license CC0
==/UserStyle== */
@-moz-document domain("wiki.archlinux.org") {
/* Fix weird white box at the top */
body.skin-vector-2022 .vector-header-container {
background-color: transparent;
}
/* Header numbering color */
h2 > .mw-headline::before,
h3 > .mw-headline::before,
h4 > .mw-headline::before,
h5 > .mw-headline::before,
h6 > .mw-headline::before {
color: #7e7e7e;
}
}
@-moz-document domain("wiktionary.org") {
/* Derived terms for some reason have element styles so we need !important */
.derivedterms {
background: #282828 !important;
}
.sister-project,
.wikitable {
background: rgb(34, 34, 34) !important;
}
.mw-parser-output .jouyou-reading {
background-color: #383838
}
.selflink {
color: rgb(204, 204, 204)
}
}