Advertisement
olcayertas

PrettyPrint CSS

Feb 1st, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. .kwd{color:#93C763}
  2. .com{color:#66747B}
  3. .typ{color:#678CB1}
  4. .lit{color:#FACD22}
  5. .tag{color:#8AC763}
  6. .atn{color:#E0E2E4}
  7. .dec{color:purple}
  8. pre.prettyprint{border:0 solid #888}
  9. .prettyprint{background:#000}
  10. li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{color:#555;list-style-type:decimal}
  11. li.L1,li.L3,li.L5,li.L7,li.L9{background:#111}
  12. .str,.atv{color:#EC7600}
  13. .pun,.pln{color:#F1F2F3}
  14. .prettyprinted{word-wrap:break-word;background:#000;border-radius:10px}
  15. @media print {
  16. .com{color:#600;font-style:italic}
  17. .typ{color:#404;font-weight:700}
  18. .lit{color:#044}
  19. .pun{color:#440}
  20. .pln{color:#000}
  21. .atn{color:#404}
  22. .str,.atv{color:#060}
  23. .kwd,.tag{color:#006;font-weight:700}
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement