File: tvtime.css

package info (click to toggle)
tvtime 1.0.2-6.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,432 kB
  • ctags: 4,295
  • sloc: ansic: 30,160; sh: 9,509; makefile: 620; pascal: 504; yacc: 316; asm: 249; perl: 192; cpp: 164
file content (80 lines) | stat: -rw-r--r-- 1,475 bytes parent folder | download | duplicates (12)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body { background: white }
span.nowrap { white-space: nowrap }
th.version {
  background: #7777aa;
  color: #ffffff;
  vertical-align: top;
  text-align: left;
}
th.doctable {
  background: #7777aa;
  color: #ffffff;
}
td.doctable {
  background: #7777aa;
  color: #ffffff;
  font-weight: bold;
}
th.docbox {
  background: #7777aa;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000000;
}
td.docbox {
  text-align: center;
  font-weight: bold;
  border: solid 1px #000000;
}
th.docboxleft {
  background: #7777aa;
  color: #ffffff;
  text-align: left;
  border: solid 1px #000000;
  padding: 4px;
}
td.docentry {
  border: 1px solid #000000;
  padding: 4px;
}
td.navbar {
  width: 125px;
  background: #ddddee;
  vertical-align: top;
  text-align: center;
}
td.hangspace {
  width: 24px;
}
.bargraph {
  background: #ddddee;
  border: 1px solid #7777aa;
}
.reason {
  background: #ddddee;
  color: #000000;
  text-align: center;
  border: solid 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
table.doclist {
  border-collapse: collapse;
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.center { text-align: center }
img { border: 0 }
A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: underline }
table.centered { margin-left: auto; margin-right: auto; }
.box {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000000;
}