Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Zur aktuellen Revision | Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/* 1. Ebene */
2
.fa, .fas {
3
    font-weight: 900;
4
    margin-top: 5px;
5
}
6
.topnav {
7
    border-bottom:1px solid #3A3B3D;
8
}
9
.nav_container {
10
    /*
11
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
12
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
13
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
14
    */
15
    float:left;
16
}
17
.nav_container .mobile img {
18
    height:35px;
19
    width:auto;
20
    margin:10px;
21
}
22
 
23
.invert {
24
    filter:invert();
25
}
26
 
27
.topnav-hover {
28
    visibility: visible!important;
29
    display:block!important;
30
}
31
#topnav {
32
    width:100%;
33
    clear:both;
34
    float:left;
35
    padding:0;
36
}
37
.topnav .inner {
38
    max-width:1400px!important;
39
    justify-content:right!important;
40
}
41
.nav_home .fa-home {
42
    font-size:27px!important;
43
    margin:-2px 0 0 0;
44
}
45
.topnav {
46
    clear:both;
47
    float:left;
48
    width:100%;
49
    height:50px;
50
}
51
.topnav ul {
52
    display: flex;
53
    justify-content: center;
54
}
55
.topnav ul li {
56
    list-style-type:none;
57
    z-index:999;
58
    text-align:center;
59
    float:left;
60
    padding:0;
61
    margin:0%;
62
}
63
.topnav ul li a:link,
64
.topnav ul li a:active,
65
.topnav ul li a:visited {
66
    display:block!important;
67
    padding:0px 10px 15px 20px;
68
    text-align:center;
69
    transition:all 200ms ease;
70
    margin-bottom:5px;
71
    border-bottom:3px solid transparent;
72
}
73
.topnav ul li a:focus,
74
.topnav ul li a:hover {
75
    text-decoration:none;
76
    border-bottom:3px solid #ea5802;
77
}
78
 
79
 
80
 
81
/* 2. Ebene (Aufklapper) */
82
.subnav {
83
    position:absolute;
84
    padding:0px;
85
    float:left;
86
    z-index:9999999999999!important;
87
 
88
    /*
89
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,1)!important;
90
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,1)!important;
91
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,1)!important;
92
    */
93
    visibility:hidden;
94
    transition: all 0.2s ease;
95
    background-color:#fff;
96
}
97
.subnav:hover {
98
    visibility:visible;
99
}
100
.subnav a:link,
101
.subnav a:active,
102
.subnav a:visited {
103
 
104
}
105
.subnav a:hover,
106
.subnav a:focus  {
107
    background:#f4f4f4;
108
}
109
 
110
.subnav_outer_container {
111
    display:block;
112
    width:100%;
113
    margin:0;
114
    padding:0;
115
    float:left;
116
}
117
 
118
.subnav_inner_container {
119
    display:block;
120
    width:94%;
121
    margin:3%;
122
    float:left;
123
    z-index:999999999!important;
124
}
125
.subnav_padding {
126
    margin:30px 0 30px 0;
127
    float:left;
128
    padding-left:20px;
129
}
130
.subdir_col {
131
    width:26%;
132
    float:left;
133
    overflow:hidden;
134
    margin-right:1%;
135
    padding-right: 1%;
136
    background:transparent;
137
}
138
.subdir_col:first-of-type {
139
    border-right: 1px solid #ccc;
140
}
141
.subdir_box {
142
    display:none;
143
    /*border-bottom:1px dotted #666;*/
144
    /*padding-bottom:5px;*/
145
    margin:1px 3px 1px 3px;
146
}
147
.subdir_last {
148
    border:none!important;
149
}
150
.subnavClose{
151
    cursor: pointer;
152
}
153
.sub_head a {
154
    display:block;
155
    padding:1.5%;
156
}
157
 
158
.sub_head a:hover {
159
 
160
}
161
.last_entry {
162
    /*height:10px;*/
163
    /*border-bottom:1px dotted #fff;*/
164
}
165
.sub2 a {
166
    font-weight:normal!important;
167
    display:block;
168
    padding-left:9px;
169
    padding-bottom:10px;
170
}
171
 
172
/* Artikel hervorheben */
173
.subnav_special {
174
    width:180px;
175
    overflow:hidden;
176
    margin-right:5px;
177
    text-align:center;
178
    float:right;
179
}
180
 
181
a.subnav_item:link,
182
a.subnav_item:active,
183
a.subnav_item:visited {
184
    font-weight:bold!important;
185
}
186
a.subnav_item:hover {
187
 
188
}
189
 
190
.subnav_preis {
191
    font-weight:bold;
192
 
193
}
194
.highlight {
195
    text-decoration:none;
196
}