File: browse.css

package info (click to toggle)
davical 1.1.12-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: php: 19,361; sql: 4,514; perl: 3,524; sh: 554; javascript: 162; makefile: 85
file content (45 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* CSS for browse pages in DAViCal */

tr.header th, td {
padding: 1px 4px;
}

tr.header th {
font-family: Arial Narrow, sans-serif;
background-color: #CDF;
color: black;
}

tr.header a {
color: inherit;
text-decoration:none;
border:0;
}

tr.r0:hover, tr.r1:hover {
background-color:#AADEFF;
}

tr.r0 {
background-color: white;
}

tr.r1 {
background-color: #DEF;
}

img.order {
border:0;
}

.right {
text-align:right;
}

.left {
text-align:left;
}

#browser h2 {
  margin: 0.8em 0 0.1em;
}