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,71 +3,62 @@
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
ruby {
|
body {
|
||||||
display: inline-flex;
|
font-family: 'Gentium Book Plus', 'Noto Serif Hebrew', 'Noto Sans TC';
|
||||||
flex-direction: column-reverse ;
|
color: black;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #C00000;
|
color: #C00000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 4px double ;
|
border-bottom: 4px double ;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
h2, h3, h4, h5, h6 {
|
|
||||||
color:black;
|
h2, h3, h4, h5, h6 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 0px;
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
}
|
}
|
||||||
em {
|
|
||||||
|
em {
|
||||||
color: blue;
|
color: blue;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, html, body, ruby, rt, ul, ol {
|
ul {
|
||||||
font-family: 'Gentium Book Plus', 'Noto Serif Hebrew', 'Noto Sans TC';
|
margin-bottom: 0em;
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol, dl {
|
ruby {
|
||||||
margin-bottom: 0px;
|
line-height: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
/* page layout */
|
||||||
padding: 20px 20px 20px 20px;
|
header {
|
||||||
}
|
padding: 20px 20px 5px 20px;
|
||||||
section {
|
}
|
||||||
margin-top: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul li::marker {
|
section {
|
||||||
|
margin-top: 100px;
|
||||||
|
padding-top:20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li::marker {
|
||||||
content: '• ';
|
content: '• ';
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
ul li::marker {
|
ul li::marker {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
section {
|
|
||||||
width: 700px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section.footnotes {
|
section.footnotes {
|
||||||
|
@ -75,20 +66,26 @@ nav {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* table */
|
/* table */
|
||||||
table {
|
table {
|
||||||
border-color: black;
|
margin-left: auto;
|
||||||
width: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
border-bottom: 4px double;
|
border-bottom: 4px double;
|
||||||
border-top: 2px solid;
|
border-top: 2px solid;
|
||||||
border-right: 2px solid;
|
border-right: 2px solid;
|
||||||
border-left: 2px solid;
|
border-left: 2px solid;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
border-color: black;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
td:first-child {
|
||||||
|
border-left: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* text decoration for marking syntax functions */
|
/* text decoration for marking syntax functions */
|
||||||
|
|
Loading…
Reference in New Issue