Clone of mesa.
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.

mesa.css 516B

123456789101112131415161718192021222324252627282930313233
  1. /* Mesa CSS */
  2. body {
  3. background-color: #ffffff;
  4. font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  5. color: black;
  6. link: #111188;
  7. }
  8. h1 {
  9. font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  10. font-weight: bold;
  11. color: black;
  12. }
  13. h2 {
  14. font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
  15. font-weight: bold;
  16. color: black;
  17. }
  18. code {
  19. font-family: monospace;
  20. font-size: 10pt;
  21. color: black;
  22. }
  23. pre {
  24. /*font-family: monospace;*/
  25. font-size: 10pt;
  26. /*color: black;*/
  27. }