forest-time-jekyll 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fba3f2d8908c002a366e5106de14dc45db9c78d4a682347690aad21d252e232d
4
- data.tar.gz: 6a6d60dabecc566a70b94960bc74f0a6dc0c5e32dcf5339c5eb6ea66b81a8f75
3
+ metadata.gz: 0ace7bd2d64b5075bbe776fcd85f18b2a99a481193d7b01a3b65b52dbe8b6de5
4
+ data.tar.gz: cd644ca32cc549c8b3622d2bf6edb47f6d059700428a3f8be6466de073fb374e
5
5
  SHA512:
6
- metadata.gz: e32a7430124e78452ea05f7c6718c0749f243e3e94f1f165ae0cdb9757662e14fd1deba4da0697a01134f106a3d3809c070a5544815d0b33813b74007aeac7e2
7
- data.tar.gz: bc82c39b12ee3e257ada78a18c6c6e5fc09bf39154e9e53096b552f322abe01809629be88b97b6e88ad54c46621b3799992a7d9e653b7b207842b6efcc64cee2
6
+ metadata.gz: 5f0152a80d25d238a753d3f29f4f97064aa595b0fd305058b686bf5211c6329d4f47252b398790bef8fce9e5897009b1276e6eb9f3048566b0871f1ffbb01764
7
+ data.tar.gz: 3625742edf010919391c029651d19c691af6577df5198765f3ba41a3d2db1cd5313e8568217f93d91c29d36da09e4340abf4204b8da43bb55978b205212e9bba
@@ -1,6 +1,5 @@
1
1
  {% if site.mailchimp %}
2
2
  <!-- Begin Mailchimp Signup Form -->
3
- <link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
4
3
  <style type="text/css">#mc_embed_signup { clear: left; padding: 30px 20px; }</style>
5
4
  <div id="mc_embed_signup" class="alert alert-custom">
6
5
  <label style="text-align: center;">{{ site.data.ui-text.newsletterNotice }}</label>
@@ -1,4 +1,5 @@
1
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
1
+ @import 'mailchimp';
2
+
2
3
  * {
3
4
  box-sizing: border-box;
4
5
  -webkit-box-sizing: border-box;
@@ -0,0 +1,119 @@
1
+ // <link href="https://cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
2
+
3
+ #mc_embed_signup form {
4
+ text-align: center;
5
+ padding: 10px 0 10px 0;
6
+ }
7
+
8
+ .mc-field-group {
9
+ display: inline-block;
10
+ }
11
+
12
+ /* positions input field horizontally */
13
+
14
+ #mc_embed_signup input.email {
15
+ font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
16
+ font-size: 15px;
17
+ border: 1px solid #ABB0B2;
18
+ -webkit-border-radius: 3px;
19
+ -moz-border-radius: 3px;
20
+ border-radius: 3px;
21
+ color: #343434;
22
+ background-color: #fff;
23
+ box-sizing: border-box;
24
+ height: 32px;
25
+ padding: 0px 0.4em;
26
+ display: inline-block;
27
+ margin: 0;
28
+ width: 350px;
29
+ vertical-align: top;
30
+ }
31
+
32
+ #mc_embed_signup label {
33
+ display: block;
34
+ font-size: 16px;
35
+ padding-bottom: 10px;
36
+ font-weight: bold;
37
+ }
38
+
39
+ #mc_embed_signup .clear {
40
+ display: inline-block;
41
+ }
42
+
43
+ /* positions button horizontally in line with input */
44
+
45
+ #mc_embed_signup .button {
46
+ font-size: 13px;
47
+ border: none;
48
+ -webkit-border-radius: 3px;
49
+ -moz-border-radius: 3px;
50
+ border-radius: 3px;
51
+ letter-spacing: .03em;
52
+ color: #fff;
53
+ background-color: #aaa;
54
+ box-sizing: border-box;
55
+ height: 32px;
56
+ line-height: 32px;
57
+ padding: 0 18px;
58
+ display: inline-block;
59
+ margin: 0;
60
+ transition: all 0.23s ease-in-out 0s;
61
+ }
62
+
63
+ #mc_embed_signup .button:hover {
64
+ background-color: #777;
65
+ cursor: pointer;
66
+ }
67
+
68
+ #mc_embed_signup div#mce-responses {
69
+ float: left;
70
+ top: -1.4em;
71
+ padding: 0em .5em 0em .5em;
72
+ overflow: hidden;
73
+ width: 90%;
74
+ margin: 0 5%;
75
+ clear: both;
76
+ }
77
+
78
+ #mc_embed_signup div.response {
79
+ margin: 1em 0;
80
+ padding: 1em .5em .5em 0;
81
+ font-weight: bold;
82
+ float: left;
83
+ top: -1.5em;
84
+ z-index: 1;
85
+ width: 80%;
86
+ }
87
+
88
+ #mc_embed_signup #mce-error-response {
89
+ display: none;
90
+ }
91
+
92
+ #mc_embed_signup #mce-success-response {
93
+ color: #529214;
94
+ display: none;
95
+ }
96
+
97
+ #mc_embed_signup label.error {
98
+ display: block;
99
+ float: none;
100
+ width: auto;
101
+ margin-left: 1.05em;
102
+ text-align: left;
103
+ padding: .5em 0;
104
+ }
105
+
106
+ @media (max-width: 768px) {
107
+ #mc_embed_signup input.email {
108
+ width: 100%;
109
+ margin-bottom: 5px;
110
+ }
111
+ #mc_embed_signup .clear {
112
+ display: block;
113
+ width: 100%
114
+ }
115
+ #mc_embed_signup .button {
116
+ width: 100%;
117
+ margin: 0;
118
+ }
119
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest-time-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudiu Constantin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-30 00:00:00.000000000 Z
11
+ date: 2018-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -77,6 +77,7 @@ files:
77
77
  - _sass/_objects.image.scss
78
78
  - _sass/_objects.text.scss
79
79
  - _sass/contact-form.scss
80
+ - _sass/mailchimp.scss
80
81
  - _sass/main.scss
81
82
  - _sass/syntax.scss
82
83
  - assets/css/core.scss