forked from reeze/tipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportable.css
154 lines (127 loc) · 1.95 KB
/
portable.css
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
body {
color: #222;
margin: 0;
padding: 0;
font: 14px Helvetica, Arial, sans-serif;
line-height: 1.7em;
}
a {
color: #1299DA;
}
.page {
width: 100%;
}
.pdf {
padding: 60px;
margin-top: 5em;
}
#portable-cover {
background: url(../images/bg.png) left top repeat-x;
}
h1 {
font-size: 1.6em;
color: #006ea3;
margin-top: 5em;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #ccc;
padding: 5px 0;
padding-top: 20px;
}
h1 {
margin-top: 15em;
color: #006ea3;
border-bottom: 1px solid #999;
padding-top: 25px;
}
pre {
margin: 10px 0;
font-family: 13px "Bitstream Vera Sans Mono","DejaVu Sans Mono","Courier New",monospace;
white-space: pre-wrap;
word-wrap:break-word;
border: 1px solid #ddd;
border-width: 1px 0;
background-color: #efefef;
padding: 10px;
line-height: 1.2em;
}
#portable pre .me1,
#portable pre .me2,
#portable pre .br0
{
color: #222;
}
#portable .st0 {color: #33B103}
p {
text-indent: 2em;
}
#portable-header {
margin:0;
padding:0;
}
#portable-header #header {
margin-top: -3px;
margin-right: -1px;
text-align: right;
font-size: 0.8em;
}
#portable-header a {
display: block;
text-decoration: none;
color: #fff;
background-color: #333;
border-bottom: 1px solid #ccc;
padding: 5px;
}
#portable-header a span {
color: #999;
margin-left: 5px;
}
/* Cover */
#cover {
margin-top: 200px;
background-color: #343434;
color: #fff;
padding: 70px;
margin-bottom: 50px;
}
#cover h1 {
border: 0;
margin: 10px 0;
font-size: 2.5em;
color: #a3d3ff;
}
#cover p {
text-indent: 0;
font-size: 2em;
font-family: Verdana;
}
#cover p span {
font-size: 0.6em;
color: #777;
margin-left: 10px;
}
#cover-extra {
text-align: right;
}
#cover-authors ul {
list-style: none;
text-align: right;
margin-right: 70px;
}
#cover h1 span {
font-size: 0.7em;
color: #444;
}
#cover-author {
text-align: right;
}
.page-break {
page-break-before: always;
}
.book-img {
text-align: center;
}
.book-img img {
max-width: 720px;
}