Codebase list python-ldapdomaindump / 8f9d360d-290d-4e1e-b59d-7dd6c5e43f71/upstream ldapdomaindump / style.css
8f9d360d-290d-4e1e-b59d-7dd6c5e43f71/upstream

Tree @8f9d360d-290d-4e1e-b59d-7dd6c5e43f71/upstream (Download .tar.gz)

style.css @8f9d360d-290d-4e1e-b59d-7dd6c5e43f71/upstreamraw · history · blame

tbody th {
    border: 1px solid #000;
}
tbody td {
    border: 1px solid #ababab;
    border-spacing: 0px;
    padding: 4px;
    border-collapse: collapse;
}
body {
    font-family: verdana;
}
table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
tbody tr:nth-child(odd) td {
    background-color: #eee;
}
tbody tr:hover td {
    background-color: lightblue;
}
thead td {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0px;
}