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
.billigerGesehen
4
{
5
	border:1px solid #CCCCCC;
6
	background-color:#EEEEEE;
7
	width:132px;
8
	height:68px;
9
	margin:0px;
10
	padding:0px;
11
	overflow:hidden;
12
}
13
 
14
.billigerGesehen_form
15
{
16
	padding:3px;
17
	font-size:12px;
18
}
19
 
20
.billigerGesehen div.col_1
21
{
22
	position:absolute;
23
	right:1px;
24
	top:1px;
25
 
26
	font-size:50px;
27
	font-weight:bold;
28
 
29
	text-align:center;
30
 
31
	background-color:#C33D25;
32
	color:#FFFFFF;
33
 
34
	height:68px;
35
	width:32px;
36
}
37
 
38
.billigerGesehen div.billigerGesehenHead
39
{
40
	float:left;
41
	font-weight:bold;
42
	text-align:center;
43
	font-size:18px;
44
	overflow:hidden;
45
}
46
 
47
.billigerGesehen div.small_1
48
{
49
	width:100px;
50
	background-color:#EEEEEE;		color:#C33D25;		height:20px;
51
}
52
 
53
.billigerGesehen div.small_2
54
{
55
	width:100px;
56
	background-color:#EEEEEE;		color:#000000;		height:25px;	font-style:italic;		font-size:20px;
57
}
58
 
59
.billigerGesehen div.small_3
60
{
61
	width:100px;
62
	background-color:#C33D25;		color:#FFFFFF;		height:23px;	font-style:italic;
63
}
64
 
65
.billigerGesehen div.big_1
66
{
67
	width:170px;
68
	background-color:#EEEEEE;		color:#000000;		height:20px;
69
}
70
 
71
.billigerGesehen div.big_2
72
{
73
	width:170px;
74
	background-color:#EEEEEE;		color:#000000;		height:25px;							font-size:20px;
75
}
76
 
77
.billigerGesehen div.big_3
78
{
79
	width:170px;	overflow:hidden;
80
	background-color:#C33D25;		color:#FFFFFF;		height:23px;	font-style:italic;
81
}
82
 
83
.billigerGesehen legend
84
{
85
	font-size:10px;
86
	padding:0px;
87
	margin:0px;
88
}
89
 
90
.billigerGesehen fieldset
91
{
92
	border:none;
93
 
94
	padding:0px;
95
	margin:0px;
96
	width:190px;
97
 
98
	background-color:#EEEEEE;
99
}
100
 
101
.billigerGesehen fieldset input, textarea
102
{
103
	border:1px solid #AAAAAA;
104
 
105
	padding:0px;
106
	margin:0px;
107
	width:190px;
108
 
109
	background-color:#FFFFFF;
110
}
111
 
112
.billigerGesehen .button
113
{
114
	position:absolute;
115
	bottom:0px;
116
	display:none;
117
 
118
	width:203px;
119
	height:25px;
120
	border:none;
121
	font-size:20px;
122
	font-weight:bold;
123
	color:#FFFFFF;
124
	background-color:#C33D25;
125
}