styles/theme1.css
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 02 Dec 2009 17:07:11 -0800
changeset 5 75ab86f72a38
parent 3 1b5eb968d2c4
permissions -rw-r--r--
... aaaand, revert the header line to reflect real paths, instead of what is live on martini.nu.


body
{
    width: 600px;
    font-size: 0.9em;
    font-family: sans;
}

ul
{
    list-style-type: none;
    line-height: 1.5em;
    padding-left: 20px;
}

.date
{
    font-size: 0.6em;
}

.outline
{
    margin-bottom: 30px;
}

.percent
{
    color: blue;
}

.comment, .counts
{
    font-size: 0.7em;
    line-height: 1em;
    padding-top: 2px;
    margin-bottom: 5px;
    font-family: sans;
}

.comment_pre
{  
    font-style: normal;
    font-family: courier;
    white-space: pre;
}

.counts
{
    margin-left: 10px;
}

.counts:before { content: "("; }
.counts:after  { content: ")"; }

.todo
{
    padding-left: 4px;
}

.done
{
    background-color: #f4f4f4;
    color: #777;
    padding-left: 4px;
}

.done:before
{
    font-size: 1.5em;
    color: green;
    content: "\2611  ";
}

.todo:before
{
    font-size: 1.5em;
    color: #777;
    content: "\2610  ";
}

.legend .todo, .legend .done { border: 0 }
.legend
{
    margin-bottom: 30px;
    margin-top: 20px;
}