Skip to content

Commit

Permalink
Various fixes for navboxes and talk page banners
Browse files Browse the repository at this point in the history
Fixes: #223
  • Loading branch information
AfroThundr3007730 committed Sep 14, 2024
1 parent a211b03 commit 1588954
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ ryryjy <[email protected]>
rin-w <[email protected]>
Eddie Carswell <[email protected]>
Arun Chandanaveli <[email protected]>
Marcel <[email protected]>

# Generated by tools/authors.sh
22 changes: 18 additions & 4 deletions wikipedia-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@
.mw-parser-output .mod-gallery .gallerybox div,
#mp-topbanner,
figure[typeof~="mw:File/Thumb"],
figure[typeof~="mw:File/Frame"] {
figure[typeof~="mw:File/Frame"],
.vector-pinnable-element {
background-color: transparent !important;
}
tr > td[bgcolor] {
Expand Down Expand Up @@ -522,7 +523,10 @@
.ve-ui-mwSaveDialog-options,
.mw-parser-output #siteContainer div:first-child,
#mw-page-base,
.vector-pinned-container {
.vector-pinned-container,
.mw-parser-output .wpbs .banner-shell-inner,
.mw-parser-output .wpbs .wpb-header,
.mw-parser-output .wpbs .wpb .wpb-main {
background-color: transparent;
}
.lang-list-button {
Expand Down Expand Up @@ -911,7 +915,9 @@
.mw-parser-output .us-census-pop caption,
.vector-sticky-header,
.vector-pinnable-element .vector-menu-heading,
.vector-pinnable-header {
.vector-pinnable-header,
.mw-parser-output .motorsport-season-nav-header,
.mw-parser-output .motorsport-season-nav-subheader {
border-color: var(--gray-5);
}
.uls-settings-trigger {
Expand Down Expand Up @@ -1654,7 +1660,8 @@
div.mw-pt-languages,
div.thumbinner,
.mw-notification,
.mw-pt-languages {
.mw-pt-languages,
.mw-parser-output .motorsport-season-nav {
background-color: var(--gray-2);
border-color: var(--gray-5);
}
Expand Down Expand Up @@ -1723,6 +1730,7 @@
.uls-language-actions-title,
.uls-language-action-items,
.vector-unpinned-container .vector-toc,
.vector-menu-dropdown .vector-menu-content > .vector-menu-content-list,
#mw-content-text :not(.color_swatch) > div[style*="background:"]:not([style*="BF4"]):not([style*="000"]):not([style*="468"]):not([style*="CED"]):not([style*="008"]):not([style*="ffe"]):not([style*="ffdb"]):not([style*="fafc"]):not([style*="ffe4"]):not([style*="3ff"]):not([style*="ffee"]):not([style*="bce1"]):not([style*="ebb"]):not([style*="EDD"]):not([style*="bff"]):not([style*="f7f7"]):not([style*="444"]):not([style*="fdf6e3"]):not([style*="CCF"]):not([style*="F9FCFF"]):not([style*="2a4b8d"]):not([style*="E0EEE0"]):not([style*="E8F1FF"]):not([style*="EEF"]):not([style*="7DC2F5"]):not([style*="CCC"]):not([style*="F16633"]):not([style*="F0F0FF"]):not([style*="336"]):not([style*="D33"]):not([style*="F0F8FF"]):not([style*="00AF89"]):not([style*="36C"]):not([style*="006699"]):not([style*="990000"]):not([style*="#e7eff5;"]):not([style*="#90EE90;"]):not([class*="-active"]):not([style*="#339966"]):not([style*="FFF"]):not([style*="2E0"]):not([style*="14866d"]):not([style*="transparent"]):not([style*="F5FAFF"]):not([style*="A3B1BF"]):not([style*="fff5fa"]):not([style*="faf5ff"]):not([style^="overflow:hidden;background:#e44"]):not([style*="width"]):not([style*="height"]):not([style*="bottom"]):not([style*="opacity"]),
#toc,
#mwe-popups-settings,
Expand Down Expand Up @@ -3678,6 +3686,12 @@
background-color: var(--brown-3);
border-color: var(--brown-2);
}
.mw-parser-output .tmbox {
border-color: var(--brown-2);
}
td.mbox-text.wpb-main table td[style*="border"] {
border-color: var(--brown-2) !important;
}
td[style*="background:#fffaef; border:1px dotted gray;"],
table[style="background-color: #F8EABA; border-color: #C0C090"] {
background-color: var(--brown-1) !important;
Expand Down

0 comments on commit 1588954

Please sign in to comment.