Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 235 → Rev 236

/branches/live/styles/lcars22.css
189,7 → 189,7
padding-right: 0.1em;
background-color: #000;
padding-left: 0.1em;
text-transform: uppercase;
text-transform: uppercase !important;
white-space: nowrap;
}
 
717,10 → 717,11
position: absolute;
bottom: 0;
right: 0.2em;
max-width: 4em;
max-width: 4.2em;
max-height: 3.6em;
text-align: right;
overflow: hidden;
word-wrap: break-word;
}
 
.multi-display .upper .elbo
740,7 → 741,7
position: absolute;
top: 0;
right: 1.2em;
max-width: 4em;
max-width: 4.2em;
max-height: 2.2em;
text-align: right;
overflow: hidden;
983,9 → 984,13
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;
text-transform: uppercase !important;
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: 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;
}
 
193,9 → 193,8
 
/* Languages where character case matters */
[lang="ru"],
[lang="ru"] .text,
[lang^="tlh-Latn"],
[lang^="tlh-Latn"] * {
[lang="ru"] .text
{
text-transform: none !important;
}
 
205,7 → 204,3
Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
Geneva, Arial, Helvetica, sans-serif;
}
 
.button[lang^="vuh"] .text {
text-overflow: "—" !important;
}