User:Tigerpaw28/common.css

From MediaWiki
Revision as of 00:13, 10 October 2020 by Tigerpaw28 (talk | contribs) (Testing additional header styles for the chapter template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
<style>
.tt1_chapters tr.tt1_chapters-header.stylered {
	background-color:#f00;
}

.tt1_chapters tr.tt1_chapters-header.styleorange {
	background-color:#ffa500;
}

.tt1_chapters tr.tt1_chapters-header.styleyellow {
	background-color:#ff0;
}

.tt1_chapters tr.tt1_chapters-header.stylegreen {
	background-color:#0f0;
}

.tt1_chapters tr.tt1_chapters-header.styleblue {
	background-color:#00f;
}

.tt1_chapters tr.tt1_chapters-header.stylepurple {
	background-color:#f0f;
}

.tt1_chapters tr.tt1_chapters-header.styleblack {
	background-color:#000;
}

.tt1_chapters tr.tt1_chapters-header.stylewhite {
	background-color:#fff;
}



.tt1_chapters tr.tt1_chapters-header.styleyellow th.tt1_chapters-header-title,
.tt1_chapters tr.tt1_chapters-header.styleyellow th.tt1_chapters-header-title a
{
	color:#000000;
}

.tt1_chapters tr.tt1_chapters-header.stylewhite th.tt1_chapters-header-title,
.tt1_chapters tr.tt1_chapters-header.stylewhite th.tt1_chapters-header-title a
{
	color:#000000;
}
</style>