meliora 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 603a39e7692621644bbbc197750f8642ab12f041
4
- data.tar.gz: 5ca24febaf41ffd795c86698862bae2cfe043b23
3
+ metadata.gz: 2449d2f8d3b3614d56e1fcc687a3f719fafe3e5c
4
+ data.tar.gz: 2733202cd5cdeeccea307e9083e9ebf463078230
5
5
  SHA512:
6
- metadata.gz: cf76d37b62284d0346b54d8da9550c64f55db3b4f00fd2176b2f7245e4e8f98c84bf4f79219ef15b9ca7bc21599de213fbf8bfb2f6464ce86ac65c4fb00b24d5
7
- data.tar.gz: a2ba26132f7e0ac9c7f38604aca478131593a74590b5e5581224c1d93fcc07eb11ede2ba29ee40546b7ac4b79bf41e14074762d1043b2b5c63018423d75809fb
6
+ metadata.gz: 498d7104715e285a1ea921cc43ffa9fa565c92760efc21dfb61a8d92841bc0bc489e0c7a119644359ff11972d0d451cb1e059bcd0abd767051eb2b99680c0cfb
7
+ data.tar.gz: ca853181421ad7e74d8fbcb0fe96488e8e754260ac3061085cf1e7492e07122863df40c71afb3aca40cd334f92bb5478d4b96003818dd6303e6444d453d3df73
@@ -1,6 +1,6 @@
1
1
  {% if page.options.noscript or page.options.jquery or page.options.highlight or page.options.fitvids %}
2
2
  <noscript>
3
- <aside class="bg-material200 border-materialBlack material900 small">
3
+ <aside id="nojavascript" class="bg-material50 border-materialBlack material900 small">
4
4
  <h1>JavaScript Disabled</h1>
5
5
  <p>Hi there! It looks like you're protecting yourself by using <a href="https://noscript.net/" rel="nofollow">NoScript</a> or <a href="http://www.alanwood.net/demos/enabling-javascript.html" rel="nofollow">your browser's settings</a> to disable JavaScript.</p>
6
6
  <p>That's a smart move, and you have my respect for doing so. You will still have access to the page's text and image content, but embedded content might not work without JavaScript.</p>
@@ -8,4 +8,4 @@
8
8
  <p>I as your host, it is my responsibility to warn you that if you decide to enable JavaScript, the embedded content on this page may attempt to run tracking code or serve you ads. I don't have Google Analytics installed myself or serve ads, but since I use <a href="https://www.cloudflare.com" rel="nofollow">Cloudflare</a> the CDN may also try to run its own code on this page.</p>
9
9
  </aside>
10
10
  </noscript>
11
- {% endif %}
11
+ {% endif %}
@@ -5,7 +5,8 @@ layout: default
5
5
  {% include skip-nav.html %}
6
6
  {% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="archive" %}
7
7
  </header>
8
+ {% include noscript.html %}
8
9
  <main id="main_content">
9
10
  {{ content }}
10
11
  </main>
11
- {% include footer.html %}
12
+ {% include footer.html %}
@@ -2,7 +2,7 @@
2
2
  * Components. This is mostly a cosmetic layer — this is where I included more specific styling instructions for objects. Without the components layer, the site would still have its structure, but would look like a gray-box wireframe.
3
3
  * See https://medium.com/@jordankoschei/how-i-shrank-my-css-by-84kb-by-refactoring-with-itcss-2e8dafee123a#.tbp9yocm3 for details.
4
4
  */
5
-
5
+
6
6
  .small, .reading_time {
7
7
  font-size: .75rem;
8
8
  }
@@ -36,7 +36,7 @@
36
36
 
37
37
  .form_row {
38
38
  width: 100%;
39
-
39
+
40
40
  label {
41
41
  font-weight: bold;
42
42
  font-size: .9rem;
@@ -84,4 +84,8 @@
84
84
  margin-top: 1.5rem;
85
85
  border-top: 2px solid $material500;
86
86
  text-align: center;
87
- }
87
+ }
88
+
89
+ #nojavascript {
90
+ padding: .2rem;
91
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meliora
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Graybosch