diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/css/postcss.config.js b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/css/postcss.config.js
index 3a62dc9..5096b80 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/css/postcss.config.js
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/css/postcss.config.js
@@ -5,9 +5,9 @@ module.exports = {
require('postcss-import')({
path: [themeDir]
}),
- require('autoprefixer')({
- grid: true
- }),
- require('postcss-reporter'),
+ /* require('autoprefixer')({
+ * grid: true
+ * }),
+ * require('postcss-reporter'), */
]
}
diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/assets/css/site.css b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/assets/css/site.css
index 7330f2d..fd98d6c 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/assets/css/site.css
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/assets/css/site.css
@@ -117,12 +117,28 @@ th:not([align]) {
/* Legacy iOS */
}
+@font-face {
+ font-family: "Antinoou";
+ font-style: normal;
+ src: url("../fonts/Antinoou.ttf"),
+ url("../fonts/Antinoou.ttf") format("truetype");
+ unicode-range: U+2C80–U+2CFF, U+0370–U+03FF, U+102E0–U+102FF;
+}
+
+@font-face {
+ font-family: "Antinoou";
+ font-style: italic;
+ src: url("../fonts/AntinoouItalic.ttf"),
+ url("../fonts/AntinoouItalic.ttf") format("truetype");
+ unicode-range: U+2C80–U+2CFF, U+0370–U+03FF, U+102E0–U+102FF;
+}
+
html {
line-height: 1.5;
}
body {
- font-family: "Gentium Plus", serif;
+ font-family: "Gentium Plus", "Antinoou", serif;
max-width: 1024px;
font-size: 1.4rem;
padding-left: 3rem;
@@ -131,6 +147,10 @@ body {
color: black;
}
+#preview {
+ display: none;
+}
+
sup,
sub {
vertical-align: baseline;
@@ -735,63 +755,3 @@ details {
display: none;
}
}
-
-@media print {
- @page {
- size: 156mm 234mm;
- marks: crop cross;
- }
-
- h2 {
- break-before: page;
- }
-
- html {
- font-size: 0.9rem;
- box-sizing: border-box;
- margin: 0 auto;
- padding: 0;
- }
-
- .grid {
- display: inline;
- }
-
- .coretitle {
- margin-top: 3rem;
- margin-bottom: 2rem;
- font-size: 2.2rem;
- }
-
- .leftcolumn {
- display: none;
- }
-
- .has,
- .afterhas {
- font-size: 1.1rem;
- }
-
- .mantle,
- .crust {
- margin-bottom: 0.2em;
- }
-
- .content {
- padding: 0px;
- margin: 0 auto;
- margin-top: 4rem;
- }
-
- .hpar {
- display: none;
- }
-
- .mantletitle {
- font-size: 1.7rem;
- }
-
- .sessiongrid {
- display: none;
- }
-}
diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html
index 470524f..bf81236 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/_default/_markup/render-image.html
@@ -2,49 +2,49 @@
{{ $_ := newScratch }}
{{- range $k, $v := .Page.Site.Data.sandpointsnamegraph -}}
- {{ $_.Add "triads" $k }}
+ {{ $_.Add "triads" $k }}
{{- end -}}
{{- if strings.HasPrefix .Destination "bib:" -}}
- {{- $destination := (substr .Destination 4) -}}
- {{- $c_prefix := .Page.Site.Params.sandpointsCatalogPrefix | default "/library/" -}}
- {{- if index $.Page.Site.Data.books.catalog $destination -}}
- {{- $b := index $.Page.Site.Data.books.catalog $destination -}}
- {{- $bibhref := printf "%sBROWSE_LIBRARY.html#/book/%s" (safeURL ($c_prefix)) $destination }}
- {{ $bibtitle := "" }}
- {{ with $b.title }}
- {{- $bibtitle = printf "%s" $b.title }}
- {{ end }}
- {{ .Page.Scratch.Add "bibs" (slice (slice $bibhref $bibtitle)) }}
- {{- if not $text_link -}}
- {{- delimit $b.authors ", " " & " -}}{{- with $b.pubdate -}}, {{- substr . 0 4}}{{- end -}}.bib⁄‘{{- $b.title -}}’. {{- with $b.publisher -}}{{- . -}}.{{- end -}}
- {{- else -}}
- bib⁄{{- $text_link -}}
- {{- end -}}
+ {{- $destination := (substr .Destination 4) -}}
+ {{- $c_prefix := .Page.Site.Params.sandpointsCatalogPrefix | default "/library/" -}}
+ {{- if index $.Page.Site.Data.books.catalog $destination -}}
+ {{- $b := index $.Page.Site.Data.books.catalog $destination -}}
+ {{- $bibhref := printf "%sBROWSE_LIBRARY.html#/book/%s" (safeURL ($c_prefix)) $destination }}
+ {{ $bibtitle := "" }}
+ {{ with $b.title }}
+ {{- $bibtitle = printf "%s" $b.title }}
+ {{ end }}
+ {{ .Page.Scratch.Add "bibs" (slice (slice $bibhref $bibtitle)) }}
+ {{- if not $text_link -}}
+ {{- delimit $b.authors ", " " & " -}}{{- with $b.pubdate -}}, {{- substr . 0 4}}{{- end -}}.bib⁄‘{{- $b.title -}}’. {{- with $b.publisher -}}{{- . -}}.{{- end -}}
{{- else -}}
- {{- $text_link -}}⦚bib:{{- $destination -}} not found
+ bib⁄{{- $text_link -}}
{{- end -}}
+ {{- else -}}
+ {{- $text_link -}}⦚bib:{{- $destination -}} not found
+ {{- end -}}
{{- else if in ($_.Get "triads") (index (split .Destination ":") 0) -}}
- {{- if $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
- {{- $session := $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
- {{ .Page.Scratch.Add "links" (slice $session) }}
- {{- if not $text_link -}}
- {{- index (split .Destination ":") 0 -}}⁄{{- $session.Title -}}
- {{- else -}}
- {{- index (split .Destination ":") 0 -}}⁄{{- $text_link -}}
- {{- end -}}
+ {{- if $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
+ {{- $session := $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
+ {{ .Page.Scratch.Add "links" (slice $session) }}
+ {{- if not $text_link -}}
+ {{- index (split .Destination ":") 0 -}}⁄{{- $session.Title -}}
{{- else -}}
- {{- $text_link -}}⦚{{- .Destination -}} not found
+ {{- index (split .Destination ":") 0 -}}⁄{{- $text_link -}}
{{- end -}}
+ {{- else -}}
+ {{- $text_link -}}⦚{{- .Destination -}} not found
+ {{- end -}}
{{- else if strings.HasPrefix .Destination "audio:" -}}
- {{- $a_destination := (substr .Destination 6) -}}
- {{- if findRE "^.*static" $a_destination -}}
- {{ .Text }}
- {{- else -}}
- {{ .Text }}
- {{- end -}}
+ {{- $a_destination := (substr .Destination 6) -}}
+ {{- if findRE "^.*static" $a_destination -}}
+ {{ .Text }}
+ {{- else -}}
+ {{ .Text }}
+ {{- end -}}
{{- else if findRE "^.*static" .Destination -}}
-
+
{{- else -}}
-
+
{{- end -}}
diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/partials/singlebody.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/partials/singlebody.html
index 89ac2a5..1bd96be 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/partials/singlebody.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/Dotawo/layouts/partials/singlebody.html
@@ -8,7 +8,9 @@
{{ $currentFile := (printf "/%s" .File) }}
{{ $scratch := $s.Get $currentFile }}
-