Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 17 → Rev 18

/trunk/styles/lcars.css
1,42 → 1,53
/* <title>CSS for PointedEars' LCARS, version 2.053, stardate 200712.02</title>
*/
/*
* <title>CSS for PointedEars' LCARS, version 2.054, stardate 200712.02</title>
*/
 
/* basic fonts */
 
/* $WEFT -- Created by:Thomas 'PointedEars' Lahn (webmaster@PointedEars.de)
on 2002-03-23 -- */
@font-face {
font-family:Haettens;
font-style:normal;
font-weight:normal;
src:url(HAETTEN0.eot);
font-family: "Downloadable LCARS";
font-style: normal;
font-weight: normal;
src: url(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(HAETTEN0.eot), url(HAETTENS.ttf);
}
 
/*
@font-face {
font-family:Webdings;
font-style:normal;
font-weight:normal;
src:url(WEBDING0.eot);
}
*/
*/
 
@font-face {
font-family:"Zurich XCn BT";
src:url(ZurichXCn.pfr);
font-family: "Downloadable Zurich XCn BT";
font-style: normal;
font-weight: normal;
src: url(ZurichXCn.pfr);
}
 
/* basic display */
 
* {
font-family:LCARS, Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
font-family: LCARS, "Downloadable LCARS",
Haettenschweiler, "Downloadable Haettenschweiler",
"Zurich XCn BT", "Downloadable Zurich XCn BT",
impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
}
 
body {
cursor:default;
font-size:123%; /*110%*/
font-size:134%; /*129%*/
background-color:#000;
color:#ccf; /* #afbfe0; #69F; */
margin:0 10px;
82,6 → 93,10
margin-bottom:1em;
}
 
div, p, li, th, td {
max-width: 60ex;
}
 
small {
font-size:100%;
}
102,6 → 117,11
white-space:nowrap;
}
 
abbr, acronym {
border-bottom: 1px solid dotted;
cursor: help;
}
 
span.cap {
font-variant:small-caps;
}
160,7 → 180,7
h5 {
margin-top:2em;
margin-bottom:1em;
font-size:110%;
font-size:111%;
font-weight:normal;
color:#fc6;
background-color:black;
355,6 → 375,10
overflow-x: hidden !important;
}
 
table>tbody.scroll tr {
height: auto;
}
 
/*
* ... and make enough room so that the text won't flow under the
* vertical scrollbar. However, that is still a dirty hack as we
375,7 → 399,7
text-align:left;
background-color:#c66;
color:#000;
font-size:110%;
font-size: 133%;
font-weight:normal;
}
 
398,7 → 422,7
padding-left:4px;
background-color:inherit;
color:inherit;
font-size:110%;
font-size:133%;
}
 
/* hover table */