File: acmdoc-styles.css

package info (click to toggle)
acm 6.0%2B20200416-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,972 kB
  • sloc: ansic: 49,164; tcl: 941; makefile: 644; sh: 594
file content (37 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (3)
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
BODY {
	line-height: 1.5em;
}
H2 {
	margin-top: 2.0em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	font-family: sans-serif;
	color: rgb(120,120,120);
	border-bottom-color: rgb(192,192,192);
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
}

H3 {
	margin-top: 1.5em;
	margin-bottom: 0.0em;
	padding-bottom: 0.0em;
	font-family: sans-serif;
	color: rgb(120,120,120);
}
P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
LI {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
DT {
	margin-top: 1.5em;
}
DD {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}