ᱢᱤᱰᱤᱭᱟᱣᱤᱠᱤ:Gadget-dark-mode.css: ᱨᱮᱱᱟᱜ ᱫᱚᱦᱲᱟᱭᱮᱱ ᱛᱟᱞᱟᱨᱮᱭᱟᱜ ᱯᱷᱟᱨᱟᱠ ᱠᱚ
Content deleted Content added
ᱢᱤᱰᱤᱭᱟᱣᱤᱠᱤ:Gadget-dark-mode.css ᱛᱮᱭᱟᱨ ᱦᱩᱭᱮᱱᱟ |
ABreault (WMF) (ᱨᱚᱲ | ᱮᱱᱮᱢ) |
||
ᱫᱷᱟᱹᱲ ᱔᱕:
html .skin-minerva .mw-notification-visible .mw-notification-content,
/* Extensions */
html .cdx-menu-item__thumbnail, /* T311835 */
html .cx-slitem__image,
html .mw-mmv-overlay,
html .mw-mmv-pre-image,
html .media-viewer .image img,
html .media-viewer .mw-file-description img,
html .mw-kartographer-map,
html .mw-kartographer-mapDialog-map,
html .list-thumb,
html .ext-related-articles-card-list .ext-related-articles-card-thumb {
filter: invert( 1 ) hue-rotate( 180deg );
Line ᱗᱒ ⟶ ᱗᱖:
html .toc,
html .thumbinner,
html figure[typeof~='mw:File/Thumb'],
html figure[typeof~='mw:File/Frame'],
html figure[typeof~='mw:File/Thumb'] > figcaption,
html figure[typeof~='mw:File/Frame'] > figcaption,
html .wikitable,
html .cbnnr-main,
html .cx-callout,
html .overlay.media-viewer,
html #simpleSearch,
html #simpleSearch #searchInput,
Line ᱙᱕ ⟶ ᱑᱐᱔:
html .toc,
html .thumbinner,
html figure[typeof~='mw:File/Thumb'],
html figure[typeof~='mw:File/Frame'],
html figure[typeof~='mw:File/Thumb'] > figcaption,
html figure[typeof~='mw:File/Frame'] > figcaption,
html #mw-head,
html #mw-panel,
/* Vector 2022 uses a transparent border for margin collapsing
html #content.mw-body,▼
(T312822) so don't apply this rule there */
html #simpleSearch,
html #simpleSearch #searchInput,
Line ᱑᱓᱗ ⟶ ᱑᱕᱒:
/* ::: Special Element Treatments ::: */
/* Image thumbnails */
html .thumbimage
html figure[typeof~='mw:File/Thumb'] > *:first-child > *:first-child:not( .mw-broken-media ),
html figure[typeof~='mw:File/Frame'] > *:first-child > *:first-child:not( .mw-broken-media ) {
border: 0;
}
Line ᱑᱔᱔ ⟶ ᱑᱖᱑:
/* `*not( .mbox-image )` exception doesn't work for unclear reasons */
html .image img[ src*='svg' ],
html .mw-file-description img[ src*='svg' ],
html img[ src*='Wiktionary-logo'] {
background-color: #fff;
Line ᱑᱕᱒ ⟶ ᱑᱗᱐:
html .mw-echo-ui-notificationItemWidget-icon img[ src*='svg' ],
html .mbox-image .image img[ src*='svg' ],
html .mbox-image .mw-file-description img[ src*='svg' ],
/* Emoji generated by [[Template:Emoji]] */
html .emoji .image img,
html .emoji .mw-file-description img,
/* Vote symbols on Talk pages */
html .image img[ alt^="Symbol" ]
html .mw-file-description img[ alt^="Symbol" ] {
background-color: transparent;
}
Line ᱑᱘᱙ ⟶ ᱒᱑᱐:
background: #000;
}
}
@-moz-document url-prefix() {
@supports (overflow-clip-margin: 1px) {
body {
background: #fff;
}
}
}
|