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

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