-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (74 loc) · 1.71 KB
/
style.css
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
@import url(css/animate.css);
body{
font-family:Dotum,Verdana,Arial,San-Serif;
font-size:12px;
background-image:url(images/bg.gif);
margin:0;
}
.header_bg{
background-image:url(images/top_back.gif);
height:80px;
width:100%;
}
.left_info{
background-image:url(images/left_info_back.gif);
height:91px;
color:#666;
font-size:12px;
}
.left_menu{
background-image:url(images/left_mn_icon_off.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#CCC;
font-weight:bold;
color:#666;
height:36px;
}
.left_menu:hover{
background-image:url(images/left_mn_icon_on.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#999;
font-weight:bold;
color:#FF6;
height:36px;
cursor:pointer;
}
.left_munu_selected{
background-image:url(images/left_mn_icon_on.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#030;
font-weight:bold;
color:#FFF;
height:36px;
}
.left_munu_selected:hover{
background-image:url(images/left_mn_icon_on.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#030;
font-weight:bold;
color:#FFF;
height:36px;
cursor:pointer;
}
.field_box{
border-style:solid #666;
background-color:#FFF;
width:757px;
}
.btn_search{
background-image:url(images/btn_search.gif);
width:63px;
height:17px;
border-style:hidden;
}
.btn_search:hover{
cursor:pointer;
}
.main_path{margin:10px; background:url(./images/main_path_back.gif) repeat-x; width:766px;_width:750px; height:26px; padding:8px 0px 0px 4px; font-family:verdana; color:#003e78; font-size:11px; font-weight:bold; }
.selected_menu{
background-color:#999;
}