jekyll-theme-tactile 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 +61 -0
- data/_sass/jekyll-theme-tactile.scss +375 -0
- data/_sass/rouge-base16-dark.scss +81 -0
- data/assets/css/print.css +228 -0
- data/assets/css/style.scss +4 -0
- data/assets/images/body-bg.png +0 -0
- data/assets/images/highlight-bg.jpg +0 -0
- data/assets/images/hr.png +0 -0
- data/assets/images/octocat-icon.png +0 -0
- data/assets/images/tar-gz-icon.png +0 -0
- data/assets/images/zip-icon.png +0 -0
- metadata +71 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 847ea9c1b12d20531ff9e1342c2adfef4f0f20a2
|
4
|
+
data.tar.gz: 69f4edc58d17069d96d0cb976dbdd24e134d37fe
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5eda630679ff2f579243b3e621d31d26fc758830579c3bd9e7af936c7d123baf2d46c3e809472425e017c13addcefdf885db850e6ba53763104e00a201c6a12e
|
7
|
+
data.tar.gz: 918a25334e91ce967abec09335ef6e01f0b23115c997ca639cb80192651fdd62ba783a8178179140788254cbdebe636a57d67d0870db99864f49e81678cb5217
|
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 Tactile theme
|
2
|
+
|
3
|
+
[![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-tactile.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-tactile) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-tactile.svg)](https://badge.fury.io/rb/jekyll-theme-tactile)
|
4
|
+
|
5
|
+
*Tactile is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/tactile), or even [use it today](#usage).*
|
6
|
+
|
7
|
+
![Thumbnail of tactile](thumbnail.png)
|
8
|
+
|
9
|
+
## Usage
|
10
|
+
|
11
|
+
To use the Tactile theme:
|
12
|
+
|
13
|
+
1. Add the following to your site's `_config.yml`:
|
14
|
+
|
15
|
+
```yml
|
16
|
+
theme: jekyll-theme-tactile
|
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
|
+
Tactile 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/tactile/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/tactile/issues) for a list of proposed features (and known issues).
|
71
|
+
|
72
|
+
## Project philosophy
|
73
|
+
|
74
|
+
The Tactile 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 Tactile? We'd love your help. Tactile 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/tactile`)
|
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,61 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset='utf-8'>
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
6
|
+
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
7
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
8
|
+
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
|
9
|
+
<!--[if lt IE 9]>
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
11
|
+
<![endif]-->
|
12
|
+
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body>
|
16
|
+
<div id="container">
|
17
|
+
<div class="inner">
|
18
|
+
|
19
|
+
<header>
|
20
|
+
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
21
|
+
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
22
|
+
</header>
|
23
|
+
|
24
|
+
<section id="downloads" class="clearfix">
|
25
|
+
{% if site.show_downloads %}
|
26
|
+
<a href="{{ site.github.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
|
27
|
+
<a href="{{ site.github.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
|
28
|
+
{% endif %}
|
29
|
+
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
|
30
|
+
</section>
|
31
|
+
|
32
|
+
<hr>
|
33
|
+
|
34
|
+
<section id="main_content">
|
35
|
+
{{ content }}
|
36
|
+
</section>
|
37
|
+
|
38
|
+
<footer>
|
39
|
+
{% if site.github.is_project_page %}
|
40
|
+
{{ site.title | default: site.github.repository_name }} is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a><br>
|
41
|
+
{% endif %}
|
42
|
+
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.
|
43
|
+
</footer>
|
44
|
+
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
{% if site.google_analytics %}
|
49
|
+
<script type="text/javascript">
|
50
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
51
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
52
|
+
</script>
|
53
|
+
<script type="text/javascript">
|
54
|
+
try {
|
55
|
+
var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
|
56
|
+
pageTracker._trackPageview();
|
57
|
+
} catch(err) {}
|
58
|
+
</script>
|
59
|
+
{% endif %}
|
60
|
+
</body>
|
61
|
+
</html>
|
@@ -0,0 +1,375 @@
|
|
1
|
+
@import "rouge-base16-dark";
|
2
|
+
|
3
|
+
/* http://meyerweb.com/eric/tools/css/reset/
|
4
|
+
v2.0 | 20110126
|
5
|
+
License: none (public domain)
|
6
|
+
*/
|
7
|
+
html, body, div, span, applet, object, iframe,
|
8
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
9
|
+
a, abbr, acronym, address, big, cite, code,
|
10
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
11
|
+
small, strike, strong, sub, sup, tt, var,
|
12
|
+
b, u, i, center,
|
13
|
+
dl, dt, dd, ol, ul, li,
|
14
|
+
fieldset, form, label, legend,
|
15
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
16
|
+
article, aside, canvas, details, embed,
|
17
|
+
figure, figcaption, footer, header, hgroup,
|
18
|
+
menu, nav, output, ruby, section, summary,
|
19
|
+
time, mark, audio, video {
|
20
|
+
padding: 0;
|
21
|
+
margin: 0;
|
22
|
+
font: inherit;
|
23
|
+
font-size: 100%;
|
24
|
+
vertical-align: baseline;
|
25
|
+
border: 0;
|
26
|
+
}
|
27
|
+
/* HTML5 display-role reset for older browsers */
|
28
|
+
article, aside, details, figcaption, figure,
|
29
|
+
footer, header, hgroup, menu, nav, section {
|
30
|
+
display: block;
|
31
|
+
}
|
32
|
+
body {
|
33
|
+
line-height: 1;
|
34
|
+
}
|
35
|
+
ol, ul {
|
36
|
+
list-style: none;
|
37
|
+
}
|
38
|
+
blockquote, q {
|
39
|
+
quotes: none;
|
40
|
+
}
|
41
|
+
blockquote:before, blockquote:after,
|
42
|
+
q:before, q:after {
|
43
|
+
content: '';
|
44
|
+
content: none;
|
45
|
+
}
|
46
|
+
table {
|
47
|
+
border-spacing: 0;
|
48
|
+
border-collapse: collapse;
|
49
|
+
}
|
50
|
+
|
51
|
+
/* LAYOUT STYLES */
|
52
|
+
body {
|
53
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
|
54
|
+
font-size: 1em;
|
55
|
+
line-height: 1.5;
|
56
|
+
color: #6d6d6d;
|
57
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
|
58
|
+
background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;
|
59
|
+
}
|
60
|
+
|
61
|
+
a {
|
62
|
+
color: #d5000d;
|
63
|
+
}
|
64
|
+
a:hover {
|
65
|
+
color: #c5000c;
|
66
|
+
}
|
67
|
+
|
68
|
+
header {
|
69
|
+
padding-top: 35px;
|
70
|
+
padding-bottom: 25px;
|
71
|
+
}
|
72
|
+
|
73
|
+
header h1 {
|
74
|
+
font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
|
75
|
+
font-size: 48px; font-weight: 900;
|
76
|
+
line-height: 1.2;
|
77
|
+
color: #303030;
|
78
|
+
letter-spacing: -1px;
|
79
|
+
}
|
80
|
+
|
81
|
+
header h2 {
|
82
|
+
font-size: 24px;
|
83
|
+
font-weight: normal;
|
84
|
+
line-height: 1.3;
|
85
|
+
color: #aaa;
|
86
|
+
letter-spacing: -1px;
|
87
|
+
}
|
88
|
+
|
89
|
+
#container {
|
90
|
+
min-height: 595px;
|
91
|
+
background: transparent url(../images/highlight-bg.jpg) 50% 0 no-repeat;
|
92
|
+
}
|
93
|
+
|
94
|
+
.inner {
|
95
|
+
width: 620px;
|
96
|
+
margin: 0 auto;
|
97
|
+
}
|
98
|
+
|
99
|
+
#container .inner img {
|
100
|
+
max-width: 100%;
|
101
|
+
}
|
102
|
+
|
103
|
+
#downloads {
|
104
|
+
margin-bottom: 40px;
|
105
|
+
}
|
106
|
+
|
107
|
+
a.button {
|
108
|
+
display: block;
|
109
|
+
float: left;
|
110
|
+
width: 179px;
|
111
|
+
padding: 12px 8px 12px 8px;
|
112
|
+
margin-right: 14px;
|
113
|
+
font-size: 15px;
|
114
|
+
font-weight: bold;
|
115
|
+
line-height: 25px;
|
116
|
+
color: #303030;
|
117
|
+
background: #fdfdfd; /* Old browsers */
|
118
|
+
background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
|
119
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
|
120
|
+
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
|
121
|
+
background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
|
122
|
+
background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
|
123
|
+
background: linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
|
124
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
|
125
|
+
border-top: solid 1px #cbcbcb;
|
126
|
+
border-right: solid 1px #b7b7b7;
|
127
|
+
border-bottom: solid 1px #b3b3b3;
|
128
|
+
border-left: solid 1px #b7b7b7;
|
129
|
+
border-radius: 30px;
|
130
|
+
-webkit-box-shadow: 10px 10px 5px #888;
|
131
|
+
-moz-box-shadow: 10px 10px 5px #888;
|
132
|
+
box-shadow: 0px 1px 5px #e8e8e8;
|
133
|
+
-moz-border-radius: 30px;
|
134
|
+
-webkit-border-radius: 30px;
|
135
|
+
}
|
136
|
+
a.button:hover {
|
137
|
+
background: #fafafa; /* Old browsers */
|
138
|
+
background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
|
139
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
|
140
|
+
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
|
141
|
+
background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
|
142
|
+
background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
|
143
|
+
background: linear-gradient(top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
|
144
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
|
145
|
+
border-top: solid 1px #b7b7b7;
|
146
|
+
border-right: solid 1px #b3b3b3;
|
147
|
+
border-bottom: solid 1px #b3b3b3;
|
148
|
+
border-left: solid 1px #b3b3b3;
|
149
|
+
}
|
150
|
+
|
151
|
+
a.button span {
|
152
|
+
display: block;
|
153
|
+
height: 23px;
|
154
|
+
padding-left: 50px;
|
155
|
+
}
|
156
|
+
|
157
|
+
#download-zip span {
|
158
|
+
background: transparent url(../images/zip-icon.png) 12px 50% no-repeat;
|
159
|
+
}
|
160
|
+
#download-tar-gz span {
|
161
|
+
background: transparent url(../images/tar-gz-icon.png) 12px 50% no-repeat;
|
162
|
+
}
|
163
|
+
#view-on-github span {
|
164
|
+
background: transparent url(../images/octocat-icon.png) 12px 50% no-repeat;
|
165
|
+
}
|
166
|
+
#view-on-github {
|
167
|
+
margin-right: 0;
|
168
|
+
}
|
169
|
+
|
170
|
+
code, pre {
|
171
|
+
margin-bottom: 30px;
|
172
|
+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
|
173
|
+
font-size: 14px;
|
174
|
+
color: #222;
|
175
|
+
}
|
176
|
+
|
177
|
+
code {
|
178
|
+
padding: 0 3px;
|
179
|
+
background-color: #f2f2f2;
|
180
|
+
border: solid 1px #ddd;
|
181
|
+
}
|
182
|
+
|
183
|
+
pre {
|
184
|
+
padding: 20px;
|
185
|
+
overflow: auto;
|
186
|
+
color: #f2f2f2;
|
187
|
+
text-shadow: none;
|
188
|
+
background: #303030;
|
189
|
+
}
|
190
|
+
pre code {
|
191
|
+
padding: 0;
|
192
|
+
color: #f2f2f2;
|
193
|
+
background-color: #303030;
|
194
|
+
border: none;
|
195
|
+
}
|
196
|
+
|
197
|
+
ul, ol, dl {
|
198
|
+
margin-bottom: 20px;
|
199
|
+
}
|
200
|
+
|
201
|
+
|
202
|
+
/* COMMON STYLES */
|
203
|
+
|
204
|
+
hr {
|
205
|
+
height: 1px;
|
206
|
+
padding-bottom: 1em;
|
207
|
+
margin-top: 1em;
|
208
|
+
line-height: 1px;
|
209
|
+
background: transparent url('../images/hr.png') 50% 0 no-repeat;
|
210
|
+
border: none;
|
211
|
+
}
|
212
|
+
|
213
|
+
strong {
|
214
|
+
font-weight: bold;
|
215
|
+
}
|
216
|
+
|
217
|
+
em {
|
218
|
+
font-style: italic;
|
219
|
+
}
|
220
|
+
|
221
|
+
table {
|
222
|
+
width: 100%;
|
223
|
+
border: 1px solid #ebebeb;
|
224
|
+
}
|
225
|
+
|
226
|
+
th {
|
227
|
+
font-weight: 500;
|
228
|
+
}
|
229
|
+
|
230
|
+
td {
|
231
|
+
font-weight: 300;
|
232
|
+
text-align: center;
|
233
|
+
border: 1px solid #ebebeb;
|
234
|
+
}
|
235
|
+
|
236
|
+
form {
|
237
|
+
padding: 20px;
|
238
|
+
background: #f2f2f2;
|
239
|
+
|
240
|
+
}
|
241
|
+
|
242
|
+
|
243
|
+
/* GENERAL ELEMENT TYPE STYLES */
|
244
|
+
|
245
|
+
h1 {
|
246
|
+
font-size: 32px;
|
247
|
+
}
|
248
|
+
|
249
|
+
h2 {
|
250
|
+
margin-bottom: 8px;
|
251
|
+
font-size: 22px;
|
252
|
+
font-weight: bold;
|
253
|
+
color: #303030;
|
254
|
+
}
|
255
|
+
|
256
|
+
h3 {
|
257
|
+
margin-bottom: 8px;
|
258
|
+
font-size: 18px;
|
259
|
+
font-weight: bold;
|
260
|
+
color: #d5000d;
|
261
|
+
}
|
262
|
+
|
263
|
+
h4 {
|
264
|
+
font-size: 16px;
|
265
|
+
font-weight: bold;
|
266
|
+
color: #303030;
|
267
|
+
}
|
268
|
+
|
269
|
+
h5 {
|
270
|
+
font-size: 1em;
|
271
|
+
color: #303030;
|
272
|
+
}
|
273
|
+
|
274
|
+
h6 {
|
275
|
+
font-size: .8em;
|
276
|
+
color: #303030;
|
277
|
+
}
|
278
|
+
|
279
|
+
p {
|
280
|
+
margin-bottom: 20px;
|
281
|
+
font-weight: 300;
|
282
|
+
}
|
283
|
+
|
284
|
+
a {
|
285
|
+
text-decoration: none;
|
286
|
+
}
|
287
|
+
|
288
|
+
p a {
|
289
|
+
font-weight: 400;
|
290
|
+
}
|
291
|
+
|
292
|
+
blockquote {
|
293
|
+
padding: 0 0 0 30px;
|
294
|
+
margin-bottom: 20px;
|
295
|
+
font-size: 1.6em;
|
296
|
+
border-left: 10px solid #e9e9e9;
|
297
|
+
}
|
298
|
+
|
299
|
+
ul li {
|
300
|
+
list-style-position: inside;
|
301
|
+
list-style: disc;
|
302
|
+
padding-left: 20px;
|
303
|
+
}
|
304
|
+
|
305
|
+
ol li {
|
306
|
+
list-style-position: inside;
|
307
|
+
list-style: decimal;
|
308
|
+
padding-left: 3px;
|
309
|
+
}
|
310
|
+
|
311
|
+
dl dt {
|
312
|
+
color: #303030;
|
313
|
+
}
|
314
|
+
|
315
|
+
footer {
|
316
|
+
padding-top: 20px;
|
317
|
+
padding-bottom: 30px;
|
318
|
+
margin-top: 40px;
|
319
|
+
font-size: 13px;
|
320
|
+
color: #aaa;
|
321
|
+
background: transparent url('../images/hr.png') 0 0 no-repeat;
|
322
|
+
}
|
323
|
+
|
324
|
+
footer a {
|
325
|
+
color: #666;
|
326
|
+
}
|
327
|
+
footer a:hover {
|
328
|
+
color: #444;
|
329
|
+
}
|
330
|
+
|
331
|
+
/* MISC */
|
332
|
+
.clearfix:after {
|
333
|
+
display: block;
|
334
|
+
height: 0;
|
335
|
+
clear: both;
|
336
|
+
visibility: hidden;
|
337
|
+
content: '.';
|
338
|
+
}
|
339
|
+
|
340
|
+
.clearfix {display: inline-block;}
|
341
|
+
* html .clearfix {height: 1%;}
|
342
|
+
.clearfix {display: block;}
|
343
|
+
|
344
|
+
/* #Media Queries
|
345
|
+
================================================== */
|
346
|
+
|
347
|
+
/* Smaller than standard 960 (devices and browsers) */
|
348
|
+
@media only screen and (max-width: 959px) { }
|
349
|
+
|
350
|
+
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
351
|
+
@media only screen and (min-width: 768px) and (max-width: 959px) { }
|
352
|
+
|
353
|
+
/* All Mobile Sizes (devices and browser) */
|
354
|
+
@media only screen and (max-width: 767px) {
|
355
|
+
header {
|
356
|
+
padding-top: 10px;
|
357
|
+
padding-bottom: 10px;
|
358
|
+
}
|
359
|
+
#downloads {
|
360
|
+
margin-bottom: 25px;
|
361
|
+
}
|
362
|
+
#download-zip, #download-tar-gz {
|
363
|
+
display: none;
|
364
|
+
}
|
365
|
+
.inner {
|
366
|
+
width: 94%;
|
367
|
+
margin: 0 auto;
|
368
|
+
}
|
369
|
+
}
|
370
|
+
|
371
|
+
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
372
|
+
@media only screen and (min-width: 480px) and (max-width: 767px) { }
|
373
|
+
|
374
|
+
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
375
|
+
@media only screen and (max-width: 479px) { }
|
@@ -0,0 +1,81 @@
|
|
1
|
+
/*
|
2
|
+
generated by rouge http://rouge.jneen.net/
|
3
|
+
original base16 by Chris Kempson (https://github.com/chriskempson/base16)
|
4
|
+
*/
|
5
|
+
|
6
|
+
.highlight table td { padding: 5px; }
|
7
|
+
.highlight table pre { margin: 0; }
|
8
|
+
.highlight, .highlight .w {
|
9
|
+
color: #d0d0d0;
|
10
|
+
}
|
11
|
+
.highlight .err {
|
12
|
+
color: #151515;
|
13
|
+
background-color: #ac4142;
|
14
|
+
}
|
15
|
+
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
|
16
|
+
color: #888;
|
17
|
+
}
|
18
|
+
.highlight .cp {
|
19
|
+
color: #f4bf75;
|
20
|
+
}
|
21
|
+
.highlight .nt {
|
22
|
+
color: #f4bf75;
|
23
|
+
}
|
24
|
+
.highlight .o, .highlight .ow {
|
25
|
+
color: #d0d0d0;
|
26
|
+
}
|
27
|
+
.highlight .p, .highlight .pi {
|
28
|
+
color: #d0d0d0;
|
29
|
+
}
|
30
|
+
.highlight .gi {
|
31
|
+
color: #90a959;
|
32
|
+
}
|
33
|
+
.highlight .gd {
|
34
|
+
color: #ac4142;
|
35
|
+
}
|
36
|
+
.highlight .gh {
|
37
|
+
color: #6a9fb5;
|
38
|
+
font-weight: bold;
|
39
|
+
}
|
40
|
+
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
|
41
|
+
color: #aa759f;
|
42
|
+
}
|
43
|
+
.highlight .kc {
|
44
|
+
color: #d28445;
|
45
|
+
}
|
46
|
+
.highlight .kt {
|
47
|
+
color: #d28445;
|
48
|
+
}
|
49
|
+
.highlight .kd {
|
50
|
+
color: #d28445;
|
51
|
+
}
|
52
|
+
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
|
53
|
+
color: #90a959;
|
54
|
+
}
|
55
|
+
.highlight .sr {
|
56
|
+
color: #75b5aa;
|
57
|
+
}
|
58
|
+
.highlight .si {
|
59
|
+
color: #8f5536;
|
60
|
+
}
|
61
|
+
.highlight .se {
|
62
|
+
color: #8f5536;
|
63
|
+
}
|
64
|
+
.highlight .nn {
|
65
|
+
color: #f4bf75;
|
66
|
+
}
|
67
|
+
.highlight .nc {
|
68
|
+
color: #f4bf75;
|
69
|
+
}
|
70
|
+
.highlight .no {
|
71
|
+
color: #f4bf75;
|
72
|
+
}
|
73
|
+
.highlight .na {
|
74
|
+
color: #6a9fb5;
|
75
|
+
}
|
76
|
+
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
|
77
|
+
color: #90a959;
|
78
|
+
}
|
79
|
+
.highlight .ss {
|
80
|
+
color: #90a959;
|
81
|
+
}
|
@@ -0,0 +1,228 @@
|
|
1
|
+
html, body, div, span, applet, object, iframe,
|
2
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
3
|
+
a, abbr, acronym, address, big, cite, code,
|
4
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
5
|
+
small, strike, strong, sub, sup, tt, var,
|
6
|
+
b, u, i, center,
|
7
|
+
dl, dt, dd, ol, ul, li,
|
8
|
+
fieldset, form, label, legend,
|
9
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
10
|
+
article, aside, canvas, details, embed,
|
11
|
+
figure, figcaption, footer, header, hgroup,
|
12
|
+
menu, nav, output, ruby, section, summary,
|
13
|
+
time, mark, audio, video {
|
14
|
+
padding: 0;
|
15
|
+
margin: 0;
|
16
|
+
font: inherit;
|
17
|
+
font-size: 100%;
|
18
|
+
vertical-align: baseline;
|
19
|
+
border: 0;
|
20
|
+
}
|
21
|
+
/* HTML5 display-role reset for older browsers */
|
22
|
+
article, aside, details, figcaption, figure,
|
23
|
+
footer, header, hgroup, menu, nav, section {
|
24
|
+
display: block;
|
25
|
+
}
|
26
|
+
body {
|
27
|
+
line-height: 1;
|
28
|
+
}
|
29
|
+
ol, ul {
|
30
|
+
list-style: none;
|
31
|
+
}
|
32
|
+
blockquote, q {
|
33
|
+
quotes: none;
|
34
|
+
}
|
35
|
+
blockquote:before, blockquote:after,
|
36
|
+
q:before, q:after {
|
37
|
+
content: '';
|
38
|
+
content: none;
|
39
|
+
}
|
40
|
+
table {
|
41
|
+
border-spacing: 0;
|
42
|
+
border-collapse: collapse;
|
43
|
+
}
|
44
|
+
body {
|
45
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
|
46
|
+
font-size: 13px;
|
47
|
+
line-height: 1.5;
|
48
|
+
color: #000;
|
49
|
+
}
|
50
|
+
|
51
|
+
a {
|
52
|
+
font-weight: bold;
|
53
|
+
color: #d5000d;
|
54
|
+
}
|
55
|
+
|
56
|
+
header {
|
57
|
+
padding-top: 35px;
|
58
|
+
padding-bottom: 10px;
|
59
|
+
}
|
60
|
+
|
61
|
+
header h1 {
|
62
|
+
font-size: 48px;
|
63
|
+
font-weight: bold;
|
64
|
+
line-height: 1.2;
|
65
|
+
color: #303030;
|
66
|
+
letter-spacing: -1px;
|
67
|
+
}
|
68
|
+
|
69
|
+
header h2 {
|
70
|
+
font-size: 24px;
|
71
|
+
font-weight: normal;
|
72
|
+
line-height: 1.3;
|
73
|
+
color: #aaa;
|
74
|
+
letter-spacing: -1px;
|
75
|
+
}
|
76
|
+
#downloads {
|
77
|
+
display: none;
|
78
|
+
}
|
79
|
+
#main_content {
|
80
|
+
padding-top: 20px;
|
81
|
+
}
|
82
|
+
|
83
|
+
code, pre {
|
84
|
+
margin-bottom: 30px;
|
85
|
+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
|
86
|
+
font-size: 12px;
|
87
|
+
color: #222;
|
88
|
+
}
|
89
|
+
|
90
|
+
code {
|
91
|
+
padding: 0 3px;
|
92
|
+
}
|
93
|
+
|
94
|
+
pre {
|
95
|
+
padding: 20px;
|
96
|
+
overflow: auto;
|
97
|
+
border: solid 1px #ddd;
|
98
|
+
}
|
99
|
+
pre code {
|
100
|
+
padding: 0;
|
101
|
+
}
|
102
|
+
|
103
|
+
ul, ol, dl {
|
104
|
+
margin-bottom: 20px;
|
105
|
+
}
|
106
|
+
|
107
|
+
|
108
|
+
/* COMMON STYLES */
|
109
|
+
|
110
|
+
table {
|
111
|
+
width: 100%;
|
112
|
+
border: 1px solid #ebebeb;
|
113
|
+
}
|
114
|
+
|
115
|
+
th {
|
116
|
+
font-weight: 500;
|
117
|
+
}
|
118
|
+
|
119
|
+
td {
|
120
|
+
font-weight: 300;
|
121
|
+
text-align: center;
|
122
|
+
border: 1px solid #ebebeb;
|
123
|
+
}
|
124
|
+
|
125
|
+
form {
|
126
|
+
padding: 20px;
|
127
|
+
background: #f2f2f2;
|
128
|
+
|
129
|
+
}
|
130
|
+
|
131
|
+
|
132
|
+
/* GENERAL ELEMENT TYPE STYLES */
|
133
|
+
|
134
|
+
h1 {
|
135
|
+
font-size: 2.8em;
|
136
|
+
}
|
137
|
+
|
138
|
+
h2 {
|
139
|
+
margin-bottom: 8px;
|
140
|
+
font-size: 22px;
|
141
|
+
font-weight: bold;
|
142
|
+
color: #303030;
|
143
|
+
}
|
144
|
+
|
145
|
+
h3 {
|
146
|
+
margin-bottom: 8px;
|
147
|
+
font-size: 18px;
|
148
|
+
font-weight: bold;
|
149
|
+
color: #d5000d;
|
150
|
+
}
|
151
|
+
|
152
|
+
h4 {
|
153
|
+
font-size: 16px;
|
154
|
+
font-weight: bold;
|
155
|
+
color: #303030;
|
156
|
+
}
|
157
|
+
|
158
|
+
h5 {
|
159
|
+
font-size: 1em;
|
160
|
+
color: #303030;
|
161
|
+
}
|
162
|
+
|
163
|
+
h6 {
|
164
|
+
font-size: .8em;
|
165
|
+
color: #303030;
|
166
|
+
}
|
167
|
+
|
168
|
+
p {
|
169
|
+
margin-bottom: 20px;
|
170
|
+
font-weight: 300;
|
171
|
+
}
|
172
|
+
|
173
|
+
a {
|
174
|
+
text-decoration: none;
|
175
|
+
}
|
176
|
+
|
177
|
+
p a {
|
178
|
+
font-weight: 400;
|
179
|
+
}
|
180
|
+
|
181
|
+
blockquote {
|
182
|
+
padding: 0 0 0 30px;
|
183
|
+
margin-bottom: 20px;
|
184
|
+
font-size: 1.6em;
|
185
|
+
border-left: 10px solid #e9e9e9;
|
186
|
+
}
|
187
|
+
|
188
|
+
ul li {
|
189
|
+
list-style-position: inside;
|
190
|
+
list-style: disc;
|
191
|
+
padding-left: 20px;
|
192
|
+
}
|
193
|
+
|
194
|
+
ol li {
|
195
|
+
list-style-position: inside;
|
196
|
+
list-style: decimal;
|
197
|
+
padding-left: 3px;
|
198
|
+
}
|
199
|
+
|
200
|
+
dl dd {
|
201
|
+
font-style: italic;
|
202
|
+
font-weight: 100;
|
203
|
+
}
|
204
|
+
|
205
|
+
footer {
|
206
|
+
padding-top: 20px;
|
207
|
+
padding-bottom: 30px;
|
208
|
+
margin-top: 40px;
|
209
|
+
font-size: 13px;
|
210
|
+
color: #aaa;
|
211
|
+
}
|
212
|
+
|
213
|
+
footer a {
|
214
|
+
color: #666;
|
215
|
+
}
|
216
|
+
|
217
|
+
/* MISC */
|
218
|
+
.clearfix:after {
|
219
|
+
display: block;
|
220
|
+
height: 0;
|
221
|
+
clear: both;
|
222
|
+
visibility: hidden;
|
223
|
+
content: '.';
|
224
|
+
}
|
225
|
+
|
226
|
+
.clearfix {display: inline-block;}
|
227
|
+
* html .clearfix {height: 1%;}
|
228
|
+
.clearfix {display: block;}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-theme-tactile
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Jason Long
|
8
|
+
- GitHub, Inc.
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2016-12-14 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: jekyll
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - "~>"
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '3.3'
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - "~>"
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '3.3'
|
28
|
+
description:
|
29
|
+
email:
|
30
|
+
- opensource+jekyll-theme-tactile@github.com
|
31
|
+
executables: []
|
32
|
+
extensions: []
|
33
|
+
extra_rdoc_files: []
|
34
|
+
files:
|
35
|
+
- LICENSE
|
36
|
+
- README.md
|
37
|
+
- _layouts/default.html
|
38
|
+
- _sass/jekyll-theme-tactile.scss
|
39
|
+
- _sass/rouge-base16-dark.scss
|
40
|
+
- assets/css/print.css
|
41
|
+
- assets/css/style.scss
|
42
|
+
- assets/images/body-bg.png
|
43
|
+
- assets/images/highlight-bg.jpg
|
44
|
+
- assets/images/hr.png
|
45
|
+
- assets/images/octocat-icon.png
|
46
|
+
- assets/images/tar-gz-icon.png
|
47
|
+
- assets/images/zip-icon.png
|
48
|
+
homepage: https://github.com/pages-themes/tactile
|
49
|
+
licenses: []
|
50
|
+
metadata: {}
|
51
|
+
post_install_message:
|
52
|
+
rdoc_options: []
|
53
|
+
require_paths:
|
54
|
+
- lib
|
55
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '0'
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
62
|
+
- - ">="
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '0'
|
65
|
+
requirements: []
|
66
|
+
rubyforge_project:
|
67
|
+
rubygems_version: 2.5.2
|
68
|
+
signing_key:
|
69
|
+
specification_version: 4
|
70
|
+
summary: Tactile is a Jekyll theme for GitHub Pages
|
71
|
+
test_files: []
|