docs-cambiocds-com-jekyll-theme 1.0.8 → 1.0.9

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
  SHA1:
3
- metadata.gz: 83c4ada5dd473999842e8b907cd762103f307d7d
4
- data.tar.gz: 19e8f3947f85da107f5e25d32ae699e9c789c71c
3
+ metadata.gz: 825d90c943be2115d7656313af07694c070e4a52
4
+ data.tar.gz: 52afb6a24a8a16b091ca1aee7ee68eef2985ac7f
5
5
  SHA512:
6
- metadata.gz: d7d8ba3031884dd1832b510fa37a5dc79ce8d03abfa809827c695c7258f2f56e9823dd3a46bec57ebc397f29f931076409ca1b1239b9ff55f9662412d4cdde95
7
- data.tar.gz: 8a9ea25dce3454c7efa4a67f3fdb3d5d8067bce933132d4e222358cc19ebbe6ba291146af55186340413b5667a0cd88b8a5bef048952acb105af8e9e59f27c38
6
+ metadata.gz: 18a73d1c91a1283c87ff37fb0b184e44a7300340ce04c168a1f051b87c3372879118cb72ba5f17be6d684170379ca3aa5f0e7db3688c2920af88008da9c24fac
7
+ data.tar.gz: 35a118426c5f213654af3381a3cee84a63481dc8471fcd86e69899c0193a6aa2c4dc9d0ac21440b88ce86347cf8868b99a73b5c52c57ca606b0170b5c510339c
@@ -24,14 +24,11 @@
24
24
  <a class="navbar-brand" href="http://docs.cambiocds.com">CDS Documentation</a>
25
25
  <div class="collapse navbar-collapse">
26
26
  {% if site.title != 'CDS Documentation' %}
27
- <ul class="navbar-nav mr-auto">
28
- <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:20px;">></h1></li>
29
- </ul>
30
27
  {% if jekyll.environment != "master" and jekyll.environment != "development" %}
31
28
  <ul class="navbar-nav mr-auto">
32
29
  <li class="nav-item">
33
30
  <h1>
34
- <a href="..">{{site.title}}</a>
31
+ <a href=".."> > {{site.title}}</a>
35
32
  </h1>
36
33
  </li>
37
34
  </ul>
@@ -39,7 +36,7 @@
39
36
  <ul class="navbar-nav mr-auto">
40
37
  <li class="nav-item">
41
38
  <h1>
42
- <a href=".">{{site.title}}</a>
39
+ <a href=".">> {{site.title}}</a>
43
40
  </h1>
44
41
  </li>
45
42
  </ul>
@@ -47,10 +44,11 @@
47
44
  {% endif %}
48
45
  {% if jekyll.environment != "master" and jekyll.environment != "development" %}
49
46
  <ul class="navbar-nav mr-auto">
50
- <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:19px;">></h1></li>
51
- </ul>
52
- <ul class="navbar-nav mr-auto">
53
- <li class="nav-item"><h1><a href=".">{{jekyll.environment}}</a></h1></li>
47
+ <li class="nav-item">
48
+ <h1>
49
+ <a href="."> > {{jekyll.environment}}</a>
50
+ </h1>
51
+ </li>
54
52
  </ul>
55
53
  {% endif %}
56
54
  </div>
@@ -1,103 +1,107 @@
1
1
  html {
2
- position: relative;
3
- min-height: 100%;
2
+ position: relative;
3
+ min-height: 100%;
4
4
  }
5
5
  body {
6
- margin-top: 60px;
7
- margin-bottom: 60px;
8
- position: initial;
6
+ margin-top: 60px;
7
+ margin-bottom: 60px;
8
+ position: initial;
9
9
  }
10
10
  h1 {
11
- word-spacing: 0px;
12
- letter-spacing: 0px;
11
+ word-spacing: 0px;
12
+ letter-spacing: 0px;
13
13
  }
14
14
  .navbar {
15
- background-image: url("../images/page-header.jpg");
16
- background-color: #333333;
17
- padding: 3px;
18
- height: 60px;
19
- line-height: 60px;
15
+ background-image: url("../images/page-header.jpg");
16
+ background-color: #333333;
17
+ padding: 3px;
18
+ height: 60px;
19
+ line-height: 60px;
20
+ flex-wrap: wrap;
20
21
  }
21
22
  .navbar-brand {
22
- color: #FFFFFF;
23
- padding: 0 0.9375rem;
24
- margin-right: 0px;
25
- text-decoration: none;
26
- font-weight: bold;
23
+ color: #FFFFFF;
24
+ padding: 0 0.9375rem;
25
+ margin-right: 0px;
26
+ text-decoration: none;
27
+ font-weight: bold;
27
28
  }
28
29
  .navbar-brand:hover {
29
- color: #FFFFFF;
30
+ color: #FFFFFF;
30
31
  }
31
32
  .mr-auto{
32
- margin-right: 0px !important;
33
+ margin-right: 0px !important;
33
34
  }
34
35
  ul.navbar-nav.mr-auto {
35
- margin-left: 0px;
36
+ margin-left: 0px;
36
37
  }
37
38
  li.nav-item {
38
- margin-right: 12px;
39
+ margin-right: 12px;
39
40
  }
40
41
  li.nav-item h1 {
41
- margin-bottom: 19px;
42
- margin-top: 0px;
42
+ margin-bottom: 19px;
43
+ margin-top:20px;
44
+ color: #FFFFFF;
45
+ font-size:1.25rem;
46
+ font-weight:bold;
43
47
  }
44
48
  li.nav-item h1 a {
45
- color: #FFFFFF;
46
- font-size: 1.25rem;
47
- font-weight: bold;
48
- font-family: "Noto Serif","DejaVu Serif",serif;
49
- text-decoration: none;
49
+ color: #FFFFFF;
50
+ font-size: 1.25rem;
51
+ font-weight: bold;
52
+ font-family: "Noto Serif","DejaVu Serif",serif;
53
+ text-decoration: none;
50
54
  }
51
55
  li.nav-item h1 a:hover {
52
- color: #FFFFFF;
53
- text-decoration: none;
56
+ color: #FFFFFF;
57
+ text-decoration: none;
54
58
  }
55
59
  h2#adocTitle {
56
- max-width: 62.5rem;
57
- margin-top: 5%;
58
- margin-right: auto;
59
- margin-left: auto;
60
+ max-width: 62.5rem;
61
+ margin-top: 5%;
62
+ margin-right: auto;
63
+ margin-left: auto;
60
64
  }
61
65
  @media only screen and (min-width: 768px) {
62
- div#toc.toc2 {
63
- z-index: 0;
64
- width: unset;
65
- }
66
+ div#toc.toc2 {
67
+ z-index: 0;
68
+ width: unset;
69
+ }
66
70
  }
67
71
  @media only screen and (min-width: 1650px) {
68
- div#toc.toc2 {
69
- width: 20em;
70
- }
72
+ div#toc.toc2 {
73
+ width: 20em;
74
+ }
71
75
  }
72
76
  @media only screen and (min-width: 1650px) {
73
- div#toc.toc2>ul {
74
- padding-top: 20%;
75
- padding-bottom: 20%;
76
- }
77
+ div#toc.toc2>ul {
78
+ padding-top: 20%;
79
+ padding-bottom: 20%;
80
+ }
77
81
  }
78
82
  #toc {
79
- margin-right: auto;
80
- margin-left: auto;
81
- max-width: 62.5rem;
83
+ margin-right: auto;
84
+ margin-left: auto;
85
+ max-width: 62.5rem;
82
86
  }
83
87
  hr {
84
- margin: 5em 0 1.1875em;
88
+ margin: 5em 0 1.1875em;
85
89
  }
86
90
  .card {
87
- margin-top: 20px;
88
- margin-bottom: 20px;
91
+ margin-top: 20px;
92
+ margin-bottom: 20px;
89
93
  }
90
94
  .card-header {
91
- color: #ba3925;
95
+ color: #ba3925;
92
96
  }
93
97
  h5.card-title {
94
- font-size: 1.25rem;
95
- font-weight: 500;
96
- margin-top: 0;
97
- font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
98
+ font-size: 1.25rem;
99
+ font-weight: 500;
100
+ margin-top: 0;
101
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
98
102
  }
99
103
  .card-body {
100
- font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
104
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
101
105
  }
102
106
  .card #collapseCDSApplications {
103
107
  height: auto;
@@ -116,23 +120,23 @@ h5.card-title {
116
120
  overflow: hidden;
117
121
  }
118
122
  .card-body p {
119
- margin-bottom: 1rem;
123
+ margin-bottom: 1rem;
120
124
  }
121
125
  .card-body p a {
122
- text-decoration: none;
123
- color: #007bff;
126
+ text-decoration: none;
127
+ color: #007bff;
124
128
  }
125
129
  .card-body p a:hover {
126
- text-decoration: underline;
127
- color: #2156a5;
130
+ text-decoration: underline;
131
+ color: #2156a5;
128
132
  }
129
133
  .card-body ul li a {
130
- color: #007bff;
131
- text-decoration: none;
134
+ color: #007bff;
135
+ text-decoration: none;
132
136
  }
133
137
  .card-body ul li a:hover {
134
- color: #2156a5;
135
- text-decoration: underline;
138
+ color: #2156a5;
139
+ text-decoration: underline;
136
140
  }
137
141
  .card-body .btn-light {
138
142
  position: absolute;
@@ -153,35 +157,35 @@ h5.card-title {
153
157
  padding-left: 1em;
154
158
  }
155
159
  .large-12.columns {
156
- position: relative;
157
- padding-left: 0.9375rem;
158
- padding-right: 0.9375rem;
160
+ position: relative;
161
+ padding-left: 0.9375rem;
162
+ padding-right: 0.9375rem;
159
163
  }
160
164
  div#preamble {
161
- max-width: 62.5rem;
162
- margin-left: auto;
163
- margin-right: auto;
164
- margin-bottom: 50px;
165
+ max-width: 62.5rem;
166
+ margin-left: auto;
167
+ margin-right: auto;
168
+ margin-bottom: 50px;
165
169
  }
166
170
  .sect1 {
167
- max-width: 62.5rem;
168
- margin-right: auto;
169
- margin-left: auto;
171
+ max-width: 62.5rem;
172
+ margin-right: auto;
173
+ margin-left: auto;
170
174
  }
171
175
  .footer {
172
- position: absolute;
173
- bottom: 0;
174
- width: 100%;
175
- height: 60px;
176
- line-height: 60px;
177
- background-color: #D3D3D3;
176
+ position: absolute;
177
+ bottom: 0;
178
+ width: 100%;
179
+ height: 60px;
180
+ line-height: 60px;
181
+ background-color: #D3D3D3;
178
182
  }
179
183
  .footer .container {
180
- width: auto;
181
- max-width: 680px;
182
- padding: 0 15px;
183
- margin: 0px;
184
+ width: auto;
185
+ max-width: 680px;
186
+ padding: 0 15px;
187
+ margin: 0px;
184
188
  }
185
189
  .footer .container img {
186
- width: 30%;
190
+ width: 30%;
187
191
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docs-cambiocds-com-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - MIG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-15 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll