FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fullstackpython.com/theme/templates/css/article.html at master · optionalg/fullstackpython.com · GitHub
optionalg
/
fullstackpython.com
Public
forked from
mattmakai/fullstackpython.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
fullstackpython.com
/
theme
/
templates
/
css
/
article.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (61 loc) · 5.13 KB
Breadcrumbs
fullstackpython.com
/
theme
/
templates
/
css
/
article.html
Copy path
File metadata and controls
61 lines (61 loc) · 5.13 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
{% raw %}
<
style
>
*
,
*
:
before
,
*
:
after
{
box-sizing
:
border-box}
html
{
-webkit-text-size-adjust
:
100
%
;
-ms-text-size-adjust
:
100
%
;
font-size
:
18
px
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
)
,
color:#222;
background
:
#
fefefe
}
body
{
margin
:
0
;
font
:
18
px
Georgia
,
serif;
line-height
:
1.4
;
color
:
#
222
;
padding
:
0
0
}
img
{
border
:
0
;
vertical-align
:
middle}
.
img-rounded
{
border-radius
:
6
px
}
hr
{
height
:
0
;
box-sizing
:
content-box;
margin
:
21
px
0
21
px
0
;
border
:
0
;
border-top
:
1
px
solid
#
eee
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
"Helvetica Neue"
,
sans-serif;
font-weight
:
500
;
line-height
:
1.1
;
color
:
#
000
}
h1
,
h2
,
h3
{
margin
:
32
px
0
6
px
}
h4
,
h5
,
h6
{
margin
:
11
px
0
11
px
0
}
h1
{
font-size
:
40
px
}
h2
{
font-size
:
28
px
}
h3
{
font-size
:
22
px
}
h4
,
h5
,
h6
{
font-size
:
18
px
}
p
{
margin
:
0
0
12
px
}
ul
,
ol
{
margin-top
:
0
;
margin-bottom
:
10
px
}
code
,
pre
{
font
:
1
em
Menlo
,
"Courier New"
,
monospace}
code
{
padding
:
2
px
4
px
;
font-size
:
90
%
;
color
:
#
c7254e
;
white-space
:
nowrap;
background-color
:
#
f9f2f4
;
border-radius
:
4
px
}
pre
{
white-space
:
pre-wrap;
display
:
block;
padding
:
10
px
;
margin
:
0
0
11
px
;
font-size
:
14
px
;
line-height
:
1.4
;
color
:
#
333
;
word-break
:
break-all;
word-wrap
:
break-word;
background-color
:
#
f5f5f5
;
border
:
1
px
solid
#
ccc
;
border-radius
:
4
px
}
.
container
{
padding
:
0
15
px
0
15
px
;
margin-right
:
auto;
margin-left
:
auto}
.
container
:
before
,
.
container
:
after
{
display
:
table;
content
:
" "
}
.
container
:
after
{
clear
:
both}
.
row
:
before
,
.
row
:
after
{
display
:
table;
content
:
" "
}
.
row
:
after
{
clear
:
both}
.
col-md-3
,
.
col-md-9
,
.
col-md-12
{
position
:
relative;
min-height
:
1
px
;
padding
:
0
15
px
0
15
px
}
@media
(
min-width
:
750
px
){.
container
{
width
:
730
px
}}
@media
(
min-width
:
768
px
){.
container
{
width
:
750
px
}}
@media
(
min-width
:
940
px
){.
container
{
width
:
920
px
}}
@media
(
min-width
:
1140
px
){.
container
{
width
:
1120
px
}}.
row
{
margin-right
:
-15
px
;
margin-left
:
-15
px
}
@media
(
min-width
:
768
px
){.
col-md-3
,
.
col-md-9
,
.
col-md-12
{
float
:
left} .
col-md-12
{
width
:
100
%
} .
col-md-9
{
width
:
75
%
} .
col-md-3
{
width
:
25
%
}}
.
form-control
{
display
:
block;
width
:
100
%
;
height
:
39
px
;
padding
:
8
px
12
px
;
font-size
:
14
px
;
color
:
#
777
;
vertical-align
:
middle;
background-color
:
#
fff
;
background-image
:
none;
border
:
1
px
solid
#
ccc
;
border-radius
:
4
px
;
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
);
transition
:
border-color ease-in-out
.15
s
,
box-shadow ease-in-out
.15
s
}
.
form-control
:
focus
{
border-color
:
#
66afe9
;
outline
:
0
;
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.075
)
,
0
0
8
px
rgba
(
102
,
175
,
233
,
0.6
)}
.
btn
{
display
:
inline-block;
padding
:
8
px
12
px
;
margin-bottom
:
0
;
font-size
:
15
px
;
font-weight
:
normal;
line-height
:
1.4
;
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;
color
:
#
fff
;
background-color
:
#
22b24c
;
border-color
:
#
22b24c
}
.
btn
:
active
,
.
btn
.
active
{
background-image
:
none;
outline
:
0
;
box-shadow
:
inset
0
3
px
5
px
rgba
(
0
,
0
,
0
,
0.125
)}
.
list-group
{
padding-left
:
0
;
margin-bottom
:
20
px
}
.
list-group-item
{
position
:
relative;
display
:
block;
padding
:
10
px
15
px
;
margin-bottom
:
-1
px
;
background-color
:
#
fff
;
border
:
1
px
solid
#
ddd
}
.
list-group-item
:
first-child
{
border-top-right-radius
:
4
px
;
border-top-left-radius
:
4
px
}
.
list-group-item
:
last-child
{
margin-bottom
:
0
;
border-bottom-right-radius
:
4
px
;
border-bottom-left-radius
:
4
px
}
a
.
list-group-item
{
color
:
#
333
}
a
.
list-group-item
:
hover
,
a
.
list-group-item
:
focus
{
text-decoration
:
none;
background-color
:
#
f5f5f5
}
.
panel
{
margin-bottom
:
21
px
;
background-color
:
#
fff
;
border
:
1
px
solid transparent;
border-radius
:
4
px
;
box-shadow
:
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
);
border-color
:
#
22b24c
}
.
panel
>
.
list-group
{
margin-bottom
:
0
}
.
panel
>
.
list-group
.
list-group-item
{
border-width
:
1
px
0
}
.
panel
>
.
list-group
.
list-group-item
:
first-child
{
border-top-right-radius
:
0
;
border-top-left-radius
:
0
}
.
panel
>
.
list-group
.
list-group-item
:
last-child
{
border-bottom
:
0
}
.
panel-heading
{
padding
:
10
px
15
px
;
border-bottom
:
1
px
solid transparent;
border-top-right-radius
:
3
px
;
border-top-left-radius
:
3
px
;
color
:
#
468847
;
background-color
:
#
22b24c
;
border-color
:
#
22b24c
}
a
{
background
:
transparent;
text-decoration
:
none;
border-bottom
:
1
px
dotted;
color
:
#
444
}
a
:
hover
{
text-decoration
:
none;
color
:
#
000
}
.
logo-title
a
,
.
logo-title
a
:
hover
{
font
:
72
px
"Helvetica Neue"
,
sans-serif;
font-weight
:
normal;
letter-spacing
:
.03
em
;
vertical-align
:
middle;
margin-left
:
5
px
;
color
:
#
000
;
text-decoration
:
none;
border-bottom
:
none;
line-height
:
.9
em
}
.
logo-title
a
:
hover
{
color
:
#
808080
}
.
logo-image
{
vertical-align
:
middle;
border
:
none;
height
:
52
px
;
width
:
52
px
;
padding
:
1
px
}
.
logo-header-section
{
margin
:
20
px
0
15
px
0
}
h3
.
panel-head
{
margin
:
5
px
0
0
0
;
font-size
:
26
px
;
color
:
#
fff
}
.
smaller-item
{
font
:
.8
em
'Helvetica Neue'
,
sans-serif;
padding
:
5
px
0
5
px
10
px
}
@media
(
max-width
:
1200
px
){
h3
.
panel-head
{
font-size
:
22
px
}}
@media
(
max-width
:
750
px
){.
smaller-item
{
font-size
:
1
em
;
padding
:
15
px
0
15
px
10
px
}}
@media
(
max-width
:
720
px
){.
logo-header-section
{
margin
:
20
px
40
px
0
0
}}
p
.
banner
{
font-weight
:
500
;
line-height
:
1.1
;
color
:
#
fff
;
font-size
:
22
px
;
margin
:
14
px
0
18
px
0
}
@media
(
max-width
:
767
px
){.
logo-header-section
{
padding
:
8
px
0
10
px
;
margin
:
0
} .
logo-title
a
,
.
logo-title
a
:
hover
{
font-size
:
34
px
}
h1
{
font-size
:
28
px
}
h2
{
font-size
:
24
px
} .
logo-image
{
height
:
26
px
;
width
:
26
px
}
pre
{
font-size
:
50
%
}}
.
sans-font
{
font-family
:
"Helvetica Neue"
,
sans-serif}
img
.
bordered
{
border
:
1
px
solid
#
ccc
}
blockquote
{
border-left
:
4
px
solid
#
aaa
;
padding-left
:
10
px
;
font-family
:
"Helvetica Neue"
}
.
highlight
{
background
:
#
ffff00
}
</
style
>
{% endraw %}
Back
|
FazBrowse Home
|
New Git URL