style.css
1.24 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
.top {
height:37px;
width:100%;
background:#d4dcdf url(admin_top_bg.gif) no-repeat right top;
overflow:hidden;
clear:both;
}
.top .top_link ul li.welcome {
border-right: medium none;
color: #424B51;
padding-right: 6px;
}
.top .top_link ul li a {
color: #424B51;
padding-left: 11px;
padding-right: 11px;
text-decoration: none;
}
.dbox dt.lside {
background: url(dlgtitle.gif) repeat-x scroll 0 0 transparent;
border-bottom: 1px solid #D3DBDE;
}
.dbox {
border: 1px solid #D3DBDE;
margin-left: 1%;
margin-top: 8px;
width: 98%;
}
.dbox dt {
color: #424B51;
cursor: move;
font-weight: bold;
height: 28px;
line-height: 28px;
}
a b {
color: #424B51;
}
b, strong {
color: #424B51;
}
.topnav {
background: url("admin_top_bg.gif") repeat-x scroll left -37px transparent;
clear: both;
height: 29px;
overflow: hidden;
width: 100%;
}
a.mmac div {
background: url("leftbg2.gif") no-repeat scroll 0 0 transparent;
color: #325304;
font-weight: bold;
height: 37px !important;
padding: 6px 4px 4px 10px;
word-wrap: break-word;
}
a.mm:hover div {
background:url(leftbg2.gif) no-repeat;
color:#424B51;
}
dl.bitem dt b, dl.bitem2 dt b {
color: #424B51;
}