You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wiki_syntax_detailed.css 772B

123456789101112131415161718192021222324
  1. body { font:80% Verdana,Tahoma,Arial,sans-serif; }
  2. h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
  3. pre, code { font-size:120%; }
  4. pre code { font-size:100%; }
  5. pre {
  6. margin: 1em 1em 1em 1.6em;
  7. padding: 2px;
  8. background-color: #fafafa;
  9. border: 1px solid #e2e2e2;
  10. width: auto;
  11. overflow-x: auto;
  12. overflow-y: hidden;
  13. }
  14. a.new { color: #b73535; }
  15. .syntaxhl .c1 { color: #888888 }
  16. .syntaxhl .k { color: #008800; font-weight: bold }
  17. .syntaxhl .nc { color: #BB0066; font-weight: bold }
  18. .syntaxhl .nf { color: #0066BB; font-weight: bold }
  19. .syntaxhl .nb { color: #007020 }
  20. .syntaxhl .vi { color: #3333BB }
  21. .syntaxhl .o { color: #333333 }
  22. .syntaxhl .s2 { background-color: #fff0f0 }
  23. .syntaxhl .si { background-color: #eeeeee }