moving the txt to the main folder again
parent
f4b35d8a75
commit
30a1062706
@ -0,0 +1,57 @@
|
||||
@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;
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue