pagedjs folder
parent
9075297745
commit
7a696cc75c
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,159 @@
|
|||||||
|
:root {
|
||||||
|
--color_uno: black;
|
||||||
|
--color_dos: black;
|
||||||
|
--color_tres: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: 14.5cm 10.5cm;
|
||||||
|
margin-top:0.5cm;
|
||||||
|
margin-bottom:0.5cm;
|
||||||
|
margin-right: 0.5cm;
|
||||||
|
margin-left: 0.5cm;
|
||||||
|
|
||||||
|
@right-middle{
|
||||||
|
content: "Permeable Territories";
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 7pt;
|
||||||
|
margin-top: 6cm;
|
||||||
|
margin-right: 2mm;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
text-orientation: mixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@page cards {
|
||||||
|
|
||||||
|
@left-top {
|
||||||
|
content: "Glossary Cards";
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 7pt;
|
||||||
|
margin-top: 1cm;
|
||||||
|
margin-left: 4mm;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
text-orientation: mixed;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@page intro {
|
||||||
|
|
||||||
|
@left-middle {
|
||||||
|
content: "Description";
|
||||||
|
font-size: 7pt;
|
||||||
|
font-family: monospace;
|
||||||
|
margin-top: 1cm;
|
||||||
|
margin-left: 4mm;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
text-orientation: mixed;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.head{
|
||||||
|
page: intro;
|
||||||
|
}
|
||||||
|
|
||||||
|
.head a{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description{
|
||||||
|
page: intro;
|
||||||
|
}
|
||||||
|
|
||||||
|
.question{
|
||||||
|
page: intro;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.legend{
|
||||||
|
page: intro;
|
||||||
|
display:flex;
|
||||||
|
flex-direction: column wrap;
|
||||||
|
flex-flow: column wrap;
|
||||||
|
margin-left: 15pt;
|
||||||
|
margin-right: 15pt;
|
||||||
|
margin-top: 10pt;
|
||||||
|
margin-bottom: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.words {
|
||||||
|
page: cards;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.word {
|
||||||
|
break-before: page;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 0.3cm;
|
||||||
|
padding-right: 1cm;
|
||||||
|
/* width: 13cm;
|
||||||
|
height: 9.2cm; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-top: 0.5cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 20pt;
|
||||||
|
margin: 0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
margin-top: 5pt;
|
||||||
|
text-indent: 2em;
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 10pt;
|
||||||
|
margin-left: 0.5cm;
|
||||||
|
line-height: 11pt;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: normal;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: wavy;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
font-size: 12pt;
|
||||||
|
display: flex;
|
||||||
|
border: none;
|
||||||
|
color: black;
|
||||||
|
padding-top: 2pt;
|
||||||
|
padding-right: 8pt;
|
||||||
|
padding-left: 8pt;
|
||||||
|
padding-bottom: 2pt;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.active {
|
||||||
|
border: 1pt solid black;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.symbol {
|
||||||
|
position:relative;
|
||||||
|
order:1;
|
||||||
|
margin-top: 15pt;
|
||||||
|
margin-left: 2pt;
|
||||||
|
margin-right: 2pt;
|
||||||
|
font-family: Sans-Serif;
|
||||||
|
}
|
Loading…
Reference in New Issue