mirror of
http://101.35.51.105:3000/congyu/work_with_codex.git
synced 2026-04-27 22:30:50 +08:00
e84a1b8c78
Add site executable and Haskell modules (site.hs, ChaoDoc.hs, SideNoteHTML.hs, Pangu.hs) to handle Pandoc/Hakyll compilation, theorem/sidenote processing and CJK spacing. Add CSS, font files, favicon, templates, Makefile, and a CSL bibliographic style. Update .gitignore to ignore build artifacts.
100 lines
1.3 KiB
CSS
100 lines
1.3 KiB
CSS
.theorem-environment {
|
|
font-style: italic;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.theorem-header {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
.theorem-header .index:before {
|
|
content: ' ';
|
|
}
|
|
|
|
.theorem-header .name:before {
|
|
content: ' (';
|
|
}
|
|
|
|
.theorem-header .name:after {
|
|
content: ')';
|
|
}
|
|
|
|
.theorem-header:after {
|
|
content: '.\2002\2002';
|
|
}
|
|
|
|
.theorem-header+p {
|
|
display: inline;
|
|
}
|
|
|
|
.Proof .type {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.Proof {
|
|
font-style: normal;
|
|
position: relative;
|
|
}
|
|
|
|
.Proof:after {
|
|
content: '∎';
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.Proof span.theorem-header span.name {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
.Proof span.theorem-header span.name:before {
|
|
content: ' ';
|
|
}
|
|
|
|
.Proof span.theorem-header span.name:after {
|
|
content: ' ';
|
|
}
|
|
|
|
table.postindex {
|
|
width: 100%;
|
|
}
|
|
|
|
table.postindex cite {
|
|
font-style: normal;
|
|
}
|
|
|
|
table.postindex td.right {
|
|
text-align: right;
|
|
width: 11ex;
|
|
}
|
|
|
|
.header-section-number {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.header-section-number:after {
|
|
content: '.';
|
|
}
|
|
|
|
.csl-entry {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: auto;
|
|
}
|
|
|
|
.csl-left-margin {
|
|
display: table-cell;
|
|
padding-right: 0.5em;
|
|
white-space: nowrap;
|
|
width: 1px;
|
|
}
|
|
|
|
.csl-right-inline {
|
|
display: table-cell;
|
|
}
|
|
.csl-right-inline a{
|
|
word-break: break-all;
|
|
} |