MediaWiki:ColorSchemeDark.css: Difference between revisions

no edit summary
(Created page with "→‎Dark mode: .dark-mode { --accent-color: #41afcc; --accent-color-tone-2: #40aac8; --accent-color-tone-3: #3a9fbc; --border-color: #444444; --border-color-tone-2: #838383; --theme-tone-1: #171717; --theme-tone-2: #242424; --theme-tone-3: #3b3b3b; --theme-tone-4: #2b2b2b; --theme-tone-5: #282828; --theme-tone-6: #1f1f1f; --theme-tone-7: #323435; --theme-tone-8: #4c4f53; --theme-tone-9: var(--theme-tone-8); --t...")
 
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Dark mode */
/* Dark mode */
.dark-mode {
.dark-mode {  
     --accent-color: #41afcc;
     --accent-color: #41afcc;
     --accent-color-tone-2: #40aac8;
     --accent-color-tone-2: #40aac8;
Line 26: Line 26:
     border-radius: 50%;
     border-radius: 50%;
     background: var(--theme-tone-1);
     background: var(--theme-tone-1);
     z-index: 9999;
     z-index: 6666;
     bottom: 10px;
     bottom: 10px;
     left: 10px;
     left: 10px;
Line 119: Line 119:
.dark-mode .mw-editsection,
.dark-mode .mw-editsection,
.dark-mode .mw-editsection a,
.dark-mode .mw-editsection a,
.dark-mode span.oo-ui-iconElement-icon:not(.oo-ui-checkboxInputWidget-checkIcon, .oo-ui-image-destructive),
.dark-mode span.oo-ui-iconElement-icon:not(.oo-ui-checkboxInputWidget-checkIcon, .oo-ui-image-destructive, .oo-ui-icon-success, .oo-ui-image-success),
.dark-mode span.oo-ui-fieldLayout-field span:not(#movepage span, .tdg-templateDataDialog-panels span),
.dark-mode span.oo-ui-fieldLayout-field span:not(#movepage span, .tdg-templateDataDialog-panels span),
.dark-mode .postedit:after,
.dark-mode .postedit:after,
Line 149: Line 149:
.dark-mode .mw-content-ltr .redirectText li:first-child a,
.dark-mode .mw-content-ltr .redirectText li:first-child a,
.dark-mode .mw-content-ltr .redirectText li:first-child,
.dark-mode .mw-content-ltr .redirectText li:first-child,
.dark-mode .mwe-math-element {
.dark-mode .mwe-math-element img,
.dark-mode .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
.dark-mode .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
     filter: invert(1);
     filter: invert(1);
}
}