MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen
K Die Seite wurde geleert. Markierung: Geleert |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/** | |||
* Note: [[MediaWiki:Common.css]] is loaded in addition to these styles | |||
* Please use [[Extension:TemplateStyles]] where possible. | |||
*/ | |||
#coordinates { | |||
line-height: 2; | |||
font-size: 92%; | |||
white-space: nowrap; | |||
} | |||
/* Don't display some stuff on the main page */ | |||
.page-Main_Page #deleteconfirm, | |||
.page-Main_Page #t-cite, | |||
.page-Main_Page #footer-info-lastmod, | |||
.action-view.page-Main_Page #siteSub, | |||
.action-view.page-Main_Page #contentSub, | |||
.action-view.page-Main_Page #contentSub2 { | |||
display: none !important; | |||
} | |||
/* Override [[phab:T265947]] */ | |||
.mw-body-content blockquote { | |||
border-left: none; | |||
} | |||
@media screen { | |||
/* [[phab:T360844]] */ | |||
html.skin-theme-clientpref-night table:not(.infobox) [bgcolor] a, | |||
html.skin-theme-clientpref-night table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a, | |||
html.skin-theme-clientpref-night table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a, | |||
/* should not apply to th elements which have their own background. */ | |||
html.skin-theme-clientpref-night table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a { | |||
color: #202122; /* replace with --color-base-fixed when token is available */ | |||
text-decoration: underline; | |||
} | |||
html.skin-theme-clientpref-night .navbox a:link, | |||
html.skin-theme-clientpref-night .infobox a:link { | |||
color: var( --color-progressive ) !important; | |||
} | |||
/* T370074 */ | |||
html.skin-theme-clientpref-night .mw-parser-output > figure img { | |||
background: var( --background-color-disabled-fixed, #C8CCD1 ); | |||
} | |||
} | |||
@media screen and (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os table:not(.infobox) [bgcolor] a, | |||
html.skin-theme-clientpref-os table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a, | |||
html.skin-theme-clientpref-os table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a, | |||
html.skin-theme-clientpref-os table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a { | |||
color: #202122; /* replace with --color-base-fixed when token is available */ | |||
text-decoration: underline; | |||
} | |||
html.skin-theme-clientpref-os .navbox a:link, | |||
html.skin-theme-clientpref-os .infobox a:link { | |||
color: var( --color-progressive ) !important; | |||
} | |||
/* T370074 */ | |||
html.skin-theme-clientpref-os .mw-parser-output > figure img { | |||
background: var( --background-color-disabled-fixed, #C8CCD1 ); | |||
} | |||
} |
Aktuelle Version vom 2. September 2024, 08:06 Uhr
/**
* Note: [[MediaWiki:Common.css]] is loaded in addition to these styles
* Please use [[Extension:TemplateStyles]] where possible.
*/
#coordinates {
line-height: 2;
font-size: 92%;
white-space: nowrap;
}
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page #contentSub2 {
display: none !important;
}
/* Override [[phab:T265947]] */
.mw-body-content blockquote {
border-left: none;
}
@media screen {
/* [[phab:T360844]] */
html.skin-theme-clientpref-night table:not(.infobox) [bgcolor] a,
html.skin-theme-clientpref-night table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-night table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
/* should not apply to th elements which have their own background. */
html.skin-theme-clientpref-night table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a {
color: #202122; /* replace with --color-base-fixed when token is available */
text-decoration: underline;
}
html.skin-theme-clientpref-night .navbox a:link,
html.skin-theme-clientpref-night .infobox a:link {
color: var( --color-progressive ) !important;
}
/* T370074 */
html.skin-theme-clientpref-night .mw-parser-output > figure img {
background: var( --background-color-disabled-fixed, #C8CCD1 );
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os table:not(.infobox) [bgcolor] a,
html.skin-theme-clientpref-os table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-os table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-os table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a {
color: #202122; /* replace with --color-base-fixed when token is available */
text-decoration: underline;
}
html.skin-theme-clientpref-os .navbox a:link,
html.skin-theme-clientpref-os .infobox a:link {
color: var( --color-progressive ) !important;
}
/* T370074 */
html.skin-theme-clientpref-os .mw-parser-output > figure img {
background: var( --background-color-disabled-fixed, #C8CCD1 );
}
}