2021-09-11 22:59:13 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
2022-11-10 09:42:01 +00:00
|
|
|
|
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 ;
|
2022-02-02 01:25:22 +00:00
|
|
|
line-height: 16px ;
|
2021-09-11 22:59:13 +00:00
|
|
|
padding-bottom: 10px ;
|
|
|
|
}
|
|
|
|
rt {
|
2021-09-13 01:37:31 +00:00
|
|
|
font-size: 13px ;
|
2022-02-02 01:25:22 +00:00
|
|
|
line-height: 13px ;
|
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;
|
2022-11-10 09:42:01 +00:00
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
h3, h4, h5, h6 {
|
|
|
|
color:black;
|
2021-09-12 02:25:17 +00:00
|
|
|
}
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-05-22 13:50:44 +00:00
|
|
|
ruby strong {
|
2021-09-11 23:59:43 +00:00
|
|
|
color: red;
|
2022-11-10 09:42:01 +00:00
|
|
|
font-weight:700;
|
2021-09-11 23:47:52 +00:00
|
|
|
}
|
2022-05-22 13:50:44 +00:00
|
|
|
ruby em {
|
2021-09-11 23:59:43 +00:00
|
|
|
color: blue;
|
2022-11-10 09:42:01 +00:00
|
|
|
font-weight:700;
|
2021-09-12 10:16:21 +00:00
|
|
|
}
|
2021-12-19 10:35:42 +00:00
|
|
|
|
2022-11-10 09:42:01 +00:00
|
|
|
p, html, body, ruby, rt, ul, ol {
|
2022-11-10 08:15:50 +00:00
|
|
|
font-family: 'Tinos', 'Noto Sans TC';
|
2022-11-10 07:37:46 +00:00
|
|
|
color: black;
|
2022-05-18 11:36:06 +00:00
|
|
|
}
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-11-10 10:10:05 +00:00
|
|
|
ul, ol, dl {
|
|
|
|
margin-bottom: 0px;
|
2022-11-10 09:50:48 +00:00
|
|
|
}
|
2022-05-18 11:36:06 +00:00
|
|
|
|
2022-11-10 10:15:33 +00:00
|
|
|
ul{
|
2022-11-10 10:21:27 +00:00
|
|
|
list-style-image:url('./bullet.png');
|
2022-11-10 10:15:33 +00:00
|
|
|
}
|
2022-11-10 10:32:23 +00:00
|
|
|
|
|
|
|
ul li::marker {
|
|
|
|
content: '• ';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
ul li::marker {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
}
|
2022-05-18 11:46:22 +00:00
|
|
|
section {
|
2022-11-02 08:42:23 +00:00
|
|
|
width: 700px;
|
|
|
|
}
|
2022-05-18 12:00:37 +00:00
|
|
|
|
|
|
|
section.footnotes {
|
2022-11-02 08:42:23 +00:00
|
|
|
width: 90%;
|
2022-05-18 12:00:37 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2022-11-04 22:28:35 +00:00
|
|
|
th {
|
|
|
|
border-bottom: 4px double;
|
|
|
|
border-top: 2px solid;
|
|
|
|
border-right: 2px solid;
|
|
|
|
border-left: 2px solid;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
2021-12-19 11:07:41 +00:00
|
|
|
|
2022-11-04 22:45:45 +00:00
|
|
|
td {
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
|
2021-12-20 11:34:39 +00:00
|
|
|
/* text decoration for marking syntax functions */
|
2022-02-02 01:35:40 +00:00
|
|
|
.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; }
|