forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.css
More file actions
56 lines (55 loc) · 1.09 KB
/
admin.css
File metadata and controls
56 lines (55 loc) · 1.09 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
<STYLE type="text/css">
<!--
a:hover {
font-size: 9pt; color: #FF6600;
}
a {
font-size: 9pt; text-decoration: none; color: #4A4A4A;
noline:expression(this.onfocus=this.blur);
}
BODY {
FONT-SIZE: 12px; MARGIN: 0px; COLOR: #000000; FONT-FAMILY: Tahoma; TEXT-ALIGN: center;
margin: 0px;
}
FONT {
LINE-HEIGHT: normal
}
TD {
FONT-SIZE: 12px; LINE-HEIGHT: 22px; FONT-FAMILY: Tahoma
}
.Redfont {
COLOR: red
}
.tableNew{
background-color:#969696;
padding-left:5px;
}
TD.TableTitle1 {
BACKGROUND-COLOR:#E9F2F6;
FONT-SIZE:14px;
font-weight: bold;
LINE-HEIGHT: 30px;
}
.textarea {
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
input{
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.noborder{
border:none;
}
.btn_grey {
font-family: "ËÎÌå"; font-size: 9pt;color: #333333;
background-color: #eeeeee;cursor: hand;padding:1px;height:19px;
border-top: 1px solid #FFFFFF;border-right:1px solid #666666;
border-bottom: 1px solid #666666;border-left: 1px solid #FFFFFF;
}
-->
</STYLE>