docs-cambiocds-com-jekyll-theme 0.1.8 → 0.1.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: c0c8877ab81d612870284a36aef978a5305fa230
4
- data.tar.gz: db2d44c3f783c21d2a555a1120a005d19e52572d
3
+ metadata.gz: a448e08e5c93df3c1f4d9992cd285c33ad1c4d7d
4
+ data.tar.gz: 979a2a65d459a361c320c673d791ab823ef7351c
5
5
  SHA512:
6
- metadata.gz: c519c92b7efab39d3e721a80b65aeff9dc02010cdd728716b056e16ad61b00ee9c1d1e831d67ae275835151c40e4ecf07a2af1b8daf457967d3f0433bc8f32b3
7
- data.tar.gz: 510b144d834c70606959ce95b1106b585cd413819e838f9ce21d698f61069a611ab847d9e0ed39b1bc5ed0c6642cd5c46adaf3b0519b561c2c6f910b248ba08f
6
+ metadata.gz: 591afffc031c6a4beedf862365390d07e419407b8389f09724c0d3c95a1da1be03c7b64720ed0965876b9fb2cdf965b0eac18e4b10fca0f485cf1d9378aa3247
7
+ data.tar.gz: 57a21fc8075699873ed3e119f281f9f8f14a75b47225d2ac6575e0b272f3aa91f7a781532a74e2b377e3123ffc793bb06e253b761063081fba5e30efc4e813b0
@@ -1,192 +1,76 @@
1
1
  <!doctype html>
2
2
  <!--[if IE 9]>
