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.
22 lines
185 B
CSS
22 lines
185 B
CSS
4 years ago
|
|
||
|
|
||
|
@page{
|
||
|
size:A4;
|
||
|
background-color:lightgrey;
|
||
|
margin:10mm;
|
||
|
}
|
||
|
.JJ{
|
||
|
color:red;
|
||
|
}
|
||
|
.VB,
|
||
|
.VBG{
|
||
|
color:magenta;
|
||
|
}
|
||
|
.NN,
|
||
|
.NNP{
|
||
|
color:green;
|
||
|
}
|
||
|
.EX{
|
||
|
color: blue;
|
||
|
}
|
||
|
|