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 1.1KB

1234567891011121314151617181920212223242526272829
  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%; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
  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, a:link, a:visited{ color: #169; text-decoration: none; }
  15. a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
  16. a.new { color: #b73535; }
  17. table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; margin-left: 30px;}
  18. table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; }
  19. .syntaxhl .c1 { color: #888888 }
  20. .syntaxhl .k { color: #008800; font-weight: bold }
  21. .syntaxhl .nc { color: #BB0066; font-weight: bold }
  22. .syntaxhl .nf { color: #0066BB; font-weight: bold }
  23. .syntaxhl .nb { color: #007020 }
  24. .syntaxhl .vi { color: #3333BB }
  25. .syntaxhl .o { color: #333333 }
  26. .syntaxhl .s2 { background-color: #fff0f0 }
  27. .syntaxhl .si { background-color: #eeeeee }