90 lines
929 B
CSS
90 lines
929 B
CSS
|
|
body
|
|
{
|
|
margin: 0px;
|
|
margin-left: 12em;
|
|
padding: 1em;
|
|
}
|
|
|
|
div.nav
|
|
{
|
|
position: absolute;
|
|
top: 1em;
|
|
left: 1em;
|
|
width: 11em;
|
|
}
|
|
|
|
table.cal
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-style: outset;
|
|
border-width: 1px;
|
|
}
|
|
|
|
td.cal
|
|
{
|
|
margin: 0px;
|
|
padding: 2px;
|
|
padding-bottom: 2px;
|
|
border-style: inset;
|
|
border-width: 1px;
|
|
font-size: smaller;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
table.stat
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
td.statbar
|
|
{
|
|
padding-left: 5px;
|
|
}
|
|
|
|
td.stat
|
|
{
|
|
text-align: center;
|
|
font-size: smaller;
|
|
width: 35;
|
|
}
|
|
|
|
.hideable
|
|
{
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
display: block;
|
|
}
|
|
|
|
a.rptlink
|
|
{
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: #33C;
|
|
}
|
|
|
|
a.rptlink:hover { color: #666; }
|
|
|
|
a.switch
|
|
{
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
a.switch:hover { color: #666; }
|
|
|
|
a.nav_link
|
|
{
|
|
display: block;
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
a.nav_link:hover
|
|
{
|
|
color: #666;
|
|
}
|