-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaperight-editions.css
More file actions
83 lines (67 loc) · 1.65 KB
/
paperight-editions.css
File metadata and controls
83 lines (67 loc) · 1.65 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
@charset "utf-8";
/* Paperight editions typography
* Author: Arthur Attwell arthur@paperight.com
* Updated: 2 Oct 2012 */
@font-face {
font-family: LinuxLibertine;
font-style: normal;
font-weight: normal;
src:url(http://media.paperight.com/fonts/linux-libertine/LinLibertine_Re-4.1.8.ttf);
}
@font-face {
font-family: LinuxLibertine;
font-style: italic;
font-weight: normal;
src:url(http://media.paperight.com/fonts/linux-libertine/LinLibertine_It-4.0.3.otf);
}
@font-face {
font-family: LinuxLibertine;
font-style: normal;
font-weight: bold;
src:url(http://media.paperight.com/fonts/linux-libertine/LinLibertine_Bd-4.0.2.otf);
}
@font-face {
font-family: LinuxLibertine;
font-style: italic;
font-weight: bold;
src:url(http://media.paperight.com/fonts/linux-libertine/LinLibertine_BI-4.0.3.otf);
}
@page { margin: 5pt 5pt 5pt 5pt }
body {
font-family: "LinuxLibertine", "Droid Serif", serif;}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 1.5em 0 0.5em 0;}
h1 {
font-size: 3em;
page-break-before: always;
text-align: centre;}
h2 {
font-size: 2em;
page-break-before: always;}
p {
margin: 0;
text-indent: 1em;
line-height: 130%;}
p.intro {
font-size: 1.3em;
margin-top: 1em;
text-indent: 0;}
p.first {
margin-top: 1em;
text-indent: 0;}
p.author-name {
text-align: center;
font-variant: small-caps;}
a {
color: inherit;
text-decoration: none;}
img {
margin: 1em 0 1em 0;}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}