Subversion Repositories LCARS

Rev

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

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