File: default.css

package info (click to toggle)
tre 0.7.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,572 kB
  • ctags: 922
  • sloc: ansic: 10,943; sh: 9,502; makefile: 219; python: 36; 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;
}