Rev 144 | Rev 171 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 144 | Rev 164 | ||
---|---|---|---|
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 | /* Resource expires in HTTP/1.1 caches 24h after last retrieval */
|
4 | /* Resource expires in HTTP/1.1 caches 24h after last retrieval */
|
5 | @header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');
|
5 | @header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');
|
6 | 6 | ||
7 | /* Resource expires in HTTP/1.1 caches 24h after last retrieval */
|
7 | /* Resource expires in HTTP/1.1 caches 24h after last retrieval */
|
8 | @header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
|
8 | @header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' 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(/styles/fonts/LCARS.ttf); |
19 | src: local("LCARS"), url(/styles/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(/styles/fonts/HAETTEN0.eot), url(/styles/fonts/HAETTENS.ttf); |
27 | src: url(/styles/fonts/HAETTEN0.eot), url(/styles/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(/styles/fonts/WEBDING0.eot);
|
35 | src:url(/styles/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(/styles/fonts/ZurichXCn.pfr); |
43 | src: url(/styles/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, body { |
|
- | 57 | -webkit-font-smoothing: antialiased; |
|
- | 58 | }
|
|
- | 59 | ||
56 | html {
|
60 | html {
|
57 | background-color: #000; |
61 | background-color: #000; |
58 | color: #99f; |
62 | color: #99f; |
59 | }
|
63 | }
|
60 | 64 | ||
61 | body {
|
65 | body {
|
62 | background-color: #000; |
66 | background-color: #000; |
63 | color: #99f; |
67 | color: #99f; |
64 | font-size: 131%; |
68 | font-size: 131%; |
65 | overflow: auto; |
69 | overflow: auto; |
66 | }
|
70 | }
|
67 | 71 | ||
68 | body.empty { |
72 | body.empty { |
69 | margin-top: 2.4em; |
73 | margin-top: 2.4em; |
70 | margin-left: 0.2em; |
74 | margin-left: 0.2em; |
71 | margin-bottom: 2.5em; |
75 | margin-bottom: 2.5em; |
72 | }
|
76 | }
|
73 | 77 | ||
74 | #content { |
78 | #content { |
75 | margin: 0; |
79 | margin: 0; |
76 | margin-right: 1em; |
80 | margin-right: 1em; |
77 | }
|
81 | }
|
78 | 82 | ||
79 | .empty #content { |
83 | .empty #content { |
80 | margin: 0 2.5em; |
84 | margin: 0 2.5em; |
81 | }
|
85 | }
|
82 | 86 | ||
83 | a {
|
87 | a {
|
84 | text-decoration: none; |
88 | text-decoration: none; |
85 | }
|
89 | }
|
86 | 90 | ||
87 | a:link:hover, |
91 | a:link:hover, |
88 | a:link:focus |
92 | a:link:focus |
89 | {
|
93 | {
|
90 | /* background-color:#000; */
|
94 | /* background-color:#000; */
|
91 | color: #f90; |
95 | color: #f90; |
92 | }
|
96 | }
|
93 | 97 | ||
94 | a:link:active { |
98 | a:link:active { |
95 | /* background-color:#000; */
|
99 | /* background-color:#000; */
|
96 | color: #fff; |
100 | color: #fff; |
97 | }
|
101 | }
|
98 | 102 | ||
99 | a:link { |
103 | a:link { |
100 | /* background-color:#000; */
|
104 | /* background-color:#000; */
|
101 | color: #fc9; |
105 | color: #fc9; |
102 | }
|
106 | }
|
103 | 107 | ||
104 | a:visited:hover, |
108 | a:visited:hover, |
105 | a:visited:focus |
109 | a:visited:focus |
106 | {
|
110 | {
|
107 | /* background-color:#000; */
|
111 | /* background-color:#000; */
|
108 | color: #f90; |
112 | color: #f90; |
109 | }
|
113 | }
|
110 | 114 | ||
111 | a:visited:active { |
115 | a:visited:active { |
112 | /* background-color: #000; */
|
116 | /* background-color: #000; */
|
113 | color: #fff; |
117 | color: #fff; |
114 | }
|
118 | }
|
115 | 119 | ||
116 | a:hover, |
120 | a:hover, |
117 | a:focus, |
121 | a:focus, |
118 | a:active
|
122 | a:active
|
119 | {
|
123 | {
|
120 | text-decoration: underline; |
124 | text-decoration: underline; |
121 | }
|
125 | }
|
122 | 126 | ||
123 | a:visited { |
127 | a:visited { |
124 | /* background-color: #000; */
|
128 | /* background-color: #000; */
|
125 | color: #c9c; |
129 | color: #c9c; |
126 | }
|
130 | }
|
127 | 131 | ||
128 | h2 {
|
132 | h2 {
|
129 | background-color: #000; |
133 | background-color: #000; |
130 | color: #fff; |
134 | color: #fff; |
131 | font-size: 136%; |
135 | font-size: 136%; |
132 | }
|
136 | }
|
133 | 137 | ||
134 | p {
|
138 | p {
|
135 | margin-top: 1em; |
139 | margin-top: 1em; |
136 | margin-bottom: 0; |
140 | margin-bottom: 0; |
137 | line-height: 1.5; |
141 | line-height: 1.5; |
138 | text-align: justify; |
142 | text-align: justify; |
139 | }
|
143 | }
|
140 | 144 | ||
141 | li p {
|
145 | li p {
|
142 | line-height: normal; |
146 | line-height: normal; |
143 | }
|
147 | }
|
144 | 148 | ||
145 | p:first-child { |
149 | p:first-child { |
146 | margin-top: 0; |
150 | margin-top: 0; |
147 | }
|
151 | }
|
148 | 152 | ||
149 | .instruction { |
153 | .instruction { |
150 | background-color: #000; |
154 | background-color: #000; |
151 | color: #f90; |
155 | color: #f90; |
152 | font-size: 136%; |
156 | font-size: 136%; |
153 | }
|
157 | }
|
154 | 158 | ||
155 | .offline { |
159 | .offline { |
156 | background-color: #000; |
160 | background-color: #000; |
157 | color: #f00; |
161 | color: #f00; |
158 | }
|
162 | }
|
159 | 163 | ||
160 | .unavailable { |
164 | .unavailable { |
161 | background-color: #000; |
165 | background-color: #000; |
162 | color: #39f; |
166 | color: #39f; |
163 | }
|
167 | }
|
164 | 168 | ||
165 | [title] |
169 | [title] |
166 | {
|
170 | {
|
167 | cursor: help; |
171 | cursor: help; |
168 | }
|
172 | }
|
169 | 173 | ||
170 | /* Language support */
|
174 | /* Language support */
|
171 | 175 | ||
172 | [lang^="x-vulcan-latin"] { |
176 | [lang^="x-vulcan-latin"] { |
173 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
177 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
174 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
178 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
175 | Geneva, Arial, Helvetica, sans-serif; |
179 | Geneva, Arial, Helvetica, sans-serif; |
176 | }
|
180 | }
|