jekyll-theme-charcoal 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +56 -0
  4. data/_includes/footer.html +0 -0
  5. data/_includes/google-analytics.html +10 -0
  6. data/_includes/head.html +19 -0
  7. data/_includes/header.html +10 -0
  8. data/_includes/social.html +14 -0
  9. data/_layouts/default.html +21 -0
  10. data/_layouts/home.html +22 -0
  11. data/_layouts/page.html +4 -0
  12. data/_layouts/post.html +4 -0
  13. data/_sass/fonts.scss +95 -0
  14. data/_sass/jekyll-theme-charcoal.scss +334 -0
  15. data/_sass/normalize.scss +492 -0
  16. data/_sass/rouge-base16-dark.scss +81 -0
  17. data/assets/css/ie.scss +3 -0
  18. data/assets/css/style.scss +4 -0
  19. data/assets/fonts/OpenSans-Bold-webfont.eot +0 -0
  20. data/assets/fonts/OpenSans-Bold-webfont.svg +146 -0
  21. data/assets/fonts/OpenSans-Bold-webfont.ttf +0 -0
  22. data/assets/fonts/OpenSans-Bold-webfont.woff +0 -0
  23. data/assets/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  24. data/assets/fonts/OpenSans-BoldItalic-webfont.svg +146 -0
  25. data/assets/fonts/OpenSans-BoldItalic-webfont.ttf +0 -0
  26. data/assets/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  27. data/assets/fonts/OpenSans-Italic-webfont.eot +0 -0
  28. data/assets/fonts/OpenSans-Italic-webfont.svg +146 -0
  29. data/assets/fonts/OpenSans-Italic-webfont.ttf +0 -0
  30. data/assets/fonts/OpenSans-Italic-webfont.woff +0 -0
  31. data/assets/fonts/OpenSans-Light-webfont.eot +0 -0
  32. data/assets/fonts/OpenSans-Light-webfont.svg +146 -0
  33. data/assets/fonts/OpenSans-Light-webfont.ttf +0 -0
  34. data/assets/fonts/OpenSans-Light-webfont.woff +0 -0
  35. data/assets/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  36. data/assets/fonts/OpenSans-LightItalic-webfont.svg +146 -0
  37. data/assets/fonts/OpenSans-LightItalic-webfont.ttf +0 -0
  38. data/assets/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  39. data/assets/fonts/OpenSans-Regular-webfont.eot +0 -0
  40. data/assets/fonts/OpenSans-Regular-webfont.svg +146 -0
  41. data/assets/fonts/OpenSans-Regular-webfont.ttf +0 -0
  42. data/assets/fonts/OpenSans-Regular-webfont.woff +0 -0
  43. data/assets/fonts/OpenSans-Semibold-webfont.eot +0 -0
  44. data/assets/fonts/OpenSans-Semibold-webfont.svg +146 -0
  45. data/assets/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  46. data/assets/fonts/OpenSans-Semibold-webfont.woff +0 -0
  47. data/assets/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  48. data/assets/fonts/OpenSans-SemiboldItalic-webfont.svg +146 -0
  49. data/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  50. data/assets/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  51. data/assets/images/bullet.png +0 -0
  52. data/assets/images/hr.gif +0 -0
  53. data/assets/images/nav-bg.gif +0 -0
  54. data/assets/js/respond.js +881 -0
  55. data/assets/minima-social-icons.svg +32 -0
  56. metadata +154 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c5ed51c565f4f39e9ecb99631062096cbd09ce61
