Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.topnav {
2
    clear:both;
3
    float:left;
4
    width:100%;
5
    margin-top:8px;
6
}
7
.topnav .inner {
8
    background-color:#3d3d3d!important;
9
 
10
}
11
.topnav ul {
12
    margin:0;
13
    float:left;
14
    font-size: 16px;
15
    max-width:12.5%;
16
    width:100%;
17
}
18
.topnav ul li {
19
    list-style-type:none;
20
    float:left;
21
    max-width: 160px;
22
    font-size:14px;
23
    height:55px;
24
    z-index:9999;
25
    text-align: center;
26
    line-height:1.4em;
27
}
28
.topnav ul li a {
29
    display:block;
30
    height:20px;
31
    padding:9px 10px 0 10px;
32
    vertical-align:middle;
33
    display:table-cell;
34
    color:#fff!important;
35
}
36
.topnav ul li a:link,
37
.topnav ul li a:active,
38
.topnav ul li a:visited {
39
 
40
}
41
.topnav ul li a:hover {
42
    color:#03A1C6!important;
43
    text-decoration:none;
44
}
45
 
46
.topnav ul li.last {
47
    border:none!important;
48
}
49
.topnav ul li.last ul {
50
 
51
}
52
 
53
 
54
/* 2. Ebene */
55
.topnav ul li:hover ul {
56
    display:block;
57
    float:left;
58
}
59
ul.level2 {
60
    width:auto;
61
    max-width:none;
62
    padding-bottom:10px;
63
    margin-top:0px;
64
    position:absolute;
65
    clear:both;
66
    float:left;
67
    display:none;
68
    color:#fff;
69
    z-index:999999;
70
    list-style-type:none!important;
71
 
72
}
73
 
74
ul.level2 li {
75
    clear:both;
76
    float:none;
77
    border:none!important;
78
    text-align:left;
79
    text-transform:none;
80
    padding: 2% 0;
81
    height: 100%;
82
}
83
.level2 li:hover {
84
    background:none!important;
85
    color:#fff!important;
86
}
87
 
88
ul.level2 li a:link,
89
ul.level2 li a:active,
90
ul.level2 li a:visited {
91
    color:#fff;
92
    width: auto;
93
}
94
ul.level2 li a:hover {
95
}
96