Rev 83 | Rev 108 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 83 | Rev 88 | ||
---|---|---|---|
1 | <?php |
1 | <?php |
2 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
2 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
3 | 3 | ||
4 | /* Do not let resource be cached in HTTP/1.1 caches */
|
4 | /* Do not let resource be cached in HTTP/1.1 caches */
|
5 | \header('Cache-Control: max-age=0, s-maxage=0, must-revalidate, proxy-revalidate'); |
5 | \header('Cache-Control: max-age=0, s-maxage=0, must-revalidate, proxy-revalidate'); |
6 | 6 | ||
7 | /* Do not let resource be cached in HTTP/1.0 caches */
|
7 | /* Do not let resource be cached in HTTP/1.0 caches */
|
8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
9 | 9 | ||
10 | \header('Content-Type: text/css; charset=UTF-8'); |
10 | \header('Content-Type: text/css; charset=UTF-8'); |
11 | ?>@charset "UTF-8"; |
11 | ?>@charset "UTF-8"; |
12 | 12 | ||
13 | /* Basic fonts */
|
13 | /* Basic fonts */
|
14 | 14 | ||
15 | @font-face {
|
15 | @font-face {
|
16 | font-family: "LCARS"; |
16 | font-family: "LCARS"; |
17 | font-style: normal; |
17 | font-style: normal; |
18 | font-weight: normal; |
18 | font-weight: normal; |
19 | src: local("LCARS"), url(fonts/LCARS.ttf); |
19 | src: local("LCARS"), url(fonts/LCARS.ttf); |
20 | }
|
20 | }
|
21 | 21 | ||
22 | /* EOT font created with WEFT on 2002-03-23 */
|
22 | /* EOT font created with WEFT on 2002-03-23 */
|
23 | @font-face {
|
23 | @font-face {
|
24 | font-family: "Downloadable Haettenschweiler"; |
24 | font-family: "Downloadable Haettenschweiler"; |
25 | font-style: normal; |
25 | font-style: normal; |
26 | font-weight: normal; |
26 | font-weight: normal; |
27 | src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf); |
27 | src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf); |
28 | }
|
28 | }
|
29 | 29 | ||
30 | /*
|
30 | /*
|
31 | @font-face {
|
31 | @font-face {
|
32 | font-family:Webdings;
|
32 | font-family:Webdings;
|
33 | font-style:normal;
|
33 | font-style:normal;
|
34 | font-weight:normal;
|
34 | font-weight:normal;
|
35 | src:url(fonts/WEBDING0.eot);
|
35 | src:url(fonts/WEBDING0.eot);
|
36 | }
|
36 | }
|
37 | */
|
37 | */
|
38 | 38 | ||
39 | @font-face {
|
39 | @font-face {
|
40 | font-family: "Downloadable Zurich XCn BT"; |
40 | font-family: "Downloadable Zurich XCn BT"; |
41 | font-style: normal; |
41 | font-style: normal; |
42 | font-weight: normal; |
42 | font-weight: normal; |
43 | src: url(fonts/ZurichXCn.pfr); |
43 | src: url(fonts/ZurichXCn.pfr); |
44 | }
|
44 | }
|
45 | 45 | ||
46 | /* Basic display */
|
46 | /* Basic display */
|
47 | 47 | ||
48 | * { |
48 | * { |
49 | font-family: "LCARS", |
49 | font-family: "LCARS", |
50 | Haettenschweiler, "Downloadable Haettenschweiler", |
50 | Haettenschweiler, "Downloadable Haettenschweiler", |
51 | "Zurich XCn BT", "Downloadable Zurich XCn BT", |
51 | "Zurich XCn BT", "Downloadable Zurich XCn BT", |
52 | impact, Verdana, Geneva, Arial, Helvetica, sans-serif; |
52 | impact, Verdana, Geneva, Arial, Helvetica, sans-serif; |
53 | font-weight: normal; |
53 | font-weight: normal; |
54 | }
|
54 | }
|
55 | 55 | ||
56 | html {
|
56 | html {
|
57 | background-color: #000; |
57 | background-color: #000; |
58 | color: #99f; |
58 | color: #99f; |
59 | }
|
59 | }
|
60 | 60 | ||
61 | body {
|
61 | body {
|
62 | background-color: #000; |
62 | background-color: #000; |
63 | color: #99f; |
63 | color: #99f; |
64 | font-size: 131%; |
64 | font-size: 131%; |
65 | overflow: auto; |
65 | overflow: auto; |
66 | }
|
66 | }
|
67 | 67 | ||
68 | body.empty { |
68 | body.empty { |
69 | margin-top: 3em; |
69 | margin-top: 3em; |
70 | margin-left: 0.2em; |
70 | margin-left: 0.2em; |
71 | margin-bottom: 3em; |
71 | margin-bottom: 3em; |
72 | }
|
72 | }
|
73 | 73 | ||
74 | body.multi { |
74 | body.multi { |
75 | /* TODO from lcars21.css, use `em' instead */
|
75 | /* TODO from lcars21.css, use `em' instead */
|
76 | }
|
76 | }
|
77 | 77 | ||
78 | #content { |
78 | #content { |
79 | /* position: relative; */
|
79 | /* position: relative; */
|
80 | margin-right: 1em; |
80 | margin-right: 1em; |
81 | }
|
81 | }
|
82 | 82 | ||
83 | a {
|
83 | a {
|
84 | text-decoration: none; |
84 | text-decoration: none; |
85 | }
|
85 | }
|
86 | 86 | ||
87 | a:link:hover, |
87 | a:link:hover, |
88 | a:link:focus |
88 | a:link:focus |
89 | {
|
89 | {
|
90 | /* background-color:#000; */
|
90 | /* background-color:#000; */
|
91 | color: #f90; |
91 | color: #f90; |
92 | }
|
92 | }
|
93 | 93 | ||
94 | a:link:active { |
94 | a:link:active { |
95 | /* background-color:#000; */
|
95 | /* background-color:#000; */
|
96 | color: #fff; |
96 | color: #fff; |
97 | }
|
97 | }
|
98 | 98 | ||
99 | a:link { |
99 | a:link { |
100 | /* background-color:#000; */
|
100 | /* background-color:#000; */
|
101 | color: #fc9; |
101 | color: #fc9; |
102 | }
|
102 | }
|
103 | 103 | ||
104 | a:visited:hover, |
104 | a:visited:hover, |
105 | a:visited:focus |
105 | a:visited:focus |
106 | {
|
106 | {
|
107 | /* background-color:#000; */
|
107 | /* background-color:#000; */
|
108 | color: #f90; |
108 | color: #f90; |
109 | }
|
109 | }
|
110 | 110 | ||
111 | a:visited:active { |
111 | a:visited:active { |
112 | /* background-color: #000; */
|
112 | /* background-color: #000; */
|
113 | color: #fff; |
113 | color: #fff; |
114 | }
|
114 | }
|
115 | 115 | ||
116 | a:hover, |
116 | a:hover, |
117 | a:focus, |
117 | a:focus, |
118 | a:active
|
118 | a:active
|
119 | {
|
119 | {
|
120 | text-decoration: underline; |
120 | text-decoration: underline; |
121 | }
|
121 | }
|
122 | 122 | ||
123 | a:visited { |
123 | a:visited { |
124 | /* background-color: #000; */
|
124 | /* background-color: #000; */
|
125 | color: #c9c; |
125 | color: #c9c; |
126 | }
|
126 | }
|
127 | 127 | ||
128 | h2 {
|
128 | h2 {
|
129 | background-color: #000; |
129 | background-color: #000; |
130 | color: #fff; |
130 | color: #fff; |
131 | font-size: 136%; |
131 | font-size: 136%; |
132 | }
|
132 | }
|
133 | 133 | ||
134 | p {
|
134 | p {
|
135 | margin-top: 1em; |
135 | margin-top: 1em; |
136 | margin-bottom: 0; |
136 | margin-bottom: 0; |
137 | line-height: 1.5; |
137 | line-height: 1.5; |
138 | text-align: justify; |
138 | text-align: justify; |
139 | }
|
139 | }
|
140 | 140 | ||
141 | li p {
|
141 | li p {
|
142 | line-height: normal; |
142 | line-height: normal; |
143 | }
|
143 | }
|
144 | 144 | ||
145 | p:first-child { |
145 | p:first-child { |
146 | margin-top: 0; |
146 | margin-top: 0; |
147 | }
|
147 | }
|
148 | 148 | ||
149 | .instruction { |
149 | .instruction { |
150 | background-color: #000; |
150 | background-color: #000; |
151 | color: #f90; |
151 | color: #f90; |
152 | font-size: 136%; |
152 | font-size: 136%; |
153 | }
|
153 | }
|
154 | 154 | ||
155 | [title] |
155 | [title] |
156 | {
|
156 | {
|
157 | cursor: help; |
157 | cursor: help; |
158 | }
|
158 | }
|
159 | 159 | ||
160 | /* Language support */
|
160 | /* Language support */
|
161 | 161 | ||
162 | [lang^="x-vulcan-latin"] { |
162 | [lang^="x-vulcan-latin"] { |
163 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
163 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
164 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
164 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
165 | Geneva, Arial, Helvetica, sans-serif; |
165 | Geneva, Arial, Helvetica, sans-serif; |
166 | }
|
166 | }
|
- | 167 | ||
- | 168 | /* HTML5 elements */
|
|
- | 169 | ||
- | 170 | nav |
|
- | 171 | {
|
|
- | 172 | display: block; |
|
- | 173 | }
|
|
167 | 174 |