forked from hummypkg/webif
e15b82fe2d
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1195 2a923420-c742-0410-a762-8d5b09965624
102 lines
1.1 KiB
CSS
102 lines
1.1 KiB
CSS
|
|
html body
|
|
{
|
|
line-height: 1.55em;
|
|
font-family: "Lucida Grande", verdana, lucida, helvetica, sans-serif;
|
|
background-color: #f8f8f8;
|
|
margin: 1em;
|
|
padding: 0;
|
|
font-size: small;
|
|
}
|
|
|
|
html>body
|
|
{
|
|
font-size: small;
|
|
}
|
|
|
|
p.datetime
|
|
{
|
|
font-style: italic;
|
|
}
|
|
|
|
img.progress
|
|
{
|
|
background: transparent url(/img/percentback.png) top left no-repeat;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-position: 1px 0;
|
|
}
|
|
|
|
.va
|
|
{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.hidden
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
div.status
|
|
{
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: none;
|
|
width: 100%;
|
|
background: blue;
|
|
color: white;
|
|
}
|
|
|
|
.blood
|
|
{
|
|
color: #ff4000;
|
|
background: transparent;
|
|
}
|
|
|
|
li.stick
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
li.sticky
|
|
{
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
table.keyval
|
|
{
|
|
position: relative;
|
|
left: -10px;
|
|
}
|
|
|
|
table.keyval th, th.key
|
|
{
|
|
background: #ccff99;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
color: black;
|
|
}
|
|
|
|
table.keyval td
|
|
{
|
|
background: #ffffcc;
|
|
color: black;
|
|
}
|
|
|
|
.also
|
|
{
|
|
font-size: 0.8em;
|
|
font-style: italic;
|
|
color: #333;
|
|
background: transparent;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p.wsn
|
|
{
|
|
white-space: normal;
|
|
}
|
|
|