2021-09-11 22:59:13 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
2024-01-31 01:58:33 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&family=Noto+Sans+TC&display=swap');
|
2022-11-10 09:42:01 +00:00
|
|
|
|
2022-12-20 01:19:46 +00:00
|
|
|
body {
|
2024-07-10 11:21:42 +00:00
|
|
|
font-family: 'Gentium Book Plus', 'Noto Sans TC', 'Noto Sans SC';
|
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
|
|
|
|
2023-07-17 08:25:18 +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
|
|
|
|
2023-07-17 08:25:18 +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 {
|
2023-10-30 07:39:44 +00:00
|
|
|
font-size: 16px;
|
2023-07-17 11:27:00 +00:00
|
|
|
line-height: 4.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul ruby {
|
|
|
|
line-height: 2.5em;
|
2022-12-20 01:19:46 +00:00
|
|
|
}
|
|
|
|
|
2023-07-17 08:25:18 +00:00
|
|
|
rt {
|
2023-10-30 07:59:15 +00:00
|
|
|
text-align: center;
|
2023-10-30 07:39:44 +00:00
|
|
|
font-size:13px;
|
2023-07-17 08:25:18 +00:00
|
|
|
padding: 0 2px;
|
|
|
|
}
|
2022-12-20 01:19:46 +00:00
|
|
|
/* 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
|
|
|
}
|
|
|
|
|
2023-01-13 01:51:49 +00:00
|
|
|
/* offset anchor tag link */
|
2023-01-13 01:42:58 +00:00
|
|
|
|
|
|
|
:target {
|
2023-01-14 21:49:39 +00:00
|
|
|
padding-top: 115px;
|
|
|
|
margin-top: -115px;
|
2023-01-13 01:42:58 +00:00
|
|
|
}
|
2022-12-20 02:38:09 +00:00
|
|
|
|
2021-12-20 11:34:39 +00:00
|
|
|
/* text decoration for marking syntax functions */
|
2023-07-29 22:07:51 +00:00
|
|
|
mark {
|
|
|
|
&.pm {background: none;font-weight:900; }
|
2024-01-30 02:48:53 +00:00
|
|
|
&.S {background: none; text-decoration: underline double; text-underline-offset: 4px;}
|
|
|
|
&.P {background: none; text-decoration: underline wavy; text-underline-offset: 4px;}
|
|
|
|
&.C {background: none; text-decoration: underline solid; text-underline-offset: 4px;}
|
|
|
|
&.A {background: none; text-decoration: underline dotted; text-underline-offset: 4px;}
|
2023-07-29 22:07:51 +00:00
|
|
|
&.green {background-color: lightgreen; }
|
|
|
|
&.red {background-color: lightcoral; }
|
|
|
|
&.blue {background-color: skyblue; }
|
|
|
|
&.purple {background-color: purple; }
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2024-01-30 09:36:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*Functional Styling*/
|
|
|
|
@media (pointer: coarse), (hover: none) {
|
|
|
|
[title] {
|
|
|
|
position: relative;
|
|
|
|
display: inline-flex;
|
|
|
|
justify-content: center;
|
2024-01-30 10:34:11 +00:00
|
|
|
|
2024-01-30 09:36:07 +00:00
|
|
|
}
|
|
|
|
[title]:focus::after {
|
|
|
|
content: attr(title);
|
|
|
|
position: absolute;
|
2024-01-30 10:46:33 +00:00
|
|
|
top: 110%;
|
2024-01-30 09:36:07 +00:00
|
|
|
color: #000;
|
2024-01-30 10:46:33 +00:00
|
|
|
background-color: lightgreen;
|
|
|
|
border: 2px solid;
|
2024-01-30 09:36:07 +00:00
|
|
|
width: fit-content;
|
|
|
|
padding: 3px;
|
2024-01-30 10:46:33 +00:00
|
|
|
font-size: 12px;
|
2024-01-30 23:00:08 +00:00
|
|
|
z-index:1;
|
2024-01-30 10:00:54 +00:00
|
|
|
}
|
|
|
|
}
|