File: CUnit_doc.css

package info (click to toggle)
cunit 2.1-3-dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,196 kB
  • sloc: sh: 9,860; ansic: 9,503; cpp: 1,270; makefile: 380; perl: 45
file content (38 lines) | stat: -rw-r--r-- 683 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
A:link { color: blue }
A:active { color: blue; font-weight: bold }
A:visited { color: blue }

BODY {
  background: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}

CITE {
  color: maroon;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 105%;
}

P.indent2 { margin-left: +2%; }
P.indent5 { margin-left: +5%; }
P.indent10 { margin-left: +10%; }

B.cite { color: maroon; }

PRE.indent2 { margin-left: +2%; }
PRE.indent5 { margin-left: +5%; }
PRE.indent10 { margin-left: +10%; }

.copyright {
  font-size: 70%;
  font-style: italic;
}

DT.H1 {
  margin-top: +1%;
}