Andley_BG4e/assets/css/style.scss

92 lines
1.5 KiB
SCSS
Raw Normal View History

2021-09-11 22:59:13 +00:00
---
---
@import "{{ site.theme }}";
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 ;
}
rt {
2021-09-13 01:37:31 +00:00
font-size: 13px ;
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;
color:black;
}
h3, h4, h5, h6 {
color:black;
2021-09-12 02:25:17 +00:00
}
ruby strong {
2021-09-11 23:59:43 +00:00
color: red;
font-weight:700;
2021-09-11 23:47:52 +00:00
}
ruby em {
2021-09-11 23:59:43 +00:00
color: blue;
font-weight:700;
2021-09-12 10:16:21 +00:00
}
p, html, body, ruby, rt, ul, ol {
font-family: 'Tinos', 'Noto Sans TC';
color: black;
}
ul, ol, dl {
margin-bottom: 0px;
}
ul{
list-style-image:url('./bullet.png');
}
ul li::marker {
content: '';
}
nav {
ul li::marker {
content: none;
}
}
section {
width: 700px;
}
section.footnotes {
width: 90%;
margin-top: 30px;
}
th {
border-bottom: 4px double;
border-top: 2px solid;
border-right: 2px solid;
border-left: 2px solid;
font-weight: 800;
}
td {
border: 1px solid;
}
/* text decoration for marking syntax functions */
.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; }