Home | History | Annotate | Download | only in docs
      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 
      9 h1 {
     10 	font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
     11 	font-weight: bold;
     12 	color: black;
     13 }
     14 
     15 h2 {
     16 	font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
     17 	font-weight: bold;
     18 	color: black;
     19 }
     20 
     21 code {
     22 	font-family: monospace;
     23 	font-size: 10pt;
     24 	color: black;
     25 }
     26 
     27 
     28 pre {
     29 	/*font-family: monospace;*/
     30 	font-size: 10pt;
     31 	/*color: black;*/
     32 }
     33 
     34