Codebase list python-ldapdomaindump / 15423277-45ef-406c-b49c-fe595a157f4a/upstream ldapdomaindump / style.css
15423277-45ef-406c-b49c-fe595a157f4a/upstream

Tree @15423277-45ef-406c-b49c-fe595a157f4a/upstream (Download .tar.gz)

style.css @15423277-45ef-406c-b49c-fe595a157f4a/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;
}