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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/*
2
	$Id: print.css 2 2015-04-24 14:31:35Z tiefland $
3
	Projekt:   kuechen-design-outlet.de
4
	Autor:     Webagentur Niewerth <erling@weban.de>
5
	Copyright: 2012 Webagentur Niewerth
6
*/
7
 
8
.backstretch {
9
    display: none !important;
10
}
11
 
12
.headnav,
13
.warenkorb,
14
.search,
15
.leftcontent,
16
.right,
17
.box_top,
18
.footer,
19
.topfooter,
20
.mainnav,
21
.topnav,
22
#socialshareprivacy,
23
#angebote,
24
.basketButton,
25
.mengen_input,
26
.loading_dlg {
27
    display:none;
28
}
29
.noprint,
30
.noprint td {
31
    display:none;
32
}
33
.itemLeftContainer {
34
    width:300px;
35
}
36
.itemLeftContainer img {
37
    width:20%;
38
}
39
.thumbs img {
40
    width:100%;
41
}
42
#contact {
43
    margin-left:-50px!important;
44
}
45
.onprint {
46
    display:block!important;
47
    visibility: visible!important;
48
 
49
}
50
.content {
51
    margin-left:0!important;
52
}
53
 
54
.basket_table {
55
    clear:both;
56
    float:none;
57
}
58
.basket_table_artikel {
59
    width:90%;
60
    margin-left:-10px!important;
61
    margin-top:20px!important;
62
}
63
.basket-items-overview {
64
    width:90%;
65
}