diff options
Diffstat (limited to 'theme/css/default.css')
-rw-r--r-- | theme/css/default.css | 168 |
1 files changed, 97 insertions, 71 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 75984cd..63c72a8 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -771,43 +771,71 @@ img.centered { | |||
771 | /* line 442, ../sass/default.scss */ | 771 | /* line 442, ../sass/default.scss */ |
772 | table { | 772 | table { |
773 | width: 100%; | 773 | width: 100%; |
774 | border-collapse: collapse; | 774 | border-collapse: -moz-initial; |
775 | margin-top: 40px; | 775 | border-collapse: initial; |
776 | border-spacing: 2px; | ||
777 | border-bottom: 1px solid #797979; | ||
776 | } | 778 | } |
777 | 779 | /* line 449, ../sass/default.scss */ | |
778 | /* line 448, ../sass/default.scss */ | 780 | table tr > td:first-child, table th { |
779 | th { | ||
780 | font-weight: 600; | 781 | font-weight: 600; |
781 | text-align: left; | 782 | color: #515151; |
782 | } | 783 | } |
783 | |||
784 | /* line 454, ../sass/default.scss */ | 784 | /* line 454, ../sass/default.scss */ |
785 | td, | 785 | table tr:nth-child(odd) { |
786 | th { | 786 | background-color: #e6e6e6; |
787 | border: 1px solid #e0e0e0; | 787 | } |
788 | padding: 5px 10px; | 788 | /* line 458, ../sass/default.scss */ |
789 | vertical-align: top; | 789 | table th { |
790 | color: white; | ||
791 | font-size: 18px; | ||
792 | background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat; | ||
793 | background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; | ||
794 | background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; | ||
795 | background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; | ||
796 | background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; | ||
797 | background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; | ||
798 | } | ||
799 | /* line 464, ../sass/default.scss */ | ||
800 | table td, table th { | ||
801 | font-size: 18px; | ||
802 | padding: 1em 0.5em; | ||
803 | } | ||
804 | /* line 469, ../sass/default.scss */ | ||
805 | table td.highlight { | ||
806 | color: #515151; | ||
807 | background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat; | ||
808 | background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; | ||
809 | background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; | ||
810 | background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; | ||
811 | background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; | ||
812 | background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; | ||
813 | } | ||
814 | /* line 474, ../sass/default.scss */ | ||
815 | table.rows { | ||
816 | border-bottom: none; | ||
817 | border-right: 1px solid #797979; | ||
790 | } | 818 | } |
791 | 819 | ||
792 | /* line 460, ../sass/default.scss */ | 820 | /* line 480, ../sass/default.scss */ |
793 | q { | 821 | q { |
794 | font-size: 45px; | 822 | font-size: 45px; |
795 | line-height: 72px; | 823 | line-height: 72px; |
796 | } | 824 | } |
797 | /* line 464, ../sass/default.scss */ | 825 | /* line 484, ../sass/default.scss */ |
798 | q:before { | 826 | q:before { |
799 | content: '“'; | 827 | content: '“'; |
800 | position: absolute; | 828 | position: absolute; |
801 | margin-left: -0.5em; | 829 | margin-left: -0.5em; |
802 | } | 830 | } |
803 | /* line 469, ../sass/default.scss */ | 831 | /* line 489, ../sass/default.scss */ |
804 | q:after { | 832 | q:after { |
805 | content: '”'; | 833 | content: '”'; |
806 | position: absolute; | 834 | position: absolute; |
807 | margin-left: 0.1em; | 835 | margin-left: 0.1em; |
808 | } | 836 | } |
809 | 837 | ||
810 | /* line 476, ../sass/default.scss */ | 838 | /* line 496, ../sass/default.scss */ |
811 | slide.fill { | 839 | slide.fill { |
812 | -moz-border-radius: 5px; | 840 | -moz-border-radius: 5px; |
813 | -webkit-border-radius: 5px; | 841 | -webkit-border-radius: 5px; |
@@ -816,7 +844,7 @@ slide.fill { | |||
816 | -khtml-border-radius: 5px; | 844 | -khtml-border-radius: 5px; |
817 | border-radius: 5px; | 845 | border-radius: 5px; |
818 | } | 846 | } |
819 | /* line 479, ../sass/default.scss */ | 847 | /* line 499, ../sass/default.scss */ |
820 | slide.fill h3 { | 848 | slide.fill h3 { |
821 | background: rgba(255, 255, 255, 0.75); | 849 | background: rgba(255, 255, 255, 0.75); |
822 | padding-top: .2em; | 850 | padding-top: .2em; |
@@ -827,7 +855,7 @@ slide.fill h3 { | |||
827 | margin-right: -60px; | 855 | margin-right: -60px; |
828 | padding-right: 60px; | 856 | padding-right: 60px; |
829 | } | 857 | } |
830 | /* line 490, ../sass/default.scss */ | 858 | /* line 510, ../sass/default.scss */ |
831 | slide.fill h4 { | 859 | slide.fill h4 { |
832 | display: inline; | 860 | display: inline; |
833 | position: absolute; | 861 | position: absolute; |
@@ -836,91 +864,89 @@ slide.fill h4 { | |||
836 | } | 864 | } |
837 | 865 | ||
838 | /* Size variants */ | 866 | /* Size variants */ |
839 | /* line 501, ../sass/default.scss */ | 867 | /* line 521, ../sass/default.scss */ |
840 | article.smaller p, article.smaller ul { | 868 | article.smaller p, article.smaller ul { |
841 | font-size: 20px; | 869 | font-size: 20px; |
842 | line-height: 24px; | 870 | line-height: 24px; |
843 | letter-spacing: 0; | 871 | letter-spacing: 0; |
844 | } | 872 | } |
845 | /* line 506, ../sass/default.scss */ | 873 | /* line 527, ../sass/default.scss */ |
846 | article.smaller table { | 874 | article.smaller table td, article.smaller table th { |
847 | font-size: 20px; | 875 | font-size: 14px; |
848 | line-height: 24px; | ||
849 | letter-spacing: 0; | ||
850 | } | 876 | } |
851 | /* line 511, ../sass/default.scss */ | 877 | /* line 531, ../sass/default.scss */ |
852 | article.smaller pre { | 878 | article.smaller pre { |
853 | font-size: 15px; | 879 | font-size: 15px; |
854 | line-height: 20px; | 880 | line-height: 20px; |
855 | letter-spacing: 0; | 881 | letter-spacing: 0; |
856 | } | 882 | } |
857 | /* line 516, ../sass/default.scss */ | 883 | /* line 536, ../sass/default.scss */ |
858 | article.smaller q { | 884 | article.smaller q { |
859 | font-size: 40px; | 885 | font-size: 40px; |
860 | line-height: 48px; | 886 | line-height: 48px; |
861 | } | 887 | } |
862 | /* line 520, ../sass/default.scss */ | 888 | /* line 540, ../sass/default.scss */ |
863 | article.smaller q:before, article.smaller q:after { | 889 | article.smaller q:before, article.smaller q:after { |
864 | font-size: 60px; | 890 | font-size: 60px; |
865 | } | 891 | } |
866 | 892 | ||
867 | /* Builds */ | 893 | /* Builds */ |
868 | /* line 529, ../sass/default.scss */ | 894 | /* line 549, ../sass/default.scss */ |
869 | .build > * { | 895 | .build > * { |
870 | -moz-transition: opacity 0.5s ease-in-out 0.2s; | 896 | -moz-transition: opacity 0.5s ease-in-out 0.2s; |
871 | -webkit-transition: opacity 0.5s ease-in-out 0.2s; | 897 | -webkit-transition: opacity 0.5s ease-in-out 0.2s; |
872 | -o-transition: opacity 0.5s ease-in-out 0.2s; | 898 | -o-transition: opacity 0.5s ease-in-out 0.2s; |
873 | transition: opacity 0.5s ease-in-out 0.2s; | 899 | transition: opacity 0.5s ease-in-out 0.2s; |
874 | } | 900 | } |
875 | /* line 533, ../sass/default.scss */ | 901 | /* line 553, ../sass/default.scss */ |
876 | .build .to-build { | 902 | .build .to-build { |
877 | opacity: 0; | 903 | opacity: 0; |
878 | } | 904 | } |
879 | /* line 537, ../sass/default.scss */ | 905 | /* line 557, ../sass/default.scss */ |
880 | .build .build-fade { | 906 | .build .build-fade { |
881 | opacity: 0.3; | 907 | opacity: 0.3; |
882 | } | 908 | } |
883 | /* line 540, ../sass/default.scss */ | 909 | /* line 560, ../sass/default.scss */ |
884 | .build .build-fade:hover { | 910 | .build .build-fade:hover { |
885 | opacity: 1.0; | 911 | opacity: 1.0; |
886 | } | 912 | } |
887 | 913 | ||
888 | /* Pretty print */ | 914 | /* Pretty print */ |
889 | /* line 549, ../sass/default.scss */ | 915 | /* line 569, ../sass/default.scss */ |
890 | .prettyprint .str, | 916 | .prettyprint .str, |
891 | .prettyprint .atv { | 917 | .prettyprint .atv { |
892 | /* a markup attribute value */ | 918 | /* a markup attribute value */ |
893 | color: #009f5d; | 919 | color: #009f5d; |
894 | } | 920 | } |
895 | 921 | ||
896 | /* line 553, ../sass/default.scss */ | 922 | /* line 573, ../sass/default.scss */ |
897 | .prettyprint .kwd, | 923 | .prettyprint .kwd, |
898 | .prettyprint .tag { | 924 | .prettyprint .tag { |
899 | /* a markup tag name */ | 925 | /* a markup tag name */ |
900 | color: #0066cc; | 926 | color: #0066cc; |
901 | } | 927 | } |
902 | 928 | ||
903 | /* line 556, ../sass/default.scss */ | 929 | /* line 576, ../sass/default.scss */ |
904 | .prettyprint .com { | 930 | .prettyprint .com { |
905 | /* a comment */ | 931 | /* a comment */ |
906 | color: #797979; | 932 | color: #797979; |
907 | font-style: italic; | 933 | font-style: italic; |
908 | } | 934 | } |
909 | 935 | ||
910 | /* line 560, ../sass/default.scss */ | 936 | /* line 580, ../sass/default.scss */ |
911 | .prettyprint .lit { | 937 | .prettyprint .lit { |
912 | /* a literal value */ | 938 | /* a literal value */ |
913 | color: #f6c000; | 939 | color: #f6c000; |
914 | } | 940 | } |
915 | 941 | ||
916 | /* line 565, ../sass/default.scss */ | 942 | /* line 585, ../sass/default.scss */ |
917 | .prettyprint .pun, |