Module:Episode table/styles.css: Difference between revisions

Content deleted Content added
m Protected "Module:Episode list/styles.css": High-risk template or module: 23434 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
Fixes phab:T369874 via automated script
 
(10 intermediate revisions by 4 users not shown)
Line 1:
/* {{pp-template}} */
.wikiepisodetable tr.vevent {,
text-align: center;
 
.wikiepisodetable tr.vevent th {
text-align: center;
Line 9 ⟶ 7:
.wikiepisodetable .summary {
text-align: left;
 
/* TBD in night theme */
 
@media screen {
html.skin-theme-clientpref-night .module-episode-list-row small[style] {
color: #d5d584 !important;
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;
}
}
 
@media screen and ( prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .module-episode-list-row small[style] {
color: #d5d584 !important;
background: #333;
padding: 8px;
}
html.skin-theme-clientpref-os .wikiepisodetable span[style^="color"] {
color: inherit !important;
border-bottom: dotted 1px;
}
}