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

1234567891011121314151617181920212223
  1. h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
  2. body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
  3. pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
  4. table th { padding-top: 1em; }
  5. table td { background-color: #f5f5f5; height: 2em; vertical-align: middle;}
  6. table td code { font-size: 1.2em; }
  7. table td h1 { font-size: 1.8em; text-align: left; }
  8. table td h2 { font-size: 1.4em; text-align: left; }
  9. table td h3 { font-size: 1.2em; text-align: left; }
  10. table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; }
  11. table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; }
  12. a, a:link, a:visited{ color: #169; text-decoration: none; }
  13. a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
  14. .syntaxhl .mi { color: #0000DD; font-weight: bold }
  15. .syntaxhl .nf { color: #0066BB; font-weight: bold }
  16. .syntaxhl .k { color: #008800; font-weight: bold }
  17. .syntaxhl .nb { color: #007020 }
  18. .syntaxhl .s1 { background-color: #fff0f0 }
  19. span.more_info { font-weight: normal; }