##// END OF EJS Templates
unused images cleaning...
Jean-Philippe Lang -
r137:32f6cb7c13cb
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -1,537 +1,536
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
2 /* Edited by Jean-Philippe Lang *>
2 /* Edited by Jean-Philippe Lang *>
3 /**************** Body and tag styles ****************/
3 /**************** Body and tag styles ****************/
4
4
5
5
6 #header * {margin:0; padding:0;}
6 #header * {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
8
8
9
9
10 body{
10 body{
11 font:76% Verdana,Tahoma,Arial,sans-serif;
11 font:76% Verdana,Tahoma,Arial,sans-serif;
12 line-height:1.4em;
12 line-height:1.4em;
13 text-align:center;
13 text-align:center;
14 color:#303030;
14 color:#303030;
15 background:#e8eaec;
15 background:#e8eaec;
16 margin:0;
16 margin:0;
17 }
17 }
18
18
19
19
20 a{
20 a{
21 color:#467aa7;
21 color:#467aa7;
22 font-weight:bold;
22 font-weight:bold;
23 text-decoration:none;
23 text-decoration:none;
24 background-color:inherit;
24 background-color:inherit;
25 }
25 }
26
26
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 a img{border:none;}
28 a img{border:none;}
29
29
30 p{padding:0 0 1em 0;}
30 p{padding:0 0 1em 0;}
31 p form{margin-top:0; margin-bottom:20px;}
31 p form{margin-top:0; margin-bottom:20px;}
32
32
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
34 img.left{float:left; margin:0 12px 5px 0;}
34 img.left{float:left; margin:0 12px 5px 0;}
35 img.center{display:block; margin:0 auto 5px auto;}
35 img.center{display:block; margin:0 auto 5px auto;}
36 img.right{float:right; margin:0 0 5px 12px;}
36 img.right{float:right; margin:0 0 5px 12px;}
37
37
38 /**************** Header and navigation styles ****************/
38 /**************** Header and navigation styles ****************/
39
39
40 #container{
40 #container{
41 width:100%;
41 width:100%;
42 min-width: 800px;
42 min-width: 800px;
43 margin:0;
43 margin:0;
44 padding:0;
44 padding:0;
45 text-align:left;
45 text-align:left;
46 background:#ffffff;
46 background:#ffffff;
47 color:#303030;
47 color:#303030;
48 }
48 }
49
49
50 #header{
50 #header{
51 height:4.5em;
51 height:4.5em;
52 margin:0;
52 margin:0;
53 background:#467aa7;
53 background:#467aa7;
54 color:#ffffff;
54 color:#ffffff;
55 margin-bottom:1px;
55 margin-bottom:1px;
56 }
56 }
57
57
58 #header h1{
58 #header h1{
59 padding:10px 0 0 20px;
59 padding:10px 0 0 20px;
60 font-size:2em;
60 font-size:2em;
61 background-color:inherit;
61 background-color:inherit;
62 color:#fff;
62 color:#fff;
63 letter-spacing:-1px;
63 letter-spacing:-1px;
64 font-weight:bold;
64 font-weight:bold;
65 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
65 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 }
66 }
67
67
68 #header h2{
68 #header h2{
69 margin:3px 0 0 40px;
69 margin:3px 0 0 40px;
70 font-size:1.5em;
70 font-size:1.5em;
71 background-color:inherit;
71 background-color:inherit;
72 color:#f0f2f4;
72 color:#f0f2f4;
73 letter-spacing:-1px;
73 letter-spacing:-1px;
74 font-weight:normal;
74 font-weight:normal;
75 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
75 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
76 }
76 }
77
77
78 #navigation{
78 #navigation{
79 height:2.2em;
79 height:2.2em;
80 line-height:2.2em;
80 line-height:2.2em;
81 margin:0;
81 margin:0;
82 background:#578bb8;
82 background:#578bb8;
83 color:#ffffff;
83 color:#ffffff;
84 }
84 }
85
85
86 #navigation li{
86 #navigation li{
87 float:left;
87 float:left;
88 list-style-type:none;
88 list-style-type:none;
89 border-right:1px solid #ffffff;
89 border-right:1px solid #ffffff;
90 white-space:nowrap;
90 white-space:nowrap;
91 }
91 }
92
92
93 #navigation li.right {
93 #navigation li.right {
94 float:right;
94 float:right;
95 list-style-type:none;
95 list-style-type:none;
96 border-right:0;
96 border-right:0;
97 border-left:1px solid #ffffff;
97 border-left:1px solid #ffffff;
98 white-space:nowrap;
98 white-space:nowrap;
99 }
99 }
100
100
101 #navigation li a{
101 #navigation li a{
102 display:block;
102 display:block;
103 padding:0px 10px 0px 22px;
103 padding:0px 10px 0px 22px;
104 font-size:0.8em;
104 font-size:0.8em;
105 font-weight:normal;
105 font-weight:normal;
106 text-decoration:none;
106 text-decoration:none;
107 background-color:inherit;
107 background-color:inherit;
108 color: #ffffff;
108 color: #ffffff;
109 }
109 }
110
110
111 #navigation li.submenu {
111 #navigation li.submenu {
112 background:url(../images/arrow_down.png) 96% 80% no-repeat;
112 background:url(../images/arrow_down.png) 96% 80% no-repeat;
113 }
113 }
114
114
115 #navigation li.submenu a {
115 #navigation li.submenu a {
116 padding:0px 16px 0px 22px;
116 padding:0px 16px 0px 22px;
117 }
117 }
118
118
119 * html #navigation a {width:1%;}
119 * html #navigation a {width:1%;}
120
120
121 #navigation .selected,#navigation a:hover{
121 #navigation .selected,#navigation a:hover{
122 color:#ffffff;
122 color:#ffffff;
123 text-decoration:none;
123 text-decoration:none;
124 background-color: #80b0da;
124 background-color: #80b0da;
125 }
125 }
126
126
127 /**************** Icons links *******************/
127 /**************** Icons links *******************/
128 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
128 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
129 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
129 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
130 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
130 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
131 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
131 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
132 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
132 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
133 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
133 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
134 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
134 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
135
135
136 .picEdit { background: url(../images/edit.png) no-repeat 4px 50%; }
136 .picEdit { background: url(../images/edit.png) no-repeat 4px 50%; }
137 .picDelete { background: url(../images/delete.png) no-repeat 4px 50%; }
137 .picDelete { background: url(../images/delete.png) no-repeat 4px 50%; }
138 .picAdd { background: url(../images/add.png) no-repeat 4px 50%; }
138 .picAdd { background: url(../images/add.png) no-repeat 4px 50%; }
139 .picMove { background: url(../images/move.png) no-repeat 4px 50%; }
139 .picMove { background: url(../images/move.png) no-repeat 4px 50%; }
140 .picCheck { background: url(../images/check.png) no-repeat 4px 70%; }
140 .picCheck { background: url(../images/check.png) no-repeat 4px 70%; }
141 .picPdf { background: url(../images/pdf.png) no-repeat 4px 50%;}
141 .picPdf { background: url(../images/pdf.png) no-repeat 4px 50%;}
142 .picCsv { background: url(../images/csv.png) no-repeat 4px 50%;}
143
142
144 .pic { padding-left: 18px; margin-left: 3px; }
143 .pic { padding-left: 18px; margin-left: 3px; }
145
144
146 .icon {
145 .icon {
147 background-position: 0% 40%;
146 background-position: 0% 40%;
148 background-repeat: no-repeat;
147 background-repeat: no-repeat;
149 padding-left: 20px;
148 padding-left: 20px;
150 }
149 }
151
150
152 .folder { background-image: url(../images/folder.png); }
151 .folder { background-image: url(../images/folder.png); }
153 .file { background-image: url(../images/file.png); }
152 .file { background-image: url(../images/file.png); }
154 .attachment { background-image: url(../images/attachment.png); }
153 .attachment { background-image: url(../images/attachment.png); }
155
154
156 /**************** Content styles ****************/
155 /**************** Content styles ****************/
157
156
158 html>body #content {
157 html>body #content {
159 height: auto;
158 height: auto;
160 min-height: 500px;
159 min-height: 500px;
161 }
160 }
162
161
163 #content{
162 #content{
164 width: auto;
163 width: auto;
165 height:500px;
164 height:500px;
166 font-size:0.9em;
165 font-size:0.9em;
167 padding:20px 10px 10px 20px;
166 padding:20px 10px 10px 20px;
168 margin-left: 120px;
167 margin-left: 120px;
169 border-left: 1px dashed #c0c0c0;
168 border-left: 1px dashed #c0c0c0;
170
169
171 }
170 }
172
171
173 #content h2{
172 #content h2{
174 display:block;
173 display:block;
175 margin:0 0 16px 0;
174 margin:0 0 16px 0;
176 font-size:1.7em;
175 font-size:1.7em;
177 font-weight:normal;
176 font-weight:normal;
178 letter-spacing:-1px;
177 letter-spacing:-1px;
179 color:#606060;
178 color:#606060;
180 background-color:inherit;
179 background-color:inherit;
181 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
180 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
182 }
181 }
183
182
184 #content h2 a{font-weight:normal;}
183 #content h2 a{font-weight:normal;}
185 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
184 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
186 #content h4{font-size: 1em; margin-bottom: 12px; margin-top: 20px; font-weight: normal; border-bottom: dotted 1px #c0c0c0;}
185 #content h4{font-size: 1em; margin-bottom: 12px; margin-top: 20px; font-weight: normal; border-bottom: dotted 1px #c0c0c0;}
187 #content a:hover,#subcontent a:hover{text-decoration:underline;}
186 #content a:hover,#subcontent a:hover{text-decoration:underline;}
188 #content ul,#content ol{margin:0 5px 16px 35px;}
187 #content ul,#content ol{margin:0 5px 16px 35px;}
189 #content dl{margin:0 5px 10px 25px;}
188 #content dl{margin:0 5px 10px 25px;}
190 #content dt{font-weight:bold; margin-bottom:5px;}
189 #content dt{font-weight:bold; margin-bottom:5px;}
191 #content dd{margin:0 0 10px 15px;}
190 #content dd{margin:0 0 10px 15px;}
192
191
193
192
194 /***********************************************/
193 /***********************************************/
195
194
196 form {
195 form {
197 display: inline;
196 display: inline;
198 }
197 }
199
198
200 blockquote {
199 blockquote {
201 padding-left: 6px;
200 padding-left: 6px;
202 border-left: 2px solid #ccc;
201 border-left: 2px solid #ccc;
203 }
202 }
204
203
205 input, select {
204 input, select {
206 vertical-align: middle;
205 vertical-align: middle;
207 margin-bottom: 4px;
206 margin-bottom: 4px;
208 }
207 }
209
208
210 input.button-small
209 input.button-small
211 {
210 {
212 font-size: 0.8em;
211 font-size: 0.8em;
213 }
212 }
214
213
215 .select-small
214 .select-small
216 {
215 {
217 font-size: 0.8em;
216 font-size: 0.8em;
218 }
217 }
219
218
220 label {
219 label {
221 font-weight: bold;
220 font-weight: bold;
222 font-size: 1em;
221 font-size: 1em;
223 }
222 }
224
223
225 fieldset {
224 fieldset {
226 border:1px solid #c0c0c0;
225 border:1px solid #c0c0c0;
227 padding: 6px;
226 padding: 6px;
228 }
227 }
229
228
230 legend {
229 legend {
231 color: #505050;
230 color: #505050;
232
231
233 }
232 }
234
233
235 .required {
234 .required {
236 color: #bb0000;
235 color: #bb0000;
237 }
236 }
238
237
239 .odd {
238 .odd {
240 background-color:#f6f7f8;
239 background-color:#f6f7f8;
241 }
240 }
242 .even {
241 .even {
243 background-color: #fff;
242 background-color: #fff;
244 }
243 }
245
244
246 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
245 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
247
246
248 div.square {
247 div.square {
249 border: 1px solid #999;
248 border: 1px solid #999;
250 float: left;
249 float: left;
251 margin: .4em .5em 0 0;
250 margin: .4em .5em 0 0;
252 overflow: hidden;
251 overflow: hidden;
253 width: .6em; height: .6em;
252 width: .6em; height: .6em;
254 }
253 }
255
254
256 table p {
255 table p {
257 margin:0;
256 margin:0;
258 padding:0;
257 padding:0;
259 }
258 }
260
259
261 ul.documents {
260 ul.documents {
262 list-style-type: none;
261 list-style-type: none;
263 padding: 0;
262 padding: 0;
264 margin: 0;
263 margin: 0;
265 }
264 }
266
265
267 ul.documents li {
266 ul.documents li {
268 background-image: url(../images/file.png);
267 background-image: url(../images/file.png);
269 background-repeat: no-repeat;
268 background-repeat: no-repeat;
270 background-position: 0 .4em;
269 background-position: 0 .4em;
271 padding-left: 20px;
270 padding-left: 20px;
272 margin-bottom: 10px;
271 margin-bottom: 10px;
273 margin-left: -37px;
272 margin-left: -37px;
274 }
273 }
275
274
276 /********** Table used to display lists of things ***********/
275 /********** Table used to display lists of things ***********/
277
276
278 table.list {
277 table.list {
279 width:100%;
278 width:100%;
280 border-collapse: collapse;
279 border-collapse: collapse;
281 border: 1px dotted #d0d0d0;
280 border: 1px dotted #d0d0d0;
282 margin-bottom: 6px;
281 margin-bottom: 6px;
283 }
282 }
284
283
285 table.with-cells td {
284 table.with-cells td {
286 border: 1px solid #d7d7d7;
285 border: 1px solid #d7d7d7;
287 }
286 }
288
287
289 table.list thead th {
288 table.list thead th {
290 text-align: center;
289 text-align: center;
291 background: #eee;
290 background: #eee;
292 border: 1px solid #d7d7d7;
291 border: 1px solid #d7d7d7;
293 color: #777;
292 color: #777;
294 }
293 }
295
294
296 table.list tbody th {
295 table.list tbody th {
297 font-weight: normal;
296 font-weight: normal;
298 background: #eed;
297 background: #eed;
299 border: 1px solid #d7d7d7;
298 border: 1px solid #d7d7d7;
300 }
299 }
301
300
302 /********** Validation error messages *************/
301 /********** Validation error messages *************/
303 #errorExplanation {
302 #errorExplanation {
304 width: 400px;
303 width: 400px;
305 border: 0;
304 border: 0;
306 padding: 7px;
305 padding: 7px;
307 padding-bottom: 3px;
306 padding-bottom: 3px;
308 margin-bottom: 0px;
307 margin-bottom: 0px;
309 }
308 }
310
309
311 #errorExplanation h2 {
310 #errorExplanation h2 {
312 text-align: left;
311 text-align: left;
313 font-weight: bold;
312 font-weight: bold;
314 padding: 5px 5px 10px 26px;
313 padding: 5px 5px 10px 26px;
315 font-size: 1em;
314 font-size: 1em;
316 margin: -7px;
315 margin: -7px;
317 background: url(../images/alert.png) no-repeat 6px 6px;
316 background: url(../images/alert.png) no-repeat 6px 6px;
318 }
317 }
319
318
320 #errorExplanation p {
319 #errorExplanation p {
321 color: #333;
320 color: #333;
322 margin-bottom: 0;
321 margin-bottom: 0;
323 padding: 5px;
322 padding: 5px;
324 }
323 }
325
324
326 #errorExplanation ul li {
325 #errorExplanation ul li {
327 font-size: 1em;
326 font-size: 1em;
328 list-style: none;
327 list-style: none;
329 margin-left: -16px;
328 margin-left: -16px;
330 }
329 }
331
330
332 /*========== Drop down menu ==============*/
331 /*========== Drop down menu ==============*/
333 div.menu {
332 div.menu {
334 background-color: #FFFFFF;
333 background-color: #FFFFFF;
335 border-style: solid;
334 border-style: solid;
336 border-width: 1px;
335 border-width: 1px;
337 border-color: #7F9DB9;
336 border-color: #7F9DB9;
338 position: absolute;
337 position: absolute;
339 top: 0px;
338 top: 0px;
340 left: 0px;
339 left: 0px;
341 padding: 0;
340 padding: 0;
342 visibility: hidden;
341 visibility: hidden;
343 z-index: 101;
342 z-index: 101;
344 }
343 }
345
344
346 div.menu a.menuItem {
345 div.menu a.menuItem {
347 font-size: 10px;
346 font-size: 10px;
348 font-weight: normal;
347 font-weight: normal;
349 line-height: 2em;
348 line-height: 2em;
350 color: #000000;
349 color: #000000;
351 background-color: #FFFFFF;
350 background-color: #FFFFFF;
352 cursor: default;
351 cursor: default;
353 display: block;
352 display: block;
354 padding: 0 1em;
353 padding: 0 1em;
355 margin: 0;
354 margin: 0;
356 border: 0;
355 border: 0;
357 text-decoration: none;
356 text-decoration: none;
358 white-space: nowrap;
357 white-space: nowrap;
359 }
358 }
360
359
361 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
360 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
362 background-color: #80b0da;
361 background-color: #80b0da;
363 color: #ffffff;
362 color: #ffffff;
364 }
363 }
365
364
366 div.menu a.menuItem span.menuItemText {}
365 div.menu a.menuItem span.menuItemText {}
367
366
368 div.menu a.menuItem span.menuItemArrow {
367 div.menu a.menuItem span.menuItemArrow {
369 margin-right: -.75em;
368 margin-right: -.75em;
370 }
369 }
371
370
372 /**************** Sidebar styles ****************/
371 /**************** Sidebar styles ****************/
373
372
374 #subcontent{
373 #subcontent{
375 position: absolute;
374 position: absolute;
376 left: 0px;
375 left: 0px;
377 width:110px;
376 width:110px;
378 padding:20px 20px 10px 5px;
377 padding:20px 20px 10px 5px;
379 }
378 }
380
379
381 #subcontent h2{
380 #subcontent h2{
382 display:block;
381 display:block;
383 margin:0 0 5px 0;
382 margin:0 0 5px 0;
384 font-size:1.0em;
383 font-size:1.0em;
385 font-weight:bold;
384 font-weight:bold;
386 text-align:left;
385 text-align:left;
387 color:#606060;
386 color:#606060;
388 background-color:inherit;
387 background-color:inherit;
389 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
388 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
390 }
389 }
391
390
392 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
391 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
393
392
394 /**************** Menublock styles ****************/
393 /**************** Menublock styles ****************/
395
394
396 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
395 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
397 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
396 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
398 .menublock li a{font-weight:bold; text-decoration:none;}
397 .menublock li a{font-weight:bold; text-decoration:none;}
399 .menublock li a:hover{text-decoration:none;}
398 .menublock li a:hover{text-decoration:none;}
400 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
399 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
401 .menublock li ul li{margin-bottom:0;}
400 .menublock li ul li{margin-bottom:0;}
402 .menublock li ul a{font-weight:normal;}
401 .menublock li ul a{font-weight:normal;}
403
402
404 /**************** Footer styles ****************/
403 /**************** Footer styles ****************/
405
404
406 #footer{
405 #footer{
407 clear:both;
406 clear:both;
408 padding:5px 0;
407 padding:5px 0;
409 margin:0;
408 margin:0;
410 font-size:0.9em;
409 font-size:0.9em;
411 color:#f0f0f0;
410 color:#f0f0f0;
412 background:#467aa7;
411 background:#467aa7;
413 }
412 }
414
413
415 #footer p{padding:0; margin:0; text-align:center;}
414 #footer p{padding:0; margin:0; text-align:center;}
416 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
415 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
417 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
416 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
418
417
419 /**************** Misc classes and styles ****************/
418 /**************** Misc classes and styles ****************/
420
419
421 .splitcontentleft{float:left; width:49%;}
420 .splitcontentleft{float:left; width:49%;}
422 .splitcontentright{float:right; width:49%;}
421 .splitcontentright{float:right; width:49%;}
423 .clear{clear:both;}
422 .clear{clear:both;}
424 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
423 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
425 .hide{display:none;}
424 .hide{display:none;}
426 .textcenter{text-align:center;}
425 .textcenter{text-align:center;}
427 .textright{text-align:right;}
426 .textright{text-align:right;}
428 .important{color:#f02025; background-color:inherit; font-weight:bold;}
427 .important{color:#f02025; background-color:inherit; font-weight:bold;}
429
428
430 .box{
429 .box{
431 margin:0 0 20px 0;
430 margin:0 0 20px 0;
432 padding:10px;
431 padding:10px;
433 border:1px solid #c0c0c0;
432 border:1px solid #c0c0c0;
434 background-color:#fafbfc;
433 background-color:#fafbfc;
435 color:#505050;
434 color:#505050;
436 line-height:1.5em;
435 line-height:1.5em;
437 }
436 }
438
437
439 a.close-icon {
438 a.close-icon {
440 display:block;
439 display:block;
441 margin-top:3px;
440 margin-top:3px;
442 overflow:hidden;
441 overflow:hidden;
443 width:12px;
442 width:12px;
444 height:12px;
443 height:12px;
445 background-repeat: no-repeat;
444 background-repeat: no-repeat;
446 cursor:pointer;
445 cursor:pointer;
447 background-image:url('../images/close.png');
446 background-image:url('../images/close.png');
448 }
447 }
449
448
450 a.close-icon:hover {
449 a.close-icon:hover {
451 background-image:url('../images/close_hl.png');
450 background-image:url('../images/close_hl.png');
452 }
451 }
453
452
454 .rightbox{
453 .rightbox{
455 background: #fafbfc;
454 background: #fafbfc;
456 border: 1px solid #c0c0c0;
455 border: 1px solid #c0c0c0;
457 float: right;
456 float: right;
458 padding: 8px;
457 padding: 8px;
459 position: relative;
458 position: relative;
460 margin: 0 5px 5px;
459 margin: 0 5px 5px;
461 }
460 }
462
461
463 .layout-active {
462 .layout-active {
464 background: #ECF3E1;
463 background: #ECF3E1;
465 }
464 }
466
465
467 .block-receiver {
466 .block-receiver {
468 border:1px dashed #c0c0c0;
467 border:1px dashed #c0c0c0;
469 margin-bottom: 20px;
468 margin-bottom: 20px;
470 padding: 15px 0 15px 0;
469 padding: 15px 0 15px 0;
471 }
470 }
472
471
473 .mypage-box {
472 .mypage-box {
474 margin:0 0 20px 0;
473 margin:0 0 20px 0;
475 color:#505050;
474 color:#505050;
476 line-height:1.5em;
475 line-height:1.5em;
477 }
476 }
478
477
479 .handle {
478 .handle {
480 cursor: move;
479 cursor: move;
481 }
480 }
482
481
483 .login {
482 .login {
484 width: 50%;
483 width: 50%;
485 text-align: left;
484 text-align: left;
486 }
485 }
487
486
488 img.calendar-trigger {
487 img.calendar-trigger {
489 cursor: pointer;
488 cursor: pointer;
490 vertical-align: middle;
489 vertical-align: middle;
491 margin-left: 4px;
490 margin-left: 4px;
492 }
491 }
493
492
494 #history p {
493 #history p {
495 margin-left: 34px;
494 margin-left: 34px;
496 }
495 }
497
496
498 /***** Contextual links div *****/
497 /***** Contextual links div *****/
499 .contextual {
498 .contextual {
500 float: right;
499 float: right;
501 font-size: 0.8em;
500 font-size: 0.8em;
502 }
501 }
503
502
504 .contextual select, .contextual input {
503 .contextual select, .contextual input {
505 font-size: 1em;
504 font-size: 1em;
506 }
505 }
507
506
508
507
509 /***** CSS FORM ******/
508 /***** CSS FORM ******/
510 .tabular p{
509 .tabular p{
511 margin: 0;
510 margin: 0;
512 padding: 5px 0 8px 0;
511 padding: 5px 0 8px 0;
513 padding-left: 180px; /*width of left column containing the label elements*/
512 padding-left: 180px; /*width of left column containing the label elements*/
514 height: 1%;
513 height: 1%;
515 }
514 }
516
515
517 .tabular label{
516 .tabular label{
518 font-weight: bold;
517 font-weight: bold;
519 float: left;
518 float: left;
520 margin-left: -180px; /*width of left column*/
519 margin-left: -180px; /*width of left column*/
521 width: 175px; /*width of labels. Should be smaller than left column to create some right
520 width: 175px; /*width of labels. Should be smaller than left column to create some right
522 margin*/
521 margin*/
523 }
522 }
524
523
525 .error {
524 .error {
526 color: #cc0000;
525 color: #cc0000;
527 }
526 }
528
527
529
528
530 /*.threepxfix class below:
529 /*.threepxfix class below:
531 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
530 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
532 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
531 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
533 */
532 */
534
533
535 * html .threepxfix{
534 * html .threepxfix{
536 margin-left: 3px;
535 margin-left: 3px;
537 } No newline at end of file
536 }
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now