Content deleted Content added
move @print none to templatestyles from MediaWiki:Print.css to support MediaWiki talk:Common.css/to do#Turn mobile.css/js totally off |
opt out with notheme |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 148:
}
@media (max-width:
/* users have wide latitude to set arbitrary width and margin :(
"Super-specific" selector to prevent overriding this appearance by
Line 172:
/* Disable backgrounds via style attribute in night mode Eg.https://phabricator.wikimedia.org/F55243859
* https://en.wikipedia.org/w/index.php?title=Laissez-faire
*/
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-list-title,▼
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle {▼
background: transparent !important;▼
@media screen {
html.skin-theme-clientpref-night .sidebar .sidebar-title-with-pretitle a {▼
▲ html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-list-title,
color: var( --color-progressive ) !important;▼
▲ html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle {
}
▲ html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle a {
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title,
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle {
Line 190 ⟶ 191:
}
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle a {
color: var( --color-progressive ) !important;
}
Line 196 ⟶ 197:
@media print {
▲ body.mediawiki.ns-0 .sidebar {
display: none !important;
}
|