Changeset 30810
- Timestamp:
- 12/10/2014 11:13:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/style.css
r30806 r30810 769 769 770 770 .social-navigation a:before { 771 content: "\f4 46";771 content: "\f415"; 772 772 font-size: 24px; 773 opacity: 0.3;774 773 position: absolute; 775 774 top: 0; … … 779 778 .social-navigation a[href$="/feed/"]:before { 780 779 content: "\f413"; 781 opacity: 1;782 780 } 783 781 784 782 .social-navigation a[href*="codepen.io"]:before { 785 783 content: "\f216"; 786 opacity: 1;787 784 } 788 785 789 786 .social-navigation a[href*="digg.com"]:before { 790 787 content: "\f221"; 791 opacity: 1;792 788 } 793 789 794 790 .social-navigation a[href*="dribbble.com"]:before { 795 791 content: "\f201"; 796 opacity: 1;797 792 } 798 793 799 794 .social-navigation a[href*="dropbox.com"]:before { 800 795 content: "\f225"; 801 opacity: 1;802 796 } 803 797 804 798 .social-navigation a[href*="facebook.com"]:before { 805 799 content: "\f203"; 806 opacity: 1;807 800 } 808 801 809 802 .social-navigation a[href*="flickr.com"]:before { 810 803 content: "\f211"; 811 opacity: 1;812 804 } 813 805 814 806 .social-navigation a[href*="foursquare.com"]:before { 815 807 content: "\f226"; 816 opacity: 1;817 808 } 818 809 819 810 .social-navigation a[href*="plus.google.com"]:before { 820 811 content: "\f206"; 821 opacity: 1;822 812 } 823 813 824 814 .social-navigation a[href*="github.com"]:before { 825 815 content: "\f200"; 826 opacity: 1;827 816 } 828 817 829 818 .social-navigation a[href*="instagram.com"]:before { 830 819 content: "\f215"; 831 opacity: 1;832 820 } 833 821 834 822 .social-navigation a[href*="linkedin.com"]:before { 835 823 content: "\f208"; 836 opacity: 1;837 824 } 838 825 839 826 .social-navigation a[href*="pinterest.com"]:before { 840 827 content: "\f210"; 841 opacity: 1;842 828 } 843 829 844 830 .social-navigation a[href*="getpocket.com"]:before { 845 831 content: "\f224"; 846 opacity: 1;847 832 } 848 833 849 834 .social-navigation a[href*="polldaddy.com"]:before { 850 835 content: "\f217"; 851 opacity: 1;852 836 } 853 837 854 838 .social-navigation a[href*="reddit.com"]:before { 855 839 content: "\f222"; 856 opacity: 1;857 840 } 858 841 859 842 .social-navigation a[href*="stumbleupon.com"]:before { 860 843 content: "\f223"; 861 opacity: 1;862 844 } 863 845 864 846 .social-navigation a[href*="tumblr.com"]:before { 865 847 content: "\f214"; 866 opacity: 1;867 848 } 868 849 869 850 .social-navigation a[href*="twitter.com"]:before { 870 851 content: "\f202"; 871 opacity: 1;872 852 } 873 853 874 854 .social-navigation a[href*="vimeo.com"]:before { 875 855 content: "\f212"; 876 opacity: 1;877 856 } 878 857 … … 880 859 .social-navigation a[href*="wordpress.org"]:before { 881 860 content: "\f205"; 882 opacity: 1;883 861 } 884 862 885 863 .social-navigation a[href*="youtube.com"]:before { 886 864 content: "\f213"; 887 opacity: 1;888 865 } 889 866 890 867 .social-navigation a[href*="mailto:"]:before { 891 868 content: "\f410"; 892 opacity: 1;893 869 } 894 870 895 871 .social-navigation a[href*="spotify.com"]:before { 896 872 content: "\f515"; 897 opacity: 1;898 873 } 899 874 900 875 .social-navigation a[href*="twitch.tv"]:before { 901 876 content: "\f516"; 902 opacity: 1;903 877 } 904 878
Note: See TracChangeset
for help on using the changeset viewer.