Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 207 → Rev 206

/branches/live/styles/lcars-basic.css
13,15 → 13,10
/* Basic fonts */
 
@font-face {
font-family: LCARS;
font-family: "LCARS";
font-style: normal;
font-weight: normal;
src: local('LCARS'),
url(/styles/fonts/LCARS.ttf),
url(/styles/fonts/LCARS.ttf.svg#LCARS) format('svg'),
url(/styles/fonts/LCARS.ttf.woff) format('woff'),
url(/styles/fonts/LCARS.ttf.eot),
url(/styles/fonts/LCARS.ttf.eot?#iefix) format('embedded-opentype');
src: local("LCARS"), url(/styles/fonts/LCARS.ttf);
}
 
/* EOT font created with WEFT on 2002-03-23 */
29,8 → 24,7
font-family: "Downloadable Haettenschweiler";
font-style: normal;
font-weight: normal;
src: url(/styles/fonts/HAETTEN0.eot),
url(/styles/fonts/HAETTENS.ttf);
src: url(/styles/fonts/HAETTEN0.eot), url(/styles/fonts/HAETTENS.ttf);
}
 
/*
191,21 → 185,8
 
/* Language support */
 
/* Languages where character case matters */
[lang="ru"],
[lang="ru"] .text,
[lang^="tlh-Latn"],
[lang^="tlh-Latn"] * {
text-transform: none !important;
}
 
/* Vulcan */
#greeting [lang^="vuh-Latn"] {
[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;
}
 
.button[lang^="vuh"] .text {
text-overflow: "—" !important;
}
}