|
525
|
1 |
/* |
|
|
2 |
YUI 3.10.3 (build 2fb5187) |
|
|
3 |
Copyright 2013 Yahoo! Inc. All rights reserved. |
|
|
4 |
Licensed under the BSD License. |
|
|
5 |
http://yuilibrary.com/license/ |
|
|
6 |
*/ |
|
|
7 |
|
|
|
8 |
.yui3-app-transitioning .yui3-app-views, |
|
|
9 |
.yui3-app-views.yui3-app-transitioning { |
|
|
10 |
overflow-x: hidden; |
|
|
11 |
position: relative; |
|
|
12 |
white-space: nowrap; |
|
|
13 |
letter-spacing: -0.31em; /* webkit: collapse white-space between units */ |
|
|
14 |
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ |
|
|
15 |
} |
|
|
16 |
/* Opera as of 12 on Windows needs word-spacing. |
|
|
17 |
The ".opera-only" selector is used to prevent actual prefocus styling |
|
|
18 |
and is not required in markup. |
|
|
19 |
*/ |
|
|
20 |
.opera-only :-o-prefocus, |
|
|
21 |
.yui3-app-transitioning .yui3-app-views, |
|
|
22 |
.yui3-app-views.yui3-app-transitioning { |
|
|
23 |
word-spacing: -0.43em; |
|
|
24 |
} |
|
|
25 |
.yui3-app-transitioning .yui3-app-views > *, |
|
|
26 |
.yui3-app-views.yui3-app-transitioning > * { |
|
|
27 |
display: inline-block; |
|
|
28 |
letter-spacing: normal; |
|
|
29 |
word-spacing: normal; |
|
|
30 |
vertical-align: top; |
|
|
31 |
text-rendering: auto; |
|
|
32 |
width: 100%; |
|
|
33 |
white-space: normal; |
|
|
34 |
-webkit-box-sizing: border-box; |
|
|
35 |
-moz-box-sizing: border-box; |
|
|
36 |
box-sizing: border-box; |
|
|
37 |
} |
|
|
38 |
|
|
|
39 |
/* YUI CSS Detection Stamp */ |
|
|
40 |
#yui3-css-stamp.app-transitions-css { display: none; } |