forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (55 loc) · 944 Bytes
/
style.css
File metadata and controls
57 lines (55 loc) · 944 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
.td0 {
background-color: #E4F0D8;
}
.td1 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
.td2 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #999999;
}
.STYLE2 {
color: #FF0000;
font-size: 10pt;
font-weight: bold;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#fafcf7;
}
body,td,th {
font-size: 9pt;
}
a:link {
color: #006600;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #006600;
font-size: 9pt;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #006600;
font-size: 9pt;
font-weight: bold;
}
a:active {
text-decoration: none;
color: #FF0000;
font-size: 9pt;
font-weight: bold;
}