Jump to content

Module:Episode table/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jdlrobson (talk | contribs) at 19:45, 14 April 2024 (mw:Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.wikiepisodetable tr.vevent,
.wikiepisodetable tr.vevent th {
	text-align: center;
}

.wikiepisodetable .summary {
	text-align: left;
}

/* TBD in night theme */
html.skin-theme-clientpref-night .module-episode-list-row small[style] {
  color: #d5d584 !important;
}
@media (prefers-color-scheme: dark) {
    /* automatic mode */
    html.skin-theme-clientpref-os .module-episode-list-row small[style] {
      color: #d5d584 !important;
    }
}