]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/cssLayout.css
84d84f6c1607908fb212b80789182677ba6d4ec7
[jjobs-war.git] / web / resources / css / cssLayout.css
1 /**
2 div, table {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 #top {
8         position: relative;
9         background-color: #036fab;
10         color: #ffffff;
11         padding: 5px;
12         margin: 0px 0px 10px 0px;
13 }
14
15 #footer {
16         position: relative;
17         background-color: #c2dfef;
18         padding: 5px;
19         margin: 10px 0px 0px 0px;
20 }
21
22 #left {
23         float: left;
24         background-color: #ece3a5;
25         padding: 5px;
26         width: 170px;
27 }
28
29 #right {
30         float: right;
31         background-color: #ece3a5;
32         padding: 5px;
33         width: 150px;
34 }
35
36 .center_content {
37         position: relative;
38         background-color: #dddddd;
39         padding: 5px;
40 }
41
42 .left_content {
43         padding-right: 5px;
44         padding-bottom: 5px;
45         margin-left: 190px;
46 }
47
48 #top a:link, #top a:visited {
49         color: #ffffff;
50         font-weight : bold;
51         text-decoration: none;
52 }
53
54 #top a:link:hover, #top a:visited:hover  {
55         color: #000000;
56         font-weight : bold;
57         text-decoration : underline;
58 }
59
60 table, .table, .table_medium {
61         margin: 0px;
62         padding: 0px;
63 }
64
65 .table {
66         width: 500px;
67 }
68
69 .table_medium {
70         width: 650px;
71 }
72
73 .table_big {
74         width: 100%;
75 }
76
77 .table_row {
78         width: 100%;
79         min-height: 20px;
80 }
81
82 .table_left {
83         width: 250px;
84         min-height: 20px;
85         float: left;
86 }
87
88 .table_right {
89         width: 200px;
90         min-height: 20px;
91         float: right;
92 }
93
94 .table_left25 {
95         width: 20px;
96         min-height: 20px;
97         float: left;
98 }
99
100 .table_right75 {
101         width: 430px;
102         min-height: 20px;
103         float: right;
104 }
105
106 .table_left_medium {
107         width: 300px;
108         min-height: 20px;
109         float: left;
110 }
111
112 .table_right_medium {
113         width: 300px;
114         min-height: 20px;
115         float: right;
116 }
117
118 .para {
119         padding: 5px 5px 5px 5px;
120 }
121
122 .clear {
123         clear: both;
124 }
125
126 ul.footer_nav, ul.mini_nav {
127         display: block;
128         text-align: center;
129         list-style: none;
130         margin: 0px;
131         padding: 0px;
132 }
133
134 ul.footer_nav li.footer_link, ul.mini_nav li.mini_link {
135         display: block;
136         float: left;
137 }
138
139 ul.footer_nav li.footer_link {
140         width: 100px;
141 }
142
143 ul.mini_nav li.mini_link {
144         padding: 1px;
145 }
146
147 ul.footer_nav li.footer_copyright {
148         float: right;
149         width: 300px;
150         margin-right: 10px;
151 }
152
153 .menu ul {
154         list-style: none;
155         padding-left: 5px;
156 }
157
158 .table_header, .table_label, .message_header {
159         text-align: center;
160         font-weight: bold;
161 }
162
163 .table_data_label {
164         font-weight: bold;
165         background-image: linear-gradient(#eeeeee, #bbbbbb);
166         border: 1px solid #aaaaaa;
167         height: 16px;
168         padding-left: 2px;
169 }
170
171 .table_data_value {
172         border: 1px solid #aaaaaa;
173         padding-top: 1px;
174         padding-bottom: 1px;
175         padding-left: 2px;
176         padding-right: 1px;
177         margin-top: 2px;
178         min-height: 14px;
179 }
180
181 #content_header {
182         background-color: #dddddd;
183         font-weight: bold;
184         font-size: 18px;
185         margin-bottom: 20px;
186 }
187
188 .table_header_column {
189         width: 100px;
190 }
191
192 .table_header_column25 {
193         width: 25%;
194 }
195
196 .table_data_column {
197         width: 100px;
198 }
199
200 .item_price, .item_total_price {
201         text-align: right;
202 }
203
204 .errors {
205         color: red;
206 }
207
208 .fatals {
209         color: red;
210         font-weight: bold;
211 }
212
213 .infos {
214         color: cornflowerblue;
215 }
216
217 .warnings {
218         color: gold;
219 }
220
221 .message_box {
222         width: 400px;
223 }
224
225 .message_header {
226         background-color: #dddddd;
227 }
228
229 .okay {
230         color: #00aa00;
231 }
232
233 .user_status_confirmed, .customer_status_confirmed {
234         color: #00aa00;
235 }
236
237 .user_status_unconfirmed, .customer_status_unconfirmed {
238         color: #00aaaa;
239 }
240
241 .user_status_locked, .customer_status_locked {
242         color: #aa0000;
243 }
244
245 .data_label, .data_field {
246         display: block;
247         width: 100%;
248         height: 14px;
249         padding: 1px;
250         margin: 1px;
251         border: 1px solid #aaaaaa;
252         vertical-align: top;
253 }
254
255 .data_label {
256         font-weight: bold;
257                 background-color: #dddddd;
258 }
259
260 .unlink_link {
261         color: #aaaa00;
262 }
263
264 .delete_link {
265         color: #aa0000;
266 }
267
268 .delete_button {
269         border: #ee0000 1px groove;
270         background-color: #880000;
271         color: #ffffff;
272 }
273
274 .unlink_button {
275         border: #eeee00 1px groove;
276         background-color: #aaaa00;
277         color: #ffffff;
278 }