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
/*
2
* Button zum Aufklappen
3
*/
4
.mf_menu_button {
5
    position:fixed;
6
    margin:0px 0 0 -82px;
7
    cursor:pointer;
8
    background:url(/images/webelemente/finder-bg.png) repeat-y;
9
    background-position:24px 0;
10
    font-family: 'Open Sans Condensed', sans-serif;
11
    color:#fff;
12
    font-size:20px;
13
    text-transform:uppercase;
14
    line-height:20px;
15
    text-align:center;
16
    z-index: 9;
17
    float:inherit !important;
18
    overflow:hidden;
19
    -webkit-overflow-scrolling: touch;
20
}
21
.mf_menu_button_text {
22
    margin-left:46px;
23
    padding-bottom:10px;
24
    width:10px;
25
}
26
.mf_main {
27
    background-color:#fff;
28
    padding:10px 5px 10px 10px;
29
    float:left;
30
    width:159px;
31
}
32
 
33
.mf_main h1 {
34
    color:#fff;
35
    font-family: 'Open Sans Condensed', sans-serif;
36
}
37
.mf_main p {
38
 
39
}
40
.mf_close {
41
    float:right;
42
    color:#fff;
43
    font-size:10px;
44
    cursor:pointer;
45
}
46
.mf_close:hover {
47
    color:#193364;
48
}
49
.mf_list_close {
50
    color:#2C3E7E;
51
    float:right;
52
    padding:0 16px 0 0;
53
    width:200px;
54
    text-align:right;
55
    cursor:pointer;
56
}
57
.mf_list_close:hover {
58
    color:#EE1C27;
59
}
60
.mf_dialog {
61
    display:none;
62
    padding:4px;
63
}
64
.finder_icons{
65
    margin-left:-60px;
66
    margin-top:-2px;
67
    float:left;
68
 
69
}
70
.finder_icons img{
71
    cursor: pointer;
72
}
73
.clickFinder{
74
    display: none;
75
    float:none;
76
    position:absolute;
77
    margin-left: 57px;
78
    background-color: #002454;
79
    color: #fff;
80
    z-index: 101;
81
    max-width: 515px;
82
}
83
.motorfinder {
84
    font-size:12px;
85
}
86
.motorfinderHeadline{
87
    border-bottom:1px dotted #000;
88
    height:16px;
89
 
90
}
91
.filter_elem_button{
92
    float:left;
93
    text-align:center;
94
}
95
.filter_elem_button_submit{
96
    margin-right:5px;
97
    clear:both;
98
    float:right;
99
    text-align:center;
100
}
101
.kill_filter{
102
    width:20px;
103
    padding:0!important;
104
    margin:0;
105
}
106
.clickFinder .motorfinderHeadline{
107
    height:44px;
108
    background-color: #FDD71E;
109
    color: #002454;
110
    padding: 5px;
111
    vertical-align: middle;
112
    display: table-cell;
113
    width:505px;
114
    border-bottom:1px solid #fff;
115
}
116
.clickFinder .mf_dialog{
117
    color: #fff;
118
}
119
.clickFinder .filter_elem_range,
120
.clickFinder .filter_elem_radio,
121
.clickFinder .filter_elem_button,
122
.clickFinder .filter_elem,
123
.clickFinder .filter_elem_select{
124
    padding: 0px 5px 0 10px;
125
    float:left;
126
    clear:none;
127
    min-height: 75px;
128
}
129
.clickFinder .filter_elem_button_submit{
130
    float:right;
131
    clear:both;
132
}
133
.clickFinder .infoIcon,
134
.clickFinder label{
135
   color: #fff;
136
}
137
.clickFinder label{
138
   float: left;
139
   clear: both;
140
}
141
.clickFinder .kill_filter_x{
142
 
143
}
144
.motorfinder input{
145
    background-color:#666!important;
146
    border:1px solid #666!important;
147
    margin-bottom:7px!important;
148
    margin-right: 5px;
149
    color: #fff
150
}
151
.motorfinder input[type=checkbox]{
152
    background-color: transparent!important;
153
}
154
.motorfinder input:hover,
155
.motorfinder input:active{
156
    background-color:#B9B9B9!important;
157
    border:1px solid #B9B9B9!important;
158
}
159
.motorfinder .ui-slider-handle{
160
    background-color:#fff!important;
161
    border:1px solid #B9B9B9!important;
162
}
163
.motorfinder .ui-slider-handle:hover,
164
.motorfinder .ui-slider-handle:active{
165
    background-color:#B9B9B9!important;
166
    border:1px solid #B9B9B9!important;
167
    cursor: pointer;
168
}
169
.motorfinder .ui-slider .ui-slider-range{
170
 
171
}
172
.filter,
173
.filter_elem,
174
.filter_elem_range,
175
.filter_elem_radio,
176
.filter_elem_select {
177
    float:none;
178
    clear:both;
179
    width:150px;
180
    margin-top:20px;
181
    margin-right:5px;
182
}
183
.filter_elem_range .preis,
184
.filter_elem_range .elem_range {
185
    width:125px;
186
    margin:10px 0 0 10px;
187
 
188
}
189
.filter select,
190
.filter_elem select,
191
.filter_elem_select select {
192
    margin:5px 0 20px 5px;
193
    width:130px;
194
    float:left;
195
}
196
.filter label {
197
    padding-left:5px;
198
    cursor:pointer;
199
}
200
.filter .checklistHighlighted{
201
    height: auto!important;
202
}
203
ul.checklist label{
204
    padding-left:7px!important;
205
}