Subversion Repositories LCARS

Rev

Rev 74 | Rev 88 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 83
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
?>
-
 
12
@CHARSET "UTF-8";
11
?>@charset "UTF-8";
13
12
14
/* Basic fonts */
13
/* Basic fonts */
15
14
16
@font-face {
15
@font-face {
17
  font-family: "LCARS";
16
  font-family: "LCARS";
18
  font-style: normal;
17
  font-style: normal;
19
  font-weight: normal;
18
  font-weight: normal;
20
  src: local("LCARS"), url(fonts/LCARS.ttf);
19
  src: local("LCARS"), url(fonts/LCARS.ttf);
21
}
20
}
22
21
23
/* EOT font created with WEFT on 2002-03-23 */
22
/* EOT font created with WEFT on 2002-03-23 */
24
@font-face {
23
@font-face {
25
  font-family: "Downloadable Haettenschweiler";
24
  font-family: "Downloadable Haettenschweiler";
26
  font-style: normal;
25
  font-style: normal;
27
  font-weight: normal;
26
  font-weight: normal;
28
  src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf);
27
  src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf);
29
}
28
}
30
29
31
/*
30
/*
32
@font-face {
31
@font-face {
33
  font-family:Webdings;
32
  font-family:Webdings;
34
  font-style:normal;
33
  font-style:normal;
35
  font-weight:normal;
34
  font-weight:normal;
36
  src:url(fonts/WEBDING0.eot);
35
  src:url(fonts/WEBDING0.eot);
37
}
36
}
38
*/
37
*/
39
38
40
@font-face {
39
@font-face {
41
  font-family: "Downloadable Zurich XCn BT";
40
  font-family: "Downloadable Zurich XCn BT";
42
  font-style: normal;
41
  font-style: normal;
43
  font-weight: normal;
42
  font-weight: normal;
44
  src: url(fonts/ZurichXCn.pfr);
43
  src: url(fonts/ZurichXCn.pfr);
45
}
44
}
46
45
47
/* Basic display */
46
/* Basic display */
48
47
49
* {
48
* {
50
  font-family: "LCARS",
49
  font-family: "LCARS",
51
    Haettenschweiler, "Downloadable Haettenschweiler",
50
    Haettenschweiler, "Downloadable Haettenschweiler",
52
    "Zurich XCn BT", "Downloadable Zurich XCn BT",
51
    "Zurich XCn BT", "Downloadable Zurich XCn BT",
53
    impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
52
    impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
54
  font-weight: normal;
53
  font-weight: normal;
55
}
54
}
56
55
57
html {
56
html {
58
  background-color: #000;
57
  background-color: #000;
59
  color: #99f;
58
  color: #99f;
60
}
59
}
61
60
62
body {
61
body {
63
  background-color: #000;
62
  background-color: #000;
64
  color: #99f;
63
  color: #99f;
65
  font-size: 131%;
64
  font-size: 131%;
66
  overflow: auto;
65
  overflow: auto;
67
}
66
}
68
67
69
body.empty {
68
body.empty {
70
  margin-top: 3em;
69
  margin-top: 3em;
71
  margin-left: 0.2em;
70
  margin-left: 0.2em;
72
  margin-bottom: 3em;
71
  margin-bottom: 3em;
73
}
72
}
74
73
75
body.multi {
74
body.multi {
76
  /* TODO from lcars21.css, use `em' instead */
75
  /* TODO from lcars21.css, use `em' instead */
77
}
76
}
78
77
79
#content {
78
#content {
80
  /* position: relative; */
79
  /* position: relative; */
81
  margin-right: 1em;
80
  margin-right: 1em;
82
}
81
}
83
82
84
a {
83
a {
85
  text-decoration: none;
84
  text-decoration: none;
86
}
85
}
87
86
88
a:link:hover,
87
a:link:hover,
89
a:link:focus
88
a:link:focus
90
{
89
{
91
  /* background-color:#000; */
90
  /* background-color:#000; */
92
  color: #f90;
91
  color: #f90;
93
}
92
}
94
93
95
a:link:active {
94
a:link:active {
96
  /* background-color:#000; */
95
  /* background-color:#000; */
97
  color: #fff;
96
  color: #fff;
98
}
97
}
99
98
100
a:link {
99
a:link {
101
  /* background-color:#000; */
100
  /* background-color:#000; */
102
  color: #fc9;
101
  color: #fc9;
103
}
102
}
104
103
105
a:visited:hover,
104
a:visited:hover,
106
a:visited:focus
105
a:visited:focus
107
{
106
{
108
  /* background-color:#000; */
107
  /* background-color:#000; */
109
  color: #f90;
108
  color: #f90;
110
}
109
}
111
110
112
a:visited:active {
111
a:visited:active {
113
  /* background-color: #000; */
112
  /* background-color: #000; */
114
  color: #fff;
113
  color: #fff;
115
}
114
}
116
115
117
a:hover,
116
a:hover,
118
a:focus,
117
a:focus,
119
a:active
118
a:active
120
{
119
{
121
  text-decoration: underline;
120
  text-decoration: underline;
122
}
121
}
123
122
124
a:visited {
123
a:visited {
125
  /* background-color: #000; */
124
  /* background-color: #000; */
126
  color: #c9c;
125
  color: #c9c;
127
}
126
}
128
127
129
h2 {
128
h2 {
130
  background-color: #000;
129
  background-color: #000;
131
  color: #fff;
130
  color: #fff;
132
  font-size: 136%;
131
  font-size: 136%;
133
}
132
}
134
133
135
p {
134
p {
136
  margin-top: 1em;
135
  margin-top: 1em;
137
  margin-bottom: 0;
136
  margin-bottom: 0;
138
  line-height: 1.5;
137
  line-height: 1.5;
139
  text-align: justify;
138
  text-align: justify;
140
}
139
}
141
140
142
li p {
141
li p {
143
  line-height: normal;
142
  line-height: normal;
144
}
143
}
145
144
146
p:first-child {
145
p:first-child {
147
  margin-top: 0;
146
  margin-top: 0;
148
}
147
}
149
148
150
.instruction {
149
.instruction {
151
  background-color: #000;
150
  background-color: #000;
152
  color: #f90;
151
  color: #f90;
153
  font-size: 136%;
152
  font-size: 136%;
154
}
153
}
-
 
154
-
 
155
[title]
-
 
156
{
-
 
157
  cursor: help;
-
 
158
}
155
159
156
/* Language support */
160
/* Language support */
157
161
158
[lang^="x-vulcan-latin"] {
162
[lang^="x-vulcan-latin"] {
159
  font-family: "URW Chancery L", "Matura MT Script Capitals",
163
  font-family: "URW Chancery L", "Matura MT Script Capitals",
160
    Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
164
    Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
161
    Geneva, Arial, Helvetica, sans-serif;
165
    Geneva, Arial, Helvetica, sans-serif;
162
}
166
}
163
 
167