Andley_BG4e/assets/css/style.scss

36 lines
661 B
SCSS
Raw Normal View History

2021-09-11 22:59:13 +00:00
---
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
2021-09-13 01:06:26 +00:00
font-size: 16px ; /<em> 12pt 字體大小</em>/
2021-09-11 22:59:13 +00:00
line-height: 15px ;
padding-bottom: 10px ;
2021-09-11 23:47:52 +00:00
font-family: 'SBL BibLit', 'Times New Roman', serif;
2021-09-11 22:59:13 +00:00
}
rt {
2021-09-13 01:06:26 +00:00
font-size: 13px ; /<em> 10pt 字體大小</em>/
2021-09-11 22:59:13 +00:00
line-height: 13px ;
2021-09-11 23:47:52 +00:00
font-family: 'Arial Narrow', sans-serif;
2021-09-11 22:59:13 +00:00
}
ul ruby {
padding-bottom: 3px !important;
2021-09-11 23:47:52 +00:00
}
2021-09-12 02:25:17 +00:00
h1 {
color: #C00000;
text-align: center;
border-bottom: 4px double ;
}
h2 {
text-align: center;
}
2021-09-11 23:47:52 +00:00
strong {
2021-09-11 23:59:43 +00:00
color: red;
2021-09-11 23:47:52 +00:00
}
em {
2021-09-11 23:59:43 +00:00
color: blue;
2021-09-12 10:16:21 +00:00
}