tipman/main.css
Josh Holtrop a6ccd8cd1f initial import
git-svn-id: svn://anubis/tipman@1 ce01c143-e732-0410-ac0e-c064f6e6c7ef
2007-06-15 00:53:46 +00:00

81 lines
822 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.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;
}