Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 206 → Rev 207

/branches/live/styles/lcars-basic.css
13,10 → 13,15
/* Basic fonts */
 
@font-face {
font-family: "LCARS";
font-family: LCARS;
font-style: normal;
font-weight: normal;
src: local("LCARS"), url(/styles/fonts/LCARS.ttf);
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');
}
 
/* EOT font created with WEFT on 2002-03-23 */
24,7 → 29,8
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);
}
 
/*
185,8 → 191,21
 
/* Language support */
 
[lang^="x-vulcan-latin"] {
/* 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"] {
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;
}