summaryrefslogblamecommitdiffstats
path: root/www/style.css
blob: d0b19b8f630d6787589026fb4bb4e1c193fb080d (plain) (tree)
1
2
3
4
5
6

    

                                   

                           


























                                   










                
body
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: #ccc;
    background-color: #000;
    max-width: 80ch;
    margin: 0 auto;
    padding: 25px;
}

.heading
{
    text-align: center;
    font-family: Monaco, monospace;
    font-size: 18pt;
}

.literal
{
    font-family: Monaco, monospace;
    font-size: 12pt;
    background-color: #222;
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    padding: 1em;
}

.note
{
    color: #efce28;
    font-style: italic;
}

a
{
    color: #777;
}

a:hover
{
    color: #999;
}