File: style.css

package info (click to toggle)
liboop 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,120 kB
  • sloc: sh: 11,098; ansic: 2,533; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
BODY { color: black; background-color: white; background-image: none; }
H1 { color: #0000FF; }
H2 { color: #0000BF; }
H3 { color: #00009F; }
H4 { color: #00009F; }
# A:link     { color: #004080; }
# A:visited  { color: #804080; }
.heading { color: #00009F; font-weight: bold; }
.divider { margin-top: 6pt; font-weight: bold; }
.items   { margin-left: 10pt; }

TH { background: lightgrey; font-weight: bold; text-align: center; }
TD { vertical-align: top; }