You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1019 B
CSS

@page{
size: A4;
margin: 15mm;
background-color: lightgrey;
font-family: monospace;
font-size: 8pt;
color: #7da0d4;
border:1.5x dotted red;
@top-left{
content: "liquid";
}
@top-center{
content: "bodies";
}
@top-right{
content: "natural";
}
@top-middle{
content: ""
}
@left-top{
content: "material";
}
@right-top{
content: "existence";
}
@bottom-left{
content: "flux";
}
@bottom-center{
content: "living";
}
@bottom-right{
content: "energy";
}
}
body {
background: #f7c694;
margin: 20px;
line-height: 2;
font-family: monospace;
}
pre {
white-space: pre-wrap;
}
span.NN {
font-style: italic;
color: white;
border: 2px dashed black;
}
span.JJ {
color: #9abae3;
}