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