Index: trunk/phase3/skins/amethyst/main.css |
— | — | @@ -98,9 +98,9 @@ |
99 | 99 | a:hover { text-decoration: underline;} |
100 | 100 | a.stub { color: #772233; } |
101 | 101 | a.new, |
102 | | -#p-personal a.new { color:#C033C0; } |
| 102 | +#p-nav a.new { color:#C033C0; } |
103 | 103 | a.new:visited, |
104 | | -#p-personal a.new:visited { color:#C033C0; } |
| 104 | +#p-nav a.new:visited { color:#C033C0; } |
105 | 105 | |
106 | 106 | img { |
107 | 107 | border: none; |
— | — | @@ -598,10 +598,9 @@ |
599 | 599 | } |
600 | 600 | .pBody { |
601 | 601 | font-size: 95%; |
602 | | - background: #2F333B; |
603 | 602 | border-collapse: collapse; |
604 | | - border: 1px solid #aaaaaa; |
605 | | - padding: 0 0.8em 0.3em 0.5em; |
| 603 | + border: none; |
| 604 | + padding: 0.3em; |
606 | 605 | } |
607 | 606 | .portlet h1, |
608 | 607 | .portlet h2, |
— | — | @@ -611,17 +610,24 @@ |
612 | 611 | padding: 0; |
613 | 612 | } |
614 | 613 | .portlet ul { |
615 | | - line-height: 1.5em; |
616 | | - list-style-type: square; |
617 | | - list-style-image: url("bullet.gif"); |
| 614 | + margin: 0 0 0 0; |
| 615 | + line-height: 2em; |
| 616 | + list-style-type: none; |
| 617 | + list-style-image: none; |
618 | 618 | font-size:95%; |
619 | 619 | } |
620 | 620 | .portlet li { |
| 621 | + background: #2F333B; |
621 | 622 | padding:0; |
622 | | - margin: 0 0 0 0; |
623 | | - margin-bottom: 0; |
| 623 | + margin: 0 0 0.5em 0; |
| 624 | + border : 1px solid #aaaaaa; |
624 | 625 | } |
625 | | - |
| 626 | +.portlet form { |
| 627 | + background: #2F333B; |
| 628 | + padding:0; |
| 629 | + margin: 0 0 0.5em 0; |
| 630 | + border : 1px solid #aaaaaa; |
| 631 | +} |
626 | 632 | /* |
627 | 633 | ** Logo properties |
628 | 634 | */ |
— | — | @@ -650,7 +656,7 @@ |
651 | 657 | ** the navigation portlet |
652 | 658 | */ |
653 | 659 | |
654 | | -#p-nav { |
| 660 | +#p-personal { |
655 | 661 | position:relative; |
656 | 662 | z-index:3; |
657 | 663 | } |
— | — | @@ -687,7 +693,7 @@ |
688 | 694 | ** the personal toolbar |
689 | 695 | */ |
690 | 696 | |
691 | | -#p-personal { |
| 697 | +#p-nav { |
692 | 698 | width:100%; |
693 | 699 | white-space:nowrap; |
694 | 700 | padding:0 0 0 0; |
— | — | @@ -702,11 +708,11 @@ |
703 | 709 | line-height: 1.2em; |
704 | 710 | } |
705 | 711 | |
706 | | -#p-personal h5 { |
| 712 | +#p-nav h5 { |
707 | 713 | display:none; |
708 | 714 | } |
709 | | -#p-personal .portlet, |
710 | | -#p-personal .pBody { |
| 715 | +#p-nav .portlet, |
| 716 | +#p-nav .pBody { |
711 | 717 | padding:0; |
712 | 718 | margin:0; |
713 | 719 | border: none; |
— | — | @@ -714,8 +720,9 @@ |
715 | 721 | overflow: visible; |
716 | 722 | background: none; |
717 | 723 | } |
| 724 | + |
718 | 725 | /* this is the ul contained in the portlet */ |
719 | | -#p-personal ul { |
| 726 | +#p-nav ul { |
720 | 727 | border: none; |
721 | 728 | line-height: 1.4em; |
722 | 729 | color: #2f6fab; |
— | — | @@ -727,7 +734,7 @@ |
728 | 735 | z-index:0; |
729 | 736 | background: none; |
730 | 737 | } |
731 | | -#p-personal li { |
| 738 | +#p-nav li { |
732 | 739 | z-index:0; |
733 | 740 | border:none; |
734 | 741 | padding:0; |
— | — | @@ -737,13 +744,13 @@ |
738 | 745 | line-height: 1.2em; |
739 | 746 | background: none; |
740 | 747 | } |
741 | | -#p-personal li a { |
| 748 | +#p-nav li a { |
742 | 749 | text-decoration: none; |
743 | 750 | color: white; |
744 | 751 | padding-bottom: 0.2em; |
745 | 752 | background: none; |
746 | 753 | } |
747 | | -#p-personal li a:hover { |
| 754 | +#p-nav li a:hover { |
748 | 755 | padding-bottom: 0.2em; |
749 | 756 | text-decoration: none; |
750 | 757 | } |
— | — | @@ -765,7 +772,7 @@ |
766 | 773 | #p-cactions { |
767 | 774 | position:absolute; |
768 | 775 | top: 1.3em; |
769 | | - left: 11.5em; |
| 776 | + left: 11.9em; |
770 | 777 | margin: 0; |
771 | 778 | white-space:nowrap; |
772 | 779 | width: 76%; |
— | — | @@ -818,6 +825,8 @@ |
819 | 826 | padding-left: 0.4em; |
820 | 827 | padding-right: 0.4em; |
821 | 828 | } |
| 829 | + |
| 830 | + |
822 | 831 | /* offsets to distinguish the tab groups */ |
823 | 832 | li#ca-talk { margin-right: 1.6em; } |
824 | 833 | li#ca-watch, li#ca-watch { margin-left: 1.6em; } |