Module:Episode table/styles.css

From Research Realm
Revision as of 09:51, 1 July 2024 by Ringtail Raider (talk | contribs) (they didnt mention this!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{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 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;
}