User:Tigerpaw28/common.css
From MediaWiki
Jump to navigationJump to searchNote: 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.
.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;
}

