jekyll-cessda-docs 0.1.1 → 0.1.2

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: 803e963007771b15271cdd3bc33dafbbd4c67e40a67eed3efc9b0e2d61bde07e
4
- data.tar.gz: 35521c3238b5fbed6bf76990a9699736baa62f3502e00897627da2907c60af31
3
+ metadata.gz: 529a70af1554089231eb5cad7c87bf7c392c05381c5669ec74bf7c067dd48f8a
4
+ data.tar.gz: 8b9dfdee14e5555e088fa82b7f4bbffe097b2b6bbc7e0a122e2e579c88ffe2b0
5
5
  SHA512:
6
- metadata.gz: e8d13e94b293c06f93456a7137d33b88aa95abaaf4e43a38e22343f886fd8d609b07a0f64618cf610de05e5ee574b0ceb155f8dc6f1ce2c9f0a490d28bdc5519
7
- data.tar.gz: 137059ad4e14fe863627199401e34c0b580da757a3b48f4c4da7857309c5a568453d178213f41105cd1b9f860d86b1d740d8275918325fec7c56b80efce0ac47
6
+ metadata.gz: e0e16fc14473f857d70785d8ad96190d35199046c71577522d3ee96652518e0b1b6e8fdc96265afe709447474e9c0f6fc38c6ce0a1f23cfc9f5a9746295dfa2a
7
+ data.tar.gz: 2c4c65b76dec890560b807d352d9dd6fd3d7f1fb91226c4b7c8616b091b6f4c248878ee3d5b1b145f70b44777ad2d020e66ef13f32451d1bdb7a43b43a095e93
@@ -0,0 +1,93 @@
1
+
2
+ a {
3
+ transition: all 0.3s;
4
+ }
5
+ .topcont {
6
+ height: 30px;
7
+ width:100%;
8
+ z-index:3;
9
+ position:fixed;
10
+ top:0;
11
+ left:0;
12
+
13
+ }
14
+ .topbar {
15
+
16
+ max-width:1080px;
17
+ margin: 0 auto;
18
+ height:30px;
19
+ }
20
+
21
+
22
+ .topbar a {
23
+ color: white;
24
+ text-decoration:none;
25
+ display:inline-block;
26
+ line-height:30px;
27
+ padding:0 10px;
28
+ font-size: 14px;
29
+ background-image: none;
30
+ }
31
+
32
+ .topbar a:hover {
33
+ background-color:rgba(255,255,255,0.1);
34
+ }
35
+
36
+ .main-header {
37
+
38
+ margin-top:30px;
39
+ }
40
+
41
+
42
+
43
+ .site-footer {
44
+
45
+ z-index:4;
46
+ position: fixed;
47
+ display:block;
48
+ bottom:0px;
49
+ height:40px;
50
+ width:100%;
51
+ }
52
+ #footerlogo {
53
+ height: 24px;
54
+ width:auto;
55
+ margin: 8px 20px 0 10px;
56
+ display:block;
57
+ position:absolute;
58
+ left:0;
59
+ top:2px;
60
+ }
61
+
62
+ .bottombar {
63
+
64
+ max-width:1080px;
65
+ margin: 0 auto;
66
+ height:40px;
67
+ position:relative;
68
+ text-align:center;
69
+ }
70
+
71
+ .site-footer a {
72
+ display:inline-block;
73
+ color:white;
74
+ padding:0 10px;
75
+ font-size:14px;
76
+ background:transparent;
77
+ line-height:40px;
78
+ height:40px;
79
+ margin:0;
80
+ }
81
+ .nav-list-top {
82
+ margin-bottom:90px;
83
+
84
+ }
85
+
86
+ @media only screen and (max-width: 711px) {
87
+ .site-header {
88
+ padding-top:30px;
89
+ }
90
+ #footerlogo {
91
+ display:none;
92
+ }
93
+ }
@@ -17,5 +17,5 @@
17
17
  @import "./tables";
18
18
  @import "./code";
19
19
  @import "./utilities/utilities";
20
- @import "./cessda";
20
+ @import "./custom/custom";
21
21
  @import "./print";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cessda-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - openconcept
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-22 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4.1'
27
- - !ruby/object:Gem::Dependency
28
- name: jekyll-seo-tag
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '2.6'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '2.6'
41
27
  description:
42
28
  email:
43
29
  - post@openconcept.no