summaryrefslogblamecommitdiffstats
path: root/ui/static/css/main.css
blob: 8432742d30744302069ec02fb81fcb6f9b4b767c (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                           
                
                 
                    




                            




                     










                                  
 
 

                       


 

                           
                            



                             

                           

                                 
                       

 




                           
* {
    box-sizing: border-box;
    margin: 0em;
    padding: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    color: #333;
    background: lightgray;
}

.table-list {
    list-style: none;
}


nav {
    border-bottom: solid 3px #ccc;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.admin-link {
    font-size: 0.65rem;
}


table#home-summary-table,
table#home-summary-table a,
table#home-summary-table ul,
table#home-summary-table td {
    background: white;
}

table#home-summary-table th
{
    /* border: solid 2px #ccc; */
    background: lightgray;
    font-weight: unset;
}

table#home-summary-table li
{
    background: white;
}