jekyll-theme-proxima 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +116 -0
- data/README.md +106 -0
- data/_layouts/default.html +52 -0
- data/_sass/github-markdown.scss +695 -0
- data/_sass/jekyll-theme-proxima.scss +107 -0
- data/_sass/jekyll-theme-proxima.scss.bak +358 -0
- data/_sass/normalize.scss +424 -0
- data/_sass/variables.scss +23 -0
- data/assets/css/style.scss +4 -0
- metadata +108 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 06cbfda6475f45e95423f26f51c2e5016dda45f8c9dbba178b58963d2bd0ec4b
|
4
|
+
data.tar.gz: d5fee9aca0b0c4379fe91451736bf9ba54e5afe94382f5b84e725f88ea67faad
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 25415cd02e5fdf0d35d0979a0acad709b87f4443436d024d2a78bccf37e7d8988597efd3d4dbefe40cdcc5fb12b42c4e23f96967b3d6849b1afd85c312f9d60e
|
7
|
+
data.tar.gz: ee2d5281a1c91c60c9822689238248af534fde56fc83fd23c42a0d85212513c683e8a41918f0c34a24d525943670b77d3898bed0e1515f0376943c3cc1eccaae
|
data/LICENSE
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
CC0 1.0 Universal
|
2
|
+
|
3
|
+
Statement of Purpose
|
4
|
+
|
5
|
+
The laws of most jurisdictions throughout the world automatically confer
|
6
|
+
exclusive Copyright and Related Rights (defined below) upon the creator and
|
7
|
+
subsequent owner(s) (each and all, an "owner") of an original work of
|
8
|
+
authorship and/or a database (each, a "Work").
|
9
|
+
|
10
|
+
Certain owners wish to permanently relinquish those rights to a Work for the
|
11
|
+
purpose of contributing to a commons of creative, cultural and scientific
|
12
|
+
works ("Commons") that the public can reliably and without fear of later
|
13
|
+
claims of infringement build upon, modify, incorporate in other works, reuse
|
14
|
+
and redistribute as freely as possible in any form whatsoever and for any
|
15
|
+
purposes, including without limitation commercial purposes. These owners may
|
16
|
+
contribute to the Commons to promote the ideal of a free culture and the
|
17
|
+
further production of creative, cultural and scientific works, or to gain
|
18
|
+
reputation or greater distribution for their Work in part through the use and
|
19
|
+
efforts of others.
|
20
|
+
|
21
|
+
For these and/or other purposes and motivations, and without any expectation
|
22
|
+
of additional consideration or compensation, the person associating CC0 with a
|
23
|
+
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
|
24
|
+
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
|
25
|
+
and publicly distribute the Work under its terms, with knowledge of his or her
|
26
|
+
Copyright and Related Rights in the Work and the meaning and intended legal
|
27
|
+
effect of CC0 on those rights.
|
28
|
+
|
29
|
+
1. Copyright and Related Rights. A Work made available under CC0 may be
|
30
|
+
protected by copyright and related or neighboring rights ("Copyright and
|
31
|
+
Related Rights"). Copyright and Related Rights include, but are not limited
|
32
|
+
to, the following:
|
33
|
+
|
34
|
+
i. the right to reproduce, adapt, distribute, perform, display, communicate,
|
35
|
+
and translate a Work;
|
36
|
+
|
37
|
+
ii. moral rights retained by the original author(s) and/or performer(s);
|
38
|
+
|
39
|
+
iii. publicity and privacy rights pertaining to a person's image or likeness
|
40
|
+
depicted in a Work;
|
41
|
+
|
42
|
+
iv. rights protecting against unfair competition in regards to a Work,
|
43
|
+
subject to the limitations in paragraph 4(a), below;
|
44
|
+
|
45
|
+
v. rights protecting the extraction, dissemination, use and reuse of data in
|
46
|
+
a Work;
|
47
|
+
|
48
|
+
vi. database rights (such as those arising under Directive 96/9/EC of the
|
49
|
+
European Parliament and of the Council of 11 March 1996 on the legal
|
50
|
+
protection of databases, and under any national implementation thereof,
|
51
|
+
including any amended or successor version of such directive); and
|
52
|
+
|
53
|
+
vii. other similar, equivalent or corresponding rights throughout the world
|
54
|
+
based on applicable law or treaty, and any national implementations thereof.
|
55
|
+
|
56
|
+
2. Waiver. To the greatest extent permitted by, but not in contravention of,
|
57
|
+
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
|
58
|
+
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
|
59
|
+
and Related Rights and associated claims and causes of action, whether now
|
60
|
+
known or unknown (including existing as well as future claims and causes of
|
61
|
+
action), in the Work (i) in all territories worldwide, (ii) for the maximum
|
62
|
+
duration provided by applicable law or treaty (including future time
|
63
|
+
extensions), (iii) in any current or future medium and for any number of
|
64
|
+
copies, and (iv) for any purpose whatsoever, including without limitation
|
65
|
+
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
|
66
|
+
the Waiver for the benefit of each member of the public at large and to the
|
67
|
+
detriment of Affirmer's heirs and successors, fully intending that such Waiver
|
68
|
+
shall not be subject to revocation, rescission, cancellation, termination, or
|
69
|
+
any other legal or equitable action to disrupt the quiet enjoyment of the Work
|
70
|
+
by the public as contemplated by Affirmer's express Statement of Purpose.
|
71
|
+
|
72
|
+
3. Public License Fallback. Should any part of the Waiver for any reason be
|
73
|
+
judged legally invalid or ineffective under applicable law, then the Waiver
|
74
|
+
shall be preserved to the maximum extent permitted taking into account
|
75
|
+
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
|
76
|
+
is so judged Affirmer hereby grants to each affected person a royalty-free,
|
77
|
+
non transferable, non sublicensable, non exclusive, irrevocable and
|
78
|
+
unconditional license to exercise Affirmer's Copyright and Related Rights in
|
79
|
+
the Work (i) in all territories worldwide, (ii) for the maximum duration
|
80
|
+
provided by applicable law or treaty (including future time extensions), (iii)
|
81
|
+
in any current or future medium and for any number of copies, and (iv) for any
|
82
|
+
purpose whatsoever, including without limitation commercial, advertising or
|
83
|
+
promotional purposes (the "License"). The License shall be deemed effective as
|
84
|
+
of the date CC0 was applied by Affirmer to the Work. Should any part of the
|
85
|
+
License for any reason be judged legally invalid or ineffective under
|
86
|
+
applicable law, such partial invalidity or ineffectiveness shall not
|
87
|
+
invalidate the remainder of the License, and in such case Affirmer hereby
|
88
|
+
affirms that he or she will not (i) exercise any of his or her remaining
|
89
|
+
Copyright and Related Rights in the Work or (ii) assert any associated claims
|
90
|
+
and causes of action with respect to the Work, in either case contrary to
|
91
|
+
Affirmer's express Statement of Purpose.
|
92
|
+
|
93
|
+
4. Limitations and Disclaimers.
|
94
|
+
|
95
|
+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
96
|
+
surrendered, licensed or otherwise affected by this document.
|
97
|
+
|
98
|
+
b. Affirmer offers the Work as-is and makes no representations or warranties
|
99
|
+
of any kind concerning the Work, express, implied, statutory or otherwise,
|
100
|
+
including without limitation warranties of title, merchantability, fitness
|
101
|
+
for a particular purpose, non infringement, or the absence of latent or
|
102
|
+
other defects, accuracy, or the present or absence of errors, whether or not
|
103
|
+
discoverable, all to the greatest extent permissible under applicable law.
|
104
|
+
|
105
|
+
c. Affirmer disclaims responsibility for clearing rights of other persons
|
106
|
+
that may apply to the Work or any use thereof, including without limitation
|
107
|
+
any person's Copyright and Related Rights in the Work. Further, Affirmer
|
108
|
+
disclaims responsibility for obtaining any necessary consents, permissions
|
109
|
+
or other rights required for any use of the Work.
|
110
|
+
|
111
|
+
d. Affirmer understands and acknowledges that Creative Commons is not a
|
112
|
+
party to this document and has no duty or obligation with respect to this
|
113
|
+
CC0 or use of the Work.
|
114
|
+
|
115
|
+
For more information, please see
|
116
|
+
<http://creativecommons.org/publicdomain/zero/1.0/>
|
data/README.md
ADDED
@@ -0,0 +1,106 @@
|
|
1
|
+
# The Proxima theme
|
2
|
+
|
3
|
+
Proxima is a Jekyll theme for GitHub Pages, with customizable colors and
|
4
|
+
GitHub-like styling ([preview][1]).
|
5
|
+
|
6
|
+
## Usage
|
7
|
+
|
8
|
+
To use the Proxima theme:
|
9
|
+
|
10
|
+
1. Add the following to your site's `_config.yml`:
|
11
|
+
|
12
|
+
```yml
|
13
|
+
theme: jekyll-theme-proxima
|
14
|
+
```
|
15
|
+
|
16
|
+
2. Optionally, if you'd like to preview your site on your computer, add the
|
17
|
+
following to your site's `Gemfile`:
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
gem "github-pages", group: :jekyll_plugins
|
21
|
+
```
|
22
|
+
|
23
|
+
## Customizing
|
24
|
+
|
25
|
+
### Configuration variables
|
26
|
+
|
27
|
+
Proxima will respect the following variables, if set in your site's
|
28
|
+
`_config.yml`:
|
29
|
+
|
30
|
+
```yml
|
31
|
+
title: [The title of your site]
|
32
|
+
description: [A short description of your site's purpose]
|
33
|
+
google_analytics: [Your Google Analytics tracking ID]
|
34
|
+
|
35
|
+
header:
|
36
|
+
background: '#789'
|
37
|
+
color: white
|
38
|
+
|
39
|
+
footer:
|
40
|
+
background: '#eee'
|
41
|
+
```
|
42
|
+
|
43
|
+
### Stylesheet
|
44
|
+
|
45
|
+
If you'd like to add your own custom styles:
|
46
|
+
|
47
|
+
1. Create a file called `/assets/css/style.scss` in your site
|
48
|
+
2. Add the following content to the top of the file, exactly as shown:
|
49
|
+
```scss
|
50
|
+
---
|
51
|
+
---
|
52
|
+
|
53
|
+
@import "{{ site.theme }}";
|
54
|
+
```
|
55
|
+
3. Add any custom CSS (or Sass, including imports) you'd like immediately
|
56
|
+
after the `@import` line
|
57
|
+
|
58
|
+
### Layouts
|
59
|
+
|
60
|
+
If you'd like to change the theme's HTML layout:
|
61
|
+
|
62
|
+
1. [Copy the original template][2] from the theme's repository
|
63
|
+
2. Create a file called `/_layouts/default.html` in your site
|
64
|
+
3. Paste the default layout content copied in the first step
|
65
|
+
4. Customize the layout as you'd like
|
66
|
+
|
67
|
+
### Overriding GitHub-generated URLs
|
68
|
+
|
69
|
+
Templates often rely on URLs supplied by GitHub such as links to your
|
70
|
+
repository or links to download your project.
|
71
|
+
If you'd like to override one or more default URLs:
|
72
|
+
|
73
|
+
1. Look at [the template source][2] to determine the name of the variable.
|
74
|
+
It will be in the form of `{{ site.github.zip_url }}`.
|
75
|
+
2. Specify the URL that you'd like the template to use in your site's
|
76
|
+
`_config.yml`. For example, if the variable was `site.github.url`, you'd
|
77
|
+
add the following:
|
78
|
+
```yml
|
79
|
+
github:
|
80
|
+
zip_url: http://example.com/download.zip
|
81
|
+
another_url: another value
|
82
|
+
```
|
83
|
+
3. When your site is built, Jekyll will use the URL you specified, rather than
|
84
|
+
the default one provided by GitHub.
|
85
|
+
|
86
|
+
*Note: You must remove the `site.` prefix, and each variable name (after the
|
87
|
+
`github.`) should be indent with two space below `github:`.*
|
88
|
+
|
89
|
+
For more information, see [the Jekyll variables documentation][3].
|
90
|
+
|
91
|
+
### Previewing the theme locally
|
92
|
+
|
93
|
+
If you'd like to preview the theme locally (for example, in the process of
|
94
|
+
proposing a change):
|
95
|
+
|
96
|
+
1. Clone down the theme's repository and `cd` into it
|
97
|
+
2. Run `bundle` to install the necessary dependencies
|
98
|
+
3. Run `run server` to start the preview server
|
99
|
+
4. Visit [`localhost:3000`](http://localhost:3000) in your browser to
|
100
|
+
preview the theme
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
[1]: http://dannyben.github.io/proxima
|
105
|
+
[2]: https://github.com/dannyben/proxima/blob/master/_layouts/default.html
|
106
|
+
[3]: https://jekyllrb.com/docs/variables/
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
{% assign header_background = site.header.background | default: '#789' -%}
|
3
|
+
{% assign header_color = site.header.color | default: 'white' -%}
|
4
|
+
{% assign header_style = "background: " | append: header_background | append: '; color: ' | append: header_color -%}
|
5
|
+
{% assign footer_background = site.footer.background | default: '#e4e4e4' -%}
|
6
|
+
{% assign footer_style = "background: " | append: footer_background -%}
|
7
|
+
<html lang="{{ site.lang | default: "en-US" }}">
|
8
|
+
<head>
|
9
|
+
<meta charset="UTF-8">
|
10
|
+
|
11
|
+
{% seo %}
|
12
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
13
|
+
<meta name="theme-color" content="#157878">
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
16
|
+
</head>
|
17
|
+
<body>
|
18
|
+
<header style='{{ header_style }}'>
|
19
|
+
<div class='limiter'>
|
20
|
+
{% if site.github.is_project_page %}
|
21
|
+
<a href="{{ site.github.repository_url }}" class="btn float-right">View on GitHub</a>
|
22
|
+
{% endif %}
|
23
|
+
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
24
|
+
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
25
|
+
</div>
|
26
|
+
</header>
|
27
|
+
|
28
|
+
<section class="main-content markdown-body">
|
29
|
+
{{ content }}
|
30
|
+
</section>
|
31
|
+
|
32
|
+
<footer style='{{ footer_style }}'>
|
33
|
+
<div class='limiter'>
|
34
|
+
{% if site.github.is_project_page %}
|
35
|
+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
36
|
+
{% endif %}
|
37
|
+
</div>
|
38
|
+
</footer>
|
39
|
+
|
40
|
+
{% if site.google_analytics %}
|
41
|
+
<script>
|
42
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
43
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
44
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
45
|
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
46
|
+
|
47
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
48
|
+
ga('send', 'pageview');
|
49
|
+
</script>
|
50
|
+
{% endif %}
|
51
|
+
</body>
|
52
|
+
</html>
|
@@ -0,0 +1,695 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: octicons-link;
|
3
|
+
src: url(data:font/woff;charset=utf-8;base64,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) format('woff');
|
4
|
+
}
|
5
|
+
|
6
|
+
.markdown-body {
|
7
|
+
-ms-text-size-adjust: 100%;
|
8
|
+
-webkit-text-size-adjust: 100%;
|
9
|
+
line-height: 1.5;
|
10
|
+
color: #24292e;
|
11
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
12
|
+
font-size: 16px;
|
13
|
+
line-height: 1.5;
|
14
|
+
word-wrap: break-word;
|
15
|
+
}
|
16
|
+
|
17
|
+
.markdown-body .pl-c {
|
18
|
+
color: #6a737d;
|
19
|
+
}
|
20
|
+
|
21
|
+
.markdown-body .pl-c1,
|
22
|
+
.markdown-body .pl-s .pl-v {
|
23
|
+
color: #005cc5;
|
24
|
+
}
|
25
|
+
|
26
|
+
.markdown-body .pl-e,
|
27
|
+
.markdown-body .pl-en {
|
28
|
+
color: #6f42c1;
|
29
|
+
}
|
30
|
+
|
31
|
+
.markdown-body .pl-smi,
|
32
|
+
.markdown-body .pl-s .pl-s1 {
|
33
|
+
color: #24292e;
|
34
|
+
}
|
35
|
+
|
36
|
+
.markdown-body .pl-ent {
|
37
|
+
color: #22863a;
|
38
|
+
}
|
39
|
+
|
40
|
+
.markdown-body .pl-k {
|
41
|
+
color: #d73a49;
|
42
|
+
}
|
43
|
+
|
44
|
+
.markdown-body .pl-s,
|
45
|
+
.markdown-body .pl-pds,
|
46
|
+
.markdown-body .pl-s .pl-pse .pl-s1,
|
47
|
+
.markdown-body .pl-sr,
|
48
|
+
.markdown-body .pl-sr .pl-cce,
|
49
|
+
.markdown-body .pl-sr .pl-sre,
|
50
|
+
.markdown-body .pl-sr .pl-sra {
|
51
|
+
color: #032f62;
|
52
|
+
}
|
53
|
+
|
54
|
+
.markdown-body .pl-v,
|
55
|
+
.markdown-body .pl-smw {
|
56
|
+
color: #e36209;
|
57
|
+
}
|
58
|
+
|
59
|
+
.markdown-body .pl-bu {
|
60
|
+
color: #b31d28;
|
61
|
+
}
|
62
|
+
|
63
|
+
.markdown-body .pl-ii {
|
64
|
+
color: #fafbfc;
|
65
|
+
background-color: #b31d28;
|
66
|
+
}
|
67
|
+
|
68
|
+
.markdown-body .pl-c2 {
|
69
|
+
color: #fafbfc;
|
70
|
+
background-color: #d73a49;
|
71
|
+
}
|
72
|
+
|
73
|
+
.markdown-body .pl-c2::before {
|
74
|
+
content: "^M";
|
75
|
+
}
|
76
|
+
|
77
|
+
.markdown-body .pl-sr .pl-cce {
|
78
|
+
font-weight: bold;
|
79
|
+
color: #22863a;
|
80
|
+
}
|
81
|
+
|
82
|
+
.markdown-body .pl-ml {
|
83
|
+
color: #735c0f;
|
84
|
+
}
|
85
|
+
|
86
|
+
.markdown-body .pl-mh,
|
87
|
+
.markdown-body .pl-mh .pl-en,
|
88
|
+
.markdown-body .pl-ms {
|
89
|
+
font-weight: bold;
|
90
|
+
color: #005cc5;
|
91
|
+
}
|
92
|
+
|
93
|
+
.markdown-body .pl-mi {
|
94
|
+
font-style: italic;
|
95
|
+
color: #24292e;
|
96
|
+
}
|
97
|
+
|
98
|
+
.markdown-body .pl-mb {
|
99
|
+
font-weight: bold;
|
100
|
+
color: #24292e;
|
101
|
+
}
|
102
|
+
|
103
|
+
.markdown-body .pl-md {
|
104
|
+
color: #b31d28;
|
105
|
+
background-color: #ffeef0;
|
106
|
+
}
|
107
|
+
|
108
|
+
.markdown-body .pl-mi1 {
|
109
|
+
color: #22863a;
|
110
|
+
background-color: #f0fff4;
|
111
|
+
}
|
112
|
+
|
113
|
+
.markdown-body .pl-mc {
|
114
|
+
color: #e36209;
|
115
|
+
background-color: #ffebda;
|
116
|
+
}
|
117
|
+
|
118
|
+
.markdown-body .pl-mi2 {
|
119
|
+
color: #f6f8fa;
|
120
|
+
background-color: #005cc5;
|
121
|
+
}
|
122
|
+
|
123
|
+
.markdown-body .pl-mdr {
|
124
|
+
font-weight: bold;
|
125
|
+
color: #6f42c1;
|
126
|
+
}
|
127
|
+
|
128
|
+
.markdown-body .pl-ba {
|
129
|
+
color: #586069;
|
130
|
+
}
|
131
|
+
|
132
|
+
.markdown-body .pl-sg {
|
133
|
+
color: #959da5;
|
134
|
+
}
|
135
|
+
|
136
|
+
.markdown-body .pl-corl {
|
137
|
+
text-decoration: underline;
|
138
|
+
color: #032f62;
|
139
|
+
}
|
140
|
+
|
141
|
+
.markdown-body .octicon {
|
142
|
+
display: inline-block;
|
143
|
+
vertical-align: text-top;
|
144
|
+
fill: currentColor;
|
145
|
+
}
|
146
|
+
|
147
|
+
.markdown-body a {
|
148
|
+
background-color: transparent;
|
149
|
+
}
|
150
|
+
|
151
|
+
.markdown-body a:active,
|
152
|
+
.markdown-body a:hover {
|
153
|
+
outline-width: 0;
|
154
|
+
}
|
155
|
+
|
156
|
+
.markdown-body strong {
|
157
|
+
font-weight: inherit;
|
158
|
+
}
|
159
|
+
|
160
|
+
.markdown-body strong {
|
161
|
+
font-weight: bolder;
|
162
|
+
}
|
163
|
+
|
164
|
+
.markdown-body h1 {
|
165
|
+
font-size: 2em;
|
166
|
+
margin: 0.67em 0;
|
167
|
+
}
|
168
|
+
|
169
|
+
.markdown-body img {
|
170
|
+
border-style: none;
|
171
|
+
}
|
172
|
+
|
173
|
+
.markdown-body code,
|
174
|
+
.markdown-body kbd,
|
175
|
+
.markdown-body pre {
|
176
|
+
font-family: monospace, monospace;
|
177
|
+
font-size: 1em;
|
178
|
+
}
|
179
|
+
|
180
|
+
.markdown-body hr {
|
181
|
+
box-sizing: content-box;
|
182
|
+
height: 0;
|
183
|
+
overflow: visible;
|
184
|
+
}
|
185
|
+
|
186
|
+
.markdown-body input {
|
187
|
+
font: inherit;
|
188
|
+
margin: 0;
|
189
|
+
}
|
190
|
+
|
191
|
+
.markdown-body input {
|
192
|
+
overflow: visible;
|
193
|
+
}
|
194
|
+
|
195
|
+
.markdown-body [type="checkbox"] {
|
196
|
+
box-sizing: border-box;
|
197
|
+
padding: 0;
|
198
|
+
}
|
199
|
+
|
200
|
+
.markdown-body * {
|
201
|
+
box-sizing: border-box;
|
202
|
+
}
|
203
|
+
|
204
|
+
.markdown-body input {
|
205
|
+
font-family: inherit;
|
206
|
+
font-size: inherit;
|
207
|
+
line-height: inherit;
|
208
|
+
}
|
209
|
+
|
210
|
+
.markdown-body a {
|
211
|
+
color: #0366d6;
|
212
|
+
text-decoration: none;
|
213
|
+
}
|
214
|
+
|
215
|
+
.markdown-body a:hover {
|
216
|
+
text-decoration: underline;
|
217
|
+
}
|
218
|
+
|
219
|
+
.markdown-body strong {
|
220
|
+
font-weight: 600;
|
221
|
+
}
|
222
|
+
|
223
|
+
.markdown-body hr {
|
224
|
+
height: 0;
|
225
|
+
margin: 15px 0;
|
226
|
+
overflow: hidden;
|
227
|
+
background: transparent;
|
228
|
+
border: 0;
|
229
|
+
border-bottom: 1px solid #dfe2e5;
|
230
|
+
}
|
231
|
+
|
232
|
+
.markdown-body hr::before {
|
233
|
+
display: table;
|
234
|
+
content: "";
|
235
|
+
}
|
236
|
+
|
237
|
+
.markdown-body hr::after {
|
238
|
+
display: table;
|
239
|
+
clear: both;
|
240
|
+
content: "";
|
241
|
+
}
|
242
|
+
|
243
|
+
.markdown-body table {
|
244
|
+
border-spacing: 0;
|
245
|
+
border-collapse: collapse;
|
246
|
+
}
|
247
|
+
|
248
|
+
.markdown-body td,
|
249
|
+
.markdown-body th {
|
250
|
+
padding: 0;
|
251
|
+
}
|
252
|
+
|
253
|
+
.markdown-body h1,
|
254
|
+
.markdown-body h2,
|
255
|
+
.markdown-body h3,
|
256
|
+
.markdown-body h4,
|
257
|
+
.markdown-body h5,
|
258
|
+
.markdown-body h6 {
|
259
|
+
margin-top: 0;
|
260
|
+
margin-bottom: 0;
|
261
|
+
}
|
262
|
+
|
263
|
+
.markdown-body h1 {
|
264
|
+
font-size: 32px;
|
265
|
+
font-weight: 600;
|
266
|
+
}
|
267
|
+
|
268
|
+
.markdown-body h2 {
|
269
|
+
font-size: 24px;
|
270
|
+
font-weight: 600;
|
271
|
+
}
|
272
|
+
|
273
|
+
.markdown-body h3 {
|
274
|
+
font-size: 20px;
|
275
|
+
font-weight: 600;
|
276
|
+
}
|
277
|
+
|
278
|
+
.markdown-body h4 {
|
279
|
+
font-size: 16px;
|
280
|
+
font-weight: 600;
|
281
|
+
}
|
282
|
+
|
283
|
+
.markdown-body h5 {
|
284
|
+
font-size: 14px;
|
285
|
+
font-weight: 600;
|
286
|
+
}
|
287
|
+
|
288
|
+
.markdown-body h6 {
|
289
|
+
font-size: 12px;
|
290
|
+
font-weight: 600;
|
291
|
+
}
|
292
|
+
|
293
|
+
.markdown-body p {
|
294
|
+
margin-top: 0;
|
295
|
+
margin-bottom: 10px;
|
296
|
+
}
|
297
|
+
|
298
|
+
.markdown-body blockquote {
|
299
|
+
margin: 0;
|
300
|
+
}
|
301
|
+
|
302
|
+
.markdown-body ul,
|
303
|
+
.markdown-body ol {
|
304
|
+
padding-left: 0;
|
305
|
+
margin-top: 0;
|
306
|
+
margin-bottom: 0;
|
307
|
+
}
|
308
|
+
|
309
|
+
.markdown-body ol ol,
|
310
|
+
.markdown-body ul ol {
|
311
|
+
list-style-type: lower-roman;
|
312
|
+
}
|
313
|
+
|
314
|
+
.markdown-body ul ul ol,
|
315
|
+
.markdown-body ul ol ol,
|
316
|
+
.markdown-body ol ul ol,
|
317
|
+
.markdown-body ol ol ol {
|
318
|
+
list-style-type: lower-alpha;
|
319
|
+
}
|
320
|
+
|
321
|
+
.markdown-body dd {
|
322
|
+
margin-left: 0;
|
323
|
+
}
|
324
|
+
|
325
|
+
.markdown-body code {
|
326
|
+
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
327
|
+
font-size: 12px;
|
328
|
+
}
|
329
|
+
|
330
|
+
.markdown-body pre {
|
331
|
+
margin-top: 0;
|
332
|
+
margin-bottom: 0;
|
333
|
+
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
334
|
+
font-size: 12px;
|
335
|
+
}
|
336
|
+
|
337
|
+
.markdown-body .octicon {
|
338
|
+
vertical-align: text-bottom;
|
339
|
+
}
|
340
|
+
|
341
|
+
.markdown-body .pl-0 {
|
342
|
+
padding-left: 0 !important;
|
343
|
+
}
|
344
|
+
|
345
|
+
.markdown-body .pl-1 {
|
346
|
+
padding-left: 4px !important;
|
347
|
+
}
|
348
|
+
|
349
|
+
.markdown-body .pl-2 {
|
350
|
+
padding-left: 8px !important;
|
351
|
+
}
|
352
|
+
|
353
|
+
.markdown-body .pl-3 {
|
354
|
+
padding-left: 16px !important;
|
355
|
+
}
|
356
|
+
|
357
|
+
.markdown-body .pl-4 {
|
358
|
+
padding-left: 24px !important;
|
359
|
+
}
|
360
|
+
|
361
|
+
.markdown-body .pl-5 {
|
362
|
+
padding-left: 32px !important;
|
363
|
+
}
|
364
|
+
|
365
|
+
.markdown-body .pl-6 {
|
366
|
+
padding-left: 40px !important;
|
367
|
+
}
|
368
|
+
|
369
|
+
.markdown-body::before {
|
370
|
+
display: table;
|
371
|
+
content: "";
|
372
|
+
}
|
373
|
+
|
374
|
+
.markdown-body::after {
|
375
|
+
display: table;
|
376
|
+
clear: both;
|
377
|
+
content: "";
|
378
|
+
}
|
379
|
+
|
380
|
+
.markdown-body>*:first-child {
|
381
|
+
margin-top: 0 !important;
|
382
|
+
}
|
383
|
+
|
384
|
+
.markdown-body>*:last-child {
|
385
|
+
margin-bottom: 0 !important;
|
386
|
+
}
|
387
|
+
|
388
|
+
.markdown-body a:not([href]) {
|
389
|
+
color: inherit;
|
390
|
+
text-decoration: none;
|
391
|
+
}
|
392
|
+
|
393
|
+
.markdown-body .anchor {
|
394
|
+
float: left;
|
395
|
+
padding-right: 4px;
|
396
|
+
margin-left: -20px;
|
397
|
+
line-height: 1;
|
398
|
+
}
|
399
|
+
|
400
|
+
.markdown-body .anchor:focus {
|
401
|
+
outline: none;
|
402
|
+
}
|
403
|
+
|
404
|
+
.markdown-body p,
|
405
|
+
.markdown-body blockquote,
|
406
|
+
.markdown-body ul,
|
407
|
+
.markdown-body ol,
|
408
|
+
.markdown-body dl,
|
409
|
+
.markdown-body table,
|
410
|
+
.markdown-body pre {
|
411
|
+
margin-top: 0;
|
412
|
+
margin-bottom: 16px;
|
413
|
+
}
|
414
|
+
|
415
|
+
.markdown-body hr {
|
416
|
+
height: 0.25em;
|
417
|
+
padding: 0;
|
418
|
+
margin: 24px 0;
|
419
|
+
background-color: #e1e4e8;
|
420
|
+
border: 0;
|
421
|
+
}
|
422
|
+
|
423
|
+
.markdown-body blockquote {
|
424
|
+
padding: 0 1em;
|
425
|
+
color: #6a737d;
|
426
|
+
border-left: 0.25em solid #dfe2e5;
|
427
|
+
}
|
428
|
+
|
429
|
+
.markdown-body blockquote>:first-child {
|
430
|
+
margin-top: 0;
|
431
|
+
}
|
432
|
+
|
433
|
+
.markdown-body blockquote>:last-child {
|
434
|
+
margin-bottom: 0;
|
435
|
+
}
|
436
|
+
|
437
|
+
.markdown-body kbd {
|
438
|
+
display: inline-block;
|
439
|
+
padding: 3px 5px;
|
440
|
+
font-size: 11px;
|
441
|
+
line-height: 10px;
|
442
|
+
color: #444d56;
|
443
|
+
vertical-align: middle;
|
444
|
+
background-color: #fafbfc;
|
445
|
+
border: solid 1px #c6cbd1;
|
446
|
+
border-bottom-color: #959da5;
|
447
|
+
border-radius: 3px;
|
448
|
+
box-shadow: inset 0 -1px 0 #959da5;
|
449
|
+
}
|
450
|
+
|
451
|
+
.markdown-body h1,
|
452
|
+
.markdown-body h2,
|
453
|
+
.markdown-body h3,
|
454
|
+
.markdown-body h4,
|
455
|
+
.markdown-body h5,
|
456
|
+
.markdown-body h6 {
|
457
|
+
margin-top: 24px;
|
458
|
+
margin-bottom: 16px;
|
459
|
+
font-weight: 600;
|
460
|
+
line-height: 1.25;
|
461
|
+
}
|
462
|
+
|
463
|
+
.markdown-body h1 .octicon-link,
|
464
|
+
.markdown-body h2 .octicon-link,
|
465
|
+
.markdown-body h3 .octicon-link,
|
466
|
+
.markdown-body h4 .octicon-link,
|
467
|
+
.markdown-body h5 .octicon-link,
|
468
|
+
.markdown-body h6 .octicon-link {
|
469
|
+
color: #1b1f23;
|
470
|
+
vertical-align: middle;
|
471
|
+
visibility: hidden;
|
472
|
+
}
|
473
|
+
|
474
|
+
.markdown-body h1:hover .anchor,
|
475
|
+
.markdown-body h2:hover .anchor,
|
476
|
+
.markdown-body h3:hover .anchor,
|
477
|
+
.markdown-body h4:hover .anchor,
|
478
|
+
.markdown-body h5:hover .anchor,
|
479
|
+
.markdown-body h6:hover .anchor {
|
480
|
+
text-decoration: none;
|
481
|
+
}
|
482
|
+
|
483
|
+
.markdown-body h1:hover .anchor .octicon-link,
|
484
|
+
.markdown-body h2:hover .anchor .octicon-link,
|
485
|
+
.markdown-body h3:hover .anchor .octicon-link,
|
486
|
+
.markdown-body h4:hover .anchor .octicon-link,
|
487
|
+
.markdown-body h5:hover .anchor .octicon-link,
|
488
|
+
.markdown-body h6:hover .anchor .octicon-link {
|
489
|
+
visibility: visible;
|
490
|
+
}
|
491
|
+
|
492
|
+
.markdown-body h1 {
|
493
|
+
padding-bottom: 0.3em;
|
494
|
+
font-size: 2em;
|
495
|
+
border-bottom: 1px solid #eaecef;
|
496
|
+
}
|
497
|
+
|
498
|
+
.markdown-body h2 {
|
499
|
+
padding-bottom: 0.3em;
|
500
|
+
font-size: 1.5em;
|
501
|
+
border-bottom: 1px solid #eaecef;
|
502
|
+
}
|
503
|
+
|
504
|
+
.markdown-body h3 {
|
505
|
+
font-size: 1.25em;
|
506
|
+
}
|
507
|
+
|
508
|
+
.markdown-body h4 {
|
509
|
+
font-size: 1em;
|
510
|
+
}
|
511
|
+
|
512
|
+
.markdown-body h5 {
|
513
|
+
font-size: 0.875em;
|
514
|
+
}
|
515
|
+
|
516
|
+
.markdown-body h6 {
|
517
|
+
font-size: 0.85em;
|
518
|
+
color: #6a737d;
|
519
|
+
}
|
520
|
+
|
521
|
+
.markdown-body ul,
|
522
|
+
.markdown-body ol {
|
523
|
+
padding-left: 2em;
|
524
|
+
}
|
525
|
+
|
526
|
+
.markdown-body ul ul,
|
527
|
+
.markdown-body ul ol,
|
528
|
+
.markdown-body ol ol,
|
529
|
+
.markdown-body ol ul {
|
530
|
+
margin-top: 0;
|
531
|
+
margin-bottom: 0;
|
532
|
+
}
|
533
|
+
|
534
|
+
.markdown-body li {
|
535
|
+
word-wrap: break-all;
|
536
|
+
}
|
537
|
+
|
538
|
+
.markdown-body li>p {
|
539
|
+
margin-top: 16px;
|
540
|
+
}
|
541
|
+
|
542
|
+
.markdown-body li+li {
|
543
|
+
margin-top: 0.25em;
|
544
|
+
}
|
545
|
+
|
546
|
+
.markdown-body dl {
|
547
|
+
padding: 0;
|
548
|
+
}
|
549
|
+
|
550
|
+
.markdown-body dl dt {
|
551
|
+
padding: 0;
|
552
|
+
margin-top: 16px;
|
553
|
+
font-size: 1em;
|
554
|
+
font-style: italic;
|
555
|
+
font-weight: 600;
|
556
|
+
}
|
557
|
+
|
558
|
+
.markdown-body dl dd {
|
559
|
+
padding: 0 16px;
|
560
|
+
margin-bottom: 16px;
|
561
|
+
}
|
562
|
+
|
563
|
+
.markdown-body table {
|
564
|
+
display: block;
|
565
|
+
width: 100%;
|
566
|
+
overflow: auto;
|
567
|
+
}
|
568
|
+
|
569
|
+
.markdown-body table th {
|
570
|
+
font-weight: 600;
|
571
|
+
}
|
572
|
+
|
573
|
+
.markdown-body table th,
|
574
|
+
.markdown-body table td {
|
575
|
+
padding: 6px 13px;
|
576
|
+
border: 1px solid #dfe2e5;
|
577
|
+
}
|
578
|
+
|
579
|
+
.markdown-body table tr {
|
580
|
+
background-color: #fff;
|
581
|
+
border-top: 1px solid #c6cbd1;
|
582
|
+
}
|
583
|
+
|
584
|
+
.markdown-body table tr:nth-child(2n) {
|
585
|
+
background-color: #f6f8fa;
|
586
|
+
}
|
587
|
+
|
588
|
+
.markdown-body img {
|
589
|
+
max-width: 100%;
|
590
|
+
box-sizing: content-box;
|
591
|
+
background-color: #fff;
|
592
|
+
}
|
593
|
+
|
594
|
+
.markdown-body img[align=right] {
|
595
|
+
padding-left: 20px;
|
596
|
+
}
|
597
|
+
|
598
|
+
.markdown-body img[align=left] {
|
599
|
+
padding-right: 20px;
|
600
|
+
}
|
601
|
+
|
602
|
+
.markdown-body code {
|
603
|
+
padding: 0.2em 0.4em;
|
604
|
+
margin: 0;
|
605
|
+
font-size: 85%;
|
606
|
+
background-color: rgba(27,31,35,0.05);
|
607
|
+
border-radius: 3px;
|
608
|
+
}
|
609
|
+
|
610
|
+
.markdown-body pre {
|
611
|
+
word-wrap: normal;
|
612
|
+
}
|
613
|
+
|
614
|
+
.markdown-body pre>code {
|
615
|
+
padding: 0;
|
616
|
+
margin: 0;
|
617
|
+
font-size: 100%;
|
618
|
+
word-break: normal;
|
619
|
+
white-space: pre;
|
620
|
+
background: transparent;
|
621
|
+
border: 0;
|
622
|
+
}
|
623
|
+
|
624
|
+
.markdown-body .highlight {
|
625
|
+
margin-bottom: 16px;
|
626
|
+
}
|
627
|
+
|
628
|
+
.markdown-body .highlight pre {
|
629
|
+
margin-bottom: 0;
|
630
|
+
word-break: normal;
|
631
|
+
}
|
632
|
+
|
633
|
+
.markdown-body .highlight pre,
|
634
|
+
.markdown-body pre {
|
635
|
+
padding: 16px;
|
636
|
+
overflow: auto;
|
637
|
+
font-size: 85%;
|
638
|
+
line-height: 1.45;
|
639
|
+
background-color: #f6f8fa;
|
640
|
+
border-radius: 3px;
|
641
|
+
}
|
642
|
+
|
643
|
+
.markdown-body pre code {
|
644
|
+
display: inline;
|
645
|
+
max-width: auto;
|
646
|
+
padding: 0;
|
647
|
+
margin: 0;
|
648
|
+
overflow: visible;
|
649
|
+
line-height: inherit;
|
650
|
+
word-wrap: normal;
|
651
|
+
background-color: transparent;
|
652
|
+
border: 0;
|
653
|
+
}
|
654
|
+
|
655
|
+
.markdown-body .full-commit .btn-outline:not(:disabled):hover {
|
656
|
+
color: #005cc5;
|
657
|
+
border-color: #005cc5;
|
658
|
+
}
|
659
|
+
|
660
|
+
.markdown-body kbd {
|
661
|
+
display: inline-block;
|
662
|
+
padding: 3px 5px;
|
663
|
+
font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
664
|
+
line-height: 10px;
|
665
|
+
color: #444d56;
|
666
|
+
vertical-align: middle;
|
667
|
+
background-color: #fafbfc;
|
668
|
+
border: solid 1px #d1d5da;
|
669
|
+
border-bottom-color: #c6cbd1;
|
670
|
+
border-radius: 3px;
|
671
|
+
box-shadow: inset 0 -1px 0 #c6cbd1;
|
672
|
+
}
|
673
|
+
|
674
|
+
.markdown-body :checked+.radio-label {
|
675
|
+
position: relative;
|
676
|
+
z-index: 1;
|
677
|
+
border-color: #0366d6;
|
678
|
+
}
|
679
|
+
|
680
|
+
.markdown-body .task-list-item {
|
681
|
+
list-style-type: none;
|
682
|
+
}
|
683
|
+
|
684
|
+
.markdown-body .task-list-item+.task-list-item {
|
685
|
+
margin-top: 3px;
|
686
|
+
}
|
687
|
+
|
688
|
+
.markdown-body .task-list-item input {
|
689
|
+
margin: 0 0.2em 0.25em -1.6em;
|
690
|
+
vertical-align: middle;
|
691
|
+
}
|
692
|
+
|
693
|
+
.markdown-body hr {
|
694
|
+
border-bottom-color: #eee;
|
695
|
+
}
|