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