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
117 lines (116 loc) · 2.77 KB
/
style.css
File metadata and controls
117 lines (116 loc) · 2.77 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--
body {
FONT-SIZE: 9pt;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
BACKGROUND-IMAGE: url(../images/bg.gif);
SCROLLBAR-FACE-COLOR: #107483;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #fcfcfc; COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #ececec;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ececec;
SCROLLBAR-DARKSHADOW-COLOR: #107483;
BACKGROUND-COLOR: #fcfcfc
}
td {
font-size: 9pt; line-height:150%;
}
a:hover {
font-size: 9pt; color: #FF6600;
}
a {
font-size: 9pt; text-decoration: none; color: #3C404D;
}
.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;
}
.word_Green {
font-size: 9pt;
color: #B9CA64;
}
.word_white {
font-size: 9pt;
color: #FFFFFF;
}
.word_grey{
font-size: 9pt;
color: #777777;
}
.txt_grey {
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
width:110;
}
input {
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.wenbenkuang {
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.search { font-family: ËÎÌå; font-size: 9pt; color: #000000; background-color: #EEEEEE;
border: 1px Hidden #000000; }
.tableBorder {
border: #C6CCC6 1px solid
}
.tableBorder_Top{
border:1px solid #9CA6C6;
border-bottom-style:none;
border-left-style:none;
border-right-style:none
}
.tableBorder_Botton{
border:1px solid #9CA6C6;
border-top-style:none;
border-left-style:none;
border-right-style:none
}
.menuitems1{
margin:2px;padding:1px;word-break:keep-all;background-image:url("images/item_out.gif");
}
div.quote{margin:5px 20px;border:1px solid #8492b9;padding:5px;background:#8492b9 ;line-height : normal ;
}
div.HtmlCode{margin:5px 20px;border:1px solid #AAAAAA;padding:5px; background:#FDFDDF ;
font-size:12px;font-family:Tahoma;font-style : oblique;line-height : normal ;font-weight:bold;
}
.menuskin {
BORDER: #666666 1px solid; VISIBILITY: hidden;
POSITION: absolute;
background-image:url("../images/item_out.gif");
background-repeat : repeat-y;
Filter: Alpha(Opacity=85);
}
.noborder{
border-style:none;
}
.tableBorder_B{
border:1px solid #9CA6C6;
border-left-style:none;
border-right-style:none;
border-Top-style:none;
}
.tableBorder_B1{
border:1px solid #FF0000;
border-left-style:none;
border-right-style:none;
border-Top-style:none;
}
select{
font-size: 12px;
border:1px solid #9CA6C6;
}
-->