From 1a016bc2b8d7bbdc52f3c41fb17a5ab0ef7b6d0f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 6 Sep 2020 10:54:05 +0200 Subject: report: Add b/w PDF for printouts Might come handy if you need a physical reference card. --- lulua/data/render-svg-print.css | 60 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 lulua/data/render-svg-print.css (limited to 'lulua/data/render-svg-print.css') diff --git a/lulua/data/render-svg-print.css b/lulua/data/render-svg-print.css new file mode 100644 index 0000000..fa897a7 --- /dev/null +++ b/lulua/data/render-svg-print.css @@ -0,0 +1,60 @@ +/* Style for printing with outlines instead of solid color faces */ + +/* inkscape-compatibility, explicitly apply font settings to .label */ +svg, .label { + font-family: "IBM Plex Sans Arabic"; + font-size: 90px; + font-weight: 400; +} +.unused { + opacity: 0.6; +} +.label .layer-1 { +} +.modifier .label .layer-1 { + font-size: 80%; +} +.label .layer-2, .label .layer-3, .label .layer-4 { + font-size: 80%; + font-weight: 100; +} +.label .controlchar { + font-size: 40%; + font-family: sans-serif; +} +.cap rect { + fill: white; + stroke: gray; + stroke-width: 2; +} +.highlight circle { +} +.cap-shadow rect.finger-little, +.cap-shadow rect.finger-ring, +.cap-shadow rect.finger-middle, +.cap-shadow rect.finger-index, +.cap-shadow rect.finger-thumb { + fill: white; +} + +.label { + fill: black; +} +.label.shadow { + fill: white; +} +.controllabel { + stroke: black; + fill: none; +} +.controllabel.shadow { + stroke: white; + fill: none; +} +.marker line { + stroke: gray; +} +.marker line.shadow { + stroke: white; +} + -- cgit v1.2.3