Brian Paul | 36da045 | 2005-01-20 03:55:10 +0000 | [diff] [blame] | 1 | /* Mesa CSS */ |
| 2 | body { |
Brian Paul | 9f8b3fa | 2005-05-05 14:18:31 +0000 | [diff] [blame] | 3 | background-color: #ffffff; |
Brian Paul | 36da045 | 2005-01-20 03:55:10 +0000 | [diff] [blame] | 4 | font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; |
| 5 | color: black; |
| 6 | link: #111188; |
| 7 | } |
| 8 | |
| 9 | h1 { |
Brian Paul | 36da045 | 2005-01-20 03:55:10 +0000 | [diff] [blame] | 10 | font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; |
| 11 | font-weight: bold; |
| 12 | color: black; |
| 13 | } |
| 14 | |
| 15 | h2 { |
Brian Paul | 36da045 | 2005-01-20 03:55:10 +0000 | [diff] [blame] | 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 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 34 | iframe { |
| 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 | } |