FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fullstackpython.com/theme/static/css/epub-book.css at master · MaxCode917/fullstackpython.com · GitHub
MaxCode917
/
fullstackpython.com
Public
forked from
mattmakai/fullstackpython.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
17
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fullstackpython.com
/
theme
/
static
/
css
/
epub-book.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
246 lines (233 loc) · 16 KB
Breadcrumbs
fullstackpython.com
/
theme
/
static
/
css
/
epub-book.css
Copy path
File metadata and controls
246 lines (233 loc) · 16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
main
,
nav
,
section
,
summary
{
display
:
block}
[
hidden
]
,
template
{
display
:
none}
html
{
font-family
:
sans-serif;
-webkit-text-size-adjust
:
100
%
;
-ms-text-size-adjust
:
100
%
}
body
{
margin
:
0
}
a
{
background
:
transparent}
a
:
focus
{
outline
:
thin dotted}
a
:
active
,
a
:
hover
{
outline
:
0
}
h1
{
margin
:
.67
em
0
;
font-size
:
2
em
}
hr
{
height
:
0
;
-moz-box-sizing
:
content-box;
box-sizing
:
content-box}
code
,
kbd
,
pre
,
samp
{
font-family
:
monospace
,
serif;
font-size
:
1
em
}
pre
{
white-space
:
pre-wrap}
img
{
border
:
0
}
legend
{
padding
:
0
;
border
:
0
}
button
,
input
,
select
,
textarea
{
margin
:
0
;
font-family
:
inherit;
font-size
:
100
%
}
button
,
input
{
line-height
:
normal}
button
,
select
{
text-transform
:
none}
button
,
html
input
[
type
=
"button"
]
,
input
[
type
=
"reset"
]
,
input
[
type
=
"submit"
]{
cursor
:
pointer;
-webkit-appearance
:
button}
table
{
border-collapse
:
collapse;
border-spacing
:
0
}
*
,
*
:
before
,
*
:
after
{
-webkit-box-sizing
:
border-box;
-moz-box-sizing
:
border-box;
box-sizing
:
border-box}
*
,
*
:
before
,
*
:
after
{
-webkit-box-sizing
:
border-box;
-moz-box-sizing
:
border-box;
box-sizing
:
border-box}
html
{
font-size
:
62.5
%
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
)}
body
{
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif;
font-size
:
12
px
;
line-height
:
1.428571429
;
color
:
#
777
;
background-color
:
#
eee
;
padding-top
:
0
px
;}
input
,
button
,
select
,
textarea
{
font-family
:
inherit;
font-size
:
inherit;
line-height
:
inherit}
a
{
color
:
#
eb6864
;
text-decoration
:
none}
a
:
hover
,
a
:
focus
{
color
:
#
e22620
;
text-decoration
:
underline}
a
:
focus
{
outline
:
thin dotted;
outline
:
5
px
auto -webkit-focus-ring-color;
outline-offset
:
-2
px
}
img
{
vertical-align
:
middle}
.
img-responsive
{
display
:
block;
height
:
auto;
max-width
:
100
%
}
.
img-rounded
{
border-radius
:
6
px
}
.
img-thumbnail
{
display
:
inline-block;
height
:
auto;
max-width
:
100
%
;
padding
:
4
px
;
line-height
:
1.428571429
;
background-color
:
#
fff
;
border
:
1
px
solid
#
ddd
;
border-radius
:
4
px
;
-webkit-transition
:
all
.2
s
ease-in-out;
transition
:
all
.2
s
ease-in-out}
.
img-circle
{
border-radius
:
50
%
}
hr
{
margin-top
:
21
px
;
margin-bottom
:
21
px
;
border
:
0
;
border-top
:
1
px
solid
#
eee
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.
h1
,
.
h2
,
.
h3
,
.
h4
,
.
h5
,
.
h6
{
font-family
:
"Helvetica Neue"
,
"Arial Narrow Bold"
,
sans-serif;
font-weight
:
500
;
line-height
:
1.1
;
color
:
#
000
}
h1
,
h2
,
h3
{
margin-top
:
32
px
;
margin-bottom
:
6
px
}
h4
,
h5
,
h6
{
margin-top
:
10.5
px
;
margin-bottom
:
10.5
px
}
h1
,
.
h1
{
font-size
:
40
px
}
h2
,
.
h2
{
font-size
:
28
px
}
h3
,
.
h3
{
font-size
:
22
px
}
h4
,
.
h4
{
font-size
:
18
px
}
h5
,
.
h5
{
font-size
:
14
px
}
h6
,
.
h6
{
font-size
:
13
px
}
p
{
margin
:
0
0
10.5
px
}
ul
,
ol
{
margin-top
:
0
;
margin-bottom
:
10.5
px
}
ul
ul
,
ol
ul
,
ul
ol
,
ol
ol
{
margin-bottom
:
0
}
.
list-unstyled
{
padding-left
:
0
;
list-style
:
none}
.
list-inline
{
padding-left
:
0
;
list-style
:
none}
.
list-inline
>
li
{
display
:
inline-block;
padding-right
:
5
px
;
padding-left
:
5
px
}
.
list-inline
>
li
:
first-child
{
padding-left
:
0
}
blockquote
{
padding
:
10.5
px
21
px
;
margin
:
0
0
21
px
;
border-left
:
5
px
solid
#
eee
}
blockquote
p
{
font-size
:
18.75
px
;
font-weight
:
300
;
line-height
:
1.25
}
/*
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}*/
/*pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}*/
.
cn
{
padding-right
:
15
px
;
padding-left
:
15
px
;
margin-right
:
auto;
margin-left
:
auto}
.
cn
:
before
,
.
cn
:
after
{
display
:
table;
content
:
" "
}
.
cn
:
after
{
clear
:
both}
.
row
:
before
,
.
row
:
after
{
display
:
table;
content
:
" "
}
.
row
:
after
{
clear
:
both}
.
c1
,
.
c2
,
.
c3
,
.
c4
,
.
c5
,
.
c6
,
.
c7
,
.
c8
,
.
c9
,
.
c10
,
.
c11
,
.
c12
{
position
:
relative;
min-height
:
1
px
;
padding-right
:
15
px
;
padding-left
:
15
px
}
output
{
display
:
block;
padding-top
:
9
px
;
font-size
:
15
px
;
line-height
:
1.428571429
;
color
:
#
777
;
vertical-align
:
middle}
.
form-control
{
display
:
block;
width
:
100
%
;
height
:
39
px
;
padding
:
8
px
12
px
;
font-size
:
15
px
;
line-height
:
1.428571429
;
color
:
#
777
;
vertical-align
:
middle;
background-color
:
#
fff
;
background-image
:
none;
border
:
1
px
solid
#
ccc
;
border-radius
:
4
px
;
-webkit-box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border-color ease-in-out
.15
s
,
box-shadow ease-in-out
.15
s
;
transition
:
border-color ease-in-out
.15
s
,
box-shadow ease-in-out
.15
s
}
.
form-control
:
focus
{
border-color
:
#
66afe9
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
)
,
0
0
8
px
rgba
(
102
,
175
,
233
,
0.6
);
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
)
,
0
0
8
px
rgba
(
102
,
175
,
233
,
0.6
)}
.
form-control
:
-moz-placeholder
{
color
:
#
999
}
.
form-control
::
-moz-placeholder
{
color
:
#
999
;
opacity
:
1
}
.
form-control
:
-ms-input-placeholder
{
color
:
#
999
}
.
form-control
::
-webkit-input-placeholder
{
color
:
#
999
}
.
form-control
[
disabled
]
,
.
form-control
[
readonly
]
,
fieldset
[
disabled
] .
form-control
{
cursor
:
not-allowed;
background-color
:
#
eee
}
textarea
.
form-control
{
height
:
auto}
.
form-group
{
margin-bottom
:
15
px
}
input
[
type
=
"radio"
][
disabled
]
,
input
[
type
=
"checkbox"
][
disabled
]
,
.
radio
[
disabled
]
,
.
radio-inline
[
disabled
]
,
.
checkbox
[
disabled
]
,
.
checkbox-inline
[
disabled
]
,
fieldset
[
disabled
]
input
[
type
=
"radio"
]
,
fieldset
[
disabled
]
input
[
type
=
"checkbox"
]
,
fieldset
[
disabled
] .
radio
,
fieldset
[
disabled
] .
radio-inline
,
fieldset
[
disabled
] .
checkbox
,
fieldset
[
disabled
] .
checkbox-inline
{
cursor
:
not-allowed}
.
btn
{
display
:
inline-block;
padding
:
8
px
12
px
;
margin-bottom
:
0
;
font-size
:
15
px
;
font-weight
:
normal;
line-height
:
1.428571429
;
text-align
:
center;
white-space
:
nowrap;
vertical-align
:
middle;
cursor
:
pointer;
background-image
:
none;
border
:
1
px
solid transparent;
border-radius
:
4
px
;
-webkit-user-select
:
none;
-moz-user-select
:
none;
-ms-user-select
:
none;
-o-user-select
:
none;
user-select
:
none}
.
btn
:
focus
{
outline
:
thin dotted;
outline
:
5
px
auto -webkit-focus-ring-color;
outline-offset
:
-2
px
}
.
btn
:
hover
,
.
btn
:
focus
{
color
:
#
fff
;
text-decoration
:
none}
.
btn
:
active
,
.
btn
.
active
{
background-image
:
none;
outline
:
0
;
-webkit-box-shadow
:
inset
0
3
px
5
px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3
px
5
px
rgba
(
0
,
0
,
0
,
0.125
)}
.
btn-primary
{
color
:
#
fff
;
background-color
:
#
eb6864
;
border-color
:
#
eb6864
}
.
btn-primary
:
hover
,
.
btn-primary
:
focus
,
.
btn-primary
:
active
,
.
btn-primary
.
active
,
.
open
.
dropdown-toggle
.
btn-primary
{
color
:
#
fff
;
background-color
:
#
e64540
;
border-color
:
#
e4332e
}
.
btn-primary
:
active
,
.
btn-primary
.
active
,
.
open
.
dropdown-toggle
.
btn-primary
{
background-image
:
none}
.
btn-primary
.
disabled
,
.
btn-primary
[
disabled
]
,
fieldset
[
disabled
] .
btn-primary
,
.
btn-primary
.
disabled
:
hover
,
.
btn-primary
[
disabled
]
:
hover
,
fieldset
[
disabled
] .
btn-primary
:
hover
,
.
btn-primary
.
disabled
:
focus
,
.
btn-primary
[
disabled
]
:
focus
,
fieldset
[
disabled
] .
btn-primary
:
focus
,
.
btn-primary
.
disabled
:
active
,
.
btn-primary
[
disabled
]
:
active
,
fieldset
[
disabled
] .
btn-primary
:
active
,
.
btn-primary
.
disabled
.
active
,
.
btn-primary
[
disabled
].
active
,
fieldset
[
disabled
] .
btn-primary
.
active
{
background-color
:
#
eb6864
;
border-color
:
#
eb6864
}
.
btn-success
{
color
:
#
fff
;
background-color
:
#
22b24c
;
border-color
:
#
22b24c
}
.
btn-success
:
hover
,
.
btn-success
:
focus
,
.
btn-success
:
active
,
.
btn-success
.
active
,
.
open
.
dropdown-toggle
.
btn-success
{
color
:
#
fff
;
background-color
:
#
1b903d
;
border-color
:
#
187f36
}
.
btn-success
:
active
,
.
btn-success
.
active
,
.
open
.
dropdown-toggle
.
btn-success
{
background-image
:
none}
.
btn-success
.
disabled
,
.
btn-success
[
disabled
]
,
fieldset
[
disabled
] .
btn-success
,
.
btn-success
.
disabled
:
hover
,
.
btn-success
[
disabled
]
:
hover
,
fieldset
[
disabled
] .
btn-success
:
hover
,
.
btn-success
.
disabled
:
focus
,
.
btn-success
[
disabled
]
:
focus
,
fieldset
[
disabled
] .
btn-success
:
focus
,
.
btn-success
.
disabled
:
active
,
.
btn-success
[
disabled
]
:
active
,
fieldset
[
disabled
] .
btn-success
:
active
,
.
btn-success
.
disabled
.
active
,
.
btn-success
[
disabled
].
active
,
fieldset
[
disabled
] .
btn-success
.
active
{
background-color
:
#
22b24c
;
border-color
:
#
22b24c
}
label
{
display
:
inline-block;
margin-bottom
:
5
px
;
font-weight
:
bold}
.
btn-lg
{
padding
:
14
px
16
px
;
font-size
:
19
px
;
line-height
:
1.33
;
border-radius
:
6
px
}
.
btn-block
{
display
:
block;
width
:
100
%
;
padding-right
:
0
;
padding-left
:
0
}
.
btn-block
+
.
btn-block
{
margin-top
:
5
px
}
input
[
type
=
"submit"
].
btn-block
,
input
[
type
=
"reset"
].
btn-block
,
input
[
type
=
"button"
].
btn-block
{
width
:
100
%
}
.
lg
{
padding-left
:
0
;
margin-bottom
:
20
px
}
.
lgi
{
position
:
relative;
display
:
block;
padding
:
10
px
15
px
;
margin-bottom
:
-1
px
;
background-color
:
#
fff
;
border
:
1
px
solid
#
ddd
}
.
lgi
:
first-child
{
border-top-right-radius
:
4
px
;
border-top-left-radius
:
4
px
}
.
lgi
:
last-child
{
margin-bottom
:
0
;
border-bottom-right-radius
:
4
px
;
border-bottom-left-radius
:
4
px
}
.
lgi
>
.
badge
{
float
:
right}
.
lgi
>
.
badge
+
.
badge
{
margin-right
:
5
px
}
a
.
lgi
{
color
:
#
555
}
a
.
lgi
.
lgi-heading
{
color
:
#
333
}
a
.
lgi
:
hover
,
a
.
lgi
:
focus
{
text-decoration
:
none;
background-color
:
#
f5f5f5
}
a
.
lgi
.
active
,
a
.
lgi
.
active
:
hover
,
a
.
lgi
.
active
:
focus
{
z-index
:
2
;
color
:
#
fff
;
background-color
:
#
eb6864
;
border-color
:
#
eb6864
}
a
.
lgi
.
active
.
lgi-heading
,
a
.
lgi
.
active
:
hover
.
lgi-heading
,
a
.
lgi
.
active
:
focus
.
lgi-heading
{
color
:
inherit}
a
.
lgi
.
active
.
lgi-text
,
a
.
lgi
.
active
:
hover
.
lgi-text
,
a
.
lgi
.
active
:
focus
.
lgi-text
{
color
:
#
fff
}
.
lgi-heading
{
margin-top
:
0
;
margin-bottom
:
5
px
}
.
lgi-text
{
margin-bottom
:
0
;
line-height
:
1.3
}
.
pn
{
margin-bottom
:
21
px
;
background-color
:
#
fff
;
border
:
1
px
solid transparent;
border-radius
:
4
px
;
-webkit-box-shadow
:
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
)}
.
pnb
{
padding
:
15
px
}
.
pnb
:
before
,
.
pnb
:
after
{
display
:
table;
content
:
" "
}
.
pnb
:
after
{
clear
:
both}
.
pn
>
.
lg
{
margin-bottom
:
0
}
.
pn
>
.
lg
.
lgi
{
border-width
:
1
px
0
}
.
pn
>
.
lg
.
lgi
:
first-child
{
border-top-right-radius
:
0
;
border-top-left-radius
:
0
}
.
pn
>
.
lg
.
lgi
:
last-child
{
border-bottom
:
0
}
.
pnh
+
.
lg
.
lgi
:
first-child
{
border-top-width
:
0
}
.
pn
>
.
table
,
.
pn
>
.
table-responsive
>
.
table
{
margin-bottom
:
0
}
.
pn
>
.
pnb
+
.
table
,
.
pn
>
.
pnb
+
.
table-responsive
{
border-top
:
1
px
solid
#
ddd
}
.
pn
>
.
table
>
tbody
:
first-child
th
,
.
pn
>
.
table
>
tbody
:
first-child
td
{
border-top
:
0
}
.
pn
>
.
table-bordered
,
.
pn
>
.
table-responsive
>
.
table-bordered
{
border
:
0
}
.
pn
>
.
table-bordered
>
thead
>
tr
>
th
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
>
th
:
first-child
,
.
pn
>
.
table-bordered
>
tbody
>
tr
>
th
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
>
th
:
first-child
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
>
th
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
>
th
:
first-child
,
.
pn
>
.
table-bordered
>
thead
>
tr
>
td
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
>
td
:
first-child
,
.
pn
>
.
table-bordered
>
tbody
>
tr
>
td
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
>
td
:
first-child
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
>
td
:
first-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
>
td
:
first-child
{
border-left
:
0
}
.
pn
>
.
table-bordered
>
thead
>
tr
>
th
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
>
th
:
last-child
,
.
pn
>
.
table-bordered
>
tbody
>
tr
>
th
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
>
th
:
last-child
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
>
th
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
>
th
:
last-child
,
.
pn
>
.
table-bordered
>
thead
>
tr
>
td
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
>
td
:
last-child
,
.
pn
>
.
table-bordered
>
tbody
>
tr
>
td
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
>
td
:
last-child
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
>
td
:
last-child
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
>
td
:
last-child
{
border-right
:
0
}
.
pn
>
.
table-bordered
>
thead
>
tr
:
last-child
>
th
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
:
last-child
>
th
,
.
pn
>
.
table-bordered
>
tbody
>
tr
:
last-child
>
th
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
:
last-child
>
th
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
:
last-child
>
th
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
:
last-child
>
th
,
.
pn
>
.
table-bordered
>
thead
>
tr
:
last-child
>
td
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
thead
>
tr
:
last-child
>
td
,
.
pn
>
.
table-bordered
>
tbody
>
tr
:
last-child
>
td
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tbody
>
tr
:
last-child
>
td
,
.
pn
>
.
table-bordered
>
tfoot
>
tr
:
last-child
>
td
,
.
pn
>
.
table-responsive
>
.
table-bordered
>
tfoot
>
tr
:
last-child
>
td
{
border-bottom
:
0
}
.
pn
>
.
table-responsive
{
margin-bottom
:
0
;
border
:
0
}
.
pnh
{
padding
:
10
px
15
px
;
border-bottom
:
1
px
solid transparent;
border-top-right-radius
:
3
px
;
border-top-left-radius
:
3
px
}
.
nel-title
{
margin-top
:
0
;
margin-bottom
:
0
;
font-size
:
17
px
;
color
:
inherit}
.
pn-title
>
a
{
color
:
inherit}
.
pn-footer
{
padding
:
10
px
15
px
;
background-color
:
#
f5f5f5
;
border-top
:
1
px
solid
#
ddd
;
border-bottom-right-radius
:
3
px
;
border-bottom-left-radius
:
3
px
}
.
pn-group
.
pn
{
margin-bottom
:
0
;
overflow
:
hidden;
border-radius
:
4
px
}
.
pn-group
.
pn
+
.
pn
{
margin-top
:
5
px
}
.
pn-group
.
pnh
{
border-bottom
:
0
}
.
pn-group
.
pnh
+
.
pn-collapse
.
pnb
{
border-top
:
1
px
solid
#
ddd
}
.
pn-group
.
pn-footer
{
border-top
:
0
}
.
pn-group
.
pn-footer
+
.
pn-collapse
.
pnb
{
border-bottom
:
1
px
solid
#
ddd
}
.
pn-success
{
border-color
:
#
22b24c
}
.
pn-success
>
.
pnh
{
color
:
#
468847
;
background-color
:
#
22b24c
;
border-color
:
#
22b24c
}
.
pn-success
>
.
pnh
+
.
pn-collapse
.
pnb
{
border-top-color
:
#
22b24c
}
.
pn-success
>
.
pn-footer
+
.
pn-collapse
.
pnb
{
border-bottom-color
:
#
22b24c
}
.
well
{
min-height
:
20
px
;
padding
:
19
px
;
margin-bottom
:
20
px
;
background-color
:
#
f5f5f5
;
border
:
1
px
solid
#
e3e3e3
;
border-radius
:
4
px
;
-webkit-box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
)}
.
well
blockquote
{
border-color
:
#
ddd
;
border-color
:
rgba
(
0
,
0
,
0
,
0.15
)}
.
clearfix
:
before
,
.
clearfix
:
after
{
display
:
table;
content
:
" "
}
.
clearfix
:
after
{
clear
:
both}
.
center-block
{
display
:
block;
margin-right
:
auto;
margin-left
:
auto}
.
pull-right
{
float
:
right}
.
pull-left
{
float
:
left}
.
invisible
{
visibility
:
hidden}
table
.
hidden-md
{
display
:
table}
html
,
body
{
font-size
:
18
px
;
color
:
#
222
;
background
:
#
fefefe
}
.
footer
{
padding
:
20
px
0
30
px
0
}
a
,
a
:
hover
{
border-bottom
:
1
px
dotted;
color
:
#
444
}
a
:
hover
{
text-decoration
:
none;
color
:
#
000
}
.
logo-title
a
,
.
logo-title
a
:
hover
{
font-size
:
72
px
;
font-weight
:
normal;
letter-spacing
:
.03
em
;
vertical-align
:
middle;
margin-left
:
5
px
;
color
:
#
000
;
text-decoration
:
none;
border-bottom
:
none;
font-family
:
"Helvetica Neue"
,
sans-serif;
line-height
:
.9
em
}
.
logo-title
a
:
hover
{
color
:
#
808080
}
.
logo-image
{
vertical-align
:
middle;
border
:
none}
.
logo-header-section
{
margin
:
15
px
0
15
px
0
}
a
.
lgi
.
active
{
background
:
#
444
;
border
:
1
px
solid
#
222
}
a
.
lgi
.
active
:
hover
{
background
:
#
444
;
border
:
1
px
solid
#
222
}
#
sidebar
{
margin-top
:
30
px
}
.
select-next
{
min-height
:
260
px
}
.
choose-btn
{
font-size
:
1.1
em
;
margin
:
10
px
0
0
0
}
.
choose-next
{
border
:
1
px
solid
#
000
;
background-color
:
#
444
;
margin-left
:
25
px
;
color
:
#
ddd
}
.
choose-next
a
{
color
:
#
eee
}
.
btn-full
{
width
:
100
%
;
box-shadow
:
1
px
2
px
1
px
#
222
;
padding-bottom
:
4
px
;}
p
.
under-btn
{
text-align
:
left;
margin-top
:
20
px
}
h3
.
pnh
{
margin
:
5
px
0
0
0
;
font-size
:
26
px
;
color
:
#
fff
}
.
smaller-item
{
font-size
:
.8
em
;
padding
:
5
px
0
5
px
10
px
}
.
see-also
{
margin-top
:
20
px
;
background
:
#
22B24C
;
color
:
#
eee
;}
.
see-also
a
{
color
:
#
fff
;}
h4
.
toc-subsection
{
padding-left
:
25
px
;
margin-bottom
:
3
px
;
margin-top
:
15
px
;}
h4
.
toc-more-subsection
{
padding-left
:
38
px
;
margin-bottom
:
2
px
;
margin-top
:
15
px
;}
.
indent
{
margin-left
:
25
px
;
padding-bottom
:
1
px
;}
.
subsection
{
font-family
:
"Helvetica Neue"
,
"Arial Narrow Bold"
,
sans-serif;
margin-left
:
56
px
;
padding-bottom
:
1
px
;}
.
coming-soon
{
color
:
#
999
;}
.
more-subsection
{
margin-left
:
78
px
;
padding-bottom
:
1
px
;}
.
toc-indent
{
padding-left
:
25
px
;
padding-bottom
:
1
px
;
font-family
:
"Helvetica Neue"
,
"Arial Narrow Bold"
,
sans-serif;}
.
toc-indent-link
{
margin-left
:
25
px
;
padding-bottom
:
1
px
;}
.
toc-subsection-link
{
margin-left
:
56
px
;
padding-bottom
:
1
px
;}
.
toc-indent-subsection
{
padding-left
:
55
px
;
padding-bottom
:
1
px
;}
.
toc-more-indent
{
padding-left
:
37
px
;
padding-bottom
:
1
px
;}
p
.
banner
{
font-family
:
"Helvetica Neue"
,
"Arial Narrow Bold"
,
sans-serif;
font-weight
:
500
;
line-height
:
1.1
;
color
:
#
fff
;
font-size
:
22
px
;
margin
:
16
px
66
px
0
0
;}
.
subnav
{
font-family
:
'Helvetica Neue'
,
'Arial Narrow Bold'
,
sans-serif;}
a
.
submenu-item-first
{
margin-right
:
12
px
;}
a
.
submenu-item
{
margin-left
:
12
px
;
margin-right
:
12
px
;}
h1
.
blog-h1
{
font-size
:
36
px
;}
.
post-byline
{
font-size
:
12
px
;
color
:
#
666
;
margin-bottom
:
10
px
;}
@page
{
@top
{
text-align
:
right;
font-size
:
9
pt
;
content
:
"The Full Stack Python Guide to Deployments: September 2016 Edition"
}
@bottom
{
text-align
:
right;
font-size
:
9
pt
;
content
:
counter
(page) }
margin
:
0.9
in
;
size
:
A4;
}
@page
:
first {
width
:
100
%
;
margin
:
0
px
;
padding
:
0
px
;
size
:
A4;
@top
{
content
:
""
}
@bottom
{
content
:
""
}
}
ol
.
toc
a
::
after
{
content
:
leader
(
'.'
)
target-counter
(
attr
(href)
,
page);
}
div
.
chapter
{
page
:
standard;
prince-page-group
:
start;
}
body
{
font-family
:
"Georgia"
;
/* "Avenir Next"; */
font-size
:
12
px
;
}
ol
.
toc
li
a
{
border-bottom
:
none;
}
ol
.
toc
{
list-style-type
:
none;
margin-left
:
10
px
;
}
ul
.
toc2
{
list-style-type
:
none;
margin-left
:
18
px
;
}
pre
{
font-size
:
7
px
;
}
pre
.
highlight-line
{
background-color
:
#
ffff00
;
}
img
.
chapter-cover
{
margin
:
0
;
padding
:
0
;
width
:
100
%
;
}
img
.
shot
{
width
:
100
%
;
margin
:
6
px
0
6
px
0
;
}
Back
|
FazBrowse Home
|
New Git URL