-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from piperhaywood/dev
v2.1.3
- Loading branch information
Showing
13 changed files
with
323 additions
and
498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,39 @@ | ||
@font-face { | ||
font-family: 'IBMPlexMono'; | ||
font-display: swap; | ||
font-family: "IBMPlexMono"; | ||
font-weight: 400; | ||
src: url('fonts/IBMPlexMono-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/IBMPlexMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/IBMPlexMono-Regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('fonts/IBMPlexMono-Regular.woff') format('woff'), /* Pretty Modern Browsers */ | ||
url('fonts/IBMPlexMono-Regular.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
src: url("fonts/IBMPlexMono-Regular.eot"); /* IE9 Compat Modes */ | ||
src: url("fonts/IBMPlexMono-Regular.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("fonts/IBMPlexMono-Regular.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("fonts/IBMPlexMono-Regular.woff") | ||
format("woff"), | ||
/* Pretty Modern Browsers */ url("fonts/IBMPlexMono-Regular.ttf") | ||
format("truetype"); /* Safari, Android, iOS */ | ||
} | ||
|
||
@font-face { | ||
font-family: 'IBMPlexMono'; | ||
font-display: swap; | ||
font-family: "IBMPlexMono"; | ||
font-weight: 700; | ||
src: url('fonts/IBMPlexMono-Bold.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/IBMPlexMono-Bold.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('fonts/IBMPlexMono-Bold.woff') format('woff'), /* Pretty Modern Browsers */ | ||
url('fonts/IBMPlexMono-Bold.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
src: url("fonts/IBMPlexMono-Bold.eot"); /* IE9 Compat Modes */ | ||
src: url("fonts/IBMPlexMono-Bold.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("fonts/IBMPlexMono-Bold.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("fonts/IBMPlexMono-Bold.woff") | ||
format("woff"), | ||
/* Pretty Modern Browsers */ url("fonts/IBMPlexMono-Bold.ttf") | ||
format("truetype"); /* Safari, Android, iOS */ | ||
} | ||
|
||
@font-face { | ||
font-family: 'IBMPlexMono'; | ||
font-display: swap; | ||
font-family: "IBMPlexMono"; | ||
font-weight: 400; | ||
font-style: italic; | ||
src: url('fonts/IBMPlexMono-Italic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/IBMPlexMono-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/IBMPlexMono-Italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('fonts/IBMPlexMono-Italic.woff') format('woff'), /* Pretty Modern Browsers */ | ||
url('fonts/IBMPlexMono-Italic.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
src: url("fonts/IBMPlexMono-Italic.eot"); /* IE9 Compat Modes */ | ||
src: url("fonts/IBMPlexMono-Italic.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("fonts/IBMPlexMono-Italic.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("fonts/IBMPlexMono-Italic.woff") | ||
format("woff"), | ||
/* Pretty Modern Browsers */ url("fonts/IBMPlexMono-Italic.ttf") | ||
format("truetype"); /* Safari, Android, iOS */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
@media print { | ||
@page { | ||
size: A4; | ||
margin: 0; | ||
} | ||
* { | ||
-webkit-print-color-adjust: exact; | ||
print-color-adjust: exact; | ||
} | ||
html, | ||
body { | ||
font-size: 10px; | ||
background: #ffffff; | ||
overflow: visible; | ||
} | ||
.header { | ||
position: static; | ||
} | ||
.header__breadcrumb { | ||
font-weight: bold; | ||
} | ||
.nav-icon { | ||
display: none; | ||
} | ||
.article { | ||
padding-top: 15mm; | ||
} | ||
.post__footer { | ||
padding-bottom: 15mm; | ||
} | ||
.post__time { | ||
margin-bottom: 1.5rem; | ||
} | ||
.post__time .has-bg { | ||
background: #ffffff; | ||
color: #000000; | ||
height: auto; | ||
padding: 0; | ||
} | ||
.post__header, | ||
.prose, | ||
.prose h1, | ||
.prose h2, | ||
.prose h3, | ||
.prose h4, | ||
.prose h5 .prose h6 { | ||
break-after: avoid-page; | ||
} | ||
.prose img:not(.emoji) { | ||
height: auto !important; | ||
max-height: 5cm; | ||
max-width: 5cm; | ||
width: auto !important; | ||
} | ||
.prose .thumbs img { | ||
max-width: 100%; | ||
} | ||
.prose img.alignleft, | ||
.prose p .alignleft { | ||
margin-left: 0; | ||
padding-left: 0; | ||
} | ||
.prose img.alignright, | ||
.prose p .alignright { | ||
margin-right: 0; | ||
padding-right: 0; | ||
} | ||
.article .prose blockquote, | ||
.rainbow .article .prose blockquote { | ||
border: 0.25mm solid #000000; | ||
} | ||
.prose hr { | ||
height: 0.25mm; | ||
} | ||
.prose hr, | ||
.rainbow .prose hr { | ||
background-color: #000000; | ||
color: #000000; | ||
} | ||
.rainbow .post__author a:active, | ||
.rainbow .post__author a:focus, | ||
.rainbow .post__author a:hover, | ||
.rainbow .post__tag a:active, | ||
.rainbow .post__tag a:focus, | ||
.rainbow .post__tag a:hover, | ||
.rainbow .prose a, | ||
.rainbow .prose del, | ||
.rainbow .prose ins, | ||
.rainbow .prose s, | ||
.rainbow .prose strike, | ||
.rainbow .termindex a:active, | ||
.rainbow .termindex a:focus, | ||
.rainbow .termindex a:hover { | ||
text-decoration-color: #000000; | ||
} | ||
.termindex { | ||
margin-left: auto; | ||
margin-right: auto; | ||
max-width: 40rem; | ||
} | ||
.post-index__post-item { | ||
border-top: 0.25mm solid #000000; | ||
} | ||
.post-index__post-item:last-child { | ||
border-bottom: 0.25mm solid #000000; | ||
} | ||
.post-item__link { | ||
background: #ffffff; | ||
color: #000000; | ||
height: 32px; | ||
padding: 0; | ||
} | ||
.post-item__image { | ||
mix-blend-mode: normal; | ||
} | ||
.post-item__image { | ||
height: 24px; | ||
} | ||
.pagination .post-index, | ||
.rpbt_shortcode .post-index { | ||
padding-bottom: 0; | ||
} | ||
.pagination { | ||
margin-bottom: 1cm; | ||
padding-top: 1cm; | ||
} | ||
.infinite-loading, | ||
.infinite-end { | ||
display: none !important; | ||
} | ||
.pagination { | ||
display: block !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.