jekyll-octopod 0.8.6 → 0.8.7

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: d036dd1a4f6453fc8a915b7b601f906cdc3b764b
4
- data.tar.gz: 52641eab0a7fdff14e95f2d66c52dbd64c094ae2
3
+ metadata.gz: 26cb45a04fdef45c8d8fe15dface7ef15da4a03b
4
+ data.tar.gz: 9affa5bf6000fd63768c97a4de4d5b1fc262e210
5
5
  SHA512:
6
- metadata.gz: 3d19dd51b6220afbd8fa32e506f5dcdd104f86c5bc14d64613b902f9c8cb5adace8082de7863db0c6705f7fc1da4b0aeff4491a0d4b9f342dc8112ffb4f098ab
7
- data.tar.gz: 5f472029f40e06fd0f744d1300b716c58298cad75017fd867ed5bcae737d72fc25403e8cb14f5bcd55190f30c364b41353e578d084c665ecf4c3189390586922
6
+ metadata.gz: 60b2e9f57b1f02246ec66422d0ee04639cfad3329921dc09ace6dc30025bec7fcee200e5f6441f6281fab32c44010c3b812d2194ed7c226a5f0a02b7c3256b25
7
+ data.tar.gz: 49153e08f1b423a5c0a05a82b0f224d82e6123be0061f7179ec9fe926cf896dc6773e9767dd9df77678ca123c1d9017fc02d3ee27c36cf580258c01ad3435fb7
@@ -11,3 +11,58 @@ btn small, .btn small {
11
11
  .episode_date {
12
12
  font-size: 45%;
13
13
  }
14
+
15
+ // Theme for the Swiss-Sided Dice podcast, red and white based on the Swiss flag - commented out for now, until a better solution can be found
16
+
17
+ /*
18
+ // Main navbar background
19
+ .navbar-default {
20
+ background-color: #E11A27;
21
+ }
22
+
23
+ // Hovering over navbar links, keep the text white, but add darker background
24
+ .navbar-default .navbar-nav > .active > a,
25
+ .navbar-default .navbar-nav > .active > a:hover,
26
+ .navbar-default .navbar-nav > .active > a:focus,
27
+ .navbar-default .navbar-nav > li > a {
28
+ color: #FFF;
29
+ background-color: #E11A27;
30
+ }
31
+
32
+ // The "brand" / podcast title doesn't change on hover, but does keep the text white
33
+ .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
34
+ color: #FFF;
35
+ }
36
+
37
+ // This is for the menu button on narrow screens
38
+ .navbar-default .navbar-toggle {
39
+ background-color: #E11A27;
40
+ border-color: #FFF;
41
+ }
42
+
43
+ .navbar-default .navbar-toggle .icon-bar {
44
+ background-color: #FFF;
45
+ }
46
+
47
+ // Darker background, keep rest white
48
+ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
49
+ .navbar-default .navbar-nav > li > a:hover {
50
+ background-color: #A5131D;
51
+ border-color: #FFF;
52
+ color: #FFF;
53
+ }
54
+
55
+ // Links and buttons in the website are a dark red for best contrast, but get lightened on hover for feedback
56
+ a {
57
+ color: #CF000F;
58
+ }
59
+ a:hover {
60
+ color: #EF3743;
61
+ }
62
+ .btn-primary {
63
+ background-color: #CF000F;
64
+ }
65
+ .btn-primary:hover, .btn-primary:focus {
66
+ background-color: #EF3743;
67
+ }
68
+ */
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- TINY = 6
6
+ TINY = 7
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-08 00:00:00.000000000 Z
12
+ date: 2017-02-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets