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
60 lines (59 loc) · 1.5 KB
/
style.css
File metadata and controls
60 lines (59 loc) · 1.5 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
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--
body {
FONT-SIZE: 9pt;
margin:0px;
background-image: url("pageBackImg.jpg");
text-align : left;
text-transform : none;
line-height : normal;
vertical-align : text-top;
text-indent : 1px;
display : block;
font-family : Verdana,Arial, sans-serif;
color : black;
white-space : normal;
/* scrollbar-face-color : Cornflowerblue;
scrollbar-shadow-color : Slategray;
scrollbar-highlight-color : Lightslategray;
scrollbar-3dlight-color : Slategray;
scrollbar-darkshadow-color : Black;
scrollbar-track-color : Lightsteelblue;
scrollbar-arrow-color : Gainsboro;*/
}
image{
border-color:#999999;
}
td {
font-size: 9pt; line-height:144%;
}
a:hover {
font-size: 9pt; color: #CC0000;
}
a {
font-size: 9pt; text-decoration: none; color: #000000;
}
input {
font-family: "ËÎÌå";
font-size: 9pt;
color: #333333;
}
hr{
color:#9CA6C6;
}
.hand {cursor:hand
}
.word_orange {
font-size: 9pt;
color: #FF6600;
}
.button_03 { background-image:
url('images/button_03.gif');
background-repeat: no-repeat; text-align: center; padding-top:
3px; background-position: center 50% }
div.quote{margin:5px 20px;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;
}
-->