File: default.css

package info (click to toggle)
tre 0.8.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,456 kB
  • ctags: 876
  • sloc: sh: 10,041; ansic: 9,887; makefile: 231; python: 44; sed: 16
file content (35 lines) | stat: -rw-r--r-- 376 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

a:link {
  color: #454892;
}
a:visited {
  color: #665556;
}
p {
  text-align: justify;
}
font.type {
  color: #107020;
}
font.func {
  color: #1010a0;
}
font.arg {
  color: #906000;
}
font.qual {
  color: #501050;
}
tr.title {
  background: #cbc5b8;
}
tr.even {
  background: #dbdbdb;
}
tr.odd {
  background: #ebebee;
}
div.code {
  background: #e0e0f0;
  padding: 10px;
}