davical/htdocs/css/browse.css
2006-12-22 09:10:37 +13:00

42 lines
442 B
CSS

/* CSS for browse pages in RSCDS */
tr.header th, td {
padding: 1px 4px;
}
tr.header th {
font-family: Arial Narrow, sans-serif;
background-color: #ABF;
color: black;
}
tr.header a {
color: inherit;
text-decoration:none;
border:0;
}
tr.r0:hover, tr.r1:hover {
background-color:#AADEFF;
}
.r0 {
background-color: white;
}
.r1 {
background-color: #BCF;
}
img.order {
border:0;
}
.right {
text-align:right;
}
.left {
text-align:left;
}