-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (51 loc) · 708 Bytes
/
style.css
File metadata and controls
63 lines (51 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body {
font-family: sans-serif;
margin: 1em;
line-height: 1.5;
font-size: 12pt;
}
body div {
display: block;
width: 50%;
}
li {
list-style: circle;
}
h1, h2, h3 {
font-family: "Oswald", sans-serif;
font-weight: normal;
}
h1 {
width: 100%;
margin: 0;
font-size: 24pt;
text-transform: uppercase;
border-bottom: #75aadb solid 10px;
color: #224;
}
h2 {
color: #224;
width: 100%;
font-size: 18pt;
margin: 0;
text-align: left;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.fecha {
color: #444;
font-weight: bold;
}
.expositor {
font-style: italic;
}
.referencia {
font-family: monospace;
}
.titulo {
font-style: italic;
}