Rev 18 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 19 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | 6 | ||
| 7 | @font-face { | 7 | @font-face { | 
| 8 | font-family: "Downloadable LCARS"; | 8 | font-family: "Downloadable LCARS"; | 
| 9 | font-style: normal; | 9 | font-style: normal; | 
| 10 | font-weight: normal; | 10 | font-weight: normal; | 
| 11 | src: url(LCARS.ttf); | 11 | src: url(fonts/LCARS.ttf); | 
| 12 | }
 | 12 | }
 | 
| 13 | 13 | ||
| 14 | /* EOT font created with WEFT on 2002-03-23 */
 | 14 | /* EOT font created with WEFT on 2002-03-23 */
 | 
| 15 | @font-face { | 15 | @font-face { | 
| 16 | font-family: "Downloadable Haettenschweiler"; | 16 | font-family: "Downloadable Haettenschweiler"; | 
| 17 | font-style: normal; | 17 | font-style: normal; | 
| 18 | font-weight: normal; | 18 | font-weight: normal; | 
| 19 | src: url(HAETTEN0.eot), url(HAETTENS.ttf); | 19 | src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf); | 
| 20 | }
 | 20 | }
 | 
| 21 | 21 | ||
| 22 | /*
 | 22 | /*
 | 
| 23 | @font-face {
 | 23 | @font-face {
 | 
| 24 |   font-family:Webdings;
 | 24 |   font-family:Webdings;
 | 
| Line 30... | Line 30... | ||
| 30 | 30 | ||
| 31 | @font-face { | 31 | @font-face { | 
| 32 | font-family: "Downloadable Zurich XCn BT"; | 32 | font-family: "Downloadable Zurich XCn BT"; | 
| 33 | font-style: normal; | 33 | font-style: normal; | 
| 34 | font-weight: normal; | 34 | font-weight: normal; | 
| 35 | src: url(ZurichXCn.pfr); | 35 | src: url(fonts/ZurichXCn.pfr); | 
| 36 | }
 | 36 | }
 | 
| 37 | 37 | ||
| 38 | /* basic display */
 | 38 | /* basic display */
 | 
| 39 | 39 | ||
| 40 | * { | 40 | * { | 
| Line 402... | Line 402... | ||
| 402 | font-size: 133%; | 402 | font-size: 133%; | 
| 403 | font-weight:normal; | 403 | font-weight:normal; | 
| 404 | }
 | 404 | }
 | 
| 405 | 405 | ||
| 406 | thead th:first-child { | 406 | thead th:first-child { | 
| - | 407 | padding-left: 12px; | |
| 407 | border-top-left-radius: 7px 15px; | 408 | border-radius: 12px 0 0 0; | 
| - | 409 | -moz-border-radius: 12px 0 0 0; | |
| - | 410 | -webkit-border-radius: 12px 0 0 0; | |
| 408 | }
 | 411 | }
 | 
| 409 | 412 | ||
| 410 | table.left th, thead.left th, tbody.left th, th.left { | 413 | table.left th, thead.left th, tbody.left th, th.left { | 
| 411 | background-color:inherit; | 414 | background-color:inherit; | 
| 412 | color:inherit; | 415 | color:inherit; |