Rev 110 | Rev 116 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 110 | Rev 111 | ||
---|---|---|---|
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: 2.4em; |
69 | margin-top: 2.4em; |
70 | margin-left: 0.2em; |
70 | margin-left: 0.2em; |
71 | margin-bottom: 2.5em; |
71 | margin-bottom: 2.5em; |
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 | margin: 0; |
80 | margin-right: 1em; |
80 | margin-right: 1em; |
81 | }
|
81 | }
|
82 | 82 | ||
83 | .empty #content { |
83 | .empty #content { |
84 | /* position: relative; */
|
- | |
85 | margin-left: 1em; |
84 | margin: 0 2.5em; |
86 | }
|
85 | }
|
87 | 86 | ||
88 | a {
|
87 | a {
|
89 | text-decoration: none; |
88 | text-decoration: none; |
90 | }
|
89 | }
|
91 | 90 | ||
92 | a:link:hover, |
91 | a:link:hover, |
93 | a:link:focus |
92 | a:link:focus |
94 | {
|
93 | {
|
95 | /* background-color:#000; */
|
94 | /* background-color:#000; */
|
96 | color: #f90; |
95 | color: #f90; |
97 | }
|
96 | }
|
98 | 97 | ||
99 | a:link:active { |
98 | a:link:active { |
100 | /* background-color:#000; */
|
99 | /* background-color:#000; */
|
101 | color: #fff; |
100 | color: #fff; |
102 | }
|
101 | }
|
103 | 102 | ||
104 | a:link { |
103 | a:link { |
105 | /* background-color:#000; */
|
104 | /* background-color:#000; */
|
106 | color: #fc9; |
105 | color: #fc9; |
107 | }
|
106 | }
|
108 | 107 | ||
109 | a:visited:hover, |
108 | a:visited:hover, |
110 | a:visited:focus |
109 | a:visited:focus |
111 | {
|
110 | {
|
112 | /* background-color:#000; */
|
111 | /* background-color:#000; */
|
113 | color: #f90; |
112 | color: #f90; |
114 | }
|
113 | }
|
115 | 114 | ||
116 | a:visited:active { |
115 | a:visited:active { |
117 | /* background-color: #000; */
|
116 | /* background-color: #000; */
|
118 | color: #fff; |
117 | color: #fff; |
119 | }
|
118 | }
|
120 | 119 | ||
121 | a:hover, |
120 | a:hover, |
122 | a:focus, |
121 | a:focus, |
123 | a:active
|
122 | a:active
|
124 | {
|
123 | {
|
125 | text-decoration: underline; |
124 | text-decoration: underline; |
126 | }
|
125 | }
|
127 | 126 | ||
128 | a:visited { |
127 | a:visited { |
129 | /* background-color: #000; */
|
128 | /* background-color: #000; */
|
130 | color: #c9c; |
129 | color: #c9c; |
131 | }
|
130 | }
|
132 | 131 | ||
133 | h2 {
|
132 | h2 {
|
134 | background-color: #000; |
133 | background-color: #000; |
135 | color: #fff; |
134 | color: #fff; |
136 | font-size: 136%; |
135 | font-size: 136%; |
137 | }
|
136 | }
|
138 | 137 | ||
139 | p {
|
138 | p {
|
140 | margin-top: 1em; |
139 | margin-top: 1em; |
141 | margin-bottom: 0; |
140 | margin-bottom: 0; |
142 | line-height: 1.5; |
141 | line-height: 1.5; |
143 | text-align: justify; |
142 | text-align: justify; |
144 | }
|
143 | }
|
145 | 144 | ||
146 | li p {
|
145 | li p {
|
147 | line-height: normal; |
146 | line-height: normal; |
148 | }
|
147 | }
|
149 | 148 | ||
150 | p:first-child { |
149 | p:first-child { |
151 | margin-top: 0; |
150 | margin-top: 0; |
152 | }
|
151 | }
|
153 | 152 | ||
154 | .instruction { |
153 | .instruction { |
155 | background-color: #000; |
154 | background-color: #000; |
156 | color: #f90; |
155 | color: #f90; |
157 | font-size: 136%; |
156 | font-size: 136%; |
158 | }
|
157 | }
|
159 | 158 | ||
160 | [title] |
159 | [title] |
161 | {
|
160 | {
|
162 | cursor: help; |
161 | cursor: help; |
163 | }
|
162 | }
|
164 | 163 | ||
165 | /* Language support */
|
164 | /* Language support */
|
166 | 165 | ||
167 | [lang^="x-vulcan-latin"] { |
166 | [lang^="x-vulcan-latin"] { |
168 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
167 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
169 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
168 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
170 | Geneva, Arial, Helvetica, sans-serif; |
169 | Geneva, Arial, Helvetica, sans-serif; |
171 | }
|
170 | }
|
172 | 171 | ||
173 | /* HTML5 elements */
|
172 | /* HTML5 elements */
|
174 | 173 | ||
175 | nav |
174 | nav |
176 | {
|
175 | {
|
177 | display: block; |
176 | display: block; |
178 | }
|
177 | }
|