fixed most of Vietnamese light theme

This commit is contained in:
Jean-Luc Tibaux
2022-07-25 17:05:40 +00:00
parent a879e1ff32
commit bca5023b24
5 changed files with 56 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
@import "wikipedia_styles_light_vi.css";
@import "wikipedia_styles_dark_vi.css" (prefers-color-scheme: dark);
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

+33
View File
@@ -0,0 +1,33 @@
@import "wikipedia_styles_dark.css";
/* the logo section at the left side at the top of the Korean page header */
img.mw-logo-wordmark, img.mw-logo-tagline {
filter: invert(90%);
}
/* icon in first row of top-right dropdown */
.mw-ui-icon-wikimedia-logIn::before {
filter:invert(1);
}
/* overwriting messy styling of top-right dropdown */
#p-personal .vector-menu-content,
.vector-user-menu-create-account,
.vector-user-menu-login,
.vector-user-menu-anon-editor,
.vector-menu-content-item, .vector-menu-content-item:hover,
.vector-menu-content-list #pt-anontalk, .vector-menu-content-list #pt-anontalk a, .vector-menu-content-list #pt-anontalk a:hover,
.vector-menu-content-list #pt-anoncontribs a {
background-color: var(--black_8)!important;
color: var(--white) !important;
}
/* fix white background of boxes on Vietnamese landing page */
.mw-parser-output .main-top,
.mw-parser-output .main-top-left,
.mw-parser-output .main-top-left p,
.mw-parser-output .main-box {
background: transparent!important;
color: var(--white) !important;
}
+1
View File
@@ -0,0 +1 @@
@import "wikipedia_styles_light_fr.css";