Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 236 → Rev 220

/branches/live/styles/lcars22.css
189,7 → 189,7
padding-right: 0.1em;
background-color: #000;
padding-left: 0.1em;
text-transform: uppercase !important;
text-transform: uppercase;
white-space: nowrap;
}
 
717,11 → 717,10
position: absolute;
bottom: 0;
right: 0.2em;
max-width: 4.2em;
max-width: 4em;
max-height: 3.6em;
text-align: right;
overflow: hidden;
word-wrap: break-word;
}
 
.multi-display .upper .elbo
741,7 → 740,7
position: absolute;
top: 0;
right: 1.2em;
max-width: 4.2em;
max-width: 4em;
max-height: 2.2em;
text-align: right;
overflow: hidden;
984,13 → 983,9
padding: 0 0.1em;
background-color: #000;
color: #f90;
font-family: "LCARS",
Haettenschweiler, "Downloadable Haettenschweiler",
"Zurich XCn BT", "Downloadable Zurich XCn BT",
impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 2.4em;
text-transform: uppercase !important;
text-transform: uppercase;
line-height: 0.9;
}
 
<?php require_once 'lcars-responsive.css'; ?>
<?php require_once 'lcars-responsive.css'; ?>
/branches/live/styles/lcars-basic.css
90,7 → 90,7
body.empty {
margin-top: 2.4em;
margin-left: 0.2em;
margin-bottom: 3em;
margin-bottom: 2.5em;
}
 
#content {
156,7 → 156,7
p {
margin-top: 1em;
margin-bottom: 0;
line-height: 1.2;
line-height: 1.5;
text-align: justify;
}
 
193,8 → 193,9
 
/* Languages where character case matters */
[lang="ru"],
[lang="ru"] .text
{
[lang="ru"] .text,
[lang^="tlh-Latn"],
[lang^="tlh-Latn"] * {
text-transform: none !important;
}
 
204,3 → 205,7
Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
Geneva, Arial, Helvetica, sans-serif;
}
 
.button[lang^="vuh"] .text {
text-overflow: "—" !important;
}