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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
/* background colors */
2
.neu_icon {
3
  background-color: #2FBABD;
4
  color: #fff;
5
}
6
#maincontent {
7
    background:#f9f9f9;
8
}
9
#topinfo {
10
    background:#E2E2E2;
11
    color:#898989;
12
}
13
#suchbegriff {
14
    background:#898989;
15
}
16
#newsletter_email {
17
 
18
    background-color:#A8B7C8;
19
}
20
 
21
#butt_ok {
22
    background:#2fbabd;
23
    color:#fff;
24
}
25
body {
26
    background-color: #fff;
27
}
28
.artikel_box,
29
.trustpilot .box_top,
30
.artikel_box .center,
31
.item_slider_inner .item_slider_wrapper {
32
    color: #3A3B3D;
33
}
34
 
35
.preisInner {
36
    color:#EA5802;
37
}
38
.header,
39
.bgwhite,
40
.content .box_2,
41
#maincontent section .inner,
42
.typo3content,
43
.artikel_box .top,
44
.content .subdir_sort,
45
.subdir_info_wrapper,
46
.subdir_bild,
47
.subdir_text,
48
.bestellvorgang_bg,
49
.bestellvorgang,
50
.hersteller_menu,
51
.grill_anim,
52
.zahlarten_wrapper div
53
{
54
    background-color:#f9f9f9!important;
55
}
56
.bg01 {
57
    margin-top:5%;
58
    background:#fff;
59
    border-top:1px solid #3A3B3D;
60
}
61
.kontakt {
62
    background-color:#0E2E7B;
63
    color:#fff;
64
}
65
 
66
.content {
67
    background-color:rgba(255, 255, 255, 0);
68
}
69
.sie_sparen {
70
    background-color:#2FBABD;
71
}
72
/* /background colors */
73
 
74
 
75
 
76
 
77
body,
78
.itemSlider .box_top,
79
.topfooter {
80
    color:#3A3B3D;
81
}
82
 
83
.uvp,
84
.artikel_box .preis_lieferstatus,
85
.sie_sparen,
86
section.billiger_gesehen h2,
87
.billiger_gesehen_headline,
88
.billiger_gesehen_content {
89
    color:#FFF!important;
90
}
91
 
92
 
93
.inner_basket,
94
.infobar {
95
    background-color:#fff!important;
96
    color:#383838!important;
97
}
98
.fa-check {
99
    color:#13cb13;
100
}
101
.fa-star {
102
    color:#f3c50b;
103
}
104
.item_preis a:link,
105
.item_preis a:active,
106
.item_preis a:visited {
107
    color:#EA5802 !important;
108
    font-weight:bold;
109
}
110
.item_preis a:focus,
111
.item_preis a:hover {
112
 
113
}
114
 
115
.warenkorb_preis,
116
.artikel_box .lieferstatusText {
117
    color:#fff;
118
}
119
form#basket {
120
    float: left;
121
    margin-top: 15px;
122
}
123
 
124
h1,h2,h3,h3,h5,h6 {
125
    color:#3e3e3e;
126
}
127
 
128
.topnav,
129
.title {
130
    color:#EA5802;
131
}
132
 
133
 
134
.basketMenge {
135
    background:#2FBABD;
136
}
137
.itemBasketButton .basketButton:hover {
138
    background-color:#9CD9DA;
139
}
140
    /*
141
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
142
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
143
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
144
    */
145
.basketButton:hover .basketMenge,
146
.basketButton:hover {
147
    background:#FFB725!important;
148
}
149
.box_2,
150
.box_static,
151
.bottomcontent,
152
.typo3content {
153
    background-color:rgba(255, 255, 255, 1);
154
}
155
 
156
.artikel_box .center a .itemname .itemnameInner,
157
.artikel_box .center a .description .descriptionInner {
158
    color: #3A3B3D;
159
    line-height:1.2em;
160
}
161
 
162
.pagination_container {
163
    background-color: rgb(255, 255, 255);
164
}
165
 
166
#hinweis {
167
    color:#fff;
168
    background-color:#303030;
169
}
170
#hinweis a:link,
171
#hinweis a:active,
172
#hinweis a:visited {
173
    color:#fff;
174
    text-decoration:underline;
175
}
176
#hinweis a:hover {
177
    color:#EA5802;
178
}
179
 
180
b.red,
181
.errorBox,
182
.hersteller,
183
.input_error_msg
184
{
185
    color:#E42E23;
186
}
187
.basketButton {
188
    color:#fff!important;
189
}
190
.content .serviceBox .bild a:hover,
191
.bottomfooter {
192
    color:#3e3e3e;
193
    /*background-color:#303030;*/
194
}
195
 
196
#message,
197
.ui-state-error {
198
    color:#f00;
199
}
200
hr {
201
    color:#e3e3e3;
202
}
203
.tr0 {
204
    background-color:#e3e3e3;
205
}
206
.tr1,
207
.box_subdir {
208
    background-color:#fff;
209
}
210
 
211
.box_subdir .bottom {
212
    background-color:#EA5802;
213
    color:#fff;
214
}
215
.box_subdir:hover .bottom {
216
    background-color:#FFB725;
217
}
218
 
219
.anthrazit {
220
    color:#fff;
221
    background:#252525;
222
    border-bottom:1px solid #525453;
223
}
224
.red {
225
    color:#7E0404!important;
226
}
227
.black {
228
    color:#010101!important;
229
}
230
.grey {
231
    color:#666!important;
232
}
233
 
234
 
235
#loading {
236
    color:#010101!important;
237
    background-color:#fff!important;
238
}
239
 
240
 
241
.content .serviceBox {
242
    /*
243
    -webkit-box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
244
    -moz-box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
245
    box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
246
    */
247
}
248
 
249
 
250
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bottom .basket{
251
    color: #fff;
252
    background-color: #EA5802;
253
}
254
 
255
 
256
.box_singleitem_preis_message,
257
.itemRightLeft .lieferstatusText,
258
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preisInner span{
259
    color: #3e3e3e;
260
}
261
.content .directory_box .bottom .itemLink span,
262
.content .subdir .box_subdir .title .itemLink span{
263
    color:#EA5802;
264
}
265
 
266
 
267
.log_button,
268
.content .box_2 .bestellartWrapper .bestellartbox .bestellartButtons input,
269
.weiterButton,
270
.jetztKaufenButton,
271
.zurKasseButton,
272
.shopButton {
273
    background: none;
274
    background-color:#2FBABD;
275
    color:#fff;
276
}
277
.shopButton {
278
    color:#fff!important;
279
}
280
.shopButton:hover,
281
.shopButton:focus,
282
.shopButton.active
283
 {
284
    background-color:#9CD9DA;
285
 }
286
 
287
 
288
.zurueckButton,
289
.backToShopButton,
290
.druckenButton{
291
   background-color:#eeeeee;
292
   color:#3e3e3e;
293
}
294
 
295
.subnav_special div{
296
    background-color: transparent!important;
297
}
298
/* topnav */
299
#topnav {
300
    background-color:#fff;
301
    color:#3A3B3D;
302
}
303
 
304
/* box_top */
305
.box_top > h3 {
306
    color: #2FBABD !important;
307
}
308
 
309
.basket_addFavorites {
310
    background:#9CD9DA;
311
}
312
.favorite_active {
313
    background:#2FBABD;
314
}