-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbiblia_dp.css
80 lines (60 loc) · 1.18 KB
/
biblia_dp.css
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/* Hoja de estilo para libros de la biblia generados a partir de gbfxml.
* Dominio público. 2007. [email protected]
*/
.footnotes {
font-size: 80%
}
.numchapter {
font-size: 144%
}
.titulo {
background-color:#3C3A68;
}
.fr {
color: red;
}
.cmPO {
padding-left: 2em;
}
/* Bibliography */
.author {
text-decoration: none;
}
.editor {
}
.publisher {
}
A.strong:visited {color: #909090; text-decoration: none; font-size:smaller; }
A.strong:link {color: #909090; text-decoration: none; font-size:smaller; }
A.strong:active {color: #C0FFC0; text-decoration: none}
A.strong:hover {cursor: crosshair; color: #C0FFC0; background-color: lightslategray; text-decoration: none}
sup.strong {
font-size: smaller;
color: #909090;
}
sup.footnote {
}
u.strong {
text-decoration: none;
}
u.strong:hover {
text-decoration: underline;
border-bottom: 3px;
}
/* http://www.htmlforums.com/archive/index.php/t-30226.html */
a.footnote:link {
border-bottom: 3px;
color: blue;
}
a.footnote:hover {
text-decoration: none;
border-bottom: 3px double;
color: blue;
}
a.footnote:visited {
border-bottom: 3px;
color: blue;
}
.texto-pie-resaltado {
border-bottom: 3px double blue;
}