Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
24 lars 1
/* $Id: eu-label.css 7540 2015-02-02 12:43:35Z tiefland $
2
 
3
/* CSS Document */
4
table.euLabel
5
{
6
    vertical-align:top;
7
    color:#000000;
8
}
9
 
10
 
11
table.euLabel tr td
12
{
13
    font-family:verdana,helvetica,sans-serif;
14
    font-size: 10px;
15
    vertical-align:top;
16
    border-bottom: 1px solid #CCCCCC;
17
    color:#000000;
18
}
19
 
20
table.euLabel tr th {
21
    text-align:left;
22
    font-size:10px;
23
    font-weight:bold;
24
    text-align: left;
25
}
26
 
27
 
28
table.euLabel tr td.title
29
{
30
    text-align:right;
31
    border-right: 1px solid #CCCCCC;
32
    border-bottom: 1px solid #CCCCCC;
33
}
34
 
35
table.euLabelRadio
36
{
37
    background-color: #EEEEEE;
38
    border-collapse:collapse;
39
    margin:0px;
40
}
41
 
42
table.euLabelRadio tr td
43
{
44
    font-family:verdana,helvetica,sans-serif;
45
    font-size: 10px;
46
    font-weight: normal;
47
    text-align: center;
48
    background-color: #EEEEEE;
49
    margin:0px;
50
 
51
}
52
 
53
table.euLabelRadio tr td.head
54
{
55
    width:auto;
56
    font-size: 10px;
57
    font-weight: normal;
58
}
59
 
60
table.euLabelRadio tr td.A
61
{
62
    color: #FFFFFF;
63
    background-color: #1B8000;
64
}
65
table.euLabelRadio tr td.B
66
{
67
    color: #FFFFFF;
68
    background-color: #75AA51;
69
}
70
table.euLabelRadio tr td.C
71
{
72
    color: #FFFFFF;
73
    background-color: #B2CE5E;
74
}
75
table.euLabelRadio tr td.D
76
{
77
    color: #FFFFFF;
78
    background-color: #E6F311;
79
    }
80
table.euLabelRadio tr td.E
81
{
82
    color: #FFFFFF;
83
    background-color: #E9C01A;
84
}
85
table.euLabelRadio tr td.F
86
{
87
    color: #FFFFFF;
88
    background-color: #D37D0D;
89
}
90
table.euLabelRadio tr td.G
91
{
92
    color: #FFFFFF;
93
    background-color: #D90404;
94
}
95
 
96
 
97
/*
98
 * Kühlschränke A1 bis G1
99
 * Weinlagerschränke Appp2 bis D2
100
 * Waschmaschinen A3 bis G3
101
 * Geschirrspüler A4 bis G4
102
 * Fernsher A5 bis G5
103
 * Trockner A6 bis G6
104
 * Klimageräte Appp7 bis D7
105
 * Elektroherde A8 bis G8
106
 * Leuchtmittel A9 bis G9
107
 * Waschtrockner A10 bis G10
108
 * Dunstabzugshauben A11 bis G11
109
 * Staubsauger A12 bis G12
110
*/
111
 
