social-menu.css
207 lines
| 1 | /*-------------------------------------------------------------- |
| 2 | Global |
| 3 | --------------------------------------------------------------*/ |
| 4 | .jetpack-social-navigation ul { |
| 5 | display: block; |
| 6 | margin: 0 0 1.5em; |
| 7 | padding: 0; |
| 8 | } |
| 9 | |
| 10 | .jetpack-social-navigation li { |
| 11 | display: inline-block; |
| 12 | margin: 0; |
| 13 | line-height: 1; |
| 14 | } |
| 15 | |
| 16 | .jetpack-social-navigation a { |
| 17 | border: 0; |
| 18 | height: 1em; |
| 19 | text-decoration: none; |
| 20 | width: 1em; |
| 21 | } |
| 22 | |
| 23 | /*-------------------------------------------------------------- |
| 24 | SVG |
| 25 | --------------------------------------------------------------*/ |
| 26 | .jetpack-social-navigation-svg .icon { |
| 27 | color: inherit; |
| 28 | fill: currentColor; |
| 29 | height: 1em; |
| 30 | vertical-align: middle; |
| 31 | width: 1em; |
| 32 | } |
| 33 | |
| 34 | /*-------------------------------------------------------------- |
| 35 | Genericons |
| 36 | --------------------------------------------------------------*/ |
| 37 | .jetpack-social-navigation-genericons a::before { |
| 38 | -webkit-font-smoothing: antialiased; |
| 39 | -moz-osx-font-smoothing: grayscale; |
| 40 | display: inline-block; |
| 41 | font-family: Genericons; |
| 42 | font-size: 1em; |
| 43 | font-style: normal; |
| 44 | font-weight: 400; |
| 45 | height: 1em; |
| 46 | line-height: 1; |
| 47 | speak: none; |
| 48 | text-decoration: inherit; |
| 49 | vertical-align: top; |
| 50 | width: 1em; |
| 51 | |
| 52 | /* Default */ |
| 53 | content: "\f415"; |
| 54 | } |
| 55 | |
| 56 | /* Bluesky */ |
| 57 | .jetpack-social-navigation-genericons a[href*="bsky.app"]::before { |
| 58 | content: "\f10f"; |
| 59 | } |
| 60 | |
| 61 | /* CodePen */ |
| 62 | .jetpack-social-navigation-genericons a[href*="codepen.io"]::before { |
| 63 | content: "\f216"; |
| 64 | } |
| 65 | |
| 66 | /* Digg */ |
| 67 | .jetpack-social-navigation-genericons a[href*="digg.com"]::before { |
| 68 | content: "\f221"; |
| 69 | } |
| 70 | |
| 71 | /* Dribbble */ |
| 72 | .jetpack-social-navigation-genericons a[href*="dribbble.com"]::before { |
| 73 | content: "\f201"; |
| 74 | } |
| 75 | |
| 76 | /* Dropbox */ |
| 77 | .jetpack-social-navigation-genericons a[href*="dropbox.com"]::before { |
| 78 | content: "\f225"; |
| 79 | } |
| 80 | |
| 81 | /* Email */ |
| 82 | .jetpack-social-navigation-genericons a[href*="mailto:"]::before { |
| 83 | content: "\f410"; |
| 84 | } |
| 85 | |
| 86 | /* Facebook */ |
| 87 | .jetpack-social-navigation-genericons a[href*="facebook.com"]::before { |
| 88 | content: "\f203"; |
| 89 | } |
| 90 | |
| 91 | /* Flickr */ |
| 92 | .jetpack-social-navigation-genericons a[href*="flickr.com"]::before { |
| 93 | content: "\f211"; |
| 94 | } |
| 95 | |
| 96 | /* Foursquare */ |
| 97 | .jetpack-social-navigation-genericons a[href*="foursquare.com"]::before { |
| 98 | content: "\f226"; |
| 99 | } |
| 100 | |
| 101 | /* GitHub */ |
| 102 | .jetpack-social-navigation-genericons a[href*="github.com"]::before { |
| 103 | content: "\f200"; |
| 104 | } |
| 105 | |
| 106 | /* Google Plus */ |
| 107 | .jetpack-social-navigation-genericons a[href*="plus.google.com"]::before { |
| 108 | content: "\f206"; |
| 109 | } |
| 110 | |
| 111 | /* Instagram */ |
| 112 | .jetpack-social-navigation-genericons a[href*="instagram.com"]::before { |
| 113 | content: "\f215"; |
| 114 | } |
| 115 | |
| 116 | /* LinkedIn */ |
| 117 | .jetpack-social-navigation-genericons a[href*="linkedin.com"]::before { |
| 118 | content: "\f208"; |
| 119 | } |
| 120 | |
| 121 | /* Nextdoor */ |
| 122 | .jetpack-social-navigation-genericons a[href*="nextdoor.com"]::before { |
| 123 | content: "\f10c"; |
| 124 | } |
| 125 | |
| 126 | /* Path */ |
| 127 | .jetpack-social-navigation-genericons a[href*="path.com"]::before { |
| 128 | content: "\f219"; |
| 129 | } |
| 130 | |
| 131 | /* Pinterest */ |
| 132 | .jetpack-social-navigation-genericons a[href*="pinterest."]::before { |
| 133 | content: "\f210"; |
| 134 | } |
| 135 | |
| 136 | /* Polldaddy */ |
| 137 | .jetpack-social-navigation-genericons a[href*="polldaddy.com"]::before { |
| 138 | content: "\f217"; |
| 139 | } |
| 140 | |
| 141 | /* Reddit */ |
| 142 | .jetpack-social-navigation-genericons a[href*="reddit.com"]::before { |
| 143 | content: "\f222"; |
| 144 | } |
| 145 | |
| 146 | /* RSS Feed */ |
| 147 | .jetpack-social-navigation-genericons a[href$="/feed/"]::before { |
| 148 | content: "\f413"; |
| 149 | } |
| 150 | |
| 151 | /* SMS */ |
| 152 | .jetpack-social-navigation-genericons a[href*="sms:"]::before { |
| 153 | content: "\f110"; |
| 154 | } |
| 155 | |
| 156 | /* Spotify */ |
| 157 | .jetpack-social-navigation-genericons a[href*="spotify.com"]::before { |
| 158 | content: "\f515"; |
| 159 | } |
| 160 | |
| 161 | /* StumbleUpon */ |
| 162 | .jetpack-social-navigation-genericons a[href*="stumbleupon.com"]::before { |
| 163 | content: "\f223"; |
| 164 | } |
| 165 | |
| 166 | /* Threads */ |
| 167 | .jetpack-social-navigation-genericons a[href*="threads.net"]::before { |
| 168 | content: "\f10d"; |
| 169 | } |
| 170 | |
| 171 | /* Tumblr */ |
| 172 | .jetpack-social-navigation-genericons a[href*="tumblr.com"]::before { |
| 173 | content: "\f214"; |
| 174 | } |
| 175 | |
| 176 | /* Twitch */ |
| 177 | .jetpack-social-navigation-genericons a[href*="twitch.tv"]::before { |
| 178 | content: "\f516"; |
| 179 | } |
| 180 | |
| 181 | /* Twitter, X */ |
| 182 | .jetpack-social-navigation-genericons a[href*="twitter.com"]::before, |
| 183 | .jetpack-social-navigation-genericons a[href*="x.com"]::before { |
| 184 | content: "\f10e"; |
| 185 | } |
| 186 | |
| 187 | /* Vimeo */ |
| 188 | .jetpack-social-navigation-genericons a[href*="vimeo.com"]::before { |
| 189 | content: "\f212"; |
| 190 | } |
| 191 | |
| 192 | /* Vine */ |
| 193 | .jetpack-social-navigation-genericons a[href*="vine.co"]::before { |
| 194 | content: "\f517"; |
| 195 | } |
| 196 | |
| 197 | /* WordPress */ |
| 198 | .jetpack-social-navigation-genericons a[href*="wordpress.com"]::before, |
| 199 | .jetpack-social-navigation-genericons a[href*="wordpress.org"]::before { |
| 200 | content: "\f205"; |
| 201 | } |
| 202 | |
| 203 | /* YouTube */ |
| 204 | .jetpack-social-navigation-genericons a[href*="youtube.com"]::before { |
| 205 | content: "\f213"; |
| 206 | } |
| 207 |