Content deleted Content added
Removing code that doesn't belong in this template. Tags: Manual revert Mobile edit Mobile web edit Advanced mobile edit |
Fixes phab:T369874 via automated script |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
/* {{pp-template}} */
.wikiepisodetable tr.vevent,
.wikiepisodetable tr.vevent th {
Line 9 ⟶ 10:
/* TBD in night theme */
html.skin-theme-clientpref-night .module-episode-list-row small[style] {▼
@media screen {
color: #d5d584 !important;▼
▲ html.skin-theme-clientpref-night .module-episode-list-row small[style] {
background: #333;▼
▲ color: #d5d584 !important;
padding: 8px;▼
▲ background: #333;
▲ padding: 8px;
}▼
/* disable all use of styles */▼
html.skin-theme-clientpref-night .wikiepisodetable span[style^="color"] {▼
color: inherit !important;▼
border-bottom: dotted 1px;▼
}
}
▲/* disable all use of styles */
@media screen and ( prefers-color-scheme: dark) {▼
▲html.skin-theme-clientpref-night .wikiepisodetable span[style^="color"] {
▲ color: inherit !important;
▲ border-bottom: dotted 1px;
▲}
▲@media (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .module-episode-list-row small[style] {
|