-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtext.css
76 lines (62 loc) · 1.18 KB
/
text.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
p { font-family: "Raleway";
color: rgba(0,0,0,0.8); }
a { font-weight: 700;
color: rgba(59, 72, 202, 0.8); }
h1, h2, h3, h4, h5 { font-family: 'Raleway';
color: rgba(72,202,59, 0.9);
margin-top: 0.2cm;
margin-bottom: 0.2cm;
direction: inherit;
font-variant: normal;
page-break-inside: avoid;
text-align: left;
orphans: 2;
widows: 2;
text-decoration: none
}
h1 { font-weight: 900;
line-height: 110%;
font-variant: small-caps;
font-size: 200%;
}
h2 { font-weight: 700;
line-height: 100%;
font-size: 150%;
}
h3 { font-weight: 700;
line-height: 100%;
font-size: 100%;
}
h2.status { font-weight: 700;
line-height: 100%;
font-size: 75%;
}
li, tr {
font-family: "Raleway";
color: rgba(0,0,0,0.8);
}
p.hanging-indent {
margin-left: 1cm;
text-indent: -0.5cm;
font-family: "EB Garamond";
font-size: 11pt }
p.hangingindent:hover{
background:#dddddd
}
a:link { so-language: zxx }
summary {
padding-top: 10px;
font-family: "Raleway";
}
td {
vertical-align: top;
}
table {
padding-top: 0px;
padding-bottom: 10px;
}
div.resource-box {
padding-left: 10px;
border-left-style:solid;
border-left-color: rgba(72,202,59, 0.2);
}