-
-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathprocessing_beta.css
More file actions
71 lines (62 loc) · 1.47 KB
/
processing_beta.css
File metadata and controls
71 lines (62 loc) · 1.47 KB
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
body
{
margin: 0px 0px 0px 0px;
font-family: verdana, geneva, arial, helvetica;
font-size: 11px;
background-color: #FFFFFF;
text-decoration: none;
font-weight: normal;
line-height: normal;
}
A { color: #3399CC; }
A:link { color: #3399CC; text-decoration: underline; }
A:visited { color: #3399CC; text-decoration: underline; }
A:active { color: #3399CC; text-decoration: underline; }
A:hover { color: #3399CC; text-decoration: underline; }
td
{
font-family: verdana, geneva, arial, helvetica, san-serif;
font-size: 11px;
font-weight: normal;
line-height: normal;
color: #333333;
}
h3 {
COLOR: #5A5A46;
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 19px;
FONT-WEIGHT: normal;
LINE-WEIGHT: normal;
line-height: normal;
}
pre {
FONT-FAMILY: "Courier New", Courier, mono;
FONT-SIZE: 11px;
LINE-HEIGHT: normal;
COLOR: #000000;
}
.inputnav {
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
FONT-WEIGHT: normal;
COLOR: #333333; }
.refnav {
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
FONT-WEIGHT: normal;
COLOR: #333333;
background-color: #FFFFFF;
width: 140px;
}
.titles {
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 19px;
FONT-WEIGHT: normal;
COLOR: #5A5A46;
}
.caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
}