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