mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
fixed most of Vietnamese light theme
This commit is contained in:
@@ -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 |
@@ -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;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@import "wikipedia_styles_light_fr.css";
|
||||
Reference in New Issue
Block a user