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