]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/cssLayout.css
86d6557804ec4351ea1ba9b922e2ff2caef9329f
[jjobs-war.git] / web / resources / css / cssLayout.css
1 /**
2 div, table {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 #top {
8         position: relative;
9         background-color: #036fab;
10         color: #ffffff;
11         padding: 5px;
12         margin: 0px 0px 10px 0px;
13 }
14
15 #footer {
16         position: relative;
17         background-color: #c2dfef;
18         padding: 5px;
19         margin: 10px 0px 0px 0px;
20 }
21
22 #left {
23         float: left;
24         background-color: #ece3a5;
25         padding: 5px;
26         width: 170px;
27 }
28
29 #right {
30         float: right;
31         background-color: #ece3a5;
32         padding: 5px;
33         width: 150px;
34 }
35
36 .center_content {
37         position: relative;
38         background-color: #dddddd;
39         padding: 5px;
40 }
41
42 .left_content {
43         padding-right: 5px;
44         padding-bottom: 5px;
45         margin-left: 190px;
46 }
47
48 #top a:link, #top a:visited {
49         color: #ffffff;
50         font-weight : bold;
51         text-decoration: none;
52 }
53
54 #top a:link:hover, #top a:visited:hover  {
55         color: #000000;
56         font-weight : bold;
57         text-decoration : underline;
58 }
59
60 table, .table, .table_medium {
61         margin: 0px;
62         padding: 0px;
63 }
64
65 .table {
66         width: 500px;
67 }
68
69 .table_footer {
70         margin: 2px;
71 }
72
73 .table_medium {
74         width: 650px;
75 }
76
77 .table_big {
78         width: 100%;
79 }
80
81 .table_row {
82         width: 100%;
83         min-height: 20px;
84         margin: 2px;
85 }
86
87 .table_left {
88         width: 250px;
89         min-height: 20px;
90         float: left;
91 }
92
93 .table_right {
94         width: 200px;
95         min-height: 20px;
96         float: right;
97 }
98
99 .table_left25 {
100         width: 20px;
101         min-height: 20px;
102         float: left;
103 }
104
105 .table_right75 {
106         width: 430px;
107         min-height: 20px;
108         float: right;
109 }
110
111 .table_left_medium {
112         width: 300px;
113         min-height: 20px;
114         float: left;
115 }
116
117 .table_right_medium {
118         width: 300px;
119         min-height: 20px;
120         float: right;
121 }
122
123 .table_left25_medium {
124         width: 30px;
125         min-height: 20px;
126         float: left;
127 }
128
129 .table_right75_medium {
130         width: 570px;
131         min-height: 20px;
132         float: right;
133 }
134
135 .para {
136         padding: 5px 5px 5px 5px;
137 }
138
139 .clear {
140         clear: both;
141 }
142
143 ul.footer_nav, ul.mini_nav {
144         display: block;
145         text-align: center;
146         list-style: none;
147         margin: 0px;
148         padding: 0px;
149 }
150
151 ul.footer_nav li.footer_link, ul.mini_nav li.mini_link {
152         display: block;
153         float: left;
154 }
155
156 ul.footer_nav li.footer_link {
157         width: 100px;
158 }
159
160 ul.mini_nav li.mini_link {
161         padding: 1px;
162 }
163
164 ul.footer_nav li.footer_copyright {
165         float: right;
166         width: 300px;
167         margin-right: 10px;
168 }
169
170 .menu ul {
171         list-style: none;
172         padding-left: 5px;
173 }
174
175 .table_header, .table_label, .message_header {
176         text-align: center;
177         font-weight: bold;
178 }
179
180 .table_data_label, .table_data_field {
181         display: block;
182         border: 1px solid #aaaaaa;
183         border-top-right-radius: 8px;
184         border-bottom-left-radius: 8px;
185 }
186
187 .table_data_label {
188         font-weight: bold;
189         background-image: linear-gradient(#eeeeee, #bbbbbb);
190         height: 16px;
191         padding-left: 2px;
192 }
193
194 .table_data_field {
195         background-color: #f5f5f5;
196         vertical-align: top;
197         padding-top: 1px;
198         padding-bottom: 1px;
199         padding-left: 2px;
200         padding-right: 1px;
201         margin-top: 2px;
202         min-height: 14px;
203 }
204
205 #content_header {
206         border-color: #888888;
207         background-image: linear-gradient(#eeeeee, #aaaaaa);
208         font-weight: bold;
209         font-size: 18px;
210         margin-bottom: 20px;
211         padding-left: 5px;
212 }
213
214 .table_header_column {
215         width: 100px;
216 }
217
218 .table_header_column25 {
219         width: 25%;
220 }
221
222 .table_data_column {
223         width: 100px;
224 }
225
226 .item_price, .item_total_price {
227         text-align: right;
228 }
229
230 .errors {
231         color: red;
232 }
233
234 .errors:hover {
235         cursor: not-allowed;
236 }
237
238 .fatals {
239         color: red;
240         font-weight: bold;
241 }
242
243 .infos {
244         color: cornflowerblue;
245 }
246
247 .warnings {
248         color: gold;
249 }
250
251 .message_box {
252         width: 400px;
253 }
254
255 .message_header {
256         background-color: #dddddd;
257 }
258
259 .okay {
260         color: #00aa00;
261 }
262
263 .user_status_confirmed, .customer_status_confirmed {
264         color: #00aa00;
265 }
266
267 .user_status_unconfirmed, .customer_status_unconfirmed {
268         color: #00aaaa;
269 }
270
271 .user_status_locked, .customer_status_locked {
272         color: #aa0000;
273 }
274
275 .unlink_link {
276         color: #aaaa00;
277 }
278
279 .delete_link {
280         color: #aa0000;
281 }
282
283 .right_space {
284         margin-right: 2px;
285 }
286
287 #content_header, .input, .select, .submit, .reset, .delete_button, .unlink_button, .fieldset {
288         border-style: groove;
289         border-width: 1px;
290         border-top-right-radius: 8px;
291         border-bottom-left-radius: 8px;
292         border-color: #888888;
293 }
294
295 input, textarea, select, option {
296         background-color: #fbfbfb;
297 }
298
299 .submit, .reset, .delete_button, .unlink_button {
300         cursor: pointer;
301 }
302
303 input:hover, textarea:hover, select:hover, option:hover {
304         border-color: #666666;
305         background-color: #eeeeee;
306 }
307
308 .delete_button:hover {
309         border-color: #dd0000;
310         background-color: #aa0000;
311         color: #eeeeee;
312 }
313
314 .unlink_button:hover {
315         border-color: #dddd00;
316         background-color: #cccc00;
317         color: #eeeeee;
318 }
319
320 .delete_button {
321         border-color: #ee0000;
322         background-color: #880000;
323         color: #ffffff;
324 }
325
326 .unlink_button {
327         border-color: #eeee00;
328         background-color: #aaaa00;
329         color: #ffffff;
330 }
331
332 .fieldset {
333         padding: 5px;
334 }