-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenuvert.css
More file actions
64 lines (56 loc) · 1.11 KB
/
menuvert.css
File metadata and controls
64 lines (56 loc) · 1.11 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
/* =-=-=-=-=-=-=-[Menu Vertecal]-=-=-=-=-=-=-=- */
ul {
list-style: none;
margin: 0;
padding: 0;
}
#menuVert {
width: 230px;
border: none;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom : 10px;
}
#muneVert ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}
#menuVert li a {
display: block;
height: 32px;
height: 24px;
text-decoration: none;
font-weight:bold;
color: #FFF;
font-family:Helvetica,Arial,Verdana,sans-serif;
text-transform:uppercase;
font-size:13px;
background: url(../SIMG/ServMenu/menu3.png);
padding: 8px 0 0 23px;
}
#menuVert li a:link {
color: #FFFFFF;
background: url(../SIMG/ServMenu/menu3.png);
padding: 8px 0 0 23px;
}
#menuVert li a:visited {
color: #FFFFFF;
background: url(../SIMG/ServMenu/menu3.png);
padding: 8px 0 0 23px;
}
#menuVert li a:hover
{
color: #283A50;
background: url(../SIMG/ServMenu/menu32.png);
padding: 8px 0 0 23px;
}
#menuVert li a:active {
color: #283A50;
background: url(../SIMG/ServMenu/menu32.png);
padding: 8px 0 0 23px;
}
/* =-=-=-=-=-=-=-[Menu Vertecal]-=-=-=-=-=-=-=- */