Permanently protected module
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 */

html.skin-theme-clientpref-night .module-episode-list-row smallstyle {

  color: #d5d584 !important;

  background: #333;

  padding: 8px;

}

/* disable all use of styles */

html.skin-theme-clientpref-night .wikiepisodetable spanstyle^="color" {

  color: inherit !important;

  border-bottom: dotted 1px;

}

@media (prefers-color-scheme: dark) {

    /* automatic mode */

    html.skin-theme-clientpref-os .module-episode-list-row smallstyle {

      color: #d5d584 !important;

      background: #333;

      padding: 8px;

    }

    html.skin-theme-clientpref-os .wikiepisodetable spanstyle^="color" {

      color: inherit !important;

      border-bottom: dotted 1px;

    }

}