123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .prettyprint {
- background: white; padding: 10px; border: 1px solid rgb(204, 204, 204); border-image: none; line-height: 1.5; font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; font-size: 12px;
- }
- .pln {
- color: rgb(51, 51, 51);
- }
- @media screen
- {
- .str {
- color: rgb(221, 17, 68);
- }
- .kwd {
- color: rgb(51, 51, 51);
- }
- .com {
- color: rgb(153, 153, 136);
- }
- .typ {
- color: rgb(68, 85, 136);
- }
- .lit {
- color: rgb(68, 85, 136);
- }
- .pun {
- color: rgb(51, 51, 51);
- }
- .opn {
- color: rgb(51, 51, 51);
- }
- .clo {
- color: rgb(51, 51, 51);
- }
- .tag {
- color: navy;
- }
- .atn {
- color: teal;
- }
- .atv {
- color: rgb(221, 17, 68);
- }
- .dec {
- color: rgb(51, 51, 51);
- }
- .var {
- color: teal;
- }
- .fun {
- color: rgb(153, 0, 0);
- }
- }
- @media print, projection
- {
- .str {
- color: rgb(0, 102, 0);
- }
- .kwd {
- color: rgb(0, 0, 102); font-weight: bold;
- }
- .com {
- color: rgb(102, 0, 0); font-style: italic;
- }
- .typ {
- color: rgb(68, 0, 68); font-weight: bold;
- }
- .lit {
- color: rgb(0, 68, 68);
- }
- .pun {
- color: rgb(68, 68, 0);
- }
- .opn {
- color: rgb(68, 68, 0);
- }
- .clo {
- color: rgb(68, 68, 0);
- }
- .tag {
- color: rgb(0, 0, 102); font-weight: bold;
- }
- .atn {
- color: rgb(68, 0, 68);
- }
- .atv {
- color: rgb(0, 102, 0);
- }
- }
- ol.linenums {
- margin-top: 0px; margin-bottom: 0px;
- }
- li.L0 {
-
- }
- li.L1 {
-
- }
- li.L2 {
-
- }
- li.L3 {
-
- }
- li.L4 {
-
- }
- li.L5 {
-
- }
- li.L6 {
-
- }
- li.L7 {
-
- }
- li.L8 {
-
- }
- li.L9 {
-
- }
- li.L1 {
-
- }
- li.L3 {
-
- }
- li.L5 {
-
- }
- li.L7 {
-
- }
- li.L9 {
-
- }
|