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.
192 lines
1.8 KiB
CSS
192 lines
1.8 KiB
CSS
|
|
|
|
strong{
|
|
color: blue;
|
|
}
|
|
|
|
em{
|
|
color: green;
|
|
}
|
|
|
|
body{
|
|
font-size: 2vw;
|
|
text-align: justify;
|
|
text-justify: inter-word;
|
|
line-height: 1;
|
|
font-family: sans-serif;
|
|
color: rgb(0,0,0,0)
|
|
}
|
|
|
|
|
|
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{t
|
|
background-color: #008080
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
h1{
|
|
font-style: bold;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: black
|
|
}
|