docs-cambiocds-com-jekyll-theme 0.1.7 → 0.1.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 +4 -4
- data/_layouts/default.html +51 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0c8877ab81d612870284a36aef978a5305fa230
|
|
4
|
+
data.tar.gz: db2d44c3f783c21d2a555a1120a005d19e52572d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c519c92b7efab39d3e721a80b65aeff9dc02010cdd728716b056e16ad61b00ee9c1d1e831d67ae275835151c40e4ecf07a2af1b8daf457967d3f0433bc8f32b3
|
|
7
|
+
data.tar.gz: 510b144d834c70606959ce95b1106b585cd413819e838f9ce21d698f61069a611ab847d9e0ed39b1bc5ed0c6642cd5c46adaf3b0519b561c2c6f910b248ba08f
|
data/_layouts/default.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
|
|
10
10
|
<meta name="author" content="Your name goes here">
|
|
11
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">
|
|
12
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
|
|
13
13
|
<link rel="stylesheet" href="{{page.root}}assets/css/font-awesome.css">
|
|
14
14
|
<link rel="stylesheet" href="{{page.root}}assets/css/coderay.css">
|
|
15
15
|
<link rel="stylesheet" href="{{page.root}}assets/css/asciidoctor.css">
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
background-image: url("assets/images/header-page.png");
|
|
22
22
|
background-color: #333333;
|
|
23
23
|
padding: 3px;
|
|
24
|
-
height:
|
|
24
|
+
height: 47px;
|
|
25
25
|
line-height: 2.8125rem;
|
|
26
26
|
}
|
|
27
27
|
.navbar-brand {
|
|
@@ -44,19 +44,25 @@
|
|
|
44
44
|
margin-right: 12px;
|
|
45
45
|
}
|
|
46
46
|
li.nav-item h1 {
|
|
47
|
-
margin-bottom:
|
|
47
|
+
margin-bottom: 19px;
|
|
48
48
|
margin-top: 0px;
|
|
49
49
|
}
|
|
50
50
|
li.nav-item h1 a {
|
|
51
51
|
color: #FFFFFF;
|
|
52
52
|
font-size: 1.25rem;
|
|
53
|
-
font-weight:
|
|
53
|
+
font-weight: bold;
|
|
54
|
+
font-family: "Noto Serif","DejaVu Serif",serif;
|
|
54
55
|
text-decoration: none;
|
|
55
56
|
}
|
|
56
57
|
li.nav-item h1 a:hover {
|
|
57
58
|
color: #FFFFFF;
|
|
58
59
|
text-decoration: none;
|
|
59
60
|
}
|
|
61
|
+
h2#adocTitle {
|
|
62
|
+
max-width: 62.5rem;
|
|
63
|
+
margin-right: auto;
|
|
64
|
+
margin-left: auto;
|
|
65
|
+
}
|
|
60
66
|
.card {
|
|
61
67
|
margin-top: 20px;
|
|
62
68
|
margin-bottom: 20px;
|
|
@@ -64,12 +70,49 @@
|
|
|
64
70
|
.card-header {
|
|
65
71
|
color: #ba3925;
|
|
66
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
|
+
}
|
|
67
101
|
.large-12.columns {
|
|
68
102
|
position: relative;
|
|
69
103
|
padding-left: 0.9375rem;
|
|
70
104
|
padding-right: 0.9375rem;
|
|
71
|
-
|
|
72
|
-
|
|
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;
|
|
73
116
|
}
|
|
74
117
|
.footer {
|
|
75
118
|
padding-left: 10px;
|
|
@@ -112,7 +155,7 @@
|
|
|
112
155
|
{% endif %}
|
|
113
156
|
{% if jekyll.environment != "master" and jekyll.environment != "development" %}
|
|
114
157
|
<ul class="navbar-nav mr-auto">
|
|
115
|
-
<li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:
|
|
158
|
+
<li class="nav-item"><h1 style="color:#FFFFFF; font-size:1.25rem; font-weight:bold; margin-top:19px;">></h1></li>
|
|
116
159
|
</ul>
|
|
117
160
|
<ul class="navbar-nav mr-auto">
|
|
118
161
|
<li class="nav-item"><h1><a href=".">{{jekyll.environment}}</a></h1></li>
|
|
@@ -124,7 +167,7 @@
|
|
|
124
167
|
|
|
125
168
|
<!-- Main Page Content and Sidebar -->
|
|
126
169
|
{% if site.title != page.title %}
|
|
127
|
-
<h2>{{page.title}}</h2>
|
|
170
|
+
<h2 id="adocTitle">{{page.title}}</h2>
|
|
128
171
|
{% endif %}
|
|
129
172
|
<!-- Main Blog Content -->
|
|
130
173
|
<div class="large-12 columns" role="content">
|
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.
|
|
4
|
+
version: 0.1.8
|
|
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-
|
|
11
|
+
date: 2018-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|