123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .pln {
- color: #000000;
- font-weight: normal;
- font-style: normal;
- }
- .str {
- color: #006400;
- font-weight: normal;
- font-style: normal;
- }
- .kwd {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- .com {
- font-weight: normal;
- font-style: italic;
- }
- .typ {
- color: #000000;
- font-weight: normal;
- font-style: normal;
- }
- .lit {
- color: #006400;
- font-weight: normal;
- font-style: normal;
- }
- .pun {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- .opn {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- .clo {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- .tag {
- color: #006400;
- font-weight: normal;
- font-style: normal;
- }
- .atn {
- color: #006400;
- font-weight: normal;
- font-style: normal;
- }
- .atv {
- color: #006400;
- font-weight: normal;
- font-style: normal;
- }
- .dec {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- .var {
- color: #000000;
- font-weight: normal;
- font-style: normal;
- }
- .fun {
- color: #000000;
- font-weight: bold;
- font-style: normal;
- }
- ol.linenums {
- margin-top: 0;
- margin-bottom: 0;
- }
|