-
Notifications
You must be signed in to change notification settings - Fork 1
/
rigveda.css
80 lines (80 loc) · 1.23 KB
/
rigveda.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
body {
font-family: "Arial Unicode MS, Sans-Serif";
font-size: 12pt;
font-style: normal;
font-weight: normal;
color: #333333;
background: white;
}
/* hymn name */
h3 {
font-style: italic;
}
p {
float: inherit;
margin: 0 0 0 0;
}
table {
width: 800px;
}
/* rv01.001.01 */
p.stamp {
font-size: 14pt;
font-weight: bold;
float: none;
padding-top: 10px;
padding-bottom: 2px;
}
p.comm {
font-style: italic;
}
/* Vedic devanagari */
p.sa {
color: #8b0000;
background: white;
font-size: 16pt;
font-family: "Sanskrit 2003";
padding-right: 40px;
}
/* IAST */
p.hn {
color: #ff4500;
background: white;
font-family: "Clarendon Indologique";
padding-left: 0px;
}
/* padapatha */
p.pp {
background: white;
font-family: "Clarendon Indologique";
}
/* noorten */
p.no {
color: orange;
background: white;
font-family: "Clarendon Indologique";
}
/* elizarenkova */
p.ru {
padding-top: 4px;
color: #617e25;
background: white;
font-family: "Charter Indologique";
padding-left: 3px;
}
/* geldner */
p.de {
color: #5b2e00;
background: white;
font-family: "Charter Indologique";
padding-left: 6px;
padding-right: 50px;
}
/* griffith */
p.en {
color: #2c577b;
background: white;
font-family: "Charter Indologique";
padding-left: 9px;
padding-right: 50px;
}