Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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