]>
Commit | Line | Data |
---|---|---|
b157bf19 BB |
1 | *{ |
2 | margin: 0; | |
3 | padding: 0; | |
4 | } | |
5 | ||
6 | body{ | |
7 | text-align: center; | |
8 | font-size: .625em; | |
9 | font-family: Times, "Times New Roman", serif; | |
10 | color: #000; | |
11 | } | |
12 | ||
13 | #wrapper{ | |
14 | margin: 0 auto; | |
15 | width: 600px; | |
16 | text-align: left; | |
17 | } | |
18 | ||
19 | code{ | |
20 | background-color: #eee; | |
21 | padding: 2px; | |
22 | } | |
23 | ||
24 | pre, code{ font-family: Monaco, Consolas, "Courier New", monospace; font-size: .75em;} | |
25 | ||
26 | pre{ | |
27 | font-size: 1.2em; | |
28 | line-height: 1.8em; | |
29 | } | |
30 | ||
31 | p{ | |
32 | font-size: 1.6em; | |
33 | line-height: 1.8em; | |
34 | } | |
35 | ||
36 | p{ margin: 10px; } | |
37 | ||
38 | pre{ | |
39 | border-left: 1px solid #ccc; | |
40 | padding-left: 20px; | |
41 | margin: 20px; | |
42 | } | |
43 | ||
44 | li{ | |
45 | margin-left: 60px; | |
46 | font-size: 1.6em; | |
47 | line-height: 1.8em; | |
48 | } | |
49 | ||
50 | h1{ font-size: 3.6em; margin: 10px 0; border-bottom: 1px solid #ccc; padding-bottom: 20px; } | |
51 | h2{ font-size: 2.4em; margin: 5px 0; padding-top: 20px; } | |
52 | h3{ font-size: 1.8em; margin: 5px 0; padding-top: 20px; } | |
53 | h4{ font-size: 1.6em; margin: 5px 0; padding-top: 20px; } | |
54 | ||
55 | a{ color: #2f6e9f; } | |
56 | h3 a, h2 a{ color: #000; } | |
57 | hr{ border: 0; border-bottom: 1px solid #ccc; margin: 20px 0; } | |
58 | ||
59 | a.solucion{ padding-left: 12px; background-image: url(./img/document.gif); background-repeat: no-repeat;} | |
60 | a.volver{ padding-left: 12px; background-image: url(./img/arrow_dash_up.gif); background-repeat: no-repeat;} |