FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fullstackpython.com/theme/templates/css/all.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
/
all.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 3.17 KB
Breadcrumbs
fullstackpython.com
/
theme
/
templates
/
css
/
all.html
Copy path
File metadata and controls
43 lines (43 loc) · 3.17 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
{% 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}
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
:
10
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-1
,
.
col-md-2
,
.
col-md-3
,
.
col-md-4
,
.
col-md-5
,
.
col-md-6
,
.
col-md-7
,
.
col-md-8
,
.
col-md-9
,
.
col-md-10
,
.
col-md-11
,
.
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-8
,
.
col-md-12
{
float
:
left} .
col-md-12
{
width
:
100
%
} .
col-md-8
{
width
:
66.66666666666666
%
} .
col-md-3
{
width
:
25
%
} .
col-md-offset-1
{
margin-left
:
8.333333333333332
%
}}
.
well
{
min-height
:
20
px
;
padding
:
19
px
;
margin-bottom
:
20
px
;
background-color
:
#
f5f5f5
;
border
:
1
px
solid
#
e3e3e3
;
border-radius
:
4
px
;
box-shadow
:
inset
0
1
px
1
px
rgba
(
0
,
0
,
0
,
0.05
)}
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
}
#
sidebar
{
margin-top
:
30
px
}
h3
.
panel-head
{
margin
:
5
px
0
0
0
;
font-size
:
26
px
;
color
:
#
fff
}
@media
(
max-width
:
1200
px
){
h3
.
panel-head
{
font-size
:
22
px
}}
@media
(
max-width
:
720
px
){.
logo-header-section
{
margin
:
20
px
40
px
0
0
}}
.
see-also
{
margin-top
:
20
px
;
background
:
#
22B24C
;
color
:
#
eee
;
font-family
:
"Helvetica Neue"
,
sans-serif}
.
see-also
a
{
color
:
#
fff
}
@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}
</
style
>
{% endraw %}
Back
|
FazBrowse Home
|
New Git URL