Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 79:7f26c8e6c8e9
more styles for project lists.
author | casties |
---|---|
date | Wed, 08 May 2013 17:03:50 +0200 |
parents | 2d3a7171f3f0 |
children | b1893c4c9d2c |
comparison
equal
deleted
inserted
replaced
78:d15cd451b5a9 | 79:7f26c8e6c8e9 |
---|---|
535 margin: 0.5em 0; | 535 margin: 0.5em 0; |
536 } | 536 } |
537 | 537 |
538 div.tool.box div.atoz { | 538 div.tool.box div.atoz { |
539 color: #887163; | 539 color: #887163; |
540 font-family: Verdana, Arial, sans-serif; | |
540 font-size: 14px; | 541 font-size: 14px; |
542 font-style: normal; | |
541 margin-top: 10px; | 543 margin-top: 10px; |
542 } | 544 } |
543 | 545 |
544 div.tool.box input.checkbox, | 546 div.tool.box input.checkbox, |
545 div.tool.box input.radio { | 547 div.tool.box input.radio { |
772 border-bottom: 1px solid #dccbae; | 774 border-bottom: 1px solid #dccbae; |
773 line-height: 1.5; | 775 line-height: 1.5; |
774 } | 776 } |
775 | 777 |
776 /* | 778 /* |
777 * table with articles | 779 * pubman references |
778 */ | 780 */ |
779 table.articles { | 781 .reference .Italic { |
782 font-style: italic; | |
783 } | |
784 | |
785 | |
786 /* | |
787 * table with items (articles) | |
788 */ | |
789 table.items { | |
780 /* no space between cells */ | 790 /* no space between cells */ |
781 border-collapse: collapse; | 791 border-collapse: collapse; |
782 } | 792 } |
783 | 793 |
784 table.articles td { | 794 table.items td { |
785 vertical-align: top; | 795 vertical-align: top; |
786 text-align: left; | 796 text-align: left; |
787 line-height: 1.5; | 797 line-height: 1.5; |
788 padding: 1em 1em 0.5em 0; | 798 padding: 1em 1em 0.5em 0; |
789 } | 799 } |
790 table.articles td:last-child { | 800 table.items td:last-child { |
791 padding-right: 0; | 801 padding-right: 0; |
792 } | 802 } |
793 | 803 |
794 table.articles th { | 804 table.items th { |
795 font-family: Georgia, Times, serif; | 805 font-family: Georgia, Times, serif; |
796 font-size: 16px; | 806 font-size: 16px; |
797 font-weight: normal; | 807 font-weight: normal; |
798 font-style: italic; | 808 font-style: italic; |
799 color: #887163; | 809 color: #887163; |
800 text-align: left; | 810 text-align: left; |
801 border-bottom: 3px solid #dccbae; | 811 border-bottom: 3px solid #dccbae; |
802 } | 812 } |
803 | 813 |
804 table.articles tr.abstract td { | 814 table.items h2 { |
805 /* abstract has no padding-top */ | 815 border-bottom: 3px solid #dccbae; |
816 margin-bottom: 0; | |
817 } | |
818 table.items h2 a { | |
819 color: inherit; | |
820 font-weight: inherit; | |
821 text-decoration: none; | |
822 } | |
823 | |
824 table.items img.thumb { | |
825 width: 55px; | |
826 height: 34px; | |
827 } | |
828 | |
829 table.items td.line, | |
830 table.items tr.line td { | |
831 border-bottom: 1px solid #dccbae; | |
832 } | |
833 | |
834 table.items tr.last_item td { | |
835 /* last_item has no padding-top */ | |
806 padding: 0 0 0.5em 0; | 836 padding: 0 0 0.5em 0; |
807 } | 837 } |
808 | 838 |
809 table.articles td.line { | 839 table.items h3.fold_head { |
810 border-bottom: 1px solid #dccbae; | |
811 } | |
812 | |
813 table.articles h3.fold_head { | |
814 font-size: 12px; | 840 font-size: 12px; |
815 background-color: #f6f2eb; | 841 background-color: #f6f2eb; |
816 padding: 3px; | 842 padding: 3px; |
817 } | 843 } |
818 | 844 |
819 table.articles h3.fold_head img { | 845 table.items h3.fold_head img { |
820 margin: 0 5px 0 3px; | 846 margin: 0 5px 0 3px; |
821 } | 847 } |
822 | 848 |
823 table.articles div.fold_body { | 849 table.items div.fold_body { |
824 padding: 0.5em 0 0 20px; | 850 padding: 0.5em 0 0 20px; |
825 } | 851 } |
826 | 852 |
827 .foldable img.fold_closed { | 853 .foldable img.fold_closed { |
828 /* fold is initially open */ | 854 /* fold is initially open */ |