UnfoldingCSS:StyleBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
@page:right { | @page:right { | ||
margin-left: | margin-left: 35mm; | ||
margin-right: 20mm; | margin-right: 20mm; | ||
| Line 27: | Line 27: | ||
@right-top { | @right-top { | ||
content: "TITLE"; | |||
font-family: Serif; | |||
margin-right: 0.8cm; | |||
writing-mode: vertical-rl; | |||
text-orientation: mixed; | |||
} | |||
} | |||
@page:left { | |||
margin-right: 35mm; | |||
margin-left: 20mm; | |||
@left-middle { | |||
content: counter(page); | |||
font-family: Serif; | |||
} | |||
@left-top { | |||
content: "TITLE"; | content: "TITLE"; | ||
font-family: Serif; | font-family: Serif; | ||
Revision as of 14:55, 4 June 2024
@page:first{
background-image: url(https://titipi.org/wiki/images/8/83/Dream.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center center;
@bottom-center{
font-family: asulbold;
content: "ENTER COLLECTIVE HERE";
font-size:12pt;
}
}
p:nth-of-type(3n) {
border: 2px solid orange;
margin-left: -10px;
}
@page:right {
margin-left: 35mm;
margin-right: 20mm;
@right-middle {
content: counter(page);
font-family: Serif;
}
@right-top {
content: "TITLE";
font-family: Serif;
margin-right: 0.8cm;
writing-mode: vertical-rl;
text-orientation: mixed;
}
}
@page:left {
margin-right: 35mm;
margin-left: 20mm;
@left-middle {
content: counter(page);
font-family: Serif;
}
@left-top {
content: "TITLE";
font-family: Serif;
margin-right: 0.8cm;
writing-mode: vertical-rl;
text-orientation: mixed;
}
}