/* ここに記述したCSSはすべての外装に反映されます */
table.alternating th{
backgroundtext-align:royalblueleft; colorbackground:whiteturquoise;
}
table.alternating tr:nth-child(odd) td{
padding-left:2em1em; padding-right:0.5em;
background:linear-gradient(0deg,lemonchiffon,white);
}
table.alternating tr:nth-child(even) td{
padding-left:2em1em; padding-right:0.5em;
background:linear-gradient(0deg,gainsboro,white);
}
table.rowsalternated td:nth-of-type(odd) {
background:ivory;
}
table.rowsalternated td:nth-of-type(even) {
background:aliceblue;
}