NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / cssfonts / cssfonts.css
blobd1b160c601f9fb89f8ae5c62001cb0331cb678d4
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 /**
9 * Percents could work for IE, but for backCompat purposes, we are using keywords.
10 * x-small is for IE6/7 quirks mode.
12 body {
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 */
18 /**
19 * Nudge down to get to 13px equivalent for these form elements
20 */
21 select,
22 input,
23 button,
24 textarea {
25 font:99% arial,helvetica,clean,sans-serif;
28 /**
29 * To help tables remember to inherit
31 table {
32 font-size:inherit;
33 font:100%;
36 /**
37 * Bump up IE to get to 13px equivalent for these fixed-width elements
39 pre,
40 code,
41 kbd,
42 samp,
43 tt {
44 font-family:monospace;
45 *font-size:108%;
46 line-height:100%;
48 /* YUI CSS Detection Stamp */
49 #yui3-css-stamp.cssfonts { display: none; }