social-menu.css
223 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: normal; |
| 45 | height: 1em; |
| 46 | line-height: 1; |
| 47 | speak: none; |
| 48 | text-decoration: inherit; |
| 49 | vertical-align: top; |
| 50 | width: 1em; |
| 51 | } |
| 52 | |
| 53 | /* Default */ |
| 54 | .jetpack-social-navigation-genericons a:before { |
| 55 | content: "\f415"; |
| 56 | } |
| 57 | |
| 58 | /* Bluesky */ |
| 59 | .jetpack-social-navigation-genericons a[href*="bsky.app"]:before { |
| 60 | content: "\f10f"; |
| 61 | } |
| 62 | |
| 63 | /* CodePen */ |
| 64 | .jetpack-social-navigation-genericons a[href*="codepen.io"]:before { |
| 65 | content: "\f216"; |
| 66 | } |
| 67 | |
| 68 | /* Digg */ |
| 69 | .jetpack-social-navigation-genericons a[href*="digg.com"]:before { |
| 70 | content: "\f221"; |
| 71 | } |
| 72 | |
| 73 | /* Dribbble */ |
| 74 | .jetpack-social-navigation-genericons a[href*="dribbble.com"]:before { |
| 75 | content: "\f201"; |
| 76 | } |
| 77 | |
| 78 | /* Dropbox */ |
| 79 | .jetpack-social-navigation-genericons a[href*="dropbox.com"]:before { |
| 80 | content: "\f225"; |
| 81 | } |
| 82 | |
| 83 | /* Email */ |
| 84 | .jetpack-social-navigation-genericons a[href*="mailto:"]:before { |
| 85 | content: "\f410"; |
| 86 | } |
| 87 | |
| 88 | /* Facebook */ |
| 89 | .jetpack-social-navigation-genericons a[href*="facebook.com"]:before { |
| 90 | content: "\f203"; |
| 91 | } |
| 92 | |
| 93 | /* Flickr */ |
| 94 | .jetpack-social-navigation-genericons a[href*="flickr.com"]:before { |
| 95 | content: "\f211"; |
| 96 | } |
| 97 | |
| 98 | /* Foursquare */ |
| 99 | .jetpack-social-navigation-genericons a[href*="foursquare.com"]:before { |
| 100 | content: "\f226"; |
| 101 | } |
| 102 | |
| 103 | /* GitHub */ |
| 104 | .jetpack-social-navigation-genericons a[href*="github.com"]:before { |
| 105 | content: "\f200"; |
| 106 | } |
| 107 | |
| 108 | /* Google Plus */ |
| 109 | .jetpack-social-navigation-genericons a[href*="plus.google.com"]:before { |
| 110 | content: "\f206"; |
| 111 | } |
| 112 | |
| 113 | /* Instagram */ |
| 114 | .jetpack-social-navigation-genericons a[href*="instagram.com"]:before { |
| 115 | content: "\f215"; |
| 116 | } |
| 117 | |
| 118 | /* LinkedIn */ |
| 119 | .jetpack-social-navigation-genericons a[href*="linkedin.com"]:before { |
| 120 | content: "\f208"; |
| 121 | } |
| 122 | |
| 123 | /* Nextdoor */ |
| 124 | .jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before { |
| 125 | content: "\f10c"; |
| 126 | } |
| 127 | |
| 128 | /* Path */ |
| 129 | .jetpack-social-navigation-genericons a[href*="path.com"]:before { |
| 130 | content: "\f219"; |
| 131 | } |
| 132 | |
| 133 | /* Pinterest */ |
| 134 | .jetpack-social-navigation-genericons a[href*="pinterest."]:before { |
| 135 | content: "\f210"; |
| 136 | } |
| 137 | |
| 138 | /* Pocket */ |
| 139 | .jetpack-social-navigation-genericons a[href*="getpocket.com"]:before { |
| 140 | content: "\f224"; |
| 141 | } |
| 142 | |
| 143 | /* Polldaddy */ |
| 144 | .jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before { |
| 145 | content: "\f217"; |
| 146 | } |
| 147 | |
| 148 | /* Reddit */ |
| 149 | .jetpack-social-navigation-genericons a[href*="reddit.com"]:before { |
| 150 | content: "\f222"; |
| 151 | } |
| 152 | |
| 153 | /* RSS Feed */ |
| 154 | .jetpack-social-navigation-genericons a[href$="/feed/"]:before { |
| 155 | content: "\f413"; |
| 156 | } |
| 157 | |
| 158 | /* Skype */ |
| 159 | .jetpack-social-navigation-genericons a[href*="skype:"]:before { |
| 160 | content: "\f220"; |
| 161 | } |
| 162 | |
| 163 | /* Skype */ |
| 164 | .jetpack-social-navigation-genericons a[href*="sms:"]:before { |
| 165 | content: "\f110"; |
| 166 | } |
| 167 | |
| 168 | /* Spotify */ |
| 169 | .jetpack-social-navigation-genericons a[href*="spotify.com"]:before { |
| 170 | content: "\f515"; |
| 171 | } |
| 172 | |
| 173 | /* StumbleUpon */ |
| 174 | .jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before { |
| 175 | content: "\f223"; |
| 176 | } |
| 177 | |
| 178 | /* Threads */ |
| 179 | .jetpack-social-navigation-genericons a[href*="threads.net"]:before { |
| 180 | content: "\f10d"; |
| 181 | } |
| 182 | |
| 183 | /* Tumblr */ |
| 184 | .jetpack-social-navigation-genericons a[href*="tumblr.com"]:before { |
| 185 | content: "\f214"; |
| 186 | } |
| 187 | |
| 188 | /* Twitch */ |
| 189 | .jetpack-social-navigation-genericons a[href*="twitch.tv"]:before { |
| 190 | content: "\f516"; |
| 191 | } |
| 192 | |
| 193 | /* Twitter */ |
| 194 | .jetpack-social-navigation-genericons a[href*="twitter.com"]:before { |
| 195 | content: "\f202"; |
| 196 | } |
| 197 | |
| 198 | /* Vimeo */ |
| 199 | .jetpack-social-navigation-genericons a[href*="vimeo.com"]:before { |
| 200 | content: "\f212"; |
| 201 | } |
| 202 | |
| 203 | /* Vine */ |
| 204 | .jetpack-social-navigation-genericons a[href*="vine.co"]:before { |
| 205 | content: "\f517"; |
| 206 | } |
| 207 | |
| 208 | /* WordPress */ |
| 209 | .jetpack-social-navigation-genericons a[href*="wordpress.com"]:before, |
| 210 | .jetpack-social-navigation-genericons a[href*="wordpress.org"]:before { |
| 211 | content: "\f205"; |
| 212 | } |
| 213 | |
| 214 | /* X */ |
| 215 | .jetpack-social-navigation-genericons a[href*="x.com"]:before { |
| 216 | content: "\f10e"; |
| 217 | } |
| 218 | |
| 219 | /* YouTube */ |
| 220 | .jetpack-social-navigation-genericons a[href*="youtube.com"]:before { |
| 221 | content: "\f213"; |
| 222 | } |
| 223 |