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