Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Episode table/sandbox/styles.css

From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.wikiepisodetable tr.vevent,
.wikiepisodetable tr.vevent th {
	text-align: center;
}

.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;
    }
}

/* Footnotes in coloured headers / part rows: let the header's background
   shading show through the reference, and make the link adopt the reference
   span's contrast-checked colour instead of the default blue link colour. */
.wikiepisodetable-ref a {
	color: inherit;
}