1/* Mesa CSS */ 2body { 3 background-color: #ffffff; 4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 5 color: black; 6 link: #111188; 7} 8 9h1 { 10 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 11 font-weight: bold; 12 color: black; 13} 14 15h2 { 16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; 17 font-weight: bold; 18 color: black; 19} 20 21code { 22 font-family: monospace; 23 font-size: 10pt; 24 color: black; 25} 26 27 28pre { 29 /*font-family: monospace;*/ 30 font-size: 10pt; 31 /*color: black;*/ 32} 33 34iframe { 35 width: 19em; 36 height: 80em; 37 border: none; 38 float: left; 39} 40 41.content { 42 position: absolute; 43 left: 20em; 44 right: 10px; 45 overflow: hidden 46} 47 48.header { 49 background: black url('gears.png') 15px no-repeat; 50 margin:0; 51 padding: 5px; 52 clear:both; 53} 54 55.header h1 { 56 background: url('gears.png') right no-repeat; 57 color: white; 58 font: x-large sans-serif; 59 text-align: center; 60 height: 50px; 61 margin: 0; 62 padding-top: 30px; 63} 64