mirror of https://git.door43.org/Andley/BG4e
vault backup: 2022-12-20 09:19:45
Affected files: assets/css/style.scss
This commit is contained in:
parent
4f7cb774a9
commit
753ad61a7f
|
@ -3,92 +3,89 @@
|
|||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
ruby {
|
||||
display: inline-flex;
|
||||
flex-direction: column-reverse ;
|
||||
align-items: center;
|
||||
font-size: 16px ;
|
||||
line-height: 16px ;
|
||||
padding-bottom: 10px ;
|
||||
}
|
||||
rt {
|
||||
font-size: 13px ;
|
||||
line-height: 13px ;
|
||||
}
|
||||
ul ruby {
|
||||
padding-bottom: 3px !important;
|
||||
body {
|
||||
font-family: 'Gentium Book Plus', 'Noto Serif Hebrew', 'Noto Sans TC';
|
||||
color: black;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #C00000;
|
||||
text-align: center;
|
||||
border-bottom: 4px double ;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
h2, h3, h4, h5, h6 {
|
||||
color:black;
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
strong {
|
||||
strong {
|
||||
color: red;
|
||||
font-weight:700;
|
||||
}
|
||||
em {
|
||||
|
||||
em {
|
||||
color: blue;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
p, html, body, ruby, rt, ul, ol {
|
||||
font-family: 'Gentium Book Plus', 'Noto Serif Hebrew', 'Noto Sans TC';
|
||||
color: black;
|
||||
ul {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
ul, ol, dl {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 20px 20px 20px 20px;
|
||||
}
|
||||
section {
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
ul li::marker {
|
||||
content: '• ';
|
||||
}
|
||||
|
||||
nav {
|
||||
ul li::marker {
|
||||
content: none;
|
||||
ruby {
|
||||
line-height: 3.5em;
|
||||
}
|
||||
}
|
||||
|
||||
/* page layout */
|
||||
header {
|
||||
padding: 20px 20px 5px 20px;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 700px;
|
||||
}
|
||||
margin-top: 100px;
|
||||
padding-top:20px;
|
||||
}
|
||||
|
||||
ul li::marker {
|
||||
content: '• ';
|
||||
}
|
||||
|
||||
nav {
|
||||
ul li::marker {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
section.footnotes {
|
||||
width: 90%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
/* table */
|
||||
/* table */
|
||||
table {
|
||||
border-color: black;
|
||||
width: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 4px double;
|
||||
border-top: 2px solid;
|
||||
border-right: 2px solid;
|
||||
border-left: 2px solid;
|
||||
font-weight: 800;
|
||||
border-color: black;
|
||||
}
|
||||
td {
|
||||
border: 1px solid;
|
||||
border-color: black;
|
||||
}
|
||||
td:first-child {
|
||||
border-left: 1px solid;
|
||||
}
|
||||
|
||||
/* text decoration for marking syntax functions */
|
||||
|
@ -106,4 +103,4 @@ ul ul::before {
|
|||
position: absolute;
|
||||
}
|
||||
ul ul::before { left: -7px; top: 0; bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue