Subversion Repositories LCARS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
235 PointedEar 1
<?php
2
@header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
3
 
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');
6
 
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');
9
 
10
@header('Content-Type: text/css; charset=UTF-8');
11
?>@charset "UTF-8";
12
 
13
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
14
 
15
[lang^="tlh"],
16
[lang^="tlh-Latn"] *,
17
[lang^="tlh-Latn"] > *,
18
[lang^="tlh-Latn"] #bow-top .text span
19
{
20
  text-transform: none !important;
21
}
22
 
23
@font-face {
24
  font-family: 'Klingon pIqaD HaSta';
25
  font-style: normal;
26
  font-weight: normal;
27
  src: url('/styles/fonts/Klingon-pIqaD-HaSta-optimized.ttf'),
28
       url('/styles/fonts/Klingon-pIqaD-HaSta-optimized.svg#klingon_piqad_hastaregular') format('svg'),
29
       url('/styles/fonts/Klingon-pIqaD-HaSta-optimized.woff') format('woff'),
30
       url('/styles/fonts/Klingon-pIqaD-HaSta-optimized.eot'),
31
       url('/styles/fonts/Klingon-pIqaD-HaSta-optimized.eot?#iefix') format('embedded-opentype');
32
}
33
 
34
[lang^="tlh-pIqaD"] > * > *,
35
[lang^="tlh-pIqaD"] > *,
36
[lang^="tlh-pIqaD"]
37
{
38
  font-family: "Klingon pIqaD HaSta";
39
}
40
 
41
[lang^="tlh"] [lang^="en"]
42
{
43
  font-family: "LCARS",
44
    Haettenschweiler, "Downloadable Haettenschweiler",
45
    "Zurich XCn BT", "Downloadable Zurich XCn BT",
46
    impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
47
}