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