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 +4 -4
- data/_sass/custom/custom.scss +93 -0
- data/_sass/modules.scss +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 529a70af1554089231eb5cad7c87bf7c392c05381c5669ec74bf7c067dd48f8a
|
4
|
+
data.tar.gz: 8b9dfdee14e5555e088fa82b7f4bbffe097b2b6bbc7e0a122e2e579c88ffe2b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0e16fc14473f857d70785d8ad96190d35199046c71577522d3ee96652518e0b1b6e8fdc96265afe709447474e9c0f6fc38c6ce0a1f23cfc9f5a9746295dfa2a
|
7
|
+
data.tar.gz: 2c4c65b76dec890560b807d352d9dd6fd3d7f1fb91226c4b7c8616b091b6f4c248878ee3d5b1b145f70b44777ad2d020e66ef13f32451d1bdb7a43b43a095e93
|
data/_sass/custom/custom.scss
CHANGED
@@ -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
|
+
}
|
data/_sass/modules.scss
CHANGED
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.
|
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-
|
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
|