FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
040code.jekyll/css/syntax.css at source · 040code/040code.jekyll · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
040code
/
040code.jekyll
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
040code.jekyll
/
css
/
syntax.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
91 lines (84 loc) · 3.25 KB
Breadcrumbs
040code.jekyll
/
css
/
syntax.css
Copy path
File metadata and controls
91 lines (84 loc) · 3.25 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
/* to make lines scroll instead of wrap */
/* from http://stackoverflow.com/a/23393920 */
.
highlight
pre
code
*
{
white-space
:
nowrap; // this sets all children inside to nowrap
}
/* clojure formatting depends on white-space pre, because otherwise
* entire code blocks collapse into one line.
*/
.
language-clojure
.
highlight
pre
code
*
{
white-space
:
pre;
}
.
highlight
pre
{
overflow-x
:
auto; // this sets the scrolling in x
}
.
highlight
pre
code
{
white-space
:
pre; // forces <code> to respect <pre> formatting
}
/*
* GitHub style for Pygments syntax highlighter, for use with Jekyll
* Courtesy of GitHub.com
*/
.
highlight
pre
,
pre
,
.
highlight
.
hll
{
background-color
:
#
f8f8f8
;
border
:
1
px
solid
#
ccc
;
padding
:
6
px
10
px
;
border-radius
:
3
px
; }
.
highlight
.
c
{
color
:
#
999988
;
font-style
:
italic; }
.
highlight
.
err
{
color
:
#
a61717
;
background-color
:
#
e3d2d2
; }
.
highlight
.
k
{
font-weight
:
bold; }
.
highlight
.
o
{
font-weight
:
bold; }
.
highlight
.
cm
{
color
:
#
999988
;
font-style
:
italic; }
.
highlight
.
cp
{
color
:
#
999999
;
font-weight
:
bold; }
.
highlight
.
c1
{
color
:
#
999988
;
font-style
:
italic; }
.
highlight
.
cs
{
color
:
#
999999
;
font-weight
:
bold;
font-style
:
italic; }
.
highlight
.
gd
{
color
:
#
000000
;
background-color
:
#
ffdddd
; }
.
highlight
.
gd
.
x
{
color
:
#
000000
;
background-color
:
#
ffaaaa
; }
.
highlight
.
ge
{
font-style
:
italic; }
.
highlight
.
gr
{
color
:
#
aa0000
; }
.
highlight
.
gh
{
color
:
#
999999
; }
.
highlight
.
gi
{
color
:
#
000000
;
background-color
:
#
ddffdd
; }
.
highlight
.
gi
.
x
{
color
:
#
000000
;
background-color
:
#
aaffaa
; }
.
highlight
.
go
{
color
:
#
888888
; }
.
highlight
.
gp
{
color
:
#
555555
; }
.
highlight
.
gs
{
font-weight
:
bold; }
.
highlight
.
gu
{
color
:
#
800080
;
font-weight
:
bold; }
.
highlight
.
gt
{
color
:
#
aa0000
; }
.
highlight
.
kc
{
font-weight
:
bold; }
.
highlight
.
kd
{
font-weight
:
bold; }
.
highlight
.
kn
{
font-weight
:
bold; }
.
highlight
.
kp
{
font-weight
:
bold; }
.
highlight
.
kr
{
font-weight
:
bold; }
.
highlight
.
kt
{
color
:
#
445588
;
font-weight
:
bold; }
.
highlight
.
m
{
color
:
#
009999
; }
.
highlight
.
s
{
color
:
#
dd1144
; }
.
highlight
.
n
{
color
:
#
333333
; }
.
highlight
.
na
{
color
:
teal; }
.
highlight
.
nb
{
color
:
#
0086b3
; }
.
highlight
.
nc
{
color
:
#
445588
;
font-weight
:
bold; }
.
highlight
.
no
{
color
:
teal; }
.
highlight
.
ni
{
color
:
purple; }
.
highlight
.
ne
{
color
:
#
990000
;
font-weight
:
bold; }
.
highlight
.
nf
{
color
:
#
990000
;
font-weight
:
bold; }
.
highlight
.
nn
{
color
:
#
555555
; }
.
highlight
.
nt
{
color
:
navy; }
.
highlight
.
nv
{
color
:
teal; }
.
highlight
.
ow
{
font-weight
:
bold; }
.
highlight
.
w
{
color
:
#
bbbbbb
; }
.
highlight
.
mf
{
color
:
#
009999
; }
.
highlight
.
mh
{
color
:
#
009999
; }
.
highlight
.
mi
{
color
:
#
009999
; }
.
highlight
.
mo
{
color
:
#
009999
; }
.
highlight
.
sb
{
color
:
#
dd1144
; }
.
highlight
.
sc
{
color
:
#
dd1144
; }
.
highlight
.
sd
{
color
:
#
dd1144
; }
.
highlight
.
s2
{
color
:
#
dd1144
; }
.
highlight
.
se
{
color
:
#
dd1144
; }
.
highlight
.
sh
{
color
:
#
dd1144
; }
.
highlight
.
si
{
color
:
#
dd1144
; }
.
highlight
.
sx
{
color
:
#
dd1144
; }
.
highlight
.
sr
{
color
:
#
009926
; }
.
highlight
.
s1
{
color
:
#
dd1144
; }
.
highlight
.
ss
{
color
:
#
990073
; }
.
highlight
.
bp
{
color
:
#
999999
; }
.
highlight
.
vc
{
color
:
teal; }
.
highlight
.
vg
{
color
:
teal; }
.
highlight
.
vi
{
color
:
teal; }
.
highlight
.
il
{
color
:
#
009999
; }
.
highlight
.
gc
{
color
:
#
999
;
background-color
:
#
EAF2F5
; }
Back
|
FazBrowse Home
|
New Git URL