File: docoverview.css

package info (click to toggle)
kraft 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,112 kB
  • sloc: cpp: 28,535; sql: 1,248; perl: 396; xml: 330; python: 101; sh: 92; makefile: 10
file content (91 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (4)
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
81
82
83
84
85
86
87
88
89
90
91

body {
       background-image:url(pics/docoverviewbg.png);
       font-family: 'Source Sans Pro', sans-serif;
}

td {
  vertical-align:top;
}

div {
  padding: 1px;
  color: #898989;
}

a:link {
  text-decoration: none;
  color: #00008b;
}

a:visited {
  text-decoration: none;
  color: #00008b;
}

a:hover {
  color: #00008b;
  text-decoration: none;

}

a:active {
  color: #00008b;
  text-decoration: underline;
}

.headerlink {
  background: #8ddbe9;
}

.headerlink_selected {
  background: #9af0ff;
  font-weight: bold;
}

.bodylink {
  background: #8de99a;
}

.bodylink_selected   {
  background: #9affaa;
  font-weight: bold;
}

.footerlink {
  background: #dbe98d;
}

.footerlink_selected {
  background: #f0ff9a;
  font-weight: bold;
}

.negative {
  color: #800040;
}

.head_selected {

}

.body_selected {

}

.foot_selected {

}

td.baseline {
}

td.itemnums {
}

td.itemtexts {
}

td.prices {
}