jekyll-rtd-theme 0.1.1 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +34 -40
  3. data/_includes/{versions.liquid → addons.liquid} +4 -4
  4. data/_includes/addons/comments/disqus.liquid +10 -0
  5. data/_includes/addons/source/github.liquid +3 -9
  6. data/_includes/assets/js/script.js +1 -0
  7. data/_includes/breadcrumbs.liquid +29 -25
  8. data/_includes/extend/list.liquid +15 -0
  9. data/_includes/extend/tabs.liquid +2 -0
  10. data/_includes/{toctree_ln.liquid → extend/toctree.liquid} +4 -1
  11. data/_includes/footer.liquid +17 -10
  12. data/_includes/list.liquid +10 -0
  13. data/_includes/reset/html.liquid +1 -0
  14. data/_includes/reset/snippets.liquid +11 -3
  15. data/_includes/reset/variables.liquid +25 -5
  16. data/_includes/{toctree_l1.liquid → toctree.liquid} +1 -1
  17. data/_layouts/default.liquid +27 -17
  18. data/_layouts/plugins/compress.liquid +1 -1
  19. data/_sass/rougify/base16.dark.scss +78 -0
  20. data/_sass/rougify/base16.light.scss +77 -0
  21. data/_sass/rougify/base16.monokai.dark.scss +78 -0
  22. data/_sass/rougify/base16.monokai.light.scss +77 -0
  23. data/_sass/rougify/base16.monokai.scss +78 -0
  24. data/_sass/rougify/base16.scss +77 -0
  25. data/_sass/rougify/base16.solarized.dark.scss +78 -0
  26. data/_sass/rougify/base16.solarized.light.scss +77 -0
  27. data/_sass/rougify/base16.solarized.scss +77 -0
  28. data/_sass/rougify/bw.scss +63 -0
  29. data/_sass/rougify/colorful.scss +170 -0
  30. data/_sass/rougify/github.scss +209 -0
  31. data/_sass/rougify/gruvbox.dark.scss +84 -0
  32. data/_sass/rougify/gruvbox.light.scss +84 -0
  33. data/_sass/rougify/gruvbox.scss +84 -0
  34. data/_sass/rougify/igorpro.scss +32 -0
  35. data/_sass/rougify/magritte.scss +167 -0
  36. data/_sass/rougify/molokai.scss +208 -0
  37. data/_sass/rougify/monokai.scss +210 -0
  38. data/_sass/rougify/monokai.sublime.scss +198 -0
  39. data/_sass/rougify/pastie.scss +146 -0
  40. data/_sass/rougify/thankful_eyes.scss +172 -0
  41. data/_sass/rougify/tulip.scss +163 -0
  42. data/_sass/style.scss +4 -0
  43. data/assets/css/fonts/Roboto-Slab-Bold.woff +0 -0
  44. data/assets/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  45. data/assets/css/fonts/Roboto-Slab-Regular.woff +0 -0
  46. data/assets/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  47. data/assets/css/fonts/fontawesome-webfont.eot +0 -0
  48. data/assets/css/fonts/fontawesome-webfont.svg +2671 -0
  49. data/assets/css/fonts/fontawesome-webfont.ttf +0 -0
  50. data/assets/css/fonts/fontawesome-webfont.woff +0 -0
  51. data/assets/css/fonts/fontawesome-webfont.woff2 +0 -0
  52. data/assets/css/fonts/lato-bold-italic.woff +0 -0
  53. data/assets/css/fonts/lato-bold-italic.woff2 +0 -0
  54. data/assets/css/fonts/lato-bold.woff +0 -0
  55. data/assets/css/fonts/lato-bold.woff2 +0 -0
  56. data/assets/css/fonts/lato-normal-italic.woff +0 -0
  57. data/assets/css/fonts/lato-normal-italic.woff2 +0 -0
  58. data/assets/css/fonts/lato-normal.woff +0 -0
  59. data/assets/css/fonts/lato-normal.woff2 +0 -0
  60. data/assets/css/theme.css +4 -0
  61. data/assets/favicon.svg +5 -0
  62. data/assets/js/anchor.min.js +9 -0
  63. data/assets/js/jquery.min.js +2 -0
  64. data/assets/js/theme.js +1 -0
  65. metadata +56 -11
  66. data/assets/css/style.scss +0 -2
  67. data/assets/favicon.png +0 -0
