Files
Hakysidian/css/chao-theorems.css

104 lines
1.4 KiB
CSS
Raw Normal View History

2026-03-20 13:04:46 +08:00
.theorem-environment {
font-style: italic;
margin-top: 1em;
padding: 0.5em;
background-color: whitesmoke;
2026-03-20 13:04:46 +08:00
}
.theorem-header {
font-weight: bold;
font-style: normal;
2026-03-20 13:04:46 +08:00
}
.theorem-header .index:before {
content: " ";
2026-03-20 13:04:46 +08:00
}
.theorem-header .name:before {
content: " (";
2026-03-20 13:04:46 +08:00
}
.theorem-header .name:after {
content: ")";
2026-03-20 13:04:46 +08:00
}
.theorem-header:after {
content: ".\2002\2002";
2026-03-20 13:04:46 +08:00
}
.theorem-header + p {
display: inline;
2026-03-20 13:04:46 +08:00
}
.Proof .type {
font-style: italic;
font-weight: normal;
2026-03-20 13:04:46 +08:00
}
.Proof {
background: none;
font-style: normal;
position: relative;
2026-03-20 13:04:46 +08:00
}
.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: " ";
2026-03-20 13:04:46 +08:00
}
table.postindex {
width: 100%;
2026-03-20 13:04:46 +08:00
}
table.postindex cite {
font-style: normal;
2026-03-20 13:04:46 +08:00
}
table.postindex td.right {
text-align: right;
width: 11ex;
2026-03-20 13:04:46 +08:00
}
.header-section-number {
margin-right: 10px;
2026-03-20 13:04:46 +08:00
}
.header-section-number:after {
content: ".";
2026-03-20 13:04:46 +08:00
}
.csl-entry {
display: table;
width: 100%;
table-layout: auto;
2026-03-20 13:04:46 +08:00
}
.csl-left-margin {
display: table-cell;
padding-right: 0.5em;
white-space: nowrap;
width: 1px;
2026-03-20 13:04:46 +08:00
}
.csl-right-inline {
display: table-cell;
}
.csl-right-inline a {
word-break: break-all;
2026-03-20 13:04:46 +08:00
}