|
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 |
/** |
|
|
9 |
* Percents could work for IE, but for backCompat purposes, we are using keywords. |
|
|
10 |
* x-small is for IE6/7 quirks mode. |
|
|
11 |
*/ |
|
|
12 |
.yui3-cssfonts body, .yui3-cssfonts { |
|
|
13 |
font:13px/1.231 arial,helvetica,clean,sans-serif; |
|
|
14 |
*font-size:small; /* for IE */ |
|
|
15 |
*font:x-small; /* for IE in quirks mode */ |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
/** |
|
|
19 |
* Nudge down to get to 13px equivalent for these form elements |
|
|
20 |
*/ |
|
|
21 |
.yui3-cssfonts select, |
|
|
22 |
.yui3-cssfonts input, |
|
|
23 |
.yui3-cssfonts button, |
|
|
24 |
.yui3-cssfonts textarea { |
|
|
25 |
font:99% arial,helvetica,clean,sans-serif; |
|
|
26 |
} |
|
|
27 |
|
|
|
28 |
/** |
|
|
29 |
* To help tables remember to inherit |
|
|
30 |
*/ |
|
|
31 |
.yui3-cssfonts table { |
|
|
32 |
font-size:inherit; |
|
|
33 |
font:100%; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
/** |
|
|
37 |
* Bump up IE to get to 13px equivalent for these fixed-width elements |
|
|
38 |
*/ |
|
|
39 |
.yui3-cssfonts pre, |
|
|
40 |
.yui3-cssfonts code, |
|
|
41 |
.yui3-cssfonts kbd, |
|
|
42 |
.yui3-cssfonts samp, |
|
|
43 |
.yui3-cssfonts tt { |
|
|
44 |
font-family:monospace; |
|
|
45 |
*font-size:108%; |
|
|
46 |
line-height:100%; |
|
|
47 |
} |
|
|
48 |
/* YUI CSS Detection Stamp */ |
|
|
49 |
#yui3-css-stamp.cssfonts-context { display: none; } |