Subversion Repositories LCARS

Rev

Rev 116 | Rev 135 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?php
header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
 
/* Resource expires in HTTP/1.1 caches 24h after last retrieval */
header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');

/* Resource expires in HTTP/1.1 caches 24h after last retrieval */
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
 
header('Content-Type: text/css; charset=UTF-8');
?>@charset "UTF-8";

/* Basic fonts */

@font-face {
  font-family: "LCARS";
  font-style: normal;
  font-weight: normal;
  src: local("LCARS"), url(fonts/LCARS.ttf);
}

/* EOT font created with WEFT on 2002-03-23 */
@font-face {
  font-family: "Downloadable Haettenschweiler";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf);
}

/*
@font-face {
  font-family:Webdings;
  font-style:normal;
  font-weight:normal;
  src:url(fonts/WEBDING0.eot);
}
*/


@font-face {
  font-family: "Downloadable Zurich XCn BT";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/ZurichXCn.pfr);
}

/* Basic display */

* {
  font-family: "LCARS",
    Haettenschweiler, "Downloadable Haettenschweiler",
    "Zurich XCn BT", "Downloadable Zurich XCn BT",
    impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

html {
  background-color: #000;
  color: #99f;
}

body {
  background-color: #000;
  color: #99f;
  font-size: 131%;
  overflow: auto;
}

body.empty {
  margin-top: 2.4em;
  margin-left: 0.2em;
  margin-bottom: 2.5em;
}

#content {
  margin: 0;
  margin-right: 1em;
}

.empty #content {
  margin: 0 2.5em;
}

a {
  text-decoration: none;
}

a:link:hover,
a:link:focus
{
  /* background-color:#000; */
  color: #f90;
}

a:link:active {
  /* background-color:#000; */
  color: #fff;
}

a:link {
  /* background-color:#000; */
  color: #fc9;
}

a:visited:hover,
a:visited:focus
{
  /* background-color:#000; */
  color: #f90;
}

a:visited:active {
  /* background-color: #000; */
  color: #fff;
}

a:hover,
a:focus,
a:active
{
  text-decoration: underline;
}

a:visited {
  /* background-color: #000; */
  color: #c9c;
}

h2 {
  background-color: #000;
  color: #fff;
  font-size: 136%;
}

p {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: justify;
}

li p {
  line-height: normal;
}

p:first-child {
  margin-top: 0;
}

.instruction {
  background-color: #000;
  color: #f90;
  font-size: 136%;
}

[title]
{
  cursor: help;
}

/* Language support */

[lang^="x-vulcan-latin"] {
  font-family: "URW Chancery L", "Matura MT Script Capitals",
    Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
    Geneva, Arial, Helvetica, sans-serif;
}