Skip to content

Commit 1590191

Browse files
Add missing files from previous rerender.
1 parent d861bdd commit 1590191

File tree

30 files changed

+6014
-0
lines changed

30 files changed

+6014
-0
lines changed

Diff for: assets/css/baguetteBox.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/css/bootblog.css

+225
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
/* stylelint-disable selector-list-comma-newline-after */
2+
3+
.blog-header {
4+
line-height: 1;
5+
border-bottom: 1px solid #e5e5e5;
6+
}
7+
8+
.blog-header-logo {
9+
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
10+
font-size: 2.25rem;
11+
}
12+
13+
.blog-header-logo:hover {
14+
text-decoration: none;
15+
}
16+
17+
h1, h2, h3, h4, h5, h6 {
18+
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
19+
}
20+
21+
.display-4 {
22+
font-size: 2.5rem;
23+
}
24+
@media (min-width: 768px) {
25+
.display-4 {
26+
font-size: 3rem;
27+
}
28+
}
29+
30+
.nav-scroller {
31+
position: relative;
32+
z-index: 2;
33+
height: 2.75rem;
34+
overflow-y: hidden;
35+
}
36+
37+
.nav-scroller .nav {
38+
display: -webkit-box;
39+
display: -ms-flexbox;
40+
display: flex;
41+
-ms-flex-wrap: nowrap;
42+
flex-wrap: nowrap;
43+
padding-bottom: 1rem;
44+
margin-top: -1px;
45+
overflow-x: auto;
46+
text-align: center;
47+
white-space: nowrap;
48+
-webkit-overflow-scrolling: touch;
49+
}
50+
51+
.nav-scroller .nav-link {
52+
padding-top: .75rem;
53+
padding-bottom: .75rem;
54+
font-size: .875rem;
55+
}
56+
57+
.card-img-right {
58+
height: 100%;
59+
border-radius: 0 3px 3px 0;
60+
}
61+
62+
.flex-auto {
63+
-ms-flex: 0 0 auto;
64+
-webkit-box-flex: 0;
65+
flex: 0 0 auto;
66+
}
67+
68+
.h-150 { height: 150px; }
69+
@media (min-width: 768px) {
70+
.h-md-150 { height: 150px; }
71+
}
72+
73+
.h-250 { height: 250px; }
74+
@media (min-width: 768px) {
75+
.h-md-250 { height: 250px; }
76+
}
77+
78+
.border-top { border-top: 1px solid #e5e5e5; }
79+
.border-bottom { border-bottom: 1px solid #e5e5e5; }
80+
81+
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
82+
83+
/*
84+
* Blog name and description
85+
*/
86+
.blog-title {
87+
margin-bottom: 0;
88+
font-size: 2rem;
89+
font-weight: 400;
90+
}
91+
.blog-description {
92+
font-size: 1.1rem;
93+
color: #999;
94+
}
95+
96+
@media (min-width: 40em) {
97+
.blog-title {
98+
font-size: 3.5rem;
99+
}
100+
}
101+
102+
/* Pagination */
103+
.blog-pagination {
104+
margin-bottom: 4rem;
105+
}
106+
.blog-pagination > .btn {
107+
border-radius: 2rem;
108+
}
109+
110+
/*
111+
* Blog posts
112+
*/
113+
article {
114+
margin-bottom: 4rem;
115+
}
116+
article:last-child {
117+
margin-bottom: 0;
118+
}
119+
.entry-title {
120+
margin-bottom: .25rem;
121+
font-size: 2.5rem;
122+
}
123+
article .metadata {
124+
margin-bottom: 1.25rem;
125+
color: #999;
126+
}
127+
128+
/*
129+
* Footer
130+
*/
131+
.blog-footer {
132+
padding: 2.5rem 0;
133+
color: #999;
134+
text-align: center;
135+
background-color: #f9f9f9;
136+
border-top: .05rem solid #e5e5e5;
137+
}
138+
.blog-footer p:last-child {
139+
margin-bottom: 0;
140+
}
141+
142+
@media (min-width: 576px) {
143+
.nbb-navbar-toggler {
144+
display: none;
145+
}
146+
147+
.nbb-header {
148+
-webkit-box-pack: justify!important;
149+
-ms-flex-pack: justify!important;
150+
justify-content: space-between!important;
151+
}
152+
}
153+
154+
/* Various fixes that make this theme look better for Nikola's needs */
155+
.navbar-brand {
156+
padding: 0;
157+
white-space: initial;
158+
}
159+
160+
.bootblog4-featured-large-image {
161+
height: 100%;
162+
border-top-right-radius: .25rem!important;
163+
border-bottom-right-radius: .25rem!important;
164+
}
165+
166+
.bootblog4-featured-jumbotron-row {
167+
margin-left: 0;
168+
margin-right: 0;
169+
}
170+
171+
.bootblog4-right-nav {
172+
flex-direction: row;
173+
}
174+
175+
.bootblog4-right-nav .nav-link {
176+
padding-right: .5rem;
177+
padding-left: .5rem;
178+
}
179+
180+
.bootblog4-featured-text {
181+
overflow: auto;
182+
}
183+
/* extend the mobile appearance to `sm`, because otherwise weird things happen */
184+
@media (min-width: 576px) {
185+
.nbb-navbar-toggler {
186+
display: block;
187+
}
188+
}
189+
190+
@media (max-width: 767px) {
191+
.bootblog4-right-nav {
192+
margin-top: 1rem;
193+
}
194+
195+
.bootblog4-search-form-holder {
196+
position: absolute;
197+
top: 2.75rem;
198+
}
199+
200+
.bootblog4-search-form-holder input.form-control {
201+
width: 6rem;
202+
}
203+
204+
.bootblog4-brand {
205+
text-align: left;
206+
}
207+
}
208+
209+
@media (min-width: 768px) {
210+
.nbb-navbar-toggler {
211+
display: none;
212+
}
213+
214+
.flex-collapse {
215+
display: flex !important;
216+
}
217+
218+
.bootblog4-search-form-holder {
219+
display: block !important;
220+
}
221+
222+
.bootblog4-brand {
223+
text-align: center;
224+
}
225+
}

Diff for: assets/css/html4css1.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import url("rst_base.css");

Diff for: assets/css/nikola_rst.css

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
div.admonition, div.attention, div.caution, div.danger, div.error,
2+
div.hint, div.important, div.note, div.tip, div.warning, div.sidebar,
3+
div.system-message {
4+
/* stolen from Boostrap 4 (.card) */
5+
margin-bottom: 2rem;
6+
position: relative;
7+
display: -webkit-box;
8+
display: -ms-flexbox;
9+
display: flex;
10+
-webkit-box-orient: vertical;
11+
-webkit-box-direction: normal;
12+
-ms-flex-direction: column;
13+
flex-direction: column;
14+
min-width: 0;
15+
word-wrap: break-word;
16+
background-color: #fff;
17+
color: #212529;
18+
background-clip: border-box;
19+
border: 1px solid rgba(0,0,0,.125);
20+
border-radius: .25rem;
21+
padding: 0;
22+
}
23+
24+
div.attention, div.caution, div.danger, div.error, div.warning {
25+
/* stolen from Boostrap 3 (.border-danger) */
26+
border-color: #dc3545!important;
27+
}
28+
29+
div.admonition p, div.hint p,
30+
div.important p, div.note p,
31+
div.tip p, div.sidebar p,
32+
div.attention p, div.caution p,
33+
div.danger p, div.error p,
34+
div.warning p, div.system-message p {
35+
padding-left: 1rem;
36+
padding-right: 1rem;
37+
}
38+
39+
div.admonition p.admonition-title, div.hint p.admonition-title,
40+
div.important p.admonition-title, div.note p.admonition-title,
41+
div.tip p.admonition-title, div.sidebar p.sidebar-title,
42+
div.attention p.admonition-title, div.caution p.admonition-title,
43+
div.danger p.admonition-title, div.error p.admonition-title,
44+
div.warning p.admonition-title, div.system-message p.system-message-title {
45+
/* stolen from Boostrap 4 (.card .card-header) */
46+
font-weight: 400;
47+
font-size: 1.25rem;
48+
padding: .75rem 1.25rem;
49+
margin-bottom: 1rem;
50+
background-color: rgba(0,0,0,.03);
51+
border-bottom: 1px solid rgba(0,0,0,.125);
52+
}
53+
54+
div.attention p.admonition-title, div.caution p.admonition-title,
55+
div.danger p.admonition-title, div.error p.admonition-title,
56+
div.warning p.admonition-title, div.system-message p.system-message-title {
57+
/* stolen from Boostrap 4 (.card .card-header .bg-danger) */
58+
background-color: #dc3545;
59+
color: white;
60+
}
61+
62+
div.sidebar {
63+
margin-right: 0;
64+
}
65+
66+
/* Improved margin overrides */
67+
div.topic,
68+
pre.literal-block,
69+
pre.doctest-block,
70+
pre.math,
71+
pre.code,
72+
div.code {
73+
margin-left: 1rem;
74+
margin-right: 1rem;
75+
}
76+
77+
div.code {
78+
margin-bottom: 1rem;
79+
}

0 commit comments

Comments
 (0)