Blob Blame History Raw

body {
    font-family: sans;
    text-align: center;
    font-size: 16px;
    background: black;
    color: white;
}

a { font-weight: bold; color: #88f; }
a:visited { color: #66d; }
a:hover { color: #44c; }

body>div {
    text-align: left;
    margin: 32px;
    border-radius: 16px;
    border: 1px solid gray;
    display: inline-block;
    background: #111;
}
#path { margin: 10px 10px 10px calc({:tw}px + 90px); }

#head div:first-child {
    margin-left: 70px;
    width: {:tw}px;
    height: {:th}px;
    text-align: right;
}
#head div {
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 10px;
}
#head img {
    display: block;
    max-width: {:tw}px;
    max-height: {:th}px;
    margin: auto;
}

table {
    counter-set: row -1;
    border: 0;
    border-spacing: 0;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
tr { counter-increment: row; height: calc({:th}px + 10px); }
tr:nth-child(odd) { background-color: #222; }
tr:nth-child(1) { background-color: #333; height: 50px; }
td:first-child::before { content: counter(row); }
th:first-child { padding-left: 20px; padding-right: 10px; width: 30px; text-align: right; }
th:nth-child(3) { padding-left: 10px; }
th:last-child { padding-right: 20px; }
td { padding: 5px; font-size: 16px; }
td:first-child { padding-left: 20px; padding-right: 10px; width: 30px; text-align: right; }
td:nth-child(2) { width: calc({:tw}px + 10px); }
td:nth-child(3) { padding-left: 10px; }
td:last-child { padding-right: 20px; }
td img { max-width: {:tw}px; max-height: {:th}px; display: block; margin: auto; }