File: epub.css

package info (click to toggle)
scons 4.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,180 kB
  • sloc: xml: 202,012; python: 137,621; javascript: 4,670; sh: 1,049; perl: 493; ruby: 229; makefile: 213; ansic: 188; java: 139; f90: 108; cpp: 71; yacc: 39; lex: 10; fortran: 3
file content (33 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (12)
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
/* This defines styles and classes used in the book */
body { }
code { font-family: monospace; }
h1, h2, h3, h4, h5, h6 { text-align: center; margin-bottom:2em;}
h1.title { }
h2.author { }
p{
	padding:0;
	margin:0;
	text-indent:2em;
}
blockquote{
	margin-left:3em;
	margin-right:3em;
}
.caption{
	text-align:center;
	font-style:italic;
	margin-bottom:1em;
	margin-top:.2em;
	font-size:.8em;
}
blockquote > p{
	text-indent:0;
	margin-bottom:1em;
}
img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top:1em;
}