forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
79 lines (78 loc) · 1.26 KB
/
css.css
File metadata and controls
79 lines (78 loc) · 1.26 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
72
73
74
75
76
77
78
79
.STYLE1 {
color: #FF0000;
font-weight: bold;
font-size: 9pt;
}
.STYLE3 {
color: #006600;
font-weight: bold;
}
.td1 {
padding: 0px;
border-bottom-style: solid;
border-bottom-color: #666666;
margin: 0px;
line-height: 24px;
border-bottom-width: 1px;
font-size: 9pt;
color: #666666;
background-position: center;
text-align:center
}
.td2 {
padding: 0px;
border-bottom-style: solid;
border-bottom-color: #666666;
margin: 0px;
line-height: 24px;
border-bottom-width: 1px;
font-size: 9pt;
color: #666666;
}
.td0 {
font-size: 9pt;
line-height: 24px;
font-weight: bold;
background-color: #e4f0d8;
text-align:center;
vertical-align:middle;
}
body,td,th {
font-family: ËÎÌå;
font-size: 9pt;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#fafcf7;
}
a:link {
color: #006600;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #006600;
}
a:hover {
text-decoration: none;
color: #006600;
}
a:active {
text-decoration: none;
color: #006600;
}
a {
font-family: ËÎÌå;
color: #006600;
font-weight: bold;
}
.STYLE2 {
font-family: "ËÎÌå";
font-size: 9pt;
font-style: normal;
font-weight: bold;
color: #666666;
}