forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathleft.css
More file actions
42 lines (36 loc) · 968 Bytes
/
left.css
File metadata and controls
42 lines (36 loc) · 968 Bytes
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
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background-image:url(leftBackImg.jpg);
}
ul {
margin: 0;
padding: 0;
padding-top: 50px;
}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
#menu3 {
width: 217px;
margin: 10px;
}
#menu3 li a {
voice-family: "\"}\"";
voice-family: inherit;
height: 30px;
text-decoration: none;
}
#menu3 li a:link, #menu3 li a:visited {
color: #888;
display: block;
background: url(menu3.gif);
padding: 8px 0 0 30px;
padding-right: 35px;
}
#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
color: #283A50;
background: url(menu3.gif) 0 -32px;
padding: 8px 0 0 30px;
padding-right: 35px;
}