davical/htdocs/css/browse.css
Andrew McMillan f649e1b49d Many changes to get user maintenance basically working, make the layout
all look somewhat nicer, and start to try and work with Mulberry, including
implementing MKCALENDAR and PROPFIND in at least a basic manner.
2006-10-01 20:46:28 +13:00

44 lines
467 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: #a0f0b0;
color: #003010;
}
tr.header a {
color: inherit;
text-decoration:none;
border:0;
}
tr.r0:hover, tr.r1:hover {
background-color:#ffffc0;
}
.r0 {
background-color: #e0fff0;
}
.r1 {
background-color: #c0ffd0;
}
img.order {
border:0;
}
.right {
text-align:right;
}
.left {
text-align:left;
}