| | @@ -542,11 +542,10 @@ |
| 542 | 542 | @ } |
| 543 | 543 | @ |
| 544 | 544 | @ /* All page content from the bottom of the menu or submenu down to |
| 545 | 545 | @ ** the footer */ |
| 546 | 546 | @ div.content { |
| 547 | | -@ float right; |
| 548 | 547 | @ padding: 2ex 1ex 0ex 2ex; |
| 549 | 548 | @ } |
| 550 | 549 | @ |
| 551 | 550 | @ /* Some pages have section dividers */ |
| 552 | 551 | @ div.section { |
| | @@ -660,11 +659,11 @@ |
| 660 | 659 | @ '); |
| 661 | 660 | ; |
| 662 | 661 | |
| 663 | 662 | |
| 664 | 663 | /* |
| 665 | | -** Gradients and rounded corners. |
| 664 | +** Shadow boxes and rounded corners. |
| 666 | 665 | */ |
| 667 | 666 | static const char zBuiltinSkin4[] = |
| 668 | 667 | @ REPLACE INTO config(name,mtime,value) |
| 669 | 668 | @ VALUES('css',now(),'/* General settings for the entire page */ |
| 670 | 669 | @ html { |
| | @@ -722,26 +721,16 @@ |
| 722 | 721 | @ /* The main menu bar that appears at the top of the page beneath |
| 723 | 722 | @ ** the header */ |
| 724 | 723 | @ div.mainmenu { |
| 725 | 724 | @ text-align: center; |
| 726 | 725 | @ color: white; |
| 727 | | -@ -moz-border-top-right-radius: 5px; |
| 728 | | -@ -moz-border-top-left-radius: 5px; |
| 729 | | -@ -webkit-border-top-right-radius: 5px; |
| 730 | | -@ -webkit-border-top-left-radius: 5px; |
| 731 | | -@ -border-top-right-radius: 5px; |
| 732 | | -@ -border-top-left-radius: 5px; |
| 733 | 726 | @ border-top-left-radius: 5px; |
| 734 | 727 | @ border-top-right-radius: 5px; |
| 735 | 728 | @ vertical-align: middle; |
| 736 | 729 | @ padding-top: 8px; |
| 737 | 730 | @ padding-bottom: 8px; |
| 738 | 731 | @ background-color: #446979; |
| 739 | | -@ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); |
| 740 | | -@ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); |
| 741 | | -@ -webkit-box-shadow: 0px 3px 4px #333333; |
| 742 | | -@ -moz-box-shadow: 0px 3px 4px #333333; |
| 743 | 732 | @ box-shadow: 0px 3px 4px #333333; |
| 744 | 733 | @ } |
| 745 | 734 | @ |
| 746 | 735 | @ /* The submenu bar that *sometimes* appears below the main menu */ |
| 747 | 736 | @ div.submenu { |
| | @@ -750,12 +739,10 @@ |
| 750 | 739 | @ text-align: right; |
| 751 | 740 | @ color: #000; |
| 752 | 741 | @ background-color: #fff; |
| 753 | 742 | @ height: 1.5em; |
| 754 | 743 | @ vertical-align:middle; |
| 755 | | -@ -webkit-box-shadow: 0px 3px 4px #999; |
| 756 | | -@ -moz-box-shadow: 0px 3px 4px #999; |
| 757 | 744 | @ box-shadow: 0px 3px 4px #999; |
| 758 | 745 | @ } |
| 759 | 746 | @ div.mainmenu a, div.mainmenu a:visited { |
| 760 | 747 | @ padding: 3px 10px 3px 10px; |
| 761 | 748 | @ color: white; |
| | @@ -766,43 +753,30 @@ |
| 766 | 753 | @ padding: 2px 8px; |
| 767 | 754 | @ color: #000; |
| 768 | 755 | @ font-family: Arial; |
| 769 | 756 | @ text-decoration: none; |
| 770 | 757 | @ margin:auto; |
| 771 | | -@ -webkit-border-radius: 5px; |
| 772 | | -@ -moz-border-radius: 5px; |
| 773 | 758 | @ border-radius: 5px; |
| 774 | | -@ background: -webkit-gradient(linear,left bottom, left top, color-stop(0, rgb(184,184,184)), color-stop(0.75, rgb(214,214,214))); |
| 775 | | -@ background: -moz-linear-gradient(center bottom, rgb(184,184,184) 0%, rgb(214,214,214) 75%); |
| 776 | 759 | @ background-color: #e0e0e0 ; |
| 777 | 760 | @ text-shadow: 0px -1px 0px #eee; |
| 778 | | -@ filter: dropshadow(color=#eeeeee, offx=0, offy=-1); |
| 779 | 761 | @ border: 1px solid #000; |
| 780 | 762 | @ } |
| 781 | 763 | @ |
| 782 | 764 | @ div.mainmenu a:hover { |
| 783 | 765 | @ color: #000; |
| 784 | 766 | @ background-color: white; |
| 785 | 767 | @ } |
| 786 | 768 | @ |
| 787 | 769 | @ div.submenu a:hover, div.sectionmenu>a.button:hover { |
| 788 | | -@ background: -webkit-gradient(linear,left bottom, left top, color-stop(0, rgb(214,214,214)), color-stop(0.75, rgb(184,184,184))); |
| 789 | | -@ background: -moz-linear-gradient(center bottom, rgb(214,214,214) 0%, rgb(184,184,184) 75%); |
| 790 | 770 | @ background-color: #c0c0c0 ; |
| 791 | 771 | @ } |
| 792 | 772 | @ |
| 793 | 773 | @ /* All page content from the bottom of the menu or submenu down to |
| 794 | 774 | @ ** the footer */ |
| 795 | 775 | @ div.content { |
| 796 | 776 | @ background-color: #fff; |
| 797 | | -@ -webkit-box-shadow: 0px 3px 4px #999; |
| 798 | | -@ -moz-box-shadow: 0px 3px 4px #999; |
| 799 | 777 | @ box-shadow: 0px 3px 4px #999; |
| 800 | | -@ -moz-border-bottom-right-radius: 5px; |
| 801 | | -@ -moz-border-bottom-left-radius: 5px; |
| 802 | | -@ -webkit-border-bottom-right-radius: 5px; |
| 803 | | -@ -webkit-border-bottom-left-radius: 5px; |
| 804 | 778 | @ border-bottom-right-radius: 5px; |
| 805 | 779 | @ border-bottom-left-radius: 5px; |
| 806 | 780 | @ padding-bottom: 1em; |
| 807 | 781 | @ min-height:40%; |
| 808 | 782 | @ } |
| | @@ -811,28 +785,17 @@ |
| 811 | 785 | @ /* Some pages have section dividers */ |
| 812 | 786 | @ div.section { |
| 813 | 787 | @ margin-bottom: 0.5em; |
| 814 | 788 | @ margin-top: 1em; |
| 815 | 789 | @ margin-right: auto; |
| 816 | | -@ |
| 817 | 790 | @ padding: 1px 1px 1px 1px; |
| 818 | 791 | @ font-size: 1.2em; |
| 819 | 792 | @ font-weight: bold; |
| 820 | | -@ |
| 821 | 793 | @ text-align: center; |
| 822 | 794 | @ color: white; |
| 823 | | -@ |
| 824 | | -@ -webkit-border-radius: 5px; |
| 825 | | -@ -moz-border-radius: 5px; |
| 826 | 795 | @ border-radius: 5px; |
| 827 | | -@ |
| 828 | 796 | @ background-color: #446979; |
| 829 | | -@ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); |
| 830 | | -@ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); |
| 831 | | -@ |
| 832 | | -@ -webkit-box-shadow: 0px 3px 4px #333333; |
| 833 | | -@ -moz-box-shadow: 0px 3px 4px #333333; |
| 834 | 797 | @ box-shadow: 0px 3px 4px #333333; |
| 835 | 798 | @ } |
| 836 | 799 | @ |
| 837 | 800 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 838 | 801 | @ div.divider { |
| | @@ -968,11 +931,11 @@ |
| 968 | 931 | } aBuiltinSkin[] = { |
| 969 | 932 | { "Default", 0 /* Filled in at runtime */ }, |
| 970 | 933 | { "Plain Gray, No Logo", zBuiltinSkin1 }, |
| 971 | 934 | { "Khaki, No Logo", zBuiltinSkin2 }, |
| 972 | 935 | { "Black & White, Menu on Left", zBuiltinSkin3 }, |
| 973 | | - { "Gradient, Rounded Corners", zBuiltinSkin4 }, |
| 936 | + { "Shadow boxes & Rounded Corners", zBuiltinSkin4 }, |
| 974 | 937 | }; |
| 975 | 938 | |
| 976 | 939 | /* |
| 977 | 940 | ** For a skin named zSkinName, compute the name of the CONFIG table |
| 978 | 941 | ** entry where that skin is stored and return it. |
| 979 | 942 | |