forked from ritchielawrence/batchfunctionlibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib.css
More file actions
98 lines (62 loc) · 947 Bytes
/
Copy pathlib.css
File metadata and controls
98 lines (62 loc) · 947 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body, p, td, div {
color: black;
font: normal 11px Verdana, Helvetica, sans-serif, Arial;
}
p {
color: #000000;
margin: 5px;
}
a {
text-decoration: none;
color: #000000;
}
a:link {
text-decoration: none;
color: #000099;
}
a:visited {
text-decoration: none;
color: #000099;
}
a:active {
text-decoration: none;
color: #000099;
}
a:hover {
text-decoration: underline;
color: #000099;
}
.title {
font-weight: bold;
font-size: 14px;
}
.heading {
font-size: 11px;
font-weight: bold;
margin-top: 10px;
}
.function {
font-family: "Courier New", Courier, mono;
font-size: 12px;
background-color: EAF0FF;
}
.footer {
font-size: 9px;
color: #339933;
}
.footer a:link {
color: #339933;
text-decoration: none;
}
.footer a:visited {
color: #339933;
text-decoration: none;
}
.footer a:hover {
color: #339933;
text-decoration: none;
}
.footer a:active {
color: #339933;
text-decoration: none;
}