From 94bc0577ca6bb83f4962592594b53434f5509f99 Mon Sep 17 00:00:00 2001 From: Andley Chang Date: Mon, 31 Oct 2022 06:17:37 +0800 Subject: [PATCH] vault backup: 2022-10-31 06:17:37 Affected files: assets/css/style.scss --- assets/css/style.scss | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 assets/css/style.scss diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..0d516d1 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,55 @@ +-- +--- + +@import "{{ site.theme }}"; +ruby { + display: inline-flex; + flex-direction: column-reverse ; + align-items: center; + font-size: 16px ; + line-height: 16px ; + padding-bottom: 10px ; + font-family: 'EB Garamond', 'Noto Sans TC', serif; + } + rt { + font-size: 13px ; + line-height: 13px ; + font-family: 'Ubuntu Condensed', 'Noto Sans TC', sans-serif; + } + ul ruby { + padding-bottom: 3px !important; + } + h1 { + color: #C00000; + text-align: center; + border-bottom: 4px double ; + } + h2 { + text-align: center; + } + ruby strong { + color: red; + } + ruby em { + color: blue; + } + + p, html, body { + font-family: 'EB Garamond','Noto Sans', 'Noto Sans TC', sans-serif; + } + + section { + width: 85%; + } + + section.footnotes { + /*width: 85%;*/ + margin-top: 30px; + } + + + /* text decoration for marking syntax functions */ +.S {text-decoration: underline double; text-underline-offset: 4px; } +.P {text-decoration: underline wavy; text-underline-offset: 4px; } +.C {text-decoration: underline solid; text-underline-offset: 4px; } +.A {text-decoration: underline dotted; text-underline-offset: 4px; } \ No newline at end of file