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.
212 lines
3.0 KiB
CSS
212 lines
3.0 KiB
CSS
@media print{
|
|
|
|
/* Define the size of the pages and layout settings */
|
|
|
|
@page {
|
|
size: 148mm 210mm;
|
|
marks: crop cross;
|
|
margin: 15mm;
|
|
}
|
|
|
|
/* Custom font */
|
|
|
|
@font-face {
|
|
font-family: "neuzeit";
|
|
src: url("./fonts/NeuzeitOffice-Regular.ttf")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fivo";
|
|
src: url("./fonts/fivo-sans.medium.otf")
|
|
}
|
|
|
|
/* Custom variables */
|
|
|
|
:root{
|
|
--text: rgba(0,0,0,0.3)
|
|
|
|
}
|
|
|
|
/* Rules for everything */
|
|
|
|
body{
|
|
font-size: 24px;
|
|
line-height: 25px;
|
|
text-align: justify;
|
|
text-justify: inter-word;
|
|
}
|
|
|
|
/* Rules for the rest */
|
|
|
|
.contents{
|
|
break-before: left
|
|
}
|
|
|
|
|
|
span{
|
|
color: var(--text)
|
|
}
|
|
|
|
|
|
span.CC{
|
|
background-color:#333300
|
|
}
|
|
|
|
span.CD{
|
|
background-color:#999900
|
|
}
|
|
|
|
span.DT{
|
|
|
|
background-color: #ff00ff
|
|
}
|
|
|
|
span.EX{
|
|
background-color: #006080
|
|
}
|
|
|
|
span.FW{
|
|
background-color:#f6f6ee
|
|
}
|
|
|
|
span.IN{
|
|
background-color:#ffccff
|
|
}
|
|
|
|
span.JJ{
|
|
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
span.JJR{
|
|
|
|
background-color: #b3b3b3
|
|
}
|
|
|
|
span.JJS{
|
|
background-color:#737373
|
|
}
|
|
|
|
span.LS{
|
|
background-color:#666633
|
|
}
|
|
|
|
span.MD{
|
|
background-color:#00cc00
|
|
}
|
|
|
|
span.NN{
|
|
background-color:#33ff33
|
|
}
|
|
|
|
span.NNS{
|
|
background-color:#80ff80
|
|
}
|
|
|
|
span.NNP{
|
|
background-color:#ccffcc
|
|
}
|
|
|
|
span.PDT{
|
|
background-color:#ffd1b3
|
|
}
|
|
|
|
span.POS{
|
|
background-color:#ffb380
|
|
}
|
|
|
|
span.PRP{
|
|
background-color:#ff8533
|
|
}
|
|
|
|
span.PRP${
|
|
background-color:#e65c00
|
|
}
|
|
|
|
span.RB{
|
|
background-color:#ff8080
|
|
}
|
|
|
|
span.RBR{
|
|
background-color:#ff4d4d
|
|
}
|
|
|
|
span.RBS{
|
|
background-color:#e60000
|
|
}
|
|
|
|
span.RP{
|
|
background-color:#992600
|
|
}
|
|
|
|
span.SYM{
|
|
background-color:#99ff33
|
|
}
|
|
|
|
span.TO{
|
|
|
|
background-color: black
|
|
}
|
|
|
|
span.UH{
|
|
background-color:#ffff00
|
|
}
|
|
|
|
span.VB{
|
|
background-color: #000099
|
|
}
|
|
|
|
span.VBD{
|
|
|
|
background-color: #0000e6
|
|
}
|
|
|
|
span.VBG{
|
|
background-color:#1a1aff
|
|
}
|
|
|
|
span.VBN{
|
|
background-color: #4d4dff
|
|
}
|
|
|
|
span.VBP{
|
|
background-color: #b3b3ff
|
|
}
|
|
|
|
span.VBZ{
|
|
background-color: #ccccff
|
|
}
|
|
|
|
span.WDT{
|
|
background-color:#ccffff
|
|
}
|
|
|
|
span.WP{
|
|
background-color:#66ffff
|
|
}
|
|
span.WP${
|
|
background-color:#00e6e6
|
|
}
|
|
|
|
span.WRB{
|
|
background-color: #008080
|
|
}
|
|
|
|
|
|
/* Rules for everything */
|
|
|
|
body{
|
|
font-family: "neuzeit";
|
|
}
|
|
|
|
/* Rules for the rest */
|
|
|
|
div{
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} |