forked from hummypkg/webif
57b78c4c0d
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1173 2a923420-c742-0410-a762-8d5b09965624
40 lines
340 B
CSS
40 lines
340 B
CSS
|
|
.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;
|
|
}
|
|
|