Codebase list python-ldapdomaindump / cf209b8d-5a83-4666-820c-2db4d12527fa/upstream ldapdomaindump / style.css
cf209b8d-5a83-4666-820c-2db4d12527fa/upstream

Tree @cf209b8d-5a83-4666-820c-2db4d12527fa/upstream (Download .tar.gz)

style.css @cf209b8d-5a83-4666-820c-2db4d12527fa/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;
}