summaryrefslogtreecommitdiff
path: root/css/readability-print.css
blob: 855e8276843d2e64405f3b85f04347888f1c78fb (plain)
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
39
40
41
42
43
44
#readInner {
	width: 100% !important;
}
#readTools {
	display: none;	
}

/* ------ Size Options ------- */

.size-small {
	font-size: 12px;
}
.size-medium {
	font-size: 18px;	
}
.size-large {
	font-size: 26px;
}
.size-x-large {
	font-size: 34px;
}

/* ------ Style Options ------- */

.style-novel {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.style-ebook {
	font-family: Arial, Helvetica, sans-serif;
}
.style-ebook h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
}
.style-newspaper {
	font-family: "Times New Roman", Times, serif;
}
.style-newspaper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
.style-terminal {
	font-family: "Lucida Console", Monaco, monospace;
}