File: style.css

package info (click to toggle)
durep 0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 80
  • sloc: perl: 2,060; sh: 101; makefile: 23
file content (125 lines) | stat: -rw-r--r-- 1,639 bytes parent folder | download | duplicates (5)
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
a:hover { 
  background-color: #DDDDDD;
}

body {
  text-align: center;
  background-color: #ffffff;
}

div.tbar { 
  text-align: left;
  width: 100%;
  background-color: #EEEEEE;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

div.bbar { 
  text-align: left;
  width: 100%;
  background-color: #EEEEEE;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

div.bbar * { 
  font-size: 90%;
}

div.options { 
  text-align: left;
  margin: 2em;
  background-color: #EEEEEE;
  border: solid 1px #DDDDDD;
}

.light {
  background-color: #ffffff;
 }

.mid {
  background-color: #f6f6f6;
}

.dark {
  background-color: #f0f0f0;
}

.tbar table {
  width: 100%;
  padding-left: 2pt;
  font-weight: bold;
}

.bbar table {
  width: 100%;
  padding-left: 2pt;
}

table.list {
  margin: 2em 0px;
  border: solid 1px #CCCCCC;
  margin-left: auto;
  margin-right: auto;
}

table.list td {
  text-align: left;
  padding: 2px 5px;
}

table.list th {
  text-align: left;
  padding: 2px 5px;
  text-align: left;
  background-color: #DDDDDD;
}

table.report {
  margin: 2em 0px;
  border: solid 1px #CCCCCC;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

table.report td {
  padding: 2px 5px;
}

table.report th {
  padding: 2px 5px;
  text-align: left;
  background-color: #DDDDDD;
}

.graph {
  padding: 0px;
  background-color: #eeeeee;
  width: 200px;
  height: 15px;
}

th.right {
  text-align: right;
}

td.right {
  text-align: right;
}

span.dir { 
  font-weight: bold;
}

span.empty { 
  color: #006600;
  font-weight: bold;
}

span.coalesced { 
  color: #880000;
  font-weight: bold;
}