差分

ナビゲーションに移動 検索に移動
編集の要約なし
/* ここに記述したCSSはすべての外装に反映されます */
table.alternating th{
text-align:left; background:deepskyblueturquoise;
}
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,honeydewgainsboro,white);} table.rowsalternated td:nth-of-type(odd) { background:ivory;} table.rowsalternated td:nth-of-type(even) { background:aliceblue;
}

案内メニュー