跳转到内容

Module:Episode table/styles.css

维基百科,自由的百科全书

这是本页的一个历史版本,由Qqkuro66541留言 | 贡献2024年9月5日 (四) 14:04 建立内容为“:​ .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"] { col…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
/*  */
.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;
    }
}