Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
/* CSS Document */
2
 
3
div.subDirItem{
4
	background-image:url(/images/webelemente/aktion_spacer.jpg);
5
	background-repeat:repeat-y;
6
 
7
	font-family:Arial, Helvetica, sans-serif;
8
 
9
	width:592px;
10
	margin-bottom:10px;
11
}
12
 
13
div.subDirItem a{
14
	font-weight:bold;
15
	text-decoration:none;
16
	color:#000000;
17
}
18
 
19
div.subDirItemOben{
20
	background-image:url(/images/webelemente/aktion_spacer_oben.jpg);
21
	background-repeat:no-repeat;
22
	padding-top:3px;
23
	padding-right:3px;
24
	padding-left:3px;
25
}
26
 
27
div.subDirItem img{
28
	border:none;
29
	padding-left:0px;
30
}
31
 
32
div.subDirItemUnten{
33
	background-color:#FFFFFF;
34
	background-image:url(/images/webelemente/aktion_spacer_unten.jpg);
35
	background-repeat:no-repeat;
36
 
37
	padding-top:15px;
38
 
39
	position:relative;
40
	bottom:0px;
41
}
42
 
43
.subdirLieferstatus
44
{
45
	float:left;
46
	padding-right:3px;
47
	padding-top:8px;
48
	padding-bottom:8px;
49
}
50
 
51
.subdirLieferstatusText
52
{
53
	font-weight:normal;
54
	font-size:10px;
55
	padding-right:3px;
56
	padding-top:8px;
57
	padding-bottom:8px;
58
}
59
 
60
.subdirBilligerGesehen
61
{
62
	padding-right:16px;
63
}
64
 
65
div.subDirItem a.details{
66
	background-image:url(/images/webelemente/pfeil_rot.gif);
67
	background-repeat:no-repeat;
68
	background-position: 0px 3px;
69
	padding-left:12px;
70
	position:relative;
71
	top:22px;
72
	bottom:0px;
73
	right:0px;
74
	left:158px;
75
	float:left;
76
	font-weight:bold;
77
	font-size:12px;
78
	text-decoration:none;
79
	color:#DD0B15;
80
}
81
 
82
div.subDirItem a.neu{
83
	background-position: 0px 3px;
84
	padding-left:12px;
85
	position:relative;
86
	top:22px;
87
	bottom:0px;
88
	right:0px;
89
	left:158px;
90
	float:left;
91
	font-weight:bold;
92
	font-size:12px;
93
	text-decoration:none;
94
	color:#DD0B15;
95
}
96
 
97
div.subDirItem a.warenkorb{
98
	position:relative;
99
	top:3px;
100
	bottom:3px;
101
	right:5px;
102
}
103
 
104
div.tester {
105
	border:0px solid #FF00FF;
106
	font-size:10px;
107
	padding:5px;
108
	height:60px;
109
	float:left;
110
}