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