themes/otl_style2.css
author Mahlon E. Smith <mahlon@martini.nu>
Fri, 24 Jul 2009 07:39:57 -0700
changeset 0 868dae1581ff
permissions -rw-r--r--
Initial commit and migration to Mercurial.

body
{
    font-family: Verdana;
    font-size: 11px;
    background-color: white;
    margin: 30px 30px 100px 30px;
}

.header
{
    font-size: 18px;
    font-weight: bold;
}

.last_mod
{
    display: block;
    border-top: 1px solid #ccc;
    font-style: italic;
    color: #777;
}

.legend {}
.date {}
.time {}

.group
{
    width: 50%;
    min-width: 500px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.timer
{
    position: absolute;
    top: 5;
    right: 10;
    color: #999;
}

.counts
{
    color: #777;
    margin-left: 10px;
    font-weight: normal;
    font-size: 10px;
    font-style: italic;
}

.sort
{   
    margin-bottom: 15px;
    font-weight: bold;
}

.sort a
{   
    font-weight: normal;
    text-decoration: none;
    color: #777;
}

.sort a:hover
{
    color: black;
}

.level0
{
    font-weight: bold;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
}

.level0_over
{
    background-color: #eee;
    cursor: pointer;
    display: block;
}

.level1
{
    display: block;
    margin-left: 20px;
}

.level2
{
    display: block;
    margin-left: 40px;
}

.level3
{
    display: block;
    margin-left: 60px;
}

.level4
{
    display: block;
    margin-left: 80px;
}

.percent
{
    color: #8193c8;
    font-weight: bold;
}

.todo
{
    padding-left: 10px;
    margin-right: 5px;
    border: .5px solid #c88181;
    background-color: #fbf5f5;
}

.done
{
    padding-left: 10px;
    margin-right: 5px;
    border: .5px solid #8193c8;
    background-color: #f5f7fb;
}

.comment
{
    font-style: italic;
    display: block;
}