Skip to content

Commit 774a072

Browse files
committed
Release v1.7.0
1 parent e91138b commit 774a072

26 files changed

+68
-68
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ KISS!
1515
Load from the [jsdelivr.com CDN](https://www.jsdelivr.com/package/npm/web-ignition):
1616
```html
1717
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/dna-engine.css>
18-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
18+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
1919
...
2020
<script src=https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js></script>
2121
<script src=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/dna-engine.min.js></script>
22-
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/lib-x.min.js></script>
22+
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/lib-x.min.js></script>
2323
```
2424

2525
## Specifications

dist/blogger-tweaks.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layouts/block-duo.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Block Duo layout -- Two big columns followed by a single footer
55
Usage:
66
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/dna-engine.css>
77
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/panel-nav.css>
8-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
9-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/block-duo.css>
8+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
9+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/block-duo.css>
1010
<style>
1111
main >section:nth-child(1) { color: white; background-color: steelblue; }
1212
main >section:nth-child(2) { color: gainsboro; background-color: black; }

dist/layouts/color-blocks.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Blocks layout -- Two columns of colorful blocks
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/color-blocks.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/color-blocks.css>
88
<style>
99
main >div:nth-child(1) >section:nth-child(3n+1) { border-color: rosybrown; }
1010
main >div:nth-child(1) >section:nth-child(3n+1) h2 { background-color: rosybrown; }
@@ -135,7 +135,7 @@ body >footer a:hover {
135135
outline: none;
136136
}
137137
/* Mobile devices */
138-
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE(2020) landscape and anything narrower */
138+
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower */
139139
body >header { text-align: center; }
140140
body >header >aside { float: none; margin: 0px; }
141141
body >header.forkable >aside { text-align: left; }

dist/layouts/color-slide.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Slide layout -- Top to botttom color transition
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/color-slide.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/color-slide.css>
88
<style>
99
html { background: linear-gradient(to bottom, gold, black); }
1010
</style>

dist/layouts/letterbox.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/letterbox.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/letterbox.css>
88
<style>
99
html { background-image: url(background.jpg); }
1010
</style>
@@ -83,7 +83,7 @@ main >cite {
8383
opacity: 0.6;
8484
}
8585
/* Mobile devices */
86-
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE(2020) landscape and anything narrower */
86+
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower */
8787
main >section+section { padding: 10px; }
8888
}
8989
/******************************************************************************/

dist/layouts/modern.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Modern layout -- Clean blog post page
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/modern.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/modern.css>
88
HTML (<body>):
99
header
1010
figure
@@ -172,7 +172,7 @@ body >footer >div >address >p >span >a {
172172
body >footer >small {
173173
color: silver;
174174
}
175-
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE(2020) landscape and anything narrower */
175+
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower */
176176
body >header { padding-top: 40px; }
177177
body >header >h2 { font-size: 1.2rem; }
178178
body >header >nav >a { margin: 0px 0px 5px 0px; }

dist/layouts/neon.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Neon layout -- For hackers and space junkies
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/neon.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/neon.css>
88
...
9-
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/neon.min.js></script>
9+
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/neon.min.js></script>
1010
HTML (<body>):
1111
header
1212
h1, h2, h3, h4
@@ -36,7 +36,7 @@ body.neon-image-6 { background-image: url(neon/supernova-nasagov.jpg); }
3636
body.neon-image-7 { background-image: url(neon/supernova-shock-lblgov.jpg); }
3737
body.neon-image-8 { background-image: url(neon/wind-tunnel-nasagov.jpg); }
3838
body {
39-
max-width: 750px;
39+
max-width: 850px;
4040
color: lime;
4141
background: black 20px 20px no-repeat fixed;
4242
background-size: 200px;
@@ -166,7 +166,7 @@ body >footer p {
166166
}
167167

168168
/* Mobile devices */
169-
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE(2020) landscape and anything narrower */
169+
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower */
170170
main >section >h2 + aside,
171171
main >section >h3 + aside {
172172
margin-top: 10px;

dist/layouts/neon.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License
1+
//! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
22
const numNeonImages=8;$("body").addClass("neon-image-"+(Date.now()%numNeonImages+1));

dist/layouts/vertical-bars.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v1.7.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Vertical Bars layout -- traditional boring old-school webpage
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/vertical-bars.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/reset.min.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.7/dist/layouts/vertical-bars.css>
88
<style>
99
html { background-color: dimgray; }
1010
body { color: whitesmoke; background-color: black; border-color: firebrick; }
@@ -67,7 +67,7 @@ body >footer #social-buttons {
6767
}
6868

6969
/* Mobile devices */
70-
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE(2020) landscape and anything narrower */
70+
@media (max-width: 667px) { /* selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower */
7171
body { border: none; padding: 5px 15px; }
7272
body >header h1 { font-size: 1.7rem; }
7373
}

0 commit comments

Comments
 (0)