red print !publish!
This commit is contained in:
parent
d23c226355
commit
b156feba8b
2 changed files with 18 additions and 24 deletions
|
@ -5,7 +5,7 @@
|
||||||
margin-top: 0.7in;
|
margin-top: 0.7in;
|
||||||
}
|
}
|
||||||
|
|
||||||
@page: left {
|
@page:left {
|
||||||
margin-right: 0.6in;
|
margin-right: 0.6in;
|
||||||
margin-left: 1.1in;
|
margin-left: 1.1in;
|
||||||
@bottom-left-corner {
|
@bottom-left-corner {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@page: right {
|
@page:right {
|
||||||
margin-left: 0.6in;
|
margin-left: 0.6in;
|
||||||
margin-right: 1.1in;
|
margin-right: 1.1in;
|
||||||
@bottom-right-corner {
|
@bottom-right-corner {
|
||||||
|
@ -61,45 +61,44 @@
|
||||||
.hassup {
|
.hassup {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coretitle {
|
.coretitle {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftcolumn {
|
.leftcolumn {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has,
|
.has,
|
||||||
.afterhas {
|
.afterhas {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mantle,
|
.mantle,
|
||||||
.crust {
|
.crust {
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hpar {
|
.hpar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mantletitle {
|
.mantletitle {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sessiongrid {
|
.sessiongrid {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -131,7 +130,7 @@
|
||||||
position: running(runningTitle);
|
position: running(runningTitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
.runningAuthors {
|
.runningAuthors {
|
||||||
position: running(runningAuthors);
|
position: running(runningAuthors);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,9 +169,7 @@
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
h2,
|
h2, h3, hr {
|
||||||
h3,
|
|
||||||
hr {
|
|
||||||
break-after: avoid;
|
break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -204,15 +201,12 @@
|
||||||
|
|
||||||
.crustoc {
|
.crustoc {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
a.toc::before {
|
a.toc::before {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
|
content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
|
||||||
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
|
|
||||||
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
|
|
||||||
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
|
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -220,7 +214,7 @@
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.toc {
|
a.toc {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
@ -240,9 +234,9 @@
|
||||||
background: white;
|
background: white;
|
||||||
padding-left: 0.1rem;
|
padding-left: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol[data-split-from] {
|
ol[data-split-from] {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.longesttitle {
|
.longesttitle {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230512222713-20a759520795
|
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230512224520-08815d5ed8e6
|
||||||
|
|
Loading…
Add table
Reference in a new issue