jekyll-theme-time-machine 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +116 -0
- data/README.md +92 -0
- data/_layouts/default.html +79 -0
- data/_sass/jekyll-theme-time-machine.scss +485 -0
- data/_sass/normalize.scss +424 -0
- data/_sass/rouge-base16-dark.scss +81 -0
- data/assets/css/style.scss +4 -0
- data/assets/images/code.png +0 -0
- data/assets/images/pattern.png +0 -0
- data/assets/images/tar.png +0 -0
- data/assets/images/top.png +0 -0
- data/assets/images/zip.png +0 -0
- data/assets/js/script.js +52 -0
- metadata +71 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: cb0662c232714f1f601bbfad0e42821faf34d3da
|
4
|
+
data.tar.gz: bd57a8f72de655e9c016fd06a21ff32071811cab
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 99626a6a38f61b222c580e710047417af7d0ef443bd116b92644ee538f59e1453ab4c3acf44b859d8341ebac318c7c1b080594898d7373c66ab39fe22e884f4d
|
7
|
+
data.tar.gz: 479920f1d12873b58f2ebade496ef2e8d905b7c0d838e6fa98c8355abd6aa991696b6742cc6370fb1022bdd2c06f2476a43f0f8b1b82a272ebea6d3a6a267b52
|
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,92 @@
|
|
1
|
+
# The Time machine theme
|
2
|
+
|
3
|
+
[![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-time-machine.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-time-machine) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-time-machine.svg)](https://badge.fury.io/rb/jekyll-theme-time-machine)
|
4
|
+
|
5
|
+
*Time machine is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/time-machine), or even [use it today](#usage).*
|
6
|
+
|
7
|
+
![Thumbnail of time-machine](thumbnail.png)
|
8
|
+
|
9
|
+
## Usage
|
10
|
+
|
11
|
+
To use the Time machine theme:
|
12
|
+
|
13
|
+
1. Add the following to your site's `_config.yml`:
|
14
|
+
|
15
|
+
```yml
|
16
|
+
theme: jekyll-theme-time-machine
|
17
|
+
```
|
18
|
+
|
19
|
+
2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
gem "github-pages", group: :jekyll_plugins
|
23
|
+
```
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
## Customizing
|
28
|
+
|
29
|
+
### Configuration variables
|
30
|
+
|
31
|
+
Time machine will respect the following variables, if set in your site's `_config.yml`:
|
32
|
+
|
33
|
+
```yml
|
34
|
+
title: [The title of your site]
|
35
|
+
description: [A short description of your site's purpose]
|
36
|
+
```
|
37
|
+
|
38
|
+
Additionally, you may choose to set the following optional variables:
|
39
|
+
|
40
|
+
```yml
|
41
|
+
show_downloads: ["true" or "false" to indicate whether to provide a download URL]
|
42
|
+
google_analytics: [Your Google Analytics tracking ID]
|
43
|
+
```
|
44
|
+
|
45
|
+
### Stylesheet
|
46
|
+
|
47
|
+
If you'd like to add your own custom styles:
|
48
|
+
|
49
|
+
1. Create a file called `/assets/css/style.css` in your site
|
50
|
+
2. Add the following content to the top of the file, exactly as shown:
|
51
|
+
```scss
|
52
|
+
---
|
53
|
+
---
|
54
|
+
|
55
|
+
@import "{{ site.theme }}";
|
56
|
+
```
|
57
|
+
3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line
|
58
|
+
|
59
|
+
### Layouts
|
60
|
+
|
61
|
+
If you'd like to change the theme's HTML layout:
|
62
|
+
|
63
|
+
1. [Copy the original template](https://github.com/pages-themes/time-machine/blob/master/_layouts/default.html) from the theme's repository<br />(*Pro-tip: click "raw" to make copying easier*)
|
64
|
+
2. Create a file called `/_layouts/default.html` in your site
|
65
|
+
3. Paste the default layout content copied in the first step
|
66
|
+
4. Customize the layout as you'd like
|
67
|
+
|
68
|
+
## Roadmap
|
69
|
+
|
70
|
+
See the [open issues](https://github.com/pagse-themes/time-machine/issues) for a list of proposed features (and known issues).
|
71
|
+
|
72
|
+
## Project philosophy
|
73
|
+
|
74
|
+
The Time machine theme is intended to make it quick and easy for GitHub Pages users to create their first (or 100th) website. The theme should meet the vast majority of users' needs out of the box, erring on the side of simplicity rather than flexibility, and provide users the opportunity to opt-in to additional complexity if they have specific needs or wish to further customize their experience (such as adding custom CSS or modifying the default layout). It should also look great, but that goes without saying.
|
75
|
+
|
76
|
+
## Contributing
|
77
|
+
|
78
|
+
Interested in contributing to Time machine? We'd love your help. Time machine is an open source project, built one contribution at a time by users like you. See [the CONTRIBUTING file](CONTRIBUTING.md) for instructions on how to contribute.
|
79
|
+
|
80
|
+
### Previewing the theme locally
|
81
|
+
|
82
|
+
If you'd like to preview the theme locally (for example, in the process of proposing a change):
|
83
|
+
|
84
|
+
1. Clone down the theme's repository (`git clone https://github.com/pages-themes/time-machine`)
|
85
|
+
2. `cd` into the theme's directory
|
86
|
+
3. Run `script/bootstrap` to install the necessary dependencies
|
87
|
+
4. Run `bundle exec jekyll serve` to start the preview server
|
88
|
+
5. Visit [`localhost:4000`](http://localhost:4000) in your browser to preview the theme
|
89
|
+
|
90
|
+
### Running tests
|
91
|
+
|
92
|
+
The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` one before the test script will work.
|
@@ -0,0 +1,79 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. -->
|
3
|
+
<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on https://github.com/jonrohan -->
|
4
|
+
<html>
|
5
|
+
<head>
|
6
|
+
<meta charset="utf-8">
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
10
|
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
11
|
+
<script type="text/javascript" src="{{ '/assets/js/script.js' | relative_url }}"></script>
|
12
|
+
|
13
|
+
<title>{{ site.title | default: site.github.repository_name }}</title>
|
14
|
+
<meta name="description" content="{{ site.description | default: site.github.project_tagline }}">
|
15
|
+
|
16
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
17
|
+
|
18
|
+
</head>
|
19
|
+
|
20
|
+
<body>
|
21
|
+
|
22
|
+
<div class="wrapper">
|
23
|
+
<header>
|
24
|
+
<h1 class="title">{{ site.title | default: site.github.repository_name }}</h1>
|
25
|
+
</header>
|
26
|
+
<div id="container">
|
27
|
+
<p class="tagline">{{ site.description | default: site.github.project_tagline }}</p>
|
28
|
+
<div id="main" role="main">
|
29
|
+
<div class="download-bar">
|
30
|
+
<div class="inner">
|
31
|
+
{% if site.show_downloads %}
|
32
|
+
<a href="{{ site.github.tar_url }}" class="download-button tar"><span>Download</span></a>
|
33
|
+
<a href="{{ site.github.zip_url }}" class="download-button zip"><span>Download</span></a>
|
34
|
+
{% endif %}
|
35
|
+
<a href="{{ site.github.repository_url }}" class="code">View {{ site.title | default: site.github.repository_name }} on GitHub</a>
|
36
|
+
</div>
|
37
|
+
<span class="blc"></span><span class="trc"></span>
|
38
|
+
</div>
|
39
|
+
<article class="markdown-body">
|
40
|
+
{{ content }}
|
41
|
+
</article>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
<footer>
|
45
|
+
<div class="owner">
|
46
|
+
{% if site.github.is_project_page %}
|
47
|
+
<p><a href="{{ site.github.owner_url }}" class="avatar"><img src="{{ site.github.owner_gravatar_url }}" width="48" height="48"></a> <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> maintains <a href="{{ site.github.repository_url }}">{{ site.title | default: site.github.repository_name }}</a></p>
|
48
|
+
{% endif %}
|
49
|
+
|
50
|
+
{% if site.github.is_user_page %}
|
51
|
+
<p><a href="{{ site.github.owner_url }}" class="avatar"><img src="{{ site.github.owner_gravatar_url }}" width="48" height="48"></a>View <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> on <a href="https://www.github.com">GitHub</a></p>
|
52
|
+
{% endif %}
|
53
|
+
|
54
|
+
</div>
|
55
|
+
<div class="creds">
|
56
|
+
<small>This page generated using <a href="https://pages.github.com/">GitHub Pages</a><br>theme by <a href="https://twitter.com/jonrohan/">Jon Rohan</a></small>
|
57
|
+
</div>
|
58
|
+
</footer>
|
59
|
+
</div>
|
60
|
+
<div class="current-section">
|
61
|
+
<a href="#top">Scroll to top</a>
|
62
|
+
<a href="{{ site.github.tar_url }}" class="tar">tar</a><a href="{{ site.github.zip_url }}" class="zip">zip</a><a href="" class="code">source code</a>
|
63
|
+
<p class="name"></p>
|
64
|
+
</div>
|
65
|
+
|
66
|
+
{% if site.google_analytics %}
|
67
|
+
<script type="text/javascript">
|
68
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
69
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
70
|
+
</script>
|
71
|
+
<script type="text/javascript">
|
72
|
+
try {
|
73
|
+
var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
|
74
|
+
pageTracker._trackPageview();
|
75
|
+
} catch(err) {}
|
76
|
+
</script>
|
77
|
+
{% endif %}
|
78
|
+
</body>
|
79
|
+
</html>
|
@@ -0,0 +1,485 @@
|
|
1
|
+
@import "normalize";
|
2
|
+
|
3
|
+
/* Style */
|
4
|
+
|
5
|
+
body {
|
6
|
+
font-size: 15px;
|
7
|
+
font-family: Arial, Arial, Helvetica, sans-serif;
|
8
|
+
line-height: 1.5;
|
9
|
+
background: #D1D1D1;
|
10
|
+
}
|
11
|
+
|
12
|
+
a {
|
13
|
+
color: #63a52a;
|
14
|
+
text-decoration: none;
|
15
|
+
transition: opacity ease-in-out 0.3s;
|
16
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
17
|
+
}
|
18
|
+
|
19
|
+
a:hover {
|
20
|
+
text-decoration: underline;
|
21
|
+
color: #90D355;
|
22
|
+
}
|
23
|
+
|
24
|
+
code, pre {
|
25
|
+
font-family: 'Monaco', 'Lucida Console', monospace;
|
26
|
+
}
|
27
|
+
|
28
|
+
h1.title {
|
29
|
+
margin: 30px 20px 10px;
|
30
|
+
font-size: 60px;
|
31
|
+
font-weight: bold;
|
32
|
+
font-style: italic;
|
33
|
+
font-family:Georgia, serif;
|
34
|
+
text-align: center;
|
35
|
+
}
|
36
|
+
|
37
|
+
.wrapper {
|
38
|
+
width: 675px;
|
39
|
+
margin: 0 auto;
|
40
|
+
}
|
41
|
+
|
42
|
+
#container {
|
43
|
+
border: 1px solid #2a2a2a;
|
44
|
+
background: #ddd url(../images/pattern.png);
|
45
|
+
box-shadow: 0 0 5px #b1b1b1;
|
46
|
+
}
|
47
|
+
|
48
|
+
p.tagline {
|
49
|
+
padding: 20px 20px 0;
|
50
|
+
color: #fff;
|
51
|
+
font-size: 17px;
|
52
|
+
}
|
53
|
+
|
54
|
+
#main {
|
55
|
+
margin-top: 20px;
|
56
|
+
padding: 0 20px 90px;
|
57
|
+
background-color: #fff;
|
58
|
+
}
|
59
|
+
|
60
|
+
.download-bar {
|
61
|
+
background: #222;
|
62
|
+
border: 5px solid #444;
|
63
|
+
padding: 10px;
|
64
|
+
margin: 0 -35px 20px;
|
65
|
+
position: relative;
|
66
|
+
}
|
67
|
+
|
68
|
+
.download-bar .inner {
|
69
|
+
overflow: hidden;
|
70
|
+
}
|
71
|
+
|
72
|
+
.download-bar .watch-fork iframe {
|
73
|
+
display: block;
|
74
|
+
float: left;
|
75
|
+
border-right: 1px solid #ddd;
|
76
|
+
padding-right: 5px;
|
77
|
+
}
|
78
|
+
.download-bar .watch-fork iframe.last {
|
79
|
+
border-right: 0 none;
|
80
|
+
padding-right: 0;
|
81
|
+
padding-left: 5px;
|
82
|
+
border-left: 1px solid #fff;
|
83
|
+
}
|
84
|
+
.download-bar .watch-fork {
|
85
|
+
overflow: hidden;
|
86
|
+
float: right;
|
87
|
+
background-color: #eee;
|
88
|
+
padding: 5px;
|
89
|
+
border-radius: 3px;
|
90
|
+
}
|
91
|
+
|
92
|
+
.download-bar .blc {
|
93
|
+
border: 10px solid black;
|
94
|
+
border-color: transparent transparent black;
|
95
|
+
width: 0;
|
96
|
+
height: 0;
|
97
|
+
display: block;
|
98
|
+
position: absolute;
|
99
|
+
bottom: -15px;
|
100
|
+
left: 0;
|
101
|
+
transform: rotate(45deg);
|
102
|
+
-ms-transform: rotate(45deg); /* IE9 */
|
103
|
+
-webkit-transform: rotate(45deg); /* 2014 current */
|
104
|
+
}
|
105
|
+
|
106
|
+
.download-bar .trc {
|
107
|
+
border: 10px solid black;
|
108
|
+
border-color: black transparent transparent;
|
109
|
+
width: 0;
|
110
|
+
height: 0;
|
111
|
+
display: block;
|
112
|
+
position: absolute;
|
113
|
+
top: -15px;
|
114
|
+
right: 0;
|
115
|
+
transform: rotate(45deg);
|
116
|
+
-ms-transform: rotate(45deg); /* IE9 */
|
117
|
+
-webkit-transform: rotate(45deg); /* 2014 current */
|
118
|
+
}
|
119
|
+
|
120
|
+
.download-bar .avatar {
|
121
|
+
border: 1px solid black;
|
122
|
+
display: block;
|
123
|
+
padding: 4px;
|
124
|
+
float: left;
|
125
|
+
}
|
126
|
+
|
127
|
+
.download-bar .avatar img {
|
128
|
+
display: block;
|
129
|
+
}
|
130
|
+
|
131
|
+
.download-bar a.code {
|
132
|
+
background: transparent url(../images/code.png) no-repeat 0 2px;
|
133
|
+
padding-left: 35px;
|
134
|
+
margin-top: 8px;
|
135
|
+
display: block;
|
136
|
+
float: left;
|
137
|
+
text-indent: 0;
|
138
|
+
width: auto;
|
139
|
+
height: auto;
|
140
|
+
opacity: 1;
|
141
|
+
filter:alpha(opacity=100); /* IE 5-7 */
|
142
|
+
}
|
143
|
+
|
144
|
+
.current-section {
|
145
|
+
position: fixed;
|
146
|
+
top: 0;
|
147
|
+
left: 50%;
|
148
|
+
width: 693px;
|
149
|
+
margin-left: -352px;
|
150
|
+
background: #222;
|
151
|
+
border: 5px solid #444;
|
152
|
+
color: #fff;
|
153
|
+
opacity: 0;
|
154
|
+
visibility: hidden;
|
155
|
+
transition: opacity ease-in-out 0.3s;
|
156
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
157
|
+
}
|
158
|
+
|
159
|
+
.current-section p {
|
160
|
+
padding: 5px 27px;
|
161
|
+
font-size: 24px;
|
162
|
+
font-weight: bold;
|
163
|
+
}
|
164
|
+
|
165
|
+
.current-section a {
|
166
|
+
float: right;
|
167
|
+
text-indent: -10000px;
|
168
|
+
background: transparent url(../images/top.png) no-repeat 0 0;
|
169
|
+
width: 20px;
|
170
|
+
height: 20px;
|
171
|
+
opacity: 0.8;
|
172
|
+
margin-right: 12px;
|
173
|
+
margin-top: 12px;
|
174
|
+
opacity: 0.8;
|
175
|
+
filter:alpha(opacity=80); /* IE 5-7 */
|
176
|
+
transition: opacity ease-in-out 0.3s;
|
177
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
178
|
+
}
|
179
|
+
|
180
|
+
.current-section a:hover {
|
181
|
+
opacity: 1;
|
182
|
+
filter:alpha(opacity=100); /* IE 5-7 */
|
183
|
+
}
|
184
|
+
|
185
|
+
.current-section a.zip {
|
186
|
+
margin-right: 8px;
|
187
|
+
}
|
188
|
+
|
189
|
+
a.zip,
|
190
|
+
a.zip span {
|
191
|
+
background: transparent url(../images/zip.png) no-repeat 0 0;
|
192
|
+
width: 30px;
|
193
|
+
height: 21px;
|
194
|
+
display: inline-block;
|
195
|
+
text-indent: -10000px;
|
196
|
+
opacity: 0.8;
|
197
|
+
filter:alpha(opacity=80); /* IE 5-7 */
|
198
|
+
transition: opacity ease-in-out 0.3s;
|
199
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
200
|
+
}
|
201
|
+
|
202
|
+
a.tar,
|
203
|
+
a.tar span {
|
204
|
+
background: transparent url(../images/tar.png) no-repeat 0 0;
|
205
|
+
width: 30px;
|
206
|
+
height: 21px;
|
207
|
+
display: inline-block;
|
208
|
+
text-indent: -10000px;
|
209
|
+
opacity: 0.8;
|
210
|
+
filter:alpha(opacity=80); /* IE 5-7 */
|
211
|
+
transition: opacity ease-in-out 0.3s;
|
212
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
213
|
+
}
|
214
|
+
|
215
|
+
a.code {
|
216
|
+
background: transparent url(../images/code.png) no-repeat 0 2px;
|
217
|
+
width: 30px;
|
218
|
+
height: 21px;
|
219
|
+
display: block;
|
220
|
+
display: inline-block;
|
221
|
+
text-indent: -10000px;
|
222
|
+
opacity: 0.8;
|
223
|
+
filter:alpha(opacity=80); /* IE 5-7 */
|
224
|
+
transition: opacity ease-in-out 0.3s;
|
225
|
+
-webkit-transition: opacity ease-in-out 0.3s; /* Safari <=6.1, Android <= 4.3 */
|
226
|
+
}
|
227
|
+
|
228
|
+
a.zip:hover,
|
229
|
+
a.tar:hover,
|
230
|
+
a.code:hover {
|
231
|
+
opacity: 1;
|
232
|
+
filter:alpha(opacity=100);
|
233
|
+
}
|
234
|
+
|
235
|
+
a.download-button {
|
236
|
+
border: 1px solid black;
|
237
|
+
border-radius: 3px;
|
238
|
+
display: inline-block;
|
239
|
+
text-indent: 0!important;
|
240
|
+
width: auto;
|
241
|
+
float: right;
|
242
|
+
background: #999; /* for non-css3 browsers */
|
243
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ADD4', endColorstr='#1B657E'); /* IE <= 9 */
|
244
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#37ADD4), to(#1B657E)); /* ancient webkit browsers */
|
245
|
+
background: -webkit-linear-gradient(top, #37ADD4, #1B657E); /* Safari <=6.1, Android <= 4.3 */
|
246
|
+
background: linear-gradient(to bottom, #37ADD4, #1B657E);
|
247
|
+
height: auto;
|
248
|
+
margin-left: 10px;
|
249
|
+
}
|
250
|
+
|
251
|
+
a.download-button span {
|
252
|
+
background-position: 10px 5px;
|
253
|
+
width: auto;
|
254
|
+
height: auto;
|
255
|
+
padding: 5px 10px;
|
256
|
+
padding-left: 45px;
|
257
|
+
display: inline-block;
|
258
|
+
text-indent: 0!important;
|
259
|
+
color: #fff;
|
260
|
+
}
|
261
|
+
|
262
|
+
footer {
|
263
|
+
margin-bottom: 60px;
|
264
|
+
padding-bottom: 60px;
|
265
|
+
}
|
266
|
+
|
267
|
+
footer .owner {
|
268
|
+
background: #222;
|
269
|
+
border: 5px solid #444;
|
270
|
+
padding: 5px 15px;
|
271
|
+
margin: -67px -10px 35px;
|
272
|
+
color: #d6d6d6;
|
273
|
+
}
|
274
|
+
|
275
|
+
footer .creds small {
|
276
|
+
float: right;
|
277
|
+
font-size: 10px;
|
278
|
+
text-align: right;
|
279
|
+
margin-left: 15px;
|
280
|
+
}
|
281
|
+
|
282
|
+
footer .owner .avatar {
|
283
|
+
background-color: #666;
|
284
|
+
display: block;
|
285
|
+
margin: -19px 10px 0 0;
|
286
|
+
width: 60px;
|
287
|
+
float: left;
|
288
|
+
}
|
289
|
+
|
290
|
+
footer .owner img {
|
291
|
+
display: block;
|
292
|
+
border: 1px solid #2a2a2a;
|
293
|
+
margin: 5px;
|
294
|
+
}
|
295
|
+
|
296
|
+
footer .owner p {
|
297
|
+
font-family:Georgia, serif;
|
298
|
+
}
|
299
|
+
|
300
|
+
footer .owner p a {
|
301
|
+
font-size: 16px;
|
302
|
+
font-style: italic;
|
303
|
+
}
|
304
|
+
|
305
|
+
/* Markdown */
|
306
|
+
.markdown-body h1,
|
307
|
+
.markdown-body h2,
|
308
|
+
.markdown-body h3,
|
309
|
+
.markdown-body h4,
|
310
|
+
.markdown-body h5,
|
311
|
+
.markdown-body h6,
|
312
|
+
.markdown-body p,
|
313
|
+
.markdown-body pre,
|
314
|
+
.markdown-body ul,
|
315
|
+
.markdown-body ol,
|
316
|
+
.markdown-body dl,
|
317
|
+
.markdown-body table,
|
318
|
+
.markdown-body blockquote {
|
319
|
+
margin-bottom: 20px;
|
320
|
+
}
|
321
|
+
|
322
|
+
.markdown-body h1,
|
323
|
+
.markdown-body h2,
|
324
|
+
.markdown-body h3,
|
325
|
+
.markdown-body h4,
|
326
|
+
.markdown-body h5,
|
327
|
+
.markdown-body h6 {
|
328
|
+
font-weight: bold;
|
329
|
+
}
|
330
|
+
|
331
|
+
.markdown-body h1 {
|
332
|
+
font-size: 28px;
|
333
|
+
}
|
334
|
+
|
335
|
+
.markdown-body h2 {
|
336
|
+
font-size: 24px;
|
337
|
+
color: #557398;
|
338
|
+
}
|
339
|
+
|
340
|
+
.markdown-body h3 {
|
341
|
+
font-size: 20px;
|
342
|
+
}
|
343
|
+
|
344
|
+
.markdown-body h4 {
|
345
|
+
font-size: 18px;
|
346
|
+
}
|
347
|
+
|
348
|
+
.markdown-body h5 {
|
349
|
+
font-size: 16px;
|
350
|
+
}
|
351
|
+
|
352
|
+
.markdown-body pre {
|
353
|
+
padding: 10px 70px 10px 0;
|
354
|
+
margin-left: -20px;
|
355
|
+
margin-right: -20px;
|
356
|
+
font-family: 'Monaco', 'Lucida Console', monospace;
|
357
|
+
font-size: 13px;
|
358
|
+
line-height: 20px;
|
359
|
+
box-shadow: inset 0 0 5px #000;
|
360
|
+
word-wrap: break-word;
|
361
|
+
background-color:#3b3b3b;
|
362
|
+
color: #d6d6d6;
|
363
|
+
}
|
364
|
+
|
365
|
+
.markdown-body pre.lines {
|
366
|
+
font-size: 12px;
|
367
|
+
margin:0 10px 0 -20px;
|
368
|
+
padding: 10px;
|
369
|
+
float: left;
|
370
|
+
display: block;
|
371
|
+
text-align: right;
|
372
|
+
box-shadow: none;
|
373
|
+
background-color:#2a2a2a;
|
374
|
+
color: #d6d6d6;
|
375
|
+
}
|
376
|
+
|
377
|
+
.markdown-body ul,
|
378
|
+
.markdown-body ol {
|
379
|
+
padding-left: 30px;
|
380
|
+
}
|
381
|
+
|
382
|
+
.markdown-body ul {
|
383
|
+
list-style-type: disc;
|
384
|
+
}
|
385
|
+
|
386
|
+
.markdown-body ol {
|
387
|
+
list-style-type: decimal;
|
388
|
+
}
|
389
|
+
|
390
|
+
.markdown-body li,
|
391
|
+
.markdown-body li p,
|
392
|
+
.markdown-body dd,
|
393
|
+
.markdown-body dd p {
|
394
|
+
margin-bottom: 10px;
|
395
|
+
}
|
396
|
+
|
397
|
+
.markdown-body li pre,
|
398
|
+
.markdown-body li pre.lines,
|
399
|
+
.markdown-body dd pre,
|
400
|
+
.markdown-body dd pre.lines {
|
401
|
+
margin-left: -35px;
|
402
|
+
}
|
403
|
+
|
404
|
+
.markdown-body dt {
|
405
|
+
font-weight: bold;
|
406
|
+
font-style: italic;
|
407
|
+
}
|
408
|
+
|
409
|
+
.markdown-body dd {
|
410
|
+
margin-left: 15px;
|
411
|
+
}
|
412
|
+
|
413
|
+
.markdown-body table {
|
414
|
+
width: 673px;
|
415
|
+
margin-left: -20px;
|
416
|
+
margin-right: -20px;
|
417
|
+
}
|
418
|
+
|
419
|
+
.markdown-body tbody {
|
420
|
+
border-top: 2px solid #557398;
|
421
|
+
border-bottom: 2px solid #557398;
|
422
|
+
background-color: #EBEFF4;
|
423
|
+
}
|
424
|
+
|
425
|
+
.markdown-body table td * {
|
426
|
+
margin: 0;
|
427
|
+
}
|
428
|
+
|
429
|
+
.markdown-body td {
|
430
|
+
border-right: 1px solid #557398;
|
431
|
+
border-bottom: 1px solid #557398;
|
432
|
+
padding: 5px;
|
433
|
+
}
|
434
|
+
|
435
|
+
.markdown-body td:first-child,
|
436
|
+
.markdown-body th:first-child {
|
437
|
+
width: 30%;
|
438
|
+
padding-left: 20px;
|
439
|
+
}
|
440
|
+
|
441
|
+
.markdown-body td:last-child {
|
442
|
+
border-right: 0 none;
|
443
|
+
}
|
444
|
+
|
445
|
+
.markdown-body th {
|
446
|
+
font-size: 18px;
|
447
|
+
font-weight: bold;
|
448
|
+
text-align: left;
|
449
|
+
padding: 5px;
|
450
|
+
}
|
451
|
+
|
452
|
+
.markdown-body tt {
|
453
|
+
background-color:#3b3b3b;
|
454
|
+
color: #d6d6d6;
|
455
|
+
padding: 2px 3px;
|
456
|
+
}
|
457
|
+
|
458
|
+
.markdown-body blockquote {
|
459
|
+
font-style: italic;
|
460
|
+
font-family:Georgia, serif;
|
461
|
+
font-size: 17px;
|
462
|
+
border-top: 3px solid #333;
|
463
|
+
border-bottom: 3px solid #333;
|
464
|
+
padding: 10px 20px;
|
465
|
+
padding-left: 50px;
|
466
|
+
}
|
467
|
+
|
468
|
+
.markdown-body blockquote:before {
|
469
|
+
font-style: italic;
|
470
|
+
font-family: Georgia, serif;
|
471
|
+
font-size: 90px;
|
472
|
+
height: 90px;
|
473
|
+
margin-left: -60px;
|
474
|
+
margin-top: -25px;
|
475
|
+
content: "‟";
|
476
|
+
display: block;
|
477
|
+
float: left;
|
478
|
+
}
|
479
|
+
|
480
|
+
.markdown-body img {
|
481
|
+
max-width: 100%;
|
482
|
+
box-sizing: border-box;
|
483
|
+
}
|
484
|
+
|
485
|
+
@import "rouge-base16-dark";
|