~ubuntu-branches/ubuntu/maverick/tvtime/maverick

« back to all changes in this revision

Viewing changes to docs/html/tvtime.css

  • Committer: Bazaar Package Importer
  • Author(s): Simon Law
  • Date: 2004-01-13 18:00:36 UTC
  • Revision ID: james.westby@ubuntu.com-20040113180036-h996q67t476jymsu
Tags: upstream-0.9.12
ImportĀ upstreamĀ versionĀ 0.9.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { background: white }
 
2
span.nowrap { white-space: nowrap }
 
3
th.version {
 
4
  background: #7777aa;
 
5
  color: #ffffff;
 
6
  vertical-align: top;
 
7
  text-align: left;
 
8
}
 
9
th.doctable {
 
10
  background: #7777aa;
 
11
  color: #ffffff;
 
12
}
 
13
td.doctable {
 
14
  background: #7777aa;
 
15
  color: #ffffff;
 
16
  font-weight: bold;
 
17
}
 
18
th.docbox {
 
19
  background: #7777aa;
 
20
  color: #ffffff;
 
21
  margin-left: auto;
 
22
  margin-right: auto;
 
23
  border: solid 1px #000000;
 
24
}
 
25
td.docbox {
 
26
  text-align: center;
 
27
  font-weight: bold;
 
28
  border: solid 1px #000000;
 
29
}
 
30
th.docboxleft {
 
31
  background: #7777aa;
 
32
  color: #ffffff;
 
33
  text-align: left;
 
34
  border: solid 1px #000000;
 
35
  padding: 4px;
 
36
}
 
37
td.docentry {
 
38
  border: 1px solid #000000;
 
39
  padding: 4px;
 
40
}
 
41
td.navbar {
 
42
  width: 125px;
 
43
  background: #ddddee;
 
44
  vertical-align: top;
 
45
  text-align: center;
 
46
}
 
47
td.hangspace {
 
48
  width: 24px;
 
49
}
 
50
.bargraph {
 
51
  background: #ddddee;
 
52
  border: 1px solid #7777aa;
 
53
}
 
54
.reason {
 
55
  background: #ddddee;
 
56
  color: #000000;
 
57
  text-align: center;
 
58
  border: solid 1px;
 
59
  width: 90%;
 
60
  margin-left: auto;
 
61
  margin-right: auto;
 
62
}
 
63
table.doclist {
 
64
  border-collapse: collapse;
 
65
  border: 1px solid #000000;
 
66
  margin-left: auto;
 
67
  margin-right: auto;
 
68
  padding: 0px;
 
69
}
 
70
.center { text-align: center }
 
71
img { border: 0 }
 
72
A:link { text-decoration: none }
 
73
A:visited { text-decoration: none }
 
74
A:hover { text-decoration: underline }
 
75
table.centered { margin-left: auto; margin-right: auto; }
 
76
.box {
 
77
  margin-left: auto;
 
78
  margin-right: auto;
 
79
  border: solid 1px #000000;
 
80
}