|
|
|
@ -13,20 +13,15 @@
|
|
|
|
|
margin-left: 0.5cm;
|
|
|
|
|
|
|
|
|
|
@right-middle {
|
|
|
|
|
content: "Permeable Territories";
|
|
|
|
|
content: "attempting diffraction";
|
|
|
|
|
font-family: mono;
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-top: 6cm;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-right: 2mm;
|
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
|
text-orientation: mixed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page cards {
|
|
|
|
|
|
|
|
|
|
@left-top {
|
|
|
|
|
content: "Glossary Cards";
|
|
|
|
|
font-family: mono;
|
|
|
|
@ -47,6 +42,7 @@
|
|
|
|
|
text-orientation: mixed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page intro {
|
|
|
|
@ -130,9 +126,9 @@ button {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.words {
|
|
|
|
|
page: cards;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.leg_titles{
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
color: black !important;
|
|
|
|
@ -147,6 +143,10 @@ button {
|
|
|
|
|
height: 9.2cm; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#btn-print{
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
margin-top: 0.5cm;
|
|
|
|
|
}
|
|
|
|
@ -155,6 +155,11 @@ button {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#properties{
|
|
|
|
|
font-family: Fluxisch;
|
|
|
|
|
font-size: 15pt !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words{
|
|
|
|
|
display:block;
|
|
|
|
|
}
|
|
|
|
@ -225,35 +230,147 @@ a {
|
|
|
|
|
padding-right: 0.5cm;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.action{
|
|
|
|
|
@page action {
|
|
|
|
|
|
|
|
|
|
@bottom-left-corner {
|
|
|
|
|
content: "action";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0.5cm;
|
|
|
|
|
margin-bottom: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.action{
|
|
|
|
|
page: action;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page situation {
|
|
|
|
|
|
|
|
|
|
@bottom-left {
|
|
|
|
|
content: "situation";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0.5cm;
|
|
|
|
|
margin-bottom: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.situation{
|
|
|
|
|
page: situation;
|
|
|
|
|
border-top: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page logic {
|
|
|
|
|
|
|
|
|
|
@bottom-center {
|
|
|
|
|
content: "logic";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-bottom: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logic{
|
|
|
|
|
page: logic;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page proposition {
|
|
|
|
|
|
|
|
|
|
@bottom-right {
|
|
|
|
|
content: "proposition";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-bottom: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.proposition {
|
|
|
|
|
page: proposition;
|
|
|
|
|
border-left: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page hyperlink {
|
|
|
|
|
|
|
|
|
|
@right-bottom {
|
|
|
|
|
content: "hyperlink";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-right: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
|
text-orientation: mixed;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hyperlink {
|
|
|
|
|
page: hyperlink;
|
|
|
|
|
border-radius: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page form {
|
|
|
|
|
|
|
|
|
|
@top-right {
|
|
|
|
|
content: "form";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-top: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form {
|
|
|
|
|
page: form;
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page tool {
|
|
|
|
|
|
|
|
|
|
@top-center {
|
|
|
|
|
content: "tool";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tool {
|
|
|
|
|
page: tool;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page language {
|
|
|
|
|
|
|
|
|
|
@top-left {
|
|
|
|
|
content: "language";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-top: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.language {
|
|
|
|
|
page: language;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page process {
|
|
|
|
|
|
|
|
|
|
@top-center {
|
|
|
|
|
content: "process";
|
|
|
|
|
font-size: 7pt;
|
|
|
|
|
margin-left: 0cm;
|
|
|
|
|
margin-top: 2mm;
|
|
|
|
|
font-family: mono;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.process {
|
|
|
|
|
page: language;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|