mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-31 01:13:34 +00:00
all look somewhat nicer, and start to try and work with Mulberry, including implementing MKCALENDAR and PROPFIND in at least a basic manner.
44 lines
467 B
CSS
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;
|
|
}
|
|
|
|
|