Newer
Older
2024-yudai / 0606kadai.css
@media print{color: black !important; background: white !important}
@media (orientation: portrait) {float: left 10em; background-color: white; padding: 1ex 1ex}
@media (orientation: landscape) {text-decoration:underline}



table, tr, td, th {border: 1px solid; border-collapse: collapse}
th + th + th + th + th + th {background-color: #FAB80D;}
th + th + th + th + th {background-color: #32cd32;}
th + th + th + th {background-color: #1e90ff;}
th + th + th {background-color: #e66045;}
th + th {background-color: #d288e3;}
td:first-child {background-color: #fffff4} 
tr {text-align: center;}