User:AzimuthAcolyte/common.css: Difference between revisions

From MediaWiki
Jump to navigationJump to search
AzimuthAcolyte (talk | contribs)
This is code for testing colors on the Primus Vanguard template!
 
AzimuthAcolyte (talk | contribs)
No edit summary
 
Line 12: Line 12:


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


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


.tt1_chapters tr.tt1_chapters-header.stylepurple {
.tt1_chapters tr.tt1_chapters-header.stylepurple {
     background-color:#f0f;
     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;
}