Subversion Repositories LCARS

Rev

Rev 207 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 207 Rev 236
Line 88... Line 88...
88
}
88
}
89
89
90
body.empty {
90
body.empty {
91
  margin-top: 2.4em;
91
  margin-top: 2.4em;
92
  margin-left: 0.2em;
92
  margin-left: 0.2em;
93
  margin-bottom: 2.5em;
93
  margin-bottom: 3em;
94
}
94
}
95
95
96
#content {
96
#content {
97
  margin: 0;
97
  margin: 0;
98
  margin-right: 1em;
98
  margin-right: 1em;
Line 154... Line 154...
154
}
154
}
155
155
156
p {
156
p {
157
  margin-top: 1em;
157
  margin-top: 1em;
158
  margin-bottom: 0;
158
  margin-bottom: 0;
159
  line-height: 1.5;
159
  line-height: 1.2;
160
  text-align: justify;
160
  text-align: justify;
161
}
161
}
162
162
163
li p {
163
li p {
164
  line-height: normal;
164
  line-height: normal;
Line 191... Line 191...
191
191
192
/* Language support */
192
/* Language support */
193
193
194
/* Languages where character case matters */
194
/* Languages where character case matters */
195
[lang="ru"],
195
[lang="ru"],
196
[lang="ru"] .text,
196
[lang="ru"] .text
197
[lang^="tlh-Latn"],
-
 
198
[lang^="tlh-Latn"] * {
197
{
199
  text-transform: none !important;
198
  text-transform: none !important;
200
}
199
}
201
200
202
/* Vulcan */
201
/* Vulcan */
203
#greeting [lang^="vuh-Latn"] {
202
#greeting [lang^="vuh-Latn"] {
204
  font-family: "URW Chancery L", "Matura MT Script Capitals",
203
  font-family: "URW Chancery L", "Matura MT Script Capitals",
205
    Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
204
    Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana,
206
    Geneva, Arial, Helvetica, sans-serif;
205
    Geneva, Arial, Helvetica, sans-serif;
207
}
206
}
208
-
 
209
.button[lang^="vuh"] .text {
-
 
210
  text-overflow: "—" !important;
-
 
211
}
-