2021-09-11 22:59:13 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
body {
|
2023-01-13 01:42:58 +00:00
|
|
|
font-family: 'Gentium Book Plus', 'Noto Sans TC';
|
2022-12-20 01:19:46 +00:00
|
|
|
color: black;
|
2021-09-11 23:47:52 +00:00
|
|
|
}
|
2022-12-20 01:19:46 +00:00
|
|
|
|
2021-09-12 02:25:17 +00:00
|
|
|
h1 {
|
|
|
|
color: #C00000;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 4px double ;
|
|
|
|
}
|
2022-12-20 01:19:46 +00:00
|
|
|
|
2021-09-12 02:25:17 +00:00
|
|
|
h2 {
|
|
|
|
text-align: center;
|
2022-11-10 09:42:01 +00:00
|
|
|
}
|
2022-12-20 01:19:46 +00:00
|
|
|
|
|
|
|
h2, h3, h4, h5, h6 {
|
2022-11-10 22:11:20 +00:00
|
|
|
margin-top: 10px;
|
2022-12-20 01:19:46 +00:00
|
|
|
color:black;
|
2021-09-12 02:25:17 +00:00
|
|
|
}
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
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-12-20 01:19:46 +00:00
|
|
|
|
|
|
|
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-12-20 01:19:46 +00:00
|
|
|
ul {
|
|
|
|
margin-bottom: 0em;
|
2022-05-18 11:36:06 +00:00
|
|
|
}
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
ruby {
|
|
|
|
line-height: 3.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* page layout */
|
|
|
|
header {
|
|
|
|
padding: 20px 20px 5px 20px;
|
|
|
|
}
|
2022-11-10 10:39:48 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
section {
|
|
|
|
margin-top: 100px;
|
|
|
|
padding-top:20px;
|
|
|
|
}
|
2022-11-10 10:32:23 +00:00
|
|
|
|
|
|
|
ul li::marker {
|
2022-12-20 01:19:46 +00:00
|
|
|
content: '• ';
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
ul li::marker {
|
|
|
|
content: none;
|
|
|
|
}
|
2022-11-10 10:32:23 +00:00
|
|
|
}
|
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-11 03:07:29 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
/* table */
|
2022-11-11 03:07:29 +00:00
|
|
|
table {
|
2022-12-20 01:19:46 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-11-11 03:07:29 +00:00
|
|
|
}
|
2022-12-20 01:19:46 +00:00
|
|
|
|
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;
|
2022-12-20 01:19:46 +00:00
|
|
|
border-color: black;
|
2022-11-04 22:28:35 +00:00
|
|
|
}
|
2022-11-04 22:45:45 +00:00
|
|
|
td {
|
|
|
|
border: 1px solid;
|
2022-12-20 01:19:46 +00:00
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
td:first-child {
|
|
|
|
border-left: 1px solid;
|
2022-11-04 22:45:45 +00:00
|
|
|
}
|
|
|
|
|
2022-12-20 02:38:09 +00:00
|
|
|
/* offset footnote jumping */
|
2023-01-13 01:42:58 +00:00
|
|
|
|
|
|
|
:target {
|
|
|
|
padding-top: 65px;
|
|
|
|
margin-top: -65px;
|
|
|
|
}
|
2022-12-20 02:38:09 +00:00
|
|
|
|
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; }
|
2022-11-11 03:46:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* BULLET POINT RELATIONSHIP LINES */
|
2022-11-11 03:53:01 +00:00
|
|
|
ul ul { position: relative; }
|
|
|
|
ul ul::before {
|
|
|
|
content:'';
|
2022-11-13 21:26:41 +00:00
|
|
|
border-left: 1px solid grey ;
|
2022-11-11 03:53:01 +00:00
|
|
|
position: absolute;
|
2022-11-11 03:46:32 +00:00
|
|
|
}
|
2022-12-05 09:09:45 +00:00
|
|
|
ul ul::before { left: -7px; top: 0; bottom: 0;
|
2022-12-20 01:19:46 +00:00
|
|
|
}
|