Subversion-Projekte lars-tiefland.ci

Revision

Revision 47 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

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