| 1234567891011121314151617181920212223242526272829303132333435 |
- /* Mesa CSS */
- body {
- background-color: #55bbff;
- font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
- color: black;
- link: #111188;
- }
-
- h1 {
- background-color: #55bbff;
- font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
- font-weight: bold;
- color: black;
- }
-
- h2 {
- background-color: #55bbff;
- font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
- font-weight: bold;
- color: black;
- }
-
- code {
- font-family: monospace;
- font-size: 10pt;
- color: black;
- }
-
-
- pre {
- /*font-family: monospace;*/
- font-size: 10pt;
- /*color: black;*/
- }
|