@@ -0,0 +1,32 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #444444;
5
+ }
6
+ .highlight .cp {
7
+ color: #CC00A3;
8
+ }
9
+ .highlight .cs {
10
+ color: #CC00A3;
11
+ }
12
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
13
+ color: #FF0000;
14
+ }
15
+ .highlight .kc {
16
+ color: #C34E00;
17
+ }
18
+ .highlight .kd {
19
+ color: #0000FF;
20
+ }
21
+ .highlight .kr {
22
+ color: #007575;
23
+ }
24
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kt, .highlight .kv {
25
+ color: #0000FF;
26
+ }
27
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
28
+ color: #009C00;
29
+ }
30
+ .highlight .nb, .highlight .bp {
31
+ color: #C34E00;
32
+ }
@@ -0,0 +1,167 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight {
4
+ color: #000707;
5
+ background-color: #f3ffff;
6
+ }
7
+ .highlight .gl {
8
+ color: #f3ffff;
9
+ background-color: #000707;
10
+ }
11
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
12
+ color: #006c6c;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #920241;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .err {
20
+ color: #f3ffff;
21
+ background-color: #f22700;
22
+ }
23
+ .highlight .gr {
24
+ color: #f22700;
25
+ font-weight: bold;
26
+ font-style: italic;
27
+ }
28
+ .highlight .k, .highlight .kd, .highlight .kv {
29
+ color: #19003a;
30
+ font-weight: bold;
31
+ }
32
+ .highlight .o, .highlight .ow {
33
+ color: #4c48fe;
34
+ font-weight: bold;
35
+ }
36
+ .highlight .p, .highlight .pi {
37
+ color: #4c48fe;
38
+ }
39
+ .highlight .gd {
40
+ color: #f22700;
41
+ }
42
+ .highlight .gi {
43
+ color: #007500;
44
+ }
45
+ .highlight .ge {
46
+ font-style: italic;
47
+ }
48
+ .highlight .gs {
49
+ font-weight: bold;
50
+ }
51
+ .highlight .gt {
52
+ color: #000000;
53
+ background-color: #d8d9ff;
54
+ }
55
+ .highlight .kc {
56
+ color: #007500;
57
+ font-weight: bold;
58
+ }
59
+ .highlight .kn {
60
+ color: #007500;
61
+ font-weight: bold;
62
+ }
63
+ .highlight .kp {
64
+ color: #007500;
65
+ font-weight: bold;
66
+ }
67
+ .highlight .kr {
68
+ color: #007500;
69
+ font-weight: bold;
70
+ }
71
+ .highlight .gh {
72
+ color: #007500;
73
+ font-weight: bold;
74
+ }
75
+ .highlight .gu {
76
+ color: #007500;
77
+ font-weight: bold;
78
+ }
79
+ .highlight .kt {
80
+ color: #920241;
81
+ font-weight: bold;
82
+ }
83
+ .highlight .no {
84
+ color: #920241;
85
+ font-weight: bold;
86
+ }
87
+ .highlight .nc {
88
+ color: #920241;
89
+ font-weight: bold;
90
+ }
91
+ .highlight .nd {
92
+ color: #920241;
93
+ font-weight: bold;
94
+ }
95
+ .highlight .nn {
96
+ color: #920241;
97
+ font-weight: bold;
98
+ }
99
+ .highlight .bp {
100
+ color: #920241;
101
+ font-weight: bold;
102
+ }
103
+ .highlight .ne {
104
+ color: #920241;
105
+ font-weight: bold;
106
+ }
107
+ .highlight .nl {
108
+ color: #840084;
109
+ font-weight: bold;
110
+ }
111
+ .highlight .nt {
112
+ color: #840084;
113
+ font-weight: bold;
114
+ }
115
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
116
+ color: #007500;
117
+ font-weight: bold;
118
+ }
119
+ .highlight .ld {
120
+ color: #007500;
121
+ font-weight: bold;
122
+ }
123
+ .highlight .ss {
124
+ color: #007500;
125
+ }
126
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
127
+ color: #7c0000;
128
+ font-weight: bold;
129
+ }
130
+ .highlight .se {
131
+ color: #840084;
132
+ font-weight: bold;
133
+ }
134
+ .highlight .sc {
135
+ color: #840084;
136
+ font-weight: bold;
137
+ }
138
+ .highlight .si {
139
+ color: #840084;
140
+ font-weight: bold;
141
+ }
142
+ .highlight .nb {
143
+ font-weight: bold;
144
+ }
145
+ .highlight .ni {
146
+ color: #999999;
147
+ font-weight: bold;
148
+ }
149
+ .highlight .w {
150
+ color: #BBBBBB;
151
+ }
152
+ .highlight .go {
153
+ color: #19003a;
154
+ }
155
+ .highlight .nf, .highlight .fm {
156
+ color: #ff0089;
157
+ }
158
+ .highlight .py {
159
+ color: #ff0089;
160
+ }
161
+ .highlight .na {
162
+ color: #ff0089;
163
+ }
164
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
165
+ color: #ff0089;
166
+ font-weight: bold;
167
+ }
@@ -0,0 +1,208 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
4
+ color: #5e5d83;
5
+ font-style: italic;
6
+ }
7
+ .highlight .cm {
8
+ color: #5e5d83;
9
+ font-style: italic;
10
+ }
11
+ .highlight .c1 {
12
+ color: #5e5d83;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #465457;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .cs {
20
+ color: #465457;
21
+ font-weight: bold;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #f8f8f2;
26
+ background-color: #403d3d;
27
+ }
28
+ .highlight .gi {
29
+ color: #a6e22e;
30
+ }
31
+ .highlight .gd {
32
+ color: #f92672;
33
+ }
34
+ .highlight .ge {
35
+ color: #1b1d1e;
36
+ font-style: italic;
37
+ }
38
+ .highlight .gr {
39
+ color: #f92672;
40
+ }
41
+ .highlight .gt {
42
+ color: #f92672;
43
+ }
44
+ .highlight .gh {
45
+ color: #403d3d;
46
+ }
47
+ .highlight .go {
48
+ color: #403d3d;
49
+ }
50
+ .highlight .gp {
51
+ color: #66d9ef;
52
+ }
53
+ .highlight .gs {
54
+ font-weight: bold;
55
+ }
56
+ .highlight .gu {
57
+ color: #465457;
58
+ }
59
+ .highlight .k, .highlight .kv {
60
+ color: #66d9ef;
61
+ font-weight: bold;
62
+ }
63
+ .highlight .kc {
64
+ color: #66d9ef;
65
+ font-weight: bold;
66
+ }
67
+ .highlight .kd {
68
+ color: #66d9ef;
69
+ font-weight: bold;
70
+ }
71
+ .highlight .kp {
72
+ color: #66d9ef;
73
+ font-weight: bold;
74
+ }
75
+ .highlight .kr {
76
+ color: #66d9ef;
77
+ font-weight: bold;
78
+ }
79
+ .highlight .kt {
80
+ color: #66d9ef;
81
+ font-weight: bold;
82
+ }
83
+ .highlight .kn {
84
+ color: #f92672;
85
+ font-weight: bold;
86
+ }
87
+ .highlight .ow {
88
+ color: #f92672;
89
+ font-weight: bold;
90
+ }
91
+ .highlight .o {
92
+ color: #f92672;
93
+ font-weight: bold;
94
+ }
95
+ .highlight .mf {
96
+ color: #af87ff;
97
+ }
98
+ .highlight .mh {
99
+ color: #af87ff;
100
+ }
101
+ .highlight .il {
102
+ color: #af87ff;
103
+ }
104
+ .highlight .mi {
105
+ color: #af87ff;
106
+ }
107
+ .highlight .mo {
108
+ color: #af87ff;
109
+ }
110
+ .highlight .m, .highlight .mb, .highlight .mx {
111
+ color: #af87ff;
112
+ }
113
+ .highlight .se {
114
+ color: #af87ff;
115
+ }
116
+ .highlight .sb {
117
+ color: #d7d787;
118
+ }
119
+ .highlight .sc {
120
+ color: #d7d787;
121
+ }
122
+ .highlight .sd {
123
+ color: #d7d787;
124
+ }
125
+ .highlight .s2 {
126
+ color: #d7d787;
127
+ }
128
+ .highlight .sh {
129
+ color: #d7d787;
130
+ }
131
+ .highlight .si {
132
+ color: #d7d787;
133
+ }
134
+ .highlight .sx {
135
+ color: #d7d787;
136
+ }
137
+ .highlight .sr {
138
+ color: #d7d787;
139
+ }
140
+ .highlight .s1 {
141
+ color: #d7d787;
142
+ }
143
+ .highlight .ss {
144
+ color: #d7d787;
145
+ }
146
+ .highlight .s, .highlight .sa, .highlight .dl {
147
+ color: #d7d787;
148
+ }
149
+ .highlight .na {
150
+ color: #a6e22e;
151
+ }
152
+ .highlight .nc {
153
+ color: #a6e22e;
154
+ font-weight: bold;
155
+ }
156
+ .highlight .nd {
157
+ color: #a6e22e;
158
+ font-weight: bold;
159
+ }
160
+ .highlight .ne {
161
+ color: #a6e22e;
162
+ font-weight: bold;
163
+ }
164
+ .highlight .nf, .highlight .fm {
165
+ color: #a6e22e;
166
+ font-weight: bold;
167
+ }
168
+ .highlight .no {
169
+ color: #66d9ef;
170
+ }
171
+ .highlight .bp {
172
+ color: #f8f8f2;
173
+ }
174
+ .highlight .nb {
175
+ color: #f8f8f2;
176
+ }
177
+ .highlight .ni {
178
+ color: #f8f8f2;
179
+ }
180
+ .highlight .nn {
181
+ color: #f8f8f2;
182
+ }
183
+ .highlight .vc {
184
+ color: #f8f8f2;
185
+ }
186
+ .highlight .vg {
187
+ color: #f8f8f2;
188
+ }
189
+ .highlight .vi {
190
+ color: #f8f8f2;
191
+ }
192
+ .highlight .nv, .highlight .vm {
193
+ color: #f8f8f2;
194
+ }
195
+ .highlight .w {
196
+ color: #f8f8f2;
197
+ }
198
+ .highlight .nl {
199
+ color: #f8f8f2;
200
+ font-weight: bold;
201
+ }
202
+ .highlight .nt {
203
+ color: #f92672;
204
+ }
205
+ .highlight {
206
+ color: #f8f8f2;
207
+ background-color: #1b1d1e;
208
+ }
@@ -0,0 +1,210 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
4
+ color: #75715e;
5
+ font-style: italic;
6
+ }
7
+ .highlight .cm {
8
+ color: #75715e;
9
+ font-style: italic;
10
+ }
11
+ .highlight .c1 {
12
+ color: #75715e;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #75715e;
17
+ font-weight: bold;
18
+ }
19
+ .highlight .cs {
20
+ color: #75715e;
21
+ font-weight: bold;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #960050;
26
+ background-color: #1e0010;
27
+ }
28
+ .highlight .gi {
29
+ color: #ffffff;
30
+ background-color: #324932;
31
+ }
32
+ .highlight .gd {
33
+ color: #ffffff;
34
+ background-color: #493131;
35
+ }
36
+ .highlight .ge {
37
+ color: #000000;
38
+ font-style: italic;
39
+ }
40
+ .highlight .gr {
41
+ color: #aa0000;
42
+ }
43
+ .highlight .gt {
44
+ color: #aa0000;
45
+ }
46
+ .highlight .gh {
47
+ color: #999999;
48
+ }
49
+ .highlight .go {
50
+ color: #888888;
51
+ }
52
+ .highlight .gp {
53
+ color: #555555;
54
+ }
55
+ .highlight .gs {
56
+ font-weight: bold;
57
+ }
58
+ .highlight .gu {
59
+ color: #aaaaaa;
60
+ }
61
+ .highlight .k, .highlight .kv {
62
+ color: #66d9ef;
63
+ font-weight: bold;
64
+ }
65
+ .highlight .kc {
66
+ color: #66d9ef;
67
+ font-weight: bold;
68
+ }
69
+ .highlight .kd {
70
+ color: #66d9ef;
71
+ font-weight: bold;
72
+ }
73
+ .highlight .kp {
74
+ color: #66d9ef;
75
+ font-weight: bold;
76
+ }
77
+ .highlight .kr {
78
+ color: #66d9ef;
79
+ font-weight: bold;
80
+ }
81
+ .highlight .kt {
82
+ color: #66d9ef;
83
+ font-weight: bold;
84
+ }
85
+ .highlight .kn {
86
+ color: #f92672;
87
+ font-weight: bold;
88
+ }
89
+ .highlight .ow {
90
+ color: #f92672;
91
+ font-weight: bold;
92
+ }
93
+ .highlight .o {
94
+ color: #f92672;
95
+ font-weight: bold;
96
+ }
97
+ .highlight .mf {
98
+ color: #ae81ff;
99
+ }
100
+ .highlight .mh {
101
+ color: #ae81ff;
102
+ }
103
+ .highlight .il {
104
+ color: #ae81ff;
105
+ }
106
+ .highlight .mi {
107
+ color: #ae81ff;
108
+ }
109
+ .highlight .mo {
110
+ color: #ae81ff;
111
+ }
112
+ .highlight .m, .highlight .mb, .highlight .mx {
113
+ color: #ae81ff;
114
+ }
115
+ .highlight .se {
116
+ color: #ae81ff;
117
+ }
118
+ .highlight .sb {
119
+ color: #e6db74;
120
+ }
121
+ .highlight .sc {
122
+ color: #e6db74;
123
+ }
124
+ .highlight .sd {
125
+ color: #e6db74;
126
+ }
127
+ .highlight .s2 {
128
+ color: #e6db74;
129
+ }
130
+ .highlight .sh {
131
+ color: #e6db74;
132
+ }
133
+ .highlight .si {
134
+ color: #e6db74;
135
+ }
136
+ .highlight .sx {
137
+ color: #e6db74;
138
+ }
139
+ .highlight .sr {
140
+ color: #e6db74;
141
+ }
142
+ .highlight .s1 {
143
+ color: #e6db74;
144
+ }
145
+ .highlight .ss {
146
+ color: #e6db74;
147
+ }
148
+ .highlight .s, .highlight .sa, .highlight .dl {
149
+ color: #e6db74;
150
+ }
151
+ .highlight .na {
152
+ color: #a6e22e;
153
+ }
154
+ .highlight .nc {
155
+ color: #a6e22e;
156
+ font-weight: bold;
157
+ }
158
+ .highlight .nd {
159
+ color: #a6e22e;
160
+ font-weight: bold;
161
+ }
162
+ .highlight .ne {
163
+ color: #a6e22e;
164
+ font-weight: bold;
165
+ }
166
+ .highlight .nf, .highlight .fm {
167
+ color: #a6e22e;
168
+ font-weight: bold;
169
+ }
170
+ .highlight .no {
171
+ color: #66d9ef;
172
+ }
173
+ .highlight .bp {
174
+ color: #f8f8f2;
175
+ }
176
+ .highlight .nb {
177
+ color: #f8f8f2;
178
+ }
179
+ .highlight .ni {
180
+ color: #f8f8f2;
181
+ }
182
+ .highlight .nn {
183
+ color: #f8f8f2;
184
+ }
185
+ .highlight .vc {
186
+ color: #f8f8f2;
187
+ }
188
+ .highlight .vg {
189
+ color: #f8f8f2;
190
+ }
191
+ .highlight .vi {
192
+ color: #f8f8f2;
193
+ }
194
+ .highlight .nv, .highlight .vm {
195
+ color: #f8f8f2;
196
+ }
197
+ .highlight .w {
198
+ color: #f8f8f2;
199
+ }
200
+ .highlight .nl {
201
+ color: #f8f8f2;
202
+ font-weight: bold;
203
+ }
204
+ .highlight .nt {
205
+ color: #f92672;
206
+ }
207
+ .highlight {
208
+ color: #f8f8f2;
209
+ background-color: #49483e;
210
+ }