summaryrefslogtreecommitdiff
path: root/css/reader_iframe.less
blob: ed73ec8482b94971dabb8e1e0b2ad52f34d6326a (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
45
46
47
48
49
50
a {
	color : #007d71;
	text-decoration : none;
}

a:visited {
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #00302c;
	text-decoration: underline;
}

blockquote {
	font-style : italic;
}

big, small {
	font-size : inherit;
}

/* ugly hack: this assumes default prefix used for epube - /books/
 * since CSS is loaded inline, relative urls won't work properly so
 * it's hardcoded for the time being (the alternative is pointing to
 * website root) */

/* fonts below are freely available although license is likely proprietary
 * so i'm not bundling the files */

@font-face {
	font-family: Caecilia;
	src: local('PMN Caecilia 55'), url('/books/lib/fonts/pmn-caecilia-55.ttf') format('truetype');
	font-weight : normal;
}

@font-face {
	font-family: Caecilia;
	src: local('PMN Caecilia 75'), url('/books/lib/fonts/pmn-caecilia-75.ttf') format('truetype');
	font-weight : bold;
}

@font-face {
	font-family: Caecilia;
	src: local('PMN Caecilia 56'), url('/books/lib/fonts/pmn-caecilia-56.ttf') format('truetype');
	font-style : italic;
}

@import "themes.less";