Menu

[r10367]: / legacy / www / navbar.css  Maximize  Restore  History

Download this file

63 lines (62 with data), 1.2 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
#navbarmenu {
margin: 0;
padding: 0 0 0 25px;
line-height: 32px;
}
#navbarmenu li {
margin: 0;
padding: 0;
list-style: none;
float: left;
font-size: 13px;
font-weight: bold;
}
#navbarmenu li a {
display: block;
padding: 2px 11px;
background: black url(/navbar_default.gif) center center repeat-x;
text-align: center;
text-decoration: none;
color: white;
}
#navbarmenu li a:hover {
background: transparent url(/navbar_active.gif) center center repeat-x;
color: black;
}
#navbarmenu div {
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #000000;
z-index: 100;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 205px;
line-height: 12px;
}
#navbarmenu div a {
position: relative;
display: block;
margin: 0;
padding: 5px 10px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
text-indent: 5px;
background: #000000;
font-size: 11px;
font-weight: normal;
color: white;
}
#navbarmenu div a:hover {
background: transparent url(/navbar_active.gif) center center repeat-x;
}
#navbarmenu div span.tabseparator {
background: #AAAAAA;
display: block;
line-height: 1px;
height: 1px;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.