vault backup: 2022-10-31 06:17:37

Affected files:
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-10-31 06:17:37 +08:00
parent 21e5c49aff
commit 94bc0577ca
1 changed files with 55 additions and 0 deletions

55
assets/css/style.scss Normal file
View File

@ -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; }