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
table.euLabel
4
{
5
	border: 1px solid #000000;
6
	border-collapse:collapse;
7
	vertical-align:top;
8
	margin-right:10px;
9
	float:right;
10
}
11
 
12
 
13
table.euLabel tr td
14
{
15
	font-family: Arial, Helvetica, sans-serif;
16
	font-size: 10px;
17
	vertical-align:top;
18
	border-bottom: 1px solid #000000;
19
	margin:3px;
20
	padding:3px;
21
}
22
 
23
table.euLabel tr th {
24
	text-align:left;
25
	font-size:14px;
26
	font-weight:bold;
27
	border-bottom: 1px solid #000000;
28
}
29
 
30
 
31
table.euLabel tr td.title
32
{
33
	text-align:right;
34
	width:100px;
35
	border-right: 1px solid #000000;
36
	border-bottom: 1px solid #000000;
37
}
38
 
39
table.euLabelRadio
40
{
41
	background-color: #EEEEEE;
42
	border-collapse:collapse;
43
	margin:0px;
44
	padding:0px;
45
}
46
 
47
table.euLabelRadio tr td
48
{
49
	font-family: Arial, Helvetica, sans-serif;
50
	font-size: 12px;
51
	font-weight: bold;
52
	text-align: center;
53
	background-color: #EEEEEE;
54
	border:1px solid #000000;
55
	margin:0px;
56
	padding:0px;
57
	width: 20px;
58
}
59
 
60
table.euLabelRadio tr td.head
61
{
62
	width:auto;
63
	font-size: 10px;
64
	font-weight: normal;
65
}
66
 
67
table.euLabelRadio tr td.A { color: #FFFFFF; background-color: #1B8000; }
68
table.euLabelRadio tr td.B { color: #FFFFFF; background-color: #75AA51; }
69
table.euLabelRadio tr td.C { color: #FFFFFF; background-color: #B2CE5E; }
70
table.euLabelRadio tr td.D { color: #FFFFFF; background-color: #E6F311; }
71
table.euLabelRadio tr td.E { color: #FFFFFF; background-color: #E9C01A; }
72
table.euLabelRadio tr td.F { color: #FFFFFF; background-color: #D37D0D; }
73
table.euLabelRadio tr td.G { color: #FFFFFF; background-color: #D90404; }
74