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 572B

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