Andley_BG4e/assets/css/style.scss

82 lines
1.7 KiB
SCSS
Raw Normal View History

2021-09-11 22:59:13 +00:00
---
---
@import "{{ site.theme }}";
/* ============= 設定字型 ================== */
@font-face {
font-family: AndleyFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Noto Sans");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("Noto Sans CJK TC");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Arial Narrow");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("微軟正黑體");
}
2021-09-11 22:59:13 +00:00
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
2021-09-13 01:37:31 +00:00
font-size: 16px ;
line-height: 16px ;
2021-09-11 22:59:13 +00:00
padding-bottom: 10px ;
font-family: "AndleyFont", serif;
2021-09-11 22:59:13 +00:00
}
rt {
2021-09-13 01:37:31 +00:00
font-size: 13px ;
2021-09-11 22:59:13 +00:00
line-height: 13px ;
font-family: "InterlinearFont", 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;
}
ruby strong {
2021-09-11 23:59:43 +00:00
color: red;
2021-09-11 23:47:52 +00:00
}
ruby em {
2021-09-11 23:59:43 +00:00
color: blue;
font-weight:600;
2021-09-12 10:16:21 +00:00
}