comparison css/mpiwg.css @ 76:2d3a7171f3f0

styles for research pages.
author casties
date Tue, 07 May 2013 11:14:24 +0200
parents df56982ecb03
children 7f26c8e6c8e9
comparison
equal deleted inserted replaced
75:df56982ecb03 76:2d3a7171f3f0
460 460
461 /* 461 /*
462 * toolboxes 462 * toolboxes
463 */ 463 */
464 div.tool.box { 464 div.tool.box {
465 font-family: Georgia, Times, serif;
466 font-style: italic;
467 font-size: 16px;
468 color: #887163;
465 background-color: #efeeec; 469 background-color: #efeeec;
466 color: black;
467 padding: 20px; 470 padding: 20px;
468 box-shadow: 0 0 1px 1px #e0e0e0; 471 box-shadow: 0 0 1px 1px #e0e0e0;
469 } 472 }
470 473
471 div.tool.box a { 474 div.tool.box a {
526 div.tool.box div.options { 529 div.tool.box div.options {
527 margin-top: 10px; 530 margin-top: 10px;
528 } 531 }
529 532
530 div.tool.box div.options li { 533 div.tool.box div.options li {
531 font-family: Georgia, Times, serif;
532 font-style: italic;
533 font-size: 16px;
534 color: #887163;
535 list-style-type: none; 534 list-style-type: none;
536 margin: 0.5em 0; 535 margin: 0.5em 0;
537 } 536 }
538 537
539 div.tool.box div.atoz { 538 div.tool.box div.atoz {
550 margin: 0; 549 margin: 0;
551 /* TODO: this should be an image */ 550 /* TODO: this should be an image */
552 background-color: white; 551 background-color: white;
553 } 552 }
554 553
554 /* project page toolbox with thumbs */
555 div.tool.box div.box.thumbs { 555 div.tool.box div.box.thumbs {
556 width: 420px; 556 width: 420px;
557 } 557 }
558
559 div.box.thumbs div.thumb {
560 display: inline;
561 }
562 div.box.thumbs div.thumb img {
563 width: 55px;
564 height: 34px;
565 }
566
558 567
559 /* 568 /*
560 * service box on frontpage 569 * service box on frontpage
561 */ 570 */
562 div.box h2.service { 571 div.box h2.service {
595 text-align: center; 604 text-align: center;
596 line-height: 2.5; 605 line-height: 2.5;
597 padding: 1px 0; 606 padding: 1px 0;
598 border-left: 1px solid #9fa0a7; 607 border-left: 1px solid #9fa0a7;
599 } 608 }
609 div.tool.box.service div.icon a {
610 color: black;
611 font-size: 12px;
612 font-family: Verdana, Arial, sans-serif;
613 font-style: normal;
614 }
600 div.tool.box.service div.icon.first { 615 div.tool.box.service div.icon.first {
601 border-left: 0; 616 border-left: 0;
602 width: 70px; 617 width: 70px;
603 } 618 }
604 div.tool.box.service div.searchbox { 619 div.tool.box.service div.searchbox {
623 font-size: 12px; 638 font-size: 12px;
624 background-color: white; 639 background-color: white;
625 margin-bottom: 5px; 640 margin-bottom: 5px;
626 border: 0; 641 border: 0;
627 } 642 }
628 /* toolbox with thumbs */
629 div.box.thumbs div.thumb {
630 display: inline;
631 }
632 div.box.thumbs div.thumb img {
633 width: 55px;
634 height: 34px;
635 }
636
637 643
638 /* 644 /*
639 * other boxes 645 * other boxes
640 */ 646 */
641 div.box { 647 div.box {