From 5a7fe31a4bdeacaefe6b62fcc4202aa176139133 Mon Sep 17 00:00:00 2001 From: Camilo G Date: Fri, 24 Jun 2022 01:57:53 +0200 Subject: [PATCH] print button --- .DS_Store | Bin 6148 -> 8196 bytes index.html | 8 ++++---- main.js | 2 +- pagedjs/interface.css | 2 +- style-print.css | 7 +++++-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.DS_Store b/.DS_Store index d936b9de021dd35e2a1679cdbc9f06f8fc3be71a..309951c6cfb77cfe65979022580468f2de0ec7ef 100644 GIT binary patch literal 8196 zcmeHML2lDP6#dh*)JdtD1y#HB28l(9nnmKr5gX&rCs9|ZORa!b;H&~1yBDZR724i+Q}O$C^j!HNlcW`> zHpA-UY^&$3f#>>O2fch?FOo$b_2>z?6Y(BR?lk>B)R9bVe;rf z&vX1y!ykH1D93534#OxK#e?$ZczkVdZ_BLh)FxZzc(=N8BLi|}YfV35QiaMlA%SOEM?-K5@PIofQ zgZZ|K*wK{5cA$6@D4a+c*v*`?&&W@caq zNm~b4PY3IBSevvp-;FR5x~xFOA;#y?`A&M$4b3!5yx}+5uUY@AL*|I&cB-u-zaL-& zPEw9#-)}bKlWKew-<+uS=_V+-*3NHO2i=YRj7XDDr>70?R&qY8+{W~zrnG@Sh6-o*U8IA*GI1W7hhau`FOqo-UajFn4NPql8fJbKE*YAHRzAnzK G0zU!$Exd97 delta 149 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{MGpJ516gFoBGME{R81xtn%7TmXa`N-ifg&JL z1_mZD3E=@n1Q-zV8w;ngPi){{%+A3f$P7^?zzw8bfmn58;dkcA{4$D+jFU}ew0VHW Pfb0Z0gJE+#&m3j|0^Suf diff --git a/index.html b/index.html index c659239..172b241 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@

Living Glossary for a Diffractive Publishing Practice

- +
@@ -27,9 +27,9 @@

Please check the source pad and read the instructions if you want to contribute by adding new words, annotations, or properties.

-
+
diff --git a/main.js b/main.js index 423b4cc..7a4b5ba 100644 --- a/main.js +++ b/main.js @@ -54,7 +54,7 @@ fetch("glossary.json").then(response => response.json()).then(data => glossary = } document.getElementById("words").innerHTML = `${words_bag.map(wordBag).join("")}` - document.getElementById("legend").innerHTML = ` ${properties_bag.map(propBag).join("")}` + document.getElementById("legend").innerHTML = ` ${properties_bag.map(propBag).join("")}` }); ///// END OF FETCH!!!!!! diff --git a/pagedjs/interface.css b/pagedjs/interface.css index 198091e..a114c7f 100755 --- a/pagedjs/interface.css +++ b/pagedjs/interface.css @@ -2,7 +2,7 @@ /* Change the look */ :root { - --color-background: rgb(70, 119, 255); + --color-background: rgb(255, 219, 224); --color-pageSheet: #cfcfcf; --color-pageBox: violet; --color-paper: white; diff --git a/style-print.css b/style-print.css index 74a20b6..edd8db4 100644 --- a/style-print.css +++ b/style-print.css @@ -111,6 +111,8 @@ button { } #intro{ + column-count: 1; + column-gap: none; width: 100%; padding: 0; margin: 0; @@ -179,7 +181,7 @@ button { #properties{ font-family: Fluxisch; - font-size: 15pt !important; + font-size: 10pt !important; } #words{ @@ -395,4 +397,5 @@ a { .process { page: language; text-shadow: none; -} \ No newline at end of file +} +