ꯃꯦꯗꯤꯌꯥꯋꯤꯀꯤ:Gadget-dark-mode.css: ꯑꯃꯨꯛꯍꯟꯕꯥ ꯈꯦꯠꯅꯕꯥꯒꯤ ꯃꯔꯛ
Content deleted Content added
Created page with "/* WikimediaUI Dark Mode * * Wikimedia Design Team 2019-2021 * Original authors: * - Volker E. – User:Volker_E._(WMF) * - Alex Hollender * - MusikAnimal * - Carolyn Li-Madeo * - Jdlrobson * * Original at https://en.wikipedia.org/wiki/User:Volker_E._(WMF)/dark-mode.css * Version for Gadget CSS skin override usage only. * Basically removed of all interaction element styles and * set to `html` instead of JS injected `.client-dark-mode` class. * * Last u..." ꯊꯦꯕꯁꯤꯡ: ꯃꯣꯕꯥꯏꯜꯅꯥ ꯁꯦꯒꯠꯄꯥ ꯃꯣꯕꯥꯏꯜ ꯋꯦꯕꯀꯤ ꯃꯇꯦꯡꯅꯥ ꯁꯦꯝꯒꯠꯄꯥ |
|||
ꯂꯩ ꯏ ১৭:
*
*/
/** To prevent 'jumping' effect within #p-personal in Vector/Monobook. Overrides [[MediaWiki:Gadget-dark-mode-toggle-pagestyles.css]] **/
body.skin-vector-legacy :not(#pt-darkmode) + #pt-watchlist::before,
body.skin-monobook :not(#pt-darkmode) + #pt-watchlist::before {
content: "Light mode";
}▼
@media screen {
/* set height for monobook and timeless, because the filter in FF needs dimensions to get it to apply */
html {
}▼
/* Filter needs to reside on `html`, see https://phabricator.wikimedia.org/T221425#5153917 */
Line ২৫ ⟶ ৩৬:
html img,
html video,
html ogvjs,
html svg,
html iframe,
html .mw-no-invert,
html td .diffchange,
html .mwe-math-element,
html .wvui-typeahead-suggestion__thumbnail,
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 .skin-vector .mw-logo-wordmark,
html .skin-vector .mw-logo-tagline,
html .wvui-icon svg {
filter: none;
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 ১৪৫ ⟶ ১৮৩:
html .mwe-popups {
box-shadow: 0 30px 90px -20px rgba( 0, 0, 0, 0.3 ), 0 0 1px #000;
▲}
}
Line ১৬৫ ⟶ ১৯৭:
html .cx-callout-1:after {
border-bottom-color: #ddd;
▲}
▲ height: 112px;
}▼
▲.skin-timeless #mw-site-navigation {
}▼
}
Line ১৯৮ ⟶ ২১০:
background: #000;
}
▲}
@-moz-document url-prefix() {
@supports (overflow-clip-margin: 1px) {
body {
background: #fff;
}
▲ }
}
|