]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/layout.css
f86f0a3be65f5d0fc419f2071c297a81b66b6e81
[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         border-top-right-radius: 8px;
279 }
280
281 .okay {
282         color: #00aa00;
283 }
284
285 .user_status_confirmed, .customer_status_confirmed {
286         color: #00aa00;
287 }
288
289 .user_status_unconfirmed, .customer_status_unconfirmed {
290         color: #00aaaa;
291 }
292
293 .user_status_locked, .customer_status_locked {
294         color: #aa0000;
295 }
296
297 .unlink_link {
298         color: #aaaa00;
299 }
300
301 .delete_link {
302         color: #aa0000;
303 }
304
305 .right_space {
306         margin-right: 2px;
307 }
308
309 #content_header, .input, .select, .submit, .reset, .delete_button, .unlink_button, .fieldset {
310         border: 1px solid #888888;
311         border-top-right-radius: 8px;
312         border-bottom-left-radius: 8px;
313 }
314
315 .checkbox {
316         border: 1px solid #888888;
317 }
318
319 input, textarea, select, option {
320         background-color: #fbfbfb;
321 }
322
323 .submit, .reset, .delete_button, .unlink_button {
324         cursor: pointer;
325 }
326
327 input:hover, textarea:hover, select:hover, option:hover {
328         border-color: #666666;
329         background-color: #eeeeee;
330 }
331
332 .delete_button:hover {
333         border-color: #dd0000;
334         background-color: #aa0000;
335         color: #eeeeee;
336 }
337
338 .unlink_button:hover {
339         border-color: #dddd00;
340         background-color: #cccc00;
341         color: #eeeeee;
342 }
343
344 .delete_button {
345         border-color: #ee0000;
346         background-color: #880000;
347         color: #ffffff;
348 }
349
350 .unlink_button {
351         border-color: #eeee00;
352         background-color: #aaaa00;
353         color: #ffffff;
354 }
355
356 .fieldset {
357         padding: 5px;
358 }
359
360 .input {
361         padding-left: 4px;
362         padding-right: 4px;
363 }
364
365 #menu_content {
366         overflow: auto;
367 }
368
369 #menu_content::after {
370         clear: both;
371 }
372
373 .table_row::after {
374         clear: both;
375 }
376
377 .footer::after {
378         clear: both;
379 }