112
table.euLabelRadio tr td.A1,
113
table.euLabelRadio tr td.Appp2,
114
table.euLabelRadio tr td.A3,
115
table.euLabelRadio tr td.A4,
116
table.euLabelRadio tr td.A5,
117
table.euLabelRadio tr td.A6,
118
table.euLabelRadio tr td.Appp7,
119
table.euLabelRadio tr td.A8,
120
table.euLabelRadio tr td.A9,
121
table.euLabelRadio tr td.A10,
122
table.euLabelRadio tr td.A11,
123
table.euLabelRadio tr td.A12
124
{
125
    color:#FFFFFF;
126
    font-weight:bold;
127
    background-color: #00963F;
128
}
129
table.euLabelRadio tr td.B1,
130
table.euLabelRadio tr td.App2,
131
table.euLabelRadio tr td.B3,
132
table.euLabelRadio tr td.B4,
133
table.euLabelRadio tr td.B5,
134
table.euLabelRadio tr td.B6,
135
table.euLabelRadio tr td.App7,
136
table.euLabelRadio tr td.B8,
137
table.euLabelRadio tr td.B9,
138
table.euLabelRadio tr td.B10,
139
table.euLabelRadio tr td.B11,
140
table.euLabelRadio tr td.B12
141
{
142
    color:#FFFFFF;
143
    font-weight:bold;
144
    background-color: #4EAF30;
145
}
146
table.euLabelRadio tr td.C1,
147
table.euLabelRadio tr td.Ap2,
148
table.euLabelRadio tr td.C3,
149
table.euLabelRadio tr td.C4,
150
table.euLabelRadio tr td.C5,
151
table.euLabelRadio tr td.C6,
152
table.euLabelRadio tr td.Ap7,
153
table.euLabelRadio tr td.C8,
154
table.euLabelRadio tr td.C9,
155
table.euLabelRadio tr td.C10,
156
table.euLabelRadio tr td.C11,
157
table.euLabelRadio tr td.C12
158
{
159
    color:#FFFFFF;
160
    font-weight:bold;
161
    background-color: #C7D300;
162
}
163
table.euLabelRadio tr td.D1,
164
table.euLabelRadio tr td.A2,
165
table.euLabelRadio tr td.D3,
166
table.euLabelRadio tr td.D4,
167
table.euLabelRadio tr td.D5,
168
table.euLabelRadio tr td.D6,
169
table.euLabelRadio tr td.A7,
170
table.euLabelRadio tr td.D8,
171
table.euLabelRadio tr td.D9,
172
table.euLabelRadio tr td.D10,
173
table.euLabelRadio tr td.D11,
174
table.euLabelRadio tr td.D12
175
{
176
    color:#FFFFFF;
177
    font-weight:bold;
178
    background-color: #FFED00;
179
}
180
table.euLabelRadio tr td.E1,
181
table.euLabelRadio tr td.E2,
182
table.euLabelRadio tr td.E3,
183
table.euLabelRadio tr td.E4,
184
table.euLabelRadio tr td.D5,
185
table.euLabelRadio tr td.E6,
186
table.euLabelRadio tr td.B7,
187
table.euLabelRadio tr td.E8,
188
table.euLabelRadio tr td.E9,
189
table.euLabelRadio tr td.E10,
190
table.euLabelRadio tr td.E11,
191
table.euLabelRadio tr td.E12
192
{
193
    color:#FFFFFF;
194
    font-weight:bold;
195
    background-color: #FBB900;
196
}
197
table.euLabelRadio tr td.F1,
198
table.euLabelRadio tr td.C2,
199
table.euLabelRadio tr td.F3,
200
table.euLabelRadio tr td.F4,
201
table.euLabelRadio tr td.E5,
202
table.euLabelRadio tr td.F6,
203
table.euLabelRadio tr td.C7,
204
table.euLabelRadio tr td.F8,
205
table.euLabelRadio tr td.F9,
206
table.euLabelRadio tr td.F10,
207
table.euLabelRadio tr td.F11,
208
table.euLabelRadio tr td.F12
209
{
210
    color:#FFFFFF;
211
    font-weight:bold;
212
    background-color: #EC6504;
213
}
214
table.euLabelRadio tr td.G1,
215
table.euLabelRadio tr td.D2,
216
table.euLabelRadio tr td.G3,
217
table.euLabelRadio tr td.G4,
218
table.euLabelRadio tr td.F5,
219
table.euLabelRadio tr td.G6,
220
table.euLabelRadio tr td.D7,
221
table.euLabelRadio tr td.G8,
222
table.euLabelRadio tr td.G9,
223
table.euLabelRadio tr td.G10,
224
table.euLabelRadio tr td.G11,
225
table.euLabelRadio tr td.G12
226
{
227
    color:#FFFFFF;
228
    font-weight:bold;
229
    background-color: #E3000F;
230
}