4
+ data.tar.gz: 2e3eb4de0ccda78958a7ae39fc7a7fe9f4899e5d
5
+ SHA512:
6
+ metadata.gz: 2cd17f110f805c6233c86d836a2355465f888128574ff02cd7842a5955c348760252f81b65ded057bc2584b26775bb3cd0d238b6c83263fd58d7758360238f07
7
+ data.tar.gz: c4542e968d0bc84fd52b346e5675bf7b29bcf810ecc6af9cdb6e525202ab80eb33e75e28c09658edaaa1a735286b7d80c44002d341bebabad6d6d1bc9145ea0c
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 G2 Forge
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # Charcoal
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem.
4
+ Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
5
+
6
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
7
+
8
+ TODO: Delete this and the text above, and describe your gem
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "jekyll-theme-charcoal"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: jekyll-theme-charcoal
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install jekyll-theme-charcoal
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello.
39
+ This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
40
+
41
+ ## Development
42
+
43
+ To set up your environment to develop this theme, run `bundle install`.
44
+
45
+ Your theme is setup just like a normal Jekyll site!
46
+ To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`.
47
+ This starts a Jekyll server using your theme.
48
+ Add pages, documents, data, etc. like normal to test your theme's contents.
49
+ As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
50
+
51
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
52
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-charcoal.gemspec` accordingly.
53
+
54
+ ## License
55
+
56
+ The theme is available as open source under the terms of the [MIT License](LICENSE.txt).
File without changes
@@ -0,0 +1,10 @@
1
+ <script>
2
+ if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
3
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+ }
10
+ </script>
@@ -0,0 +1,19 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="chrome=1">
4
+
5
+ {% seo %}
6
+ <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
7
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
8
+ <script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <!--[if lt IE 8]>
13
+ <link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
14
+ <![endif]-->
15
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
16
+ {% if jekyll.environment == 'production' and site.google_analytics %}
17
+ {% include google-analytics.html %}
18
+ {% endif %}
19
+ </head>
@@ -0,0 +1,10 @@
1
+ <div id="header">
2
+ <div class="wrapper">
3
+ <div id="title">
4
+ <h1><a class="site-title" rel="project" href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name | escape }}</a></h1>
5
+ <p>{{ site.description | default: site.github.project_tagline | escape }}</p>
6
+ <span class="credits left"><a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
7
+ <span class="credits right">Hosted on GitHub Pages &mdash; <a href="https://github.com/g2forge/charcoal">Charcoal theme</a> inspired by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
8
+ </div>
9
+ </div>
10
+ </div>
@@ -0,0 +1,14 @@
1
+ <ul class="social-media-list">
2
+ {% if site.dribbble_username%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{% endif %}
3
+ {% if site.facebook_username%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{% endif %}
4
+ {% if site.flickr_username%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{% endif %}
5
+ {% if site.github_username%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{% endif %}
6
+ {% if site.instagram_username%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{% endif %}
7
+ {% if site.linkedin_username%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{% endif %}
8
+ {% if site.pinterest_username%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{% endif %}
9
+ {% for mst in site.mastodon %}{% if mst.username and mst.instance %}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{% endif %}{% endfor %}
10
+ {% if site.twitter_username%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{% endif %}
11
+ {% if site.youtube_username%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{% endif %}
12
+ {% if site.googleplus_username%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{% endif %}
13
+ {% if site.rss %}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{% endif %}
14
+ </ul>
@@ -0,0 +1,21 @@
1
+ <!doctype html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
3
+ {% include head.html %}
4
+ <body>
5
+ {% include header.html %}
6
+ <div class="wrapper">
7
+ <section>
8
+ <div id="title">
9
+ <h1>{{ page.title }}</h1>
10
+ <hr>
11
+ <span class="credits left">By <a href="{{ page.author_url | default: site.author_url }}">{{ page.author_name | default: site.author_name }}</a></span>
12
+ <span class="credits right">{{ page.date | date: date_format }}</span>
13
+ </div>
14
+
15
+ {{ content }}
16
+
17
+ </section>
18
+ </div>
19
+ {% include footer.html %}
20
+ </body>
21
+ </html>
@@ -0,0 +1,22 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {{ content }}
5
+
6
+ {% if site.posts.size > 0 %}
7
+ <h1 class="post-list-heading">{{ page.list_title | default: "Blog" }} <a href="{{ "/feed.xml" | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg></a></h1>
8
+ <ul class="post-list">
9
+ {% for post in site.posts %}
10
+ <li>
11
+ {% assign date_format = site.charcoal.date_format | default: "%b %-d, %Y" %}
12
+ <span class="post-meta">{{ post.date | date: date_format }}, <a href="{{ page.author_url | default: site.author_url }}">{{ page.author_name | default: site.author_name }}</a></span>
13
+ <h2><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a></h2>
14
+ {% if site.show_excerpts %}
15
+ {{ post.excerpt }}
16
+ {% endif %}
17
+ </li>
18
+ {% endfor %}
19
+ </ul>
20
+ <h1>Social</h1>
21
+ {% include social.html %}
22
+ {% endif %}
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {{ content }}
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {{ content }}
data/_sass/fonts.scss ADDED
@@ -0,0 +1,95 @@
1
+ @font-face {
2
+ font-family: 'OpenSansLight';
3
+ src: url('../fonts/OpenSans-Light-webfont.eot');
4
+ src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
5
+ url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
6
+ url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
7
+ url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+
11
+ }
12
+
13
+ @font-face {
14
+ font-family: 'OpenSansLightItalic';
15
+ src: url('../fonts/OpenSans-LightItalic-webfont.eot');
16
+ src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
17
+ url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
18
+ url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
19
+ url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
20
+ font-weight: normal;
21
+ font-style: normal;
22
+
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'OpenSansRegular';
27
+ src: url('../fonts/OpenSans-Regular-webfont.eot');
28
+ src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
29
+ url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
30
+ url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
31
+ url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
32
+ font-weight: normal;
33
+ font-style: normal;
34
+ -webkit-font-smoothing:antialiased;
35
+ }
36
+
37
+ @font-face {
38
+ font-family: 'OpenSansItalic';
39
+ src: url('../fonts/OpenSans-Italic-webfont.eot');
40
+ src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
41
+ url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
42
+ url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
43
+ url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
44
+ font-weight: normal;
45
+ font-style: normal;
46
+ -webkit-font-smoothing:antialiased;
47
+ }
48
+
49
+ @font-face {
50
+ font-family: 'OpenSansSemibold';
51
+ src: url('../fonts/OpenSans-Semibold-webfont.eot');
52
+ src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
53
+ url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
54
+ url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
55
+ url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
56
+ font-weight: normal;
57
+ font-style: normal;
58
+ -webkit-font-smoothing:antialiased;
59
+ }
60
+
61
+ @font-face {
62
+ font-family: 'OpenSansSemiboldItalic';
63
+ src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
64
+ src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
65
+ url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
66
+ url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
67
+ url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
68
+ font-weight: normal;
69
+ font-style: normal;
70
+ -webkit-font-smoothing:antialiased;
71
+ }
72
+
73
+ @font-face {
74
+ font-family: 'OpenSansBold';
75
+ src: url('../fonts/OpenSans-Bold-webfont.eot');
76
+ src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
77
+ url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
78
+ url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
79
+ url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
80
+ font-weight: normal;
81
+ font-style: normal;
82
+ -webkit-font-smoothing:antialiased;
83
+ }
84
+
85
+ @font-face {
86
+ font-family: 'OpenSansBoldItalic';
87
+ src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
88
+ src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
89
+ url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
90
+ url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
91
+ url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
92
+ font-weight: normal;
93
+ font-style: normal;
94
+ -webkit-font-smoothing:antialiased;
95
+ }
@@ -0,0 +1,334 @@
1
+ @import "normalize";
2
+ @import "fonts";
3
+ @import "rouge-base16-dark.scss";
4
+
5
+ $charcoal-width: 1300px;
6
+ $charcoal-header-height: 110px;
7
+
8
+ body {
9
+ padding:0px 0 20px 0px;
10
+ margin: 0px;
11
+ font:14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
12
+ color:#f0e7d5;
13
+ font-weight: normal;
14
+ background: #252525;
15
+ background-attachment: fixed !important;
16
+ background: linear_gradient(#2a2a29, #1c1c1c);
17
+ }
18
+
19
+ h1, h2, h3, h4, h5, h6 {
20
+ color:#e8e8e8;
21
+ margin:0 0 10px;
22
+ font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
23
+ font-weight: normal;
24
+ }
25
+
26
+ p, ul, ol, table, pre, dl {
27
+ margin:0 0 20px;
28
+ }
29
+
30
+ h1, h2, h3 {
31
+ line-height:1.1;
32
+
33
+ }
34
+
35
+ h1 {
36
+ font-size:28px;
37
+ }
38
+
39
+ h2 {
40
+ font-size: 24px;
41
+ }
42
+
43
+ h4, h5, h6 {
44
+ color:#e8e8e8;
45
+ }
46
+
47
+ h3 {
48
+ font-size: 18px;
49
+ line-height: 24px;
50
+ font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
51
+ font-weight: normal;
52
+ color: #b6b6b6;
53
+ }
54
+
55
+ a {
56
+ color:#ffcc00;
57
+ font-weight:400;
58
+ text-decoration:none;
59
+
60
+ &:hover {
61
+ color: #ffeb9b;
62
+ }
63
+
64
+ .social-media-list &:hover {
65
+ text-decoration: none;
66
+
67
+ .username {
68
+ text-decoration: underline;
69
+ }
70
+ }
71
+ }
72
+
73
+ a small {
74
+ font-size:11px;
75
+ color:#666;
76
+ margin-top:-0.6em;
77
+ display:block;
78
+ }
79
+
80
+ .social-media-list {
81
+ li + li {
82
+ padding-top: 5px;
83
+ }
84
+ }
85
+
86
+ .svg-icon {
87
+ width: 16px;
88
+ height: 16px;
89
+ display: inline-block;
90
+ fill: #ffcc00;
91
+ padding-right: 5px;
92
+ vertical-align: middle;
93
+ }
94
+
95
+ ul {
96
+ list-style-image:url('../images/bullet.png');
97
+ }
98
+
99
+ strong {
100
+ font-family: 'OpenSansBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
101
+ font-weight: normal;
102
+ }
103
+
104
+ .wrapper {
105
+ max-width:$charcoal-width;
106
+ margin:0 auto;
107
+ position:relative;
108
+ padding: 0 20px;
109
+ }
110
+
111
+ section img {
112
+ max-width: 100%;
113
+ }
114
+
115
+ blockquote {
116
+ border-left:3px solid #ffcc00;
117
+ margin:0;
118
+ padding:0 0 0 20px;
119
+ font-style:italic;
120
+ }
121
+
122
+ code {
123
+ font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
124
+ color:#efefef;
125
+ font-size:13px;
126
+ margin: 0 4px;
127
+ padding: 4px 6px;
128
+ border-radius: 2px;
129
+ }
130
+
131
+ pre {
132
+ padding:8px 15px;
133
+ background: #191919;
134
+ border-radius: 2px;
135
+ border:1px solid #121212;
136
+ box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
137
+ overflow: auto;
138
+ overflow-y: hidden;
139
+
140
+ code {
141
+ color: #efefef;
142
+ text-shadow: 0px 1px 0px #000;
143
+ margin: 0;
144
+ padding: 0;
145
+ }
146
+ }
147
+
148
+ table {
149
+ width:100%;
150
+ border-collapse:collapse;
151
+ }
152
+
153
+ th {
154
+ text-align:left;
155
+ padding:5px 10px;
156
+ border-bottom:1px solid #434343;
157
+ color: #b6b6b6;
158
+ font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
159
+ font-weight: normal;
160
+ }
161
+
162
+ td {
163
+ text-align:left;
164
+ padding:5px 10px;
165
+ border-bottom:1px solid #434343;
166
+ }
167
+
168
+ hr {
169
+ border: 0;
170
+ outline: none;
171
+ height: 3px;
172
+ background: transparent url('../images/hr.gif') center center repeat-x;
173
+ margin: 0 0 20px;
174
+ }
175
+
176
+ dt {
177
+ color:#F0E7D5;
178
+ font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
179
+ font-weight: normal;
180
+ }
181
+
182
+ #header {
183
+ z-index: 100;
184
+ left:0;
185
+ top: 0px;
186
+ height: $charcoal-header-height;
187
+ width: 100%;
188
+ position: fixed;
189
+ background: url(../images/nav-bg.gif) #353535;
190
+ border-bottom: 4px solid #434343;
191
+ box-shadow: 0px 1px 3px rgba(0,0,0,.25);
192
+
193
+ #title {
194
+ margin: 0 0 0 0;
195
+
196
+ h1 {
197
+ text-align: left;
198
+ line-height: 40px;
199
+ }
200
+
201
+ p {
202
+ text-align: left;
203
+ }
204
+ }
205
+
206
+ nav {
207
+ max-width: $charcoal-width;
208
+ margin: 0 auto;
209
+ padding: 0 10px;
210
+ background: blue;
211
+ margin: 6px auto;
212
+
213
+ li {
214
+ font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
215
+ font-weight: normal;
216
+ list-style: none;
217
+ display: inline;
218
+ color: white;
219
+ line-height: 50px;
220
+ text-shadow: 0px 1px 0px rgba(0,0,0,.2);
221
+ font-size: 14px;
222
+
223
+ a {
224
+ color: white;
225
+ border: 1px solid #5d910b;
226
+ background: linear_gradient(#93bd20, #659e10);
227
+ border-radius: 2px;
228
+ box-shadow: inset 0px 1px 0px rgba(255,255,255,.3), 0px 3px 7px rgba(0,0,0,.7);
229
+
230
+ background-color: #93bd20;
231
+ padding: 10px 12px;
232
+ margin-top: 6px;
233
+ line-height:14px;
234
+ font-size:14px;
235
+ display:inline-block;
236
+ text-align:center;
237
+
238
+ &:hover {
239
+ background: linear_gradient(#749619, #527f0e);
240
+ background-color: #659e10;
241
+ border: 1px solid #527f0e;
242
+ box-shadow: inset 0px 1px 1px rgba(0,0,0,.2), 0px 1px 0px rgba(0,0,0,.0);
243
+ }
244
+ }
245
+
246
+ &.title {
247
+ float: right;
248
+ margin-right: 10px;
249
+ font-size: 11px;
250
+ }
251
+ }
252
+ }
253
+ }
254
+
255
+ section {
256
+ max-width:$charcoal-width;
257
+ padding: 10px 0px 10px 0px;
258
+ margin: 20px 0;
259
+ margin-top: $charcoal-header-height + 10px;
260
+ }
261
+
262
+ #title {
263
+ border: 0;
264
+ outline: none;
265
+ margin: 0 0 30px 0;
266
+ padding: 0 0 5px 0;
267
+
268
+ h1 {
269
+ font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
270
+ font-weight: normal;
271
+ font-size: 40px;
272
+ text-align: center;
273
+ line-height: 48px;
274
+ }
275
+
276
+ p {
277
+ color: #d7cfbe;
278
+ font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
279
+ font-weight: normal;
280
+ font-size: 18px;
281
+ text-align: center;
282
+ }
283
+
284
+ .credits {
285
+ font-size: 11px;
286
+ font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
287
+ font-weight: normal;
288
+ color: #696969;
289
+ margin-top: -10px;
290
+
291
+ &.left {
292
+ float: left;
293
+ }
294
+
295
+ &.right {
296
+ float: right;
297
+ }
298
+ }
299
+ }
300
+
301
+ @media print, screen and (max-width: 720px) {
302
+ #title {
303
+ .credits {
304
+ display: block;
305
+ width: 100%;
306
+ line-height: 30px;
307
+ text-align: center;
308
+
309
+ .left {
310
+ float: none;
311
+ display: block;
312
+ }
313
+
314
+ .right {
315
+ float: none;
316
+ display: block;
317
+ }
318
+ }
319
+ }
320
+ }
321
+
322
+ @media print, screen and (max-width: 480px) {
323
+ #header {
324
+ margin-top: -20px;
325
+ }
326
+
327
+ section {
328
+ margin-top: 40px;
329
+ }
330
+
331
+ nav {
332
+ display: none;
333
+ }
334
+ }