red print !publish!
This commit is contained in:
parent
1ba8ba8895
commit
e436c7c3dd
2 changed files with 30 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 {
|
||||||
|
@ -18,9 +18,9 @@
|
||||||
content: element(runningTitle);
|
content: element(runningTitle);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
@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 {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
content: element(runningAuthors);
|
content: element(runningAuthors);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
@page crustpage :first {
|
@page crustpage :first {
|
||||||
@bottom-right-corner {
|
@bottom-right-corner {
|
||||||
|
@ -57,10 +57,11 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sup,
|
/* .sup, */
|
||||||
.hassup {
|
/* .hassup { */
|
||||||
color: black;
|
/* color: black; */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@ -130,7 +131,7 @@
|
||||||
position: running(runningTitle);
|
position: running(runningTitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
.runningAuthors {
|
.runningAuthors {
|
||||||
position: running(runningAuthors);
|
position: running(runningAuthors);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -169,7 +170,9 @@
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
h2, h3, hr {
|
h2,
|
||||||
|
h3,
|
||||||
|
hr {
|
||||||
break-after: avoid;
|
break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -201,12 +204,15 @@
|
||||||
|
|
||||||
.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;
|
||||||
|
@ -214,7 +220,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;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230510120634-809f97636938
|
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230512221301-e92abc574a60
|
||||||
|
|
Loading…
Add table
Reference in a new issue