3
- <html class="lt-ie10" lang="en"> <![endif]-->
4
- <html class="no-js" lang="en" data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)">
5
- <head>
6
- <meta charset="utf-8">
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
- <title>{{page.title}}</title>
9
- <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
10
- <meta name="author" content="Your name goes here">
11
- <meta name="copyright" content="Maybe consider a Creative Commons license">
12
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
13
- <link rel="stylesheet" href="{{page.root}}assets/css/font-awesome.css">
14
- <link rel="stylesheet" href="{{page.root}}assets/css/coderay.css">
15
- <link rel="stylesheet" href="{{page.root}}assets/css/asciidoctor.css">
16
- <script src="{{page.root}}assets/js/vendor/modernizr.js"></script>
17
- <script src="{{page.root}}assets/js/vendor/jquery.js"></script>
18
- <script src="{{page.root}}assets/js/foundation.min.js"></script>
19
- <style>
20
- .navbar {
21
- background-image: url("assets/images/header-page.png");
22
- background-color: #333333;
23
- padding: 3px;
24
- height: 47px;
25
- line-height: 2.8125rem;
26
- }
27
- .navbar-brand {
28
- color: #FFFFFF;
29
- padding: 0 0.9375rem;
30
- margin-right: 0px;
31
- text-decoration: none;
32
- font-weight: bold;
33
- }
34
- .navbar-brand:hover {
35
- color: #FFFFFF;
36
- }
37
- .mr-auto{
38
- margin-right: 0px !important;
39
- }
40
- ul.navbar-nav.mr-auto {
41
- margin-left: 0px;
42
- }
43
- li.nav-item {
44
- margin-right: 12px;
45
- }
46
- li.nav-item h1 {
47
- margin-bottom: 19px;
48
- margin-top: 0px;
49
- }
50
- li.nav-item h1 a {
51
- color: #FFFFFF;
52
- font-size: 1.25rem;
53
- font-weight: bold;
54
- font-family: "Noto Serif","DejaVu Serif",serif;
55
- text-decoration: none;
56
- }
57
- li.nav-item h1 a:hover {
58
- color: #FFFFFF;
59
- text-decoration: none;
60
- }
61
- h2#adocTitle {
62
- max-width: 62.5rem;
63
- margin-right: auto;
64
- margin-left: auto;
65
- }
66
- .card {
67
- margin-top: 20px;
68
- margin-bottom: 20px;
69
- }
70
- .card-header {
71
- color: #ba3925;
72
- }
73
- h5.card-title {
74
- font-size: 1.25rem;
75
- font-weight: 500;
76
- margin-top: 0;
77
- font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
78
- }
79
- .card-body {
80
- font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
81
- }
82
- .card-body p {
83
- margin-bottom: 1rem;
84
- }
85
- .card-body p a {
86
- text-decoration: none;
87
- color: #007bff;
88
- }
89
- .card-body p a:hover {
90
- text-decoration: underline;
91
- color: #2156a5;
92
- }
93
- .card-body ul li a {
94
- color: #007bff;
95
- text-decoration: none;
96
- }
97
- .card-body ul li a:hover {
98
- color: #2156a5;
99
- text-decoration: underline;
100
- }
101
- .large-12.columns {
102
- position: relative;
103
- padding-left: 0.9375rem;
104
- padding-right: 0.9375rem;
105
- }
106
- div#preamble {
107
- max-width: 62.5rem;
108
- margin-left: auto;
109
- margin-right: auto;
110
- margin-bottom: 50px;
111
- }
112
- .sect1 {
113
- max-width: 62.5rem;
114
- margin-right: auto;
115
- margin-left: auto;
116
- }
117
- .footer {
118
- padding-left: 10px;
119
- padding-right: 10px;
120
- }
121
- .footer .container {
122
- margin-left: 10px;
123
- }
124
- .footer .container img {
125
- width: 170px;
126
- }
127
- </style>
128
- </head>
129
- <body>
130
- <!-- Nav Bar -->
131
- <nav class="navbar navbar-expand">
132
- <a class="navbar-brand" href="http://docs.cambiocds.com">CDS Documentation</a>
133
- <div class="collapse navbar-collapse">
134
- {% if site.title != 'CDS Documentation' %}
135
- <ul class="navbar-nav mr-auto">
136
- <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:20px;">></h1></li>
137
- </ul>
138
- {% if jekyll.environment != "master" and jekyll.environment != "development" %}
139
- <ul class="navbar-nav mr-auto">
140
- <li class="nav-item">
141
- <h1>
142
- <a href="..">{{site.title}}</a>
143
- </h1>
144
- </li>
145
- </ul>
146
- {% else %}
147
- <ul class="navbar-nav mr-auto">
148
- <li class="nav-item">
149
- <h1>
150
- <a href=".">{{site.title}}</a>
151
- </h1>
152
- </li>
153
- </ul>
154
- {% endif %}
155
- {% endif %}
156
- {% if jekyll.environment != "master" and jekyll.environment != "development" %}
157
- <ul class="navbar-nav mr-auto">
158
- <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:19px;">></h1></li>
159
- </ul>
160
- <ul class="navbar-nav mr-auto">
161
- <li class="nav-item"><h1><a href=".">{{jekyll.environment}}</a></h1></li>
162
- </ul>
163
- {% endif %}
164
- </div>
165
- </nav>
166
- <!-- End Nav -->
167
-
168
- <!-- Main Page Content and Sidebar -->
169
- {% if site.title != page.title %}
170
- <h2 id="adocTitle">{{page.title}}</h2>
171
- {% endif %}
172
- <!-- Main Blog Content -->
173
- <div class="large-12 columns" role="content">
174
-
175
- {{ content }}
176
-
177
- </div>
178
- <!-- End Main Content -->
179
- <!-- End Main Content and Sidebar -->
180
-
181
-
182
- <!-- Footer -->
183
- <div class="fixed-bottom">
184
- <footer class="footer">
185
- <hr>
186
- <div class="container">
187
- <img src="assets/images/CAMBIO_logotype_healthcare_horizontal_RGB_2018.png"/>
188
- </div>
189
- </footer>
190
- </div>
191
- </body>
192
- </html>
3
+ <html class="lt-ie10" lang="en"> <![endif]-->
4
+ <html class="no-js" lang="en" data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)">
5
+ <head>
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>{{page.title}}</title>
9
+ <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
10
+ <meta name="author" content="Your name goes here">
11
+ <meta name="copyright" content="Maybe consider a Creative Commons license">
12
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
13
+ <link rel="stylesheet" href="{{page.root}}assets/css/font-awesome.css">
14
+ <link rel="stylesheet" href="{{page.root}}assets/css/coderay.css">
15
+ <link rel="stylesheet" href="{{page.root}}assets/css/asciidoctor.css">
16
+ <link rel="stylesheet" href="{{page.root}}assets/css/custom.css">
17
+ <script src="{{page.root}}assets/js/vendor/modernizr.js"></script>
18
+ <script src="{{page.root}}assets/js/vendor/jquery.js"></script>
19
+ </head>
20
+ <body>
21
+ <!-- Nav Bar -->
22
+ <nav class="navbar navbar-expand">
23
+ <a class="navbar-brand" href="http://docs.cambiocds.com">CDS Documentation</a>
24
+ <div class="collapse navbar-collapse">
25
+ {% if site.title != 'CDS Documentation' %}
26
+ <ul class="navbar-nav mr-auto">
27
+ <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:20px;">></h1></li>
28
+ </ul>
29
+ {% if jekyll.environment != "master" and jekyll.environment != "development" %}
30
+ <ul class="navbar-nav mr-auto">
31
+ <li class="nav-item">
32
+ <h1>
33
+ <a href="..">{{site.title}}</a>
34
+ </h1>
35
+ </li>
36
+ </ul>
37
+ {% else %}
38
+ <ul class="navbar-nav mr-auto">
39
+ <li class="nav-item">
40
+ <h1>
41
+ <a href=".">{{site.title}}</a>
42
+ </h1>
43
+ </li>
44
+ </ul>
45
+ {% endif %}
46
+ {% endif %}
47
+ {% if jekyll.environment != "master" and jekyll.environment != "development" %}
48
+ <ul class="navbar-nav mr-auto">
49
+ <li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:19px;">></h1></li>
50
+ </ul>
51
+ <ul class="navbar-nav mr-auto">
52
+ <li class="nav-item"><h1><a href=".">{{jekyll.environment}}</a></h1></li>
53
+ </ul>
54
+ {% endif %}
55
+ </div>
56
+ </nav>
57
+ <!-- End Nav -->
58
+ <!-- Main Page Content and Sidebar -->
59
+ {% if site.title != page.title %}
60
+ <h2 id="adocTitle">{{page.title}}</h2>
61
+ {% endif %}
62
+ <!-- Main Blog Content -->
63
+ <div class="large-12 columns" role="content">
64
+ {{ content }}
65
+ </div>
66
+ <!-- End Main Content -->
67
+ <!-- End Main Content and Sidebar -->
68
+ <!-- Footer -->
69
+ <footer class="footer">
70
+ <div class="container">
71
+ <img src="assets/images/CAMBIO_logotype_healthcare_horizontal_RGB_2018.png"/>
72
+ </div>
73
+ </footer>
74
+ <!--End Footer -->
75
+ </body>
76
+ </html>
@@ -0,0 +1,122 @@
1
+ html {
2
+ position: relative;
3
+ min-height: 100%;
4
+ }
5
+ body {
6
+ margin-bottom: 60px;
7
+ position: initial;
8
+ }
9
+ .navbar {
10
+ background-image: url("../images/page-header.jpg");
11
+ background-color: #333333;
12
+ padding: 3px;
13
+ height: 60px;
14
+ line-height: 60px;
15
+ }
16
+ .navbar-brand {
17
+ color: #FFFFFF;
18
+ padding: 0 0.9375rem;
19
+ margin-right: 0px;
20
+ text-decoration: none;
21
+ font-weight: bold;
22
+ }
23
+ .navbar-brand:hover {
24
+ color: #FFFFFF;
25
+ }
26
+ .mr-auto{
27
+ margin-right: 0px !important;
28
+ }
29
+ ul.navbar-nav.mr-auto {
30
+ margin-left: 0px;
31
+ }
32
+ li.nav-item {
33
+ margin-right: 12px;
34
+ }
35
+ li.nav-item h1 {
36
+ margin-bottom: 19px;
37
+ margin-top: 0px;
38
+ }
39
+ li.nav-item h1 a {
40
+ color: #FFFFFF;
41
+ font-size: 1.25rem;
42
+ font-weight: bold;
43
+ font-family: "Noto Serif","DejaVu Serif",serif;
44
+ text-decoration: none;
45
+ }
46
+ li.nav-item h1 a:hover {
47
+ color: #FFFFFF;
48
+ text-decoration: none;
49
+ }
50
+ h2#adocTitle {
51
+ max-width: 62.5rem;
52
+ margin-right: auto;
53
+ margin-left: auto;
54
+ }
55
+ .card {
56
+ margin-top: 20px;
57
+ margin-bottom: 20px;
58
+ }
59
+ .card-header {
60
+ color: #ba3925;
61
+ }
62
+ h5.card-title {
63
+ font-size: 1.25rem;
64
+ font-weight: 500;
65
+ margin-top: 0;
66
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
67
+ }
68
+ .card-body {
69
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
70
+ }
71
+ .card-body p {
72
+ margin-bottom: 1rem;
73
+ }
74
+ .card-body p a {
75
+ text-decoration: none;
76
+ color: #007bff;
77
+ }
78
+ .card-body p a:hover {
79
+ text-decoration: underline;
80
+ color: #2156a5;
81
+ }
82
+ .card-body ul li a {
83
+ color: #007bff;
84
+ text-decoration: none;
85
+ }
86
+ .card-body ul li a:hover {
87
+ color: #2156a5;
88
+ text-decoration: underline;
89
+ }
90
+ .large-12.columns {
91
+ position: relative;
92
+ padding-left: 0.9375rem;
93
+ padding-right: 0.9375rem;
94
+ }
95
+ div#preamble {
96
+ max-width: 62.5rem;
97
+ margin-left: auto;
98
+ margin-right: auto;
99
+ margin-bottom: 50px;
100
+ }
101
+ .sect1 {
102
+ max-width: 62.5rem;
103
+ margin-right: auto;
104
+ margin-left: auto;
105
+ }
106
+ .footer {
107
+ position: absolute;
108
+ bottom: 0;
109
+ width: 100%;
110
+ height: 60px;
111
+ line-height: 60px;
112
+ background-color: #D3D3D3;
113
+ }
114
+ .footer .container {
115
+ width: auto;
116
+ max-width: 680px;
117
+ padding: 0 15px;
118
+ margin: 0px;
119
+ }
120
+ .footer .container img {
121
+ width: 30%;
122
+ }
Binary file
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: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - MIG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-02 00:00:00.000000000 Z
11
+ date: 2018-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -64,31 +64,12 @@ files:
64
64
  - _layouts/default.html
