User:AzimuthAcolyte/common.css: Difference between revisions
From MediaWiki
Jump to navigationJump to search This is code for testing colors on the Primus Vanguard template! |
No edit summary |
||
| Line 12: | Line 12: | ||
.tt1_chapters tr.tt1_chapters-header.stylegreen { | .tt1_chapters tr.tt1_chapters-header.stylegreen { | ||
background-color:# | background-color:#008000; | ||
} | } | ||
.tt1_chapters tr.tt1_chapters-header.styleblue { | .tt1_chapters tr.tt1_chapters-header.styleblue { | ||
background-color:# | background-color:#0000cd; | ||
} | } | ||
.tt1_chapters tr.tt1_chapters-header.stylepurple { | .tt1_chapters tr.tt1_chapters-header.stylepurple { | ||
background-color:# | background-color:#800080; | ||
} | } | ||
| Line 30: | Line 30: | ||
background-color:#fff; | 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, | ||
Latest revision as of 00:52, 10 October 2020
.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:#008000;
}
.tt1_chapters tr.tt1_chapters-header.styleblue {
background-color:#0000cd;
}
.tt1_chapters tr.tt1_chapters-header.stylepurple {
background-color:#800080;
}
.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;
}

