Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 234 → Rev 235

/trunk/styles/lcars-basic.css
90,7 → 90,7
body.empty {
margin-top: 2.4em;
margin-left: 0.2em;
margin-bottom: 2.5em;
margin-bottom: 3em;
}
 
#content {
156,7 → 156,7
p {
margin-top: 1em;
margin-bottom: 0;
line-height: 1.5;
line-height: 1.2;
text-align: justify;
}
 
192,12 → 192,14
/* Language support */
 
/* Languages where character case matters */
[lang^="tlh-Latn"],
[lang^="tlh-Latn"] * {
text-transform: none !important;
 
/* Klingon pIqaD needs extra font; support moved to lcars-klingon.css */
 
/* Vulcan */
.button[lang^="vuh"] .text {
text-overflow: "—" !important;
}
 
/* Vulcan */
#greeting [lang^="vuh-Latn"] {
font-family: "URW Chancery L", "Matura MT Script Capitals",
Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
204,6 → 206,10
Geneva, Arial, Helvetica, sans-serif;
}
 
.button[lang^="vuh"] .text {
text-overflow: "—" !important;
[lang^="vuh-Media"],
[lang^="vuh-Media"] *,
[lang^="vuh-Media"] > *,
[lang^="vuh-Media"] #bow-top .text span
{
text-transform: none !important;
}