jekyll-rtd-theme 0.0.1 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +22 -8
- data/_includes/addons/source/github.liquid +3 -9
- data/_includes/assets/js/script.js +1 -0
- data/_includes/breadcrumbs.liquid +25 -23
- data/_includes/footer.liquid +1 -1
- data/_includes/list.liquid +6 -0
- data/_includes/reset/html.liquid +1 -0
- data/_includes/reset/snippets.liquid +11 -3
- data/_includes/reset/variables.liquid +23 -5
- data/_includes/reset/workspace.liquid +17 -0
- data/_includes/toctree_l1.liquid +17 -0
- data/_includes/toctree_ln.liquid +29 -0
- data/_includes/versions.liquid +3 -3
- data/_layouts/default.liquid +8 -11
- data/_layouts/plugins/compress.liquid +1 -1
- data/_sass/rougify/base16.dark.scss +78 -0
- data/_sass/rougify/base16.light.scss +77 -0
- data/_sass/rougify/base16.monokai.dark.scss +78 -0
- data/_sass/rougify/base16.monokai.light.scss +77 -0
- data/_sass/rougify/base16.monokai.scss +78 -0
- data/_sass/rougify/base16.scss +77 -0
- data/_sass/rougify/base16.solarized.dark.scss +78 -0
- data/_sass/rougify/base16.solarized.light.scss +77 -0
- data/_sass/rougify/base16.solarized.scss +77 -0
- data/_sass/rougify/bw.scss +63 -0
- data/_sass/rougify/colorful.scss +170 -0
- data/_sass/rougify/github.scss +209 -0
- data/_sass/rougify/gruvbox.dark.scss +84 -0
- data/_sass/rougify/gruvbox.light.scss +84 -0
- data/_sass/rougify/gruvbox.scss +84 -0
- data/_sass/rougify/igorpro.scss +32 -0
- data/_sass/rougify/magritte.scss +167 -0
- data/_sass/rougify/molokai.scss +208 -0
- data/_sass/rougify/monokai.scss +210 -0
- data/_sass/rougify/monokai.sublime.scss +198 -0
- data/_sass/rougify/pastie.scss +146 -0
- data/_sass/rougify/thankful_eyes.scss +172 -0
- data/_sass/rougify/tulip.scss +163 -0
- data/_sass/style.scss +4 -0
- data/assets/css/fonts/Roboto-Slab-Bold.woff +0 -0
- data/assets/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- data/assets/css/fonts/Roboto-Slab-Regular.woff +0 -0
- data/assets/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- data/assets/css/fonts/fontawesome-webfont.eot +0 -0
- data/assets/css/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/css/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/css/fonts/fontawesome-webfont.woff +0 -0
- data/assets/css/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/css/fonts/lato-bold-italic.woff +0 -0
- data/assets/css/fonts/lato-bold-italic.woff2 +0 -0
- data/assets/css/fonts/lato-bold.woff +0 -0
- data/assets/css/fonts/lato-bold.woff2 +0 -0
- data/assets/css/fonts/lato-normal-italic.woff +0 -0
- data/assets/css/fonts/lato-normal-italic.woff2 +0 -0
- data/assets/css/fonts/lato-normal.woff +0 -0
- data/assets/css/fonts/lato-normal.woff2 +0 -0
- data/assets/css/theme.css +4 -0
- data/assets/favicon.svg +5 -0
- data/assets/js/anchor.min.js +9 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/theme.js +1 -0
- metadata +52 -6
- data/_includes/sidebar.liquid +0 -52
- data/assets/css/style.scss +0 -2
- data/assets/favicon.png +0 -0
@@ -0,0 +1,146 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
|
4
|
+
color: #888888;
|
5
|
+
}
|
6
|
+
.highlight .cp {
|
7
|
+
color: #cc0000;
|
8
|
+
font-weight: bold;
|
9
|
+
}
|
10
|
+
.highlight .cs {
|
11
|
+
color: #cc0000;
|
12
|
+
background-color: #fff0f0;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .err {
|
16
|
+
color: #a61717;
|
17
|
+
background-color: #e3d2d2;
|
18
|
+
}
|
19
|
+
.highlight .gr {
|
20
|
+
color: #aa0000;
|
21
|
+
}
|
22
|
+
.highlight .gh {
|
23
|
+
color: #333333;
|
24
|
+
}
|
25
|
+
.highlight .gu {
|
26
|
+
color: #666666;
|
27
|
+
}
|
28
|
+
.highlight .gd {
|
29
|
+
color: #000000;
|
30
|
+
background-color: #ffdddd;
|
31
|
+
}
|
32
|
+
.highlight .gi {
|
33
|
+
color: #000000;
|
34
|
+
background-color: #ddffdd;
|
35
|
+
}
|
36
|
+
.highlight .ge {
|
37
|
+
font-style: italic;
|
38
|
+
}
|
39
|
+
.highlight .gs {
|
40
|
+
font-weight: bold;
|
41
|
+
}
|
42
|
+
.highlight .gl {
|
43
|
+
color: #888888;
|
44
|
+
}
|
45
|
+
.highlight .go {
|
46
|
+
color: #888888;
|
47
|
+
}
|
48
|
+
.highlight .gp {
|
49
|
+
color: #555555;
|
50
|
+
}
|
51
|
+
.highlight .gt {
|
52
|
+
color: #aa0000;
|
53
|
+
}
|
54
|
+
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
|
55
|
+
color: #008800;
|
56
|
+
font-weight: bold;
|
57
|
+
}
|
58
|
+
.highlight .kp {
|
59
|
+
color: #008800;
|
60
|
+
}
|
61
|
+
.highlight .kt {
|
62
|
+
color: #888888;
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
66
|
+
color: #0000dd;
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
.highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .s1 {
|
70
|
+
color: #dd2200;
|
71
|
+
background-color: #fff0f0;
|
72
|
+
}
|
73
|
+
.highlight .se {
|
74
|
+
color: #0044dd;
|
75
|
+
background-color: #fff0f0;
|
76
|
+
}
|
77
|
+
.highlight .si {
|
78
|
+
color: #3333bb;
|
79
|
+
background-color: #fff0f0;
|
80
|
+
}
|
81
|
+
.highlight .sx {
|
82
|
+
color: #22bb22;
|
83
|
+
background-color: #f0fff0;
|
84
|
+
}
|
85
|
+
.highlight .sr {
|
86
|
+
color: #008800;
|
87
|
+
}
|
88
|
+
.highlight .ss {
|
89
|
+
color: #aa6600;
|
90
|
+
background-color: #fff0f0;
|
91
|
+
}
|
92
|
+
.highlight .na {
|
93
|
+
color: #336699;
|
94
|
+
}
|
95
|
+
.highlight .nb, .highlight .bp {
|
96
|
+
color: #003388;
|
97
|
+
}
|
98
|
+
.highlight .nc {
|
99
|
+
color: #bb0066;
|
100
|
+
font-weight: bold;
|
101
|
+
}
|
102
|
+
.highlight .no {
|
103
|
+
color: #003366;
|
104
|
+
font-weight: bold;
|
105
|
+
}
|
106
|
+
.highlight .nd {
|
107
|
+
color: #555555;
|
108
|
+
}
|
109
|
+
.highlight .ne {
|
110
|
+
color: #bb0066;
|
111
|
+
font-weight: bold;
|
112
|
+
}
|
113
|
+
.highlight .nf, .highlight .fm {
|
114
|
+
color: #0066bb;
|
115
|
+
font-weight: bold;
|
116
|
+
}
|
117
|
+
.highlight .nl {
|
118
|
+
color: #336699;
|
119
|
+
}
|
120
|
+
.highlight .nn {
|
121
|
+
color: #bb0066;
|
122
|
+
font-weight: bold;
|
123
|
+
}
|
124
|
+
.highlight .py {
|
125
|
+
color: #336699;
|
126
|
+
font-weight: bold;
|
127
|
+
}
|
128
|
+
.highlight .nt {
|
129
|
+
color: #bb0066;
|
130
|
+
font-weight: bold;
|
131
|
+
}
|
132
|
+
.highlight .nv, .highlight .vc, .highlight .vm {
|
133
|
+
color: #336699;
|
134
|
+
}
|
135
|
+
.highlight .vg {
|
136
|
+
color: #dd7700;
|
137
|
+
}
|
138
|
+
.highlight .vi {
|
139
|
+
color: #3333bb;
|
140
|
+
}
|
141
|
+
.highlight .ow {
|
142
|
+
color: #008800;
|
143
|
+
}
|
144
|
+
.highlight .w {
|
145
|
+
color: #bbbbbb;
|
146
|
+
}
|
@@ -0,0 +1,172 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight {
|
4
|
+
color: #faf6e4;
|
5
|
+
background-color: #122b3b;
|
6
|
+
}
|
7
|
+
.highlight .gl {
|
8
|
+
color: #dee5e7;
|
9
|
+
background-color: #4e5d62;
|
10
|
+
}
|
11
|
+
.highlight .gp {
|
12
|
+
color: #a8e1fe;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
|
16
|
+
color: #6c8b9f;
|
17
|
+
font-style: italic;
|
18
|
+
}
|
19
|
+
.highlight .cp {
|
20
|
+
color: #b2fd6d;
|
21
|
+
font-weight: bold;
|
22
|
+
}
|
23
|
+
.highlight .err {
|
24
|
+
color: #fefeec;
|
25
|
+
background-color: #cc0000;
|
26
|
+
}
|
27
|
+
.highlight .gr {
|
28
|
+
color: #cc0000;
|
29
|
+
font-weight: bold;
|
30
|
+
font-style: italic;
|
31
|
+
}
|
32
|
+
.highlight .k, .highlight .kd, .highlight .kv {
|
33
|
+
color: #f6dd62;
|
34
|
+
font-weight: bold;
|
35
|
+
}
|
36
|
+
.highlight .o, .highlight .ow {
|
37
|
+
color: #4df4ff;
|
38
|
+
font-weight: bold;
|
39
|
+
}
|
40
|
+
.highlight .p, .highlight .pi {
|
41
|
+
color: #4df4ff;
|
42
|
+
}
|
43
|
+
.highlight .gd {
|
44
|
+
color: #cc0000;
|
45
|
+
}
|
46
|
+
.highlight .gi {
|
47
|
+
color: #b2fd6d;
|
48
|
+
}
|
49
|
+
.highlight .ge {
|
50
|
+
font-style: italic;
|
51
|
+
}
|
52
|
+
.highlight .gs {
|
53
|
+
font-weight: bold;
|
54
|
+
}
|
55
|
+
.highlight .gt {
|
56
|
+
color: #dee5e7;
|
57
|
+
background-color: #4e5d62;
|
58
|
+
}
|
59
|
+
.highlight .kc {
|
60
|
+
color: #f696db;
|
61
|
+
font-weight: bold;
|
62
|
+
}
|
63
|
+
.highlight .kn {
|
64
|
+
color: #ffb000;
|
65
|
+
font-weight: bold;
|
66
|
+
}
|
67
|
+
.highlight .kp {
|
68
|
+
color: #ffb000;
|
69
|
+
font-weight: bold;
|
70
|
+
}
|
71
|
+
.highlight .kr {
|
72
|
+
color: #ffb000;
|
73
|
+
font-weight: bold;
|
74
|
+
}
|
75
|
+
.highlight .gh {
|
76
|
+
color: #ffb000;
|
77
|
+
font-weight: bold;
|
78
|
+
}
|
79
|
+
.highlight .gu {
|
80
|
+
color: #ffb000;
|
81
|
+
font-weight: bold;
|
82
|
+
}
|
83
|
+
.highlight .kt {
|
84
|
+
color: #b2fd6d;
|
85
|
+
font-weight: bold;
|
86
|
+
}
|
87
|
+
.highlight .no {
|
88
|
+
color: #b2fd6d;
|
89
|
+
font-weight: bold;
|
90
|
+
}
|
91
|
+
.highlight .nc {
|
92
|
+
color: #b2fd6d;
|
93
|
+
font-weight: bold;
|
94
|
+
}
|
95
|
+
.highlight .nd {
|
96
|
+
color: #b2fd6d;
|
97
|
+
font-weight: bold;
|
98
|
+
}
|
99
|
+
.highlight .nn {
|
100
|
+
color: #b2fd6d;
|
101
|
+
font-weight: bold;
|
102
|
+
}
|
103
|
+
.highlight .bp {
|
104
|
+
color: #b2fd6d;
|
105
|
+
font-weight: bold;
|
106
|
+
}
|
107
|
+
.highlight .ne {
|
108
|
+
color: #b2fd6d;
|
109
|
+
font-weight: bold;
|
110
|
+
}
|
111
|
+
.highlight .nl {
|
112
|
+
color: #ffb000;
|
113
|
+
font-weight: bold;
|
114
|
+
}
|
115
|
+
.highlight .nt {
|
116
|
+
color: #ffb000;
|
117
|
+
font-weight: bold;
|
118
|
+
}
|
119
|
+
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
120
|
+
color: #f696db;
|
121
|
+
font-weight: bold;
|
122
|
+
}
|
123
|
+
.highlight .ld {
|
124
|
+
color: #f696db;
|
125
|
+
font-weight: bold;
|
126
|
+
}
|
127
|
+
.highlight .ss {
|
128
|
+
color: #f696db;
|
129
|
+
font-weight: bold;
|
130
|
+
}
|
131
|
+
.highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
|
132
|
+
color: #fff0a6;
|
133
|
+
font-weight: bold;
|
134
|
+
}
|
135
|
+
.highlight .se {
|
136
|
+
color: #4df4ff;
|
137
|
+
font-weight: bold;
|
138
|
+
}
|
139
|
+
.highlight .sc {
|
140
|
+
color: #4df4ff;
|
141
|
+
font-weight: bold;
|
142
|
+
}
|
143
|
+
.highlight .si {
|
144
|
+
color: #4df4ff;
|
145
|
+
font-weight: bold;
|
146
|
+
}
|
147
|
+
.highlight .nb {
|
148
|
+
font-weight: bold;
|
149
|
+
}
|
150
|
+
.highlight .ni {
|
151
|
+
color: #999999;
|
152
|
+
font-weight: bold;
|
153
|
+
}
|
154
|
+
.highlight .w {
|
155
|
+
color: #BBBBBB;
|
156
|
+
}
|
157
|
+
.highlight .go {
|
158
|
+
color: #BBBBBB;
|
159
|
+
}
|
160
|
+
.highlight .nf, .highlight .fm {
|
161
|
+
color: #a8e1fe;
|
162
|
+
}
|
163
|
+
.highlight .py {
|
164
|
+
color: #a8e1fe;
|
165
|
+
}
|
166
|
+
.highlight .na {
|
167
|
+
color: #a8e1fe;
|
168
|
+
}
|
169
|
+
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
|
170
|
+
color: #a8e1fe;
|
171
|
+
font-weight: bold;
|
172
|
+
}
|
@@ -0,0 +1,163 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight {
|
4
|
+
color: #FFFFFF;
|
5
|
+
background-color: #231529;
|
6
|
+
}
|
7
|
+
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
|
8
|
+
color: #6D6E70;
|
9
|
+
font-style: italic;
|
10
|
+
}
|
11
|
+
.highlight .cp {
|
12
|
+
color: #41ff5b;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .err {
|
16
|
+
color: #FFFFFF;
|
17
|
+
background-color: #CC0000;
|
18
|
+
}
|
19
|
+
.highlight .gr {
|
20
|
+
color: #FFFFFF;
|
21
|
+
background-color: #CC0000;
|
22
|
+
}
|
23
|
+
.highlight .k, .highlight .kd, .highlight .kv {
|
24
|
+
color: #FFF02A;
|
25
|
+
font-weight: bold;
|
26
|
+
}
|
27
|
+
.highlight .o, .highlight .ow {
|
28
|
+
color: #41ff5b;
|
29
|
+
}
|
30
|
+
.highlight .p, .highlight .pi {
|
31
|
+
color: #41ff5b;
|
32
|
+
}
|
33
|
+
.highlight .gd {
|
34
|
+
color: #CC0000;
|
35
|
+
}
|
36
|
+
.highlight .gi {
|
37
|
+
color: #3FB34F;
|
38
|
+
}
|
39
|
+
.highlight .ge {
|
40
|
+
font-style: italic;
|
41
|
+
}
|
42
|
+
.highlight .gs {
|
43
|
+
font-weight: bold;
|
44
|
+
}
|
45
|
+
.highlight .gt {
|
46
|
+
color: #FFFFFF;
|
47
|
+
background-color: #766DAF;
|
48
|
+
}
|
49
|
+
.highlight .gl {
|
50
|
+
color: #FFFFFF;
|
51
|
+
background-color: #766DAF;
|
52
|
+
}
|
53
|
+
.highlight .kc {
|
54
|
+
color: #9f93e6;
|
55
|
+
font-weight: bold;
|
56
|
+
}
|
57
|
+
.highlight .kn {
|
58
|
+
color: #FFFFFF;
|
59
|
+
font-weight: bold;
|
60
|
+
}
|
61
|
+
.highlight .kp {
|
62
|
+
color: #FFFFFF;
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
.highlight .kr {
|
66
|
+
color: #FFFFFF;
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
.highlight .gh {
|
70
|
+
color: #FFFFFF;
|
71
|
+
font-weight: bold;
|
72
|
+
}
|
73
|
+
.highlight .gu {
|
74
|
+
color: #FFFFFF;
|
75
|
+
font-weight: bold;
|
76
|
+
}
|
77
|
+
.highlight .kt {
|
78
|
+
color: #FAAF4C;
|
79
|
+
font-weight: bold;
|
80
|
+
}
|
81
|
+
.highlight .no {
|
82
|
+
color: #FAAF4C;
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
85
|
+
.highlight .nc {
|
86
|
+
color: #FAAF4C;
|
87
|
+
font-weight: bold;
|
88
|
+
}
|
89
|
+
.highlight .nd {
|
90
|
+
color: #FAAF4C;
|
91
|
+
font-weight: bold;
|
92
|
+
}
|
93
|
+
.highlight .nn {
|
94
|
+
color: #FAAF4C;
|
95
|
+
font-weight: bold;
|
96
|
+
}
|
97
|
+
.highlight .bp {
|
98
|
+
color: #FAAF4C;
|
99
|
+
font-weight: bold;
|
100
|
+
}
|
101
|
+
.highlight .ne {
|
102
|
+
color: #FAAF4C;
|
103
|
+
font-weight: bold;
|
104
|
+
}
|
105
|
+
.highlight .nl {
|
106
|
+
color: #9f93e6;
|
107
|
+
font-weight: bold;
|
108
|
+
}
|
109
|
+
.highlight .nt {
|
110
|
+
color: #9f93e6;
|
111
|
+
font-weight: bold;
|
112
|
+
}
|
113
|
+
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
|
114
|
+
color: #9f93e6;
|
115
|
+
font-weight: bold;
|
116
|
+
}
|
117
|
+
.highlight .ld {
|
118
|
+
color: #9f93e6;
|
119
|
+
font-weight: bold;
|
120
|
+
}
|
121
|
+
.highlight .ss {
|
122
|
+
color: #9f93e6;
|
123
|
+
font-weight: bold;
|
124
|
+
}
|
125
|
+
.highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
|
126
|
+
color: #fff0a6;
|
127
|
+
font-weight: bold;
|
128
|
+
}
|
129
|
+
.highlight .se {
|
130
|
+
color: #FAAF4C;
|
131
|
+
font-weight: bold;
|
132
|
+
}
|
133
|
+
.highlight .sc {
|
134
|
+
color: #FAAF4C;
|
135
|
+
font-weight: bold;
|
136
|
+
}
|
137
|
+
.highlight .si {
|
138
|
+
color: #FAAF4C;
|
139
|
+
font-weight: bold;
|
140
|
+
}
|
141
|
+
.highlight .nb {
|
142
|
+
font-weight: bold;
|
143
|
+
}
|
144
|
+
.highlight .ni {
|
145
|
+
color: #999999;
|
146
|
+
font-weight: bold;
|
147
|
+
}
|
148
|
+
.highlight .w {
|
149
|
+
color: #BBBBBB;
|
150
|
+
}
|
151
|
+
.highlight .nf, .highlight .fm {
|
152
|
+
color: #41ff5b;
|
153
|
+
}
|
154
|
+
.highlight .py {
|
155
|
+
color: #41ff5b;
|
156
|
+
}
|
157
|
+
.highlight .na {
|
158
|
+
color: #41ff5b;
|
159
|
+
}
|
160
|
+
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
|
161
|
+
color: #41ff5b;
|
162
|
+
font-weight: bold;
|
163
|
+
}
|