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