Rev 17 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17 | Rev 18 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | /*
|
|
1 | /* <title>CSS for PointedEars' LCARS, version 2.053, stardate 200712.02</title>
|
2 | * <title>CSS for PointedEars' LCARS, version 2.054, stardate 200712.02</title>
|
2 | */
|
3 | */
|
3 | 4 | ||
4 | /* basic fonts */
|
5 | /* basic fonts */
|
5 | 6 | ||
6 | /* $WEFT -- Created by:Thomas 'PointedEars' Lahn (webmaster@PointedEars.de)
|
- | |
7 | on 2002-03-23 -- */
|
- | |
8 | @font-face { |
7 | @font-face { |
9 | font-family:Haettens; |
8 | font-family: "Downloadable LCARS"; |
10 | font-style:normal; |
9 | font-style: normal; |
11 | font-weight:normal; |
10 | font-weight: normal; |
12 | src:url(HAETTEN0.eot); |
11 | src: url(LCARS.ttf); |
13 | }
|
12 | }
|
14 | 13 | ||
- | 14 | /* EOT font created with WEFT on 2002-03-23 */
|
|
- | 15 | @font-face { |
|
- | 16 | font-family: "Downloadable Haettenschweiler"; |
|
- | 17 | font-style: normal; |
|
- | 18 | font-weight: normal; |
|
- | 19 | src: url(HAETTEN0.eot), url(HAETTENS.ttf); |
|
- | 20 | }
|
|
- | 21 | ||
15 | /*
|
22 | /*
|
16 | @font-face {
|
23 | @font-face {
|
17 | font-family:Webdings;
|
24 | font-family:Webdings;
|
18 | font-style:normal;
|
25 | font-style:normal;
|
19 | font-weight:normal;
|
26 | font-weight:normal;
|
20 | src:url(WEBDING0.eot);
|
27 | src:url(WEBDING0.eot);
|
21 | }
|
28 | }
|
22 | */
|
29 | */
|
23 | 30 | ||
24 | @font-face { |
31 | @font-face { |
25 | font-family:"Zurich XCn BT"; |
32 | font-family: "Downloadable Zurich XCn BT"; |
- | 33 | font-style: normal; |
|
- | 34 | font-weight: normal; |
|
26 | src:url(ZurichXCn.pfr); |
35 | src: url(ZurichXCn.pfr); |
27 | }
|
36 | }
|
28 | 37 | ||
29 | /* basic display */
|
38 | /* basic display */
|
30 | 39 | ||
31 | * { |
40 | * { |
- | 41 | font-family: LCARS, "Downloadable LCARS", |
|
32 | font-family:LCARS, Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
42 | Haettenschweiler, "Downloadable Haettenschweiler", |
- | 43 | "Zurich XCn BT", "Downloadable Zurich XCn BT", |
|
33 | Geneva, Arial, Helvetica, sans-serif; |
44 | impact, Verdana, Geneva, Arial, Helvetica, sans-serif; |
34 | font-weight:normal; |
45 | font-weight: normal; |
35 | }
|
46 | }
|
36 | 47 | ||
37 | body {
|
48 | body {
|
38 | cursor:default; |
49 | cursor:default; |
39 | font-size:123%; /*110%*/ |
50 | font-size:134%; /*129%*/ |
40 | background-color:#000; |
51 | background-color:#000; |
41 | color:#ccf; /* #afbfe0; #69F; */ |
52 | color:#ccf; /* #afbfe0; #69F; */ |
42 | margin:0 10px; |
53 | margin:0 10px; |
43 | /* IE 5.5+ scrollbar colors */
|
54 | /* IE 5.5+ scrollbar colors */
|
44 | /* from Mozilla LCARS Theme (2D style) */
|
55 | /* from Mozilla LCARS Theme (2D style) */
|
Line 80... | Line 91... | ||
80 | p {
|
91 | p {
|
81 | margin-top:0; |
92 | margin-top:0; |
82 | margin-bottom:1em; |
93 | margin-bottom:1em; |
83 | }
|
94 | }
|
84 | 95 | ||
- | 96 | div, p, li, th, td { |
|
- | 97 | max-width: 60ex; |
|
- | 98 | }
|
|
- | 99 | ||
85 | small {
|
100 | small {
|
86 | font-size:100%; |
101 | font-size:100%; |
87 | }
|
102 | }
|
88 | 103 | ||
89 | b, strong { |
104 | b, strong { |
Line 100... | Line 115... | ||
100 | 115 | ||
101 | abbr {
|
116 | abbr {
|
102 | white-space:nowrap; |
117 | white-space:nowrap; |
103 | }
|
118 | }
|
104 | 119 | ||
- | 120 | abbr, acronym { |
|
- | 121 | border-bottom: 1px solid dotted; |
|
- | 122 | cursor: help; |
|
- | 123 | }
|
|
- | 124 | ||
105 | span.cap { |
125 | span.cap { |
106 | font-variant:small-caps; |
126 | font-variant:small-caps; |
107 | }
|
127 | }
|
108 | 128 | ||
109 | /* headings */
|
129 | /* headings */
|
Line 158... | Line 178... | ||
158 | }
|
178 | }
|
159 | 179 | ||
160 | h5 {
|
180 | h5 {
|
161 | margin-top:2em; |
181 | margin-top:2em; |
162 | margin-bottom:1em; |
182 | margin-bottom:1em; |
163 | font-size:110%; |
183 | font-size:111%; |
164 | font-weight:normal; |
184 | font-weight:normal; |
165 | color:#fc6; |
185 | color:#fc6; |
166 | background-color:black; |
186 | background-color:black; |
167 | }
|
187 | }
|
168 | 188 | ||
Line 353... | Line 373... | ||
353 | * the tbody area, so we disable horizontal scrolling for that ...
|
373 | * the tbody area, so we disable horizontal scrolling for that ...
|
354 | */
|
374 | */
|
355 | overflow-x: hidden !important; |
375 | overflow-x: hidden !important; |
356 | }
|
376 | }
|
357 | 377 | ||
- | 378 | table>tbody.scroll tr { |
|
- | 379 | height: auto; |
|
- | 380 | }
|
|
- | 381 | ||
358 | /*
|
382 | /*
|
359 | * ... and make enough room so that the text won't flow under the
|
383 | * ... and make enough room so that the text won't flow under the
|
360 | * vertical scrollbar. However, that is still a dirty hack as we
|
384 | * vertical scrollbar. However, that is still a dirty hack as we
|
361 | * assume that the vertical scrollbar is not wider than 20px.
|
385 | * assume that the vertical scrollbar is not wider than 20px.
|
362 | */
|
386 | */
|
Line 373... | Line 397... | ||
373 | padding-left:3px; |
397 | padding-left:3px; |
374 | /* border-right:2px solid black; */
|
398 | /* border-right:2px solid black; */
|
375 | text-align:left; |
399 | text-align:left; |
376 | background-color:#c66; |
400 | background-color:#c66; |
377 | color:#000; |
401 | color:#000; |
378 | font-size:110%; |
402 | font-size: 133%; |
379 | font-weight:normal; |
403 | font-weight:normal; |
380 | }
|
404 | }
|
381 | 405 | ||
382 | thead th:first-child { |
406 | thead th:first-child { |
383 | border-top-left-radius: 7px 15px; |
407 | border-top-left-radius: 7px 15px; |
Line 396... | Line 420... | ||
396 | 420 | ||
397 | td {
|
421 | td {
|
398 | padding-left:4px; |
422 | padding-left:4px; |
399 | background-color:inherit; |
423 | background-color:inherit; |
400 | color:inherit; |
424 | color:inherit; |
401 | font-size:110%; |
425 | font-size:133%; |
402 | }
|
426 | }
|
403 | 427 | ||
404 | /* hover table */
|
428 | /* hover table */
|
405 | 429 | ||
406 | table.hover thead th:hover, |
430 | table.hover thead th:hover, |