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
body {
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
select,
15
input,
16
button,
17
textarea {
18
	font:99% arial,helvetica,clean,sans-serif;
19
}
20
 
21
/**
22
 * To help tables remember to inherit
23
 */
24
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
pre,
33
code,
34
kbd,
35
samp,
36
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 { display: none; }