styles/theme1.css
author Mahlon E. Smith <mahlon@martini.nu>
Fri, 24 Jul 2009 07:49:06 -0700
changeset 1 1ae1a79094fa
child 3 1b5eb968d2c4
permissions -rw-r--r--
ModPerl2 update. This code was actually released (before it was in a repo) in February of 2005.


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;
}

.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;
}