git repos / oastat_static_web_generator

static_content/css/oastat.css

browsing at commit = 718c3f1d3090d4a5b6d82d4e4524bfb6c75cdaba

raw · blame · history

body {
    background: lightblue;
}


/* Table section start */
table {
    border-collapse: collapse;
    max-width: 950px;
    margin: 10px;
}

table, th, td {
    border: 0px;
    text-align: center;
}

tr:nth-child(odd) {background: #CCCCff}
tr:nth-child(even) {background: #eeeeff}
/*table section end*/

.update {
    font-size: 80%;
}