Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
body,
2
table,
3
td,
4
th,
5
li,
6
p {
7
    font-family: Arial, Verdana, Helvetica, sans-serif;
8
    font-size: 1em;
9
    line-height: 150%;
10
    letter-spacing: 0.02em;
11
}
12
 
13
th {
14
    font-weight: bold;
15
}
16
 
17
a:link,
18
a:visited {
19
    text-decoration: none;
20
}
21
 
22
a:hover {
23
    text-decoration: underline;
24
}
25
 
26
h1.main,
27
h2.main,
28
h3.main,
29
h4.main,
30
h5.main,
31
h6.main {
32
    font-weight: bold;
33
}
34
 
35
h1#header {
36
    color: #666;
37
    text-align: right;
38
    padding-bottom: 0.2em;
39
    border-bottom: solid 1px #666;
40
}