Rev 198 | Rev 236 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 198 | Rev 207 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | ?>@charset "UTF-8"; |
11 | ?>@charset "UTF-8"; |
12 | 12 | ||
13 | /* Basic fonts */
|
13 | /* Basic fonts */
|
14 | 14 | ||
15 | @font-face {
|
15 | @font-face {
|
16 | font-family: "LCARS"; |
16 | font-family: LCARS; |
17 | font-style: normal; |
17 | font-style: normal; |
18 | font-weight: normal; |
18 | font-weight: normal; |
- | 19 | src: local('LCARS'), |
|
19 | src: local("LCARS"), url(/styles/fonts/LCARS.ttf); |
20 | url(/styles/fonts/LCARS.ttf), |
- | 21 | url(/styles/fonts/LCARS.ttf.svg#LCARS) format('svg'), |
|
- | 22 | url(/styles/fonts/LCARS.ttf.woff) format('woff'), |
|
- | 23 | url(/styles/fonts/LCARS.ttf.eot), |
|
- | 24 | url(/styles/fonts/LCARS.ttf.eot?#iefix) format('embedded-opentype'); |
|
20 | }
|
25 | }
|
21 | 26 | ||
22 | /* EOT font created with WEFT on 2002-03-23 */
|
27 | /* EOT font created with WEFT on 2002-03-23 */
|
23 | @font-face {
|
28 | @font-face {
|
24 | font-family: "Downloadable Haettenschweiler"; |
29 | font-family: "Downloadable Haettenschweiler"; |
25 | font-style: normal; |
30 | font-style: normal; |
26 | font-weight: normal; |
31 | font-weight: normal; |
27 | src: url(/styles/fonts/HAETTEN0.eot), url(/styles/fonts/HAETTENS.ttf); |
32 | src: url(/styles/fonts/HAETTEN0.eot), |
- | 33 | url(/styles/fonts/HAETTENS.ttf); |
|
28 | }
|
34 | }
|
29 | 35 | ||
30 | /*
|
36 | /*
|
31 | @font-face {
|
37 | @font-face {
|
32 | font-family:Webdings;
|
38 | font-family:Webdings;
|
Line 183... | Line 189... | ||
183 | cursor: help; |
189 | cursor: help; |
184 | }
|
190 | }
|
185 | 191 | ||
186 | /* Language support */
|
192 | /* Language support */
|
187 | 193 | ||
- | 194 | /* Languages where character case matters */
|
|
- | 195 | [lang="ru"], |
|
- | 196 | [lang="ru"] .text, |
|
- | 197 | [lang^="tlh-Latn"], |
|
188 | [lang^="x-vulcan-latin"] { |
198 | [lang^="tlh-Latn"] * { |
- | 199 | text-transform: none !important; |
|
- | 200 | }
|
|
- | 201 | ||
- | 202 | /* Vulcan */
|
|
- | 203 | #greeting [lang^="vuh-Latn"] { |
|
189 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
204 | font-family: "URW Chancery L", "Matura MT Script Capitals", |
190 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
205 | Haettenschweiler, Haettens, "Zurich XCn BT", impact, Verdana, |
191 | Geneva, Arial, Helvetica, sans-serif; |
206 | Geneva, Arial, Helvetica, sans-serif; |
192 | }
|
- | |
193 | 207 | }
|
|
- | 208 | ||
- | 209 | .button[lang^="vuh"] .text { |
|
- | 210 | text-overflow: "—" !important; |
|
- | 211 | }
|
|
- | 212 |