]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/layout.css
Please cherry-pick:
[jjobs-war.git] / web / resources / css / layout.css
1 /**
2 div, table {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 #page-header {
8         border-bottom: 1px solid grey;
9         line-height: 20px;
10 }
11
12 .page-header-container {
13         position: relative;
14         background-color: steelblue;
15         color: white;
16         padding: 5px;
17         margin: 0px 0px 10px 0px;
18 }
19
20 #page-footer {
21         position: relative;
22         background-color: lightblue;
23         padding: 5px;
24         margin: 10px 0px 0px 0px;
25 }
26
27 #left-menu-container {
28         float: left;
29         background-color: khaki;
30         padding: 5px;
31         width: 170px;
32 }
33
34 .center_content {
35         position: relative;
36         background-color: #dddddd;
37         padding: 5px;
38 }
39
40 .content-container {
41         padding-right: 5px;
42         padding-bottom: 5px;
43         margin-left: 190px;
44 }
45
46 .table-footer {
47         margin: 2px;
48 }
49
50 .page-header-container a:link, .page-header-container a:visited {
51         color: white;
52         font-weight : bold;
53         text-decoration: none;
54 }
55
56 .page-header-container a:link:hover, .page-header-container a:visited:hover  {
57         color: black;
58         font-weight : bold;
59         text-decoration : underline;
60 }
61
62 table, .table, .table-medium {
63         margin: 0px;
64         padding: 0px;
65 }
66
67 .table {
68         width: 500px;
69 }
70
71 .table-footer {
72         margin: 2px;
73 }
74
75 .table-medium {
76         width: 650px;
77 }
78
79 .table-full {
80         margin: 0 auto;
81         width: 100%;
82 }
83
84 .table-row {
85         width: 100%;
86         min-height: 20px;
87         margin: 2px;
88         overflow: auto;
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;
141 }
142
143 ul.navbar-horizontal, ul.navbar-mini {
144         display: block;
145         text-align: center;
146         list-style: none;
147         margin: 0px;
148         padding: 0px;
149 }
150
151 ul.navbar-horizontal li.navlink-horizontal, ul.navbar-mini li.navlink-mini {
152         display: block;
153         float: left;
154 }
155
156 ul.navbar-horizontal li.navlink-horizontal {
157         width: 100px;
158 }
159
160 ul.navbar-mini li.navlink-mini {
161         padding: 1px;
162 }
163
164 ul.navbar-horizontal 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 .menu-header {
176         font-weight: bold;
177 }
178
179 .table-header {
180         text-align: center;
181         font-weight: bold;
182 }
183
184 .table-data-label, .table-data-field {
185         display: block;
186         border: 1px solid #aaaaaa;
187         border-top-right-radius: 8px;
188         border-bottom-left-radius: 8px;
189 }
190
191 .table-data-label {
192         font-weight: bold;
193         background-image: linear-gradient(#eeeeee, #aaaaaa);
194         height: 16px;
195         padding-left: 4px;
196 }
197
198 .table-data-field {
199         background-color: #f5f5f5;
200         vertical-align: top;
201         padding-top: 1px;
202         padding-bottom: 1px;
203         padding-left: 2px;
204         padding-right: 1px;
205         margin-top: 2px;
206         min-height: 15px;
207 }
208
209 #content-header {
210         border-color: grey;
211         background-image: linear-gradient(#eeeeee, #aaaaaa);
212         font-weight: bold;
213         font-size: 18px;
214         margin-bottom: 20px;
215         padding-left: 5px;
216         line-height: 20px;
217 }
218
219 .table-header-column {
220         width: 100px;
221 }
222
223 .table-header-column25 {
224         width: 25%;
225 }
226
227 .table-data-column {
228         width: 100px;
229 }
230
231 .item_price, .item_total_price {
232         text-align: right;
233 }
234
235 .alert-danger {
236         color: red;
237 }
238
239 .alert-danger:hover {
240         cursor: not-allowed;
241 }
242
243 .alert-warning {
244         color: orange;
245 }
246
247 .alert-info {
248         color: cornflowerblue;
249 }
250
251 .message-container {
252         border: 1px solid grey;
253         border-top-right-radius: 8px;
254         border-bottom-left-radius: 8px;
255         background-color: ghostwhite;
256 }
257
258 .message-medium {
259         width: 400px;
260 }
261
262 .message-auto {
263         margin: auto 0px;
264 }
265
266 .message-mini {
267         width: 160px;
268 }
269
270 .message-header {
271         border-bottom: 1px solid grey;
272         background-image: linear-gradient(#eeeeee, #aaaaaa);
273         border-top-right-radius: 8px;
274         line-height: 18px;
275         text-align: center;
276         font-weight: bold;
277 }
278
279 .user-status-confirmed, .customer-status-confirmed {
280         color: #00aa00;
281 }
282
283 .user-status-unconfirmed, .customer-status-unconfirmed {
284         color: #00aaaa;
285 }
286
287 .user-status-locked, .customer-status-locked {
288         color: #aa0000;
289 }
290
291 .link-warning {
292         color: #aaaa00;
293 }
294
295 .link-danger {
296         color: #aa0000;
297 }
298
299 .divider-right {
300         margin-right: 2px;
301 }
302
303 #content-header, .input, .select, .submit, .reset, .button-danger, .button-warning, .fieldset {
304         border: 1px solid grey;
305         border-top-right-radius: 8px;
306         border-bottom-left-radius: 8px;
307 }
308
309 .checkbox {
310         border: 1px solid grey;
311 }
312
313 input, textarea, select, option {
314         background-color: #fbfbfb;
315 }
316
317 .submit, .reset, .button-danger, .button-warning {
318         cursor: pointer;
319 }
320
321 .fieldset {
322         padding: 5px;
323 }
324
325 .input {
326         padding-left: 4px;
327         padding-right: 4px;
328 }
329
330 #menu-content-wrapper {
331         overflow: auto;
332 }
333
334 .button-danger {
335         border-color: #ee0000;
336         background-color: #880000;
337         color: white;
338 }
339
340 .button-warning {
341         border-color: #eeee00;
342         background-color: #aaaa00;
343         color: white;
344 }
345
346 input:hover, textarea:hover, select:hover, option:hover {
347         border-color: #666666;
348         background-color: #eeeeee;
349 }
350
351 .button-danger:hover {
352         border-color: #dd0000;
353         background-color: #aa0000;
354         color: #eeeeee;
355 }
356
357 .button-warning:hover {
358         border-color: #dddd00;
359         background-color: #cccc00;
360         color: #eeeeee;
361 }
362 #menu-content-wrapper::after {
363         clear: both;
364 }
365
366 .table-row::after {
367         clear: both;
368 }
369
370 .footer::after {
371         clear: both;
372 }