]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/cssLayout.css
Improved many things: (please cherry-pick)
[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 .fatals {
235         color: red;
236         font-weight: bold;
237 }
238
239 .infos {
240         color: cornflowerblue;
241 }
242
243 .warnings {
244         color: gold;
245 }
246
247 .message_box {
248         width: 400px;
249 }
250
251 .message_header {
252         background-color: #dddddd;
253 }
254
255 .okay {
256         color: #00aa00;
257 }
258
259 .user_status_confirmed, .customer_status_confirmed {
260         color: #00aa00;
261 }
262
263 .user_status_unconfirmed, .customer_status_unconfirmed {
264         color: #00aaaa;
265 }
266
267 .user_status_locked, .customer_status_locked {
268         color: #aa0000;
269 }
270
271 .unlink_link {
272         color: #aaaa00;
273 }
274
275 .delete_link {
276         color: #aa0000;
277 }
278
279 .right_space {
280         margin-right: 2px;
281 }
282
283 #content_header, .input, .select, .submit, .reset, .delete_button, .unlink_button, .fieldset {
284         border-style: groove;
285         border-width: 1px;
286         border-top-right-radius: 8px;
287         border-bottom-left-radius: 8px;
288         border-color: #888888;
289 }
290
291 input, textarea, select, option {
292         background-color: #fbfbfb;
293 }
294
295 .submit, .reset, .delete_button, .unlink_button {
296         cursor: pointer;
297 }
298
299 input:hover, textarea:hover, select:hover, option:hover {
300         border-color: #666666;
301         background-color: #eeeeee;
302 }
303
304 .delete_button:hover {
305         border-color: #dd0000;
306         background-color: #aa0000;
307         color: #eeeeee;
308 }
309
310 .unlink_button:hover {
311         border-color: #dddd00;
312         background-color: #cccc00;
313         color: #eeeeee;
314 }
315
316 .delete_button {
317         border-color: #ee0000;
318         background-color: #880000;
319         color: #ffffff;
320 }
321
322 .unlink_button {
323         border-color: #eeee00;
324         background-color: #aaaa00;
325         color: #ffffff;
326 }
327
328 .fieldset {
329         padding: 5px;
330 }