30 lines
462 B
CSS
30 lines
462 B
CSS
.catbg, tr.catbg td
|
|
{
|
|
background-color: #6d92aa;
|
|
color: #ffffff;
|
|
}
|
|
.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited
|
|
{
|
|
background-color: #b6dbff;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
.windowbg, tr.windowbg td
|
|
{
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
.windowbg2, tr.windowbg2 td
|
|
{
|
|
background-color: #c0c0c0;
|
|
color: #000000;
|
|
}
|
|
.new, a:link.new, a:visited.new
|
|
{
|
|
background-color: #2f2fc0;
|
|
color: #ffffff;
|
|
}
|
|
.updated
|
|
{
|
|
color: #ff0000;
|
|
} |