Subversion-Projekte lars-tiefland.marine-sales.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/* background colors */
2
.neu_icon {
3
  background-color: #103d92;
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:#FED639;
23
    color:#3A3B3D;
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:#113e93;
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:#103d92;
71
}
72
/* /background colors */
73
 
74
 
75
 
76
 
77
body,
78
.itemSlider .box_top,
79
.topfooter {
80
    color:#3A3B3D;
81
}
82
 
83
.uvp {
84
    color:#3A3B3D;
85
}
86
.artikel_box .preis_lieferstatus,
87
.sie_sparen,
88
section.billiger_gesehen h2,
89
.billiger_gesehen_headline,
90
.billiger_gesehen_content {
91
    color:#FFF!important;
92
}
93
 
94
 
95
.inner_basket,
96
.infobar {
97
    background-color:#fff!important;
98
    color:#383838!important;
99
}
100
.fa-check {
101
    color:#13cb13;
102
}
103
.fa-star {
104
    color:#f3c50b;
105
}
106
.item_preis a:link,
107
.item_preis a:active,
108
.item_preis a:visited {
109
    color:#113e93 !important;
110
    font-weight:bold;
111
}
112
.item_preis a:focus,
113
.item_preis a:hover {
114
 
115
}
116
 
117
.warenkorb_preis,
118
.artikel_box .lieferstatusText {
119
    color:#fff;
120
}
121
form#basket {
122
    float: left;
123
    margin-top: 15px;
124
}
125
 
126
h1,h2,h3,h3,h5,h6 {
127
    color:#3e3e3e;
128
}
129
 
130
.topnav,
131
.title {
132
    color:#113e93;
133
}
134
 
135
.basketMenge {
136
    background:#103d92;
137
}
138
.itemBasketButton .basketButton:hover {
139
    background-color:#ecaa32;
140
}
141
    /*
142
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
143
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
144
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
145
    */
146
.basketButton:hover .basketMenge,
147
.basketButton:hover {
148
    background:#009fe3!important;
149
}
150
.box_2,
151
.box_static,
152
.bottomcontent,
153
.typo3content {
154
    background-color:rgba(255, 255, 255, 1);
155
}
156
 
157
.artikel_box .center a .itemname .itemnameInner,
158
.artikel_box .center a .description .descriptionInner {
159
    color: #3A3B3D;
160
    line-height:1.2em;
161
}
162
 
163
.pagination_container {
164
    background-color: rgb(255, 255, 255);
165
}
166
 
167
#hinweis {
168
    color:#fff;
169
    background-color:#303030;
170
}
171
#hinweis a:link,
172
#hinweis a:active,
173
#hinweis a:visited {
174
    color:#fff;
175
    text-decoration:underline;
176
}
177
#hinweis a:hover {
178
    color:#113e93;
179
}
180
 
181
b.red,
182
.errorBox,
183
.hersteller,
184
.input_error_msg
185
{
186
    color:#E42E23;
187
}
188
.basketButton {
189
    color:#fff!important;
190
}
191
.content .serviceBox .bild a:hover,
192
.bottomfooter {
193
    color:#3e3e3e;
194
    /*background-color:#303030;*/
195
}
196
 
197
#message,
198
.ui-state-error {
199
    color:#f00;
200
}
201
hr {
202
    color:#e3e3e3;
203
}
204
.tr0 {
205
    background-color:#e3e3e3;
206
}
207
.tr1,
208
.box_subdir {
209
    background-color:#fff;
210
}
211
 
212
.box_subdir .bottom {
213
    background-color:#113e93;
214
    color:#fff;
215
}
216
.box_subdir:hover .bottom {
217
    background-color:#009fe3;
218
}
219
 
220
.anthrazit {
221
    color:#fff;
222
    background:#252525;
223
    border-bottom:1px solid #525453;
224
}
225
.red {
226
    color:#7E0404!important;
227
}
228
.black {
229
    color:#010101!important;
230
}
231
.grey {
232
    color:#666!important;
233
}
234
 
235
 
236
#loading {
237
    color:#010101!important;
238
    background-color:#fff!important;
239
}
240
 
241
 
242
.content .serviceBox {
243
    /*
244
    -webkit-box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
245
    -moz-box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
246
    box-shadow: 0px 0px 9px -2px rgba(125,125,125,1);
247
    */
248
}
249
 
250
 
251
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bottom .basket{
252
    color: #fff;
253
    background-color: #113e93;
254
}
255
 
256
 
257
.box_singleitem_preis_message,
258
.itemRightLeft .lieferstatusText,
259
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preisInner span{
260
    color: #3e3e3e;
261
}
262
.content .directory_box .bottom .itemLink span,
263
.content .subdir .box_subdir .title .itemLink span{
264
    color:#113e93;
265
}
266
 
267
 
268
.log_button,
269
.content .box_2 .bestellartWrapper .bestellartbox .bestellartButtons input,
270
.weiterButton,
271
.jetztKaufenButton,
272
.zurKasseButton,
273
.shopButton {
274
    background: none;
275
    background-color:#103d92;
276
    color:#fff;
277
}
278
.shopButton {
279
    color:#fff!important;
280
}
281
.shopButton:hover,
282
.shopButton:focus,
283
.shopButton.active
284
 {
285
    background-color:#ecaa32;
286
 }
287
 
288
 
289
.zurueckButton,
290
.backToShopButton,
291
.druckenButton{
292
   background-color:#eeeeee;
293
   color:#3e3e3e;
294
}
295
 
296
.subnav_special div{
297
    background-color: transparent!important;
298
}
299
/* topnav */
300
#topnav {
301
    background-color:#fff;
302
    color:#3A3B3D;
303
}
304
 
305
/* box_top */
306
.box_top > h3 {
307
    color: #103d92 !important;
308
}
309
 
310
.favorite_active {
311
    background:#103d92;
312
}