65
65
  - assets/css/asciidoctor.css
66
66
  - assets/css/coderay.css
67
+ - assets/css/custom.css
67
68
  - assets/css/font-awesome.css
68
69
  - assets/css/font-awesome.min.css
69
- - assets/css/foundation.css
70
- - assets/css/foundation.min.css
71
70
  - assets/css/normalize.css
72
71
  - assets/images/CAMBIO_logotype_healthcare_horizontal_RGB_2018.png
73
- - assets/images/header-page.png
74
- - assets/js/foundation.min.js
75
- - assets/js/foundation/foundation.abide.js
76
- - assets/js/foundation/foundation.accordion.js
77
- - assets/js/foundation/foundation.alert.js
78
- - assets/js/foundation/foundation.clearing.js
79
- - assets/js/foundation/foundation.dropdown.js
80
- - assets/js/foundation/foundation.equalizer.js
81
- - assets/js/foundation/foundation.interchange.js
82
- - assets/js/foundation/foundation.joyride.js
83
- - assets/js/foundation/foundation.js
84
- - assets/js/foundation/foundation.magellan.js
85
- - assets/js/foundation/foundation.offcanvas.js
86
- - assets/js/foundation/foundation.orbit.js
87
- - assets/js/foundation/foundation.reveal.js
88
- - assets/js/foundation/foundation.slider.js
89
- - assets/js/foundation/foundation.tab.js
90
- - assets/js/foundation/foundation.tooltip.js
91
- - assets/js/foundation/foundation.topbar.js
72
+ - assets/images/page-header.jpg
92
73
  - assets/js/toc.js
93
74
  - assets/js/vendor/fastclick.js
94
75
  - assets/js/vendor/jquery.cookie.js