1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Social: Fixed the shortcode 'provider' preference. Additional social-share buttons added for Pocket, Wordpress, Tumblr and Pinboard.

This commit is contained in:
Cameron
2016-06-23 13:45:23 -07:00
parent 2116805fe7
commit 7d789ce372
7 changed files with 138 additions and 68 deletions

View File

@@ -1,10 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?47486947');
src: url('../font/fontello.eot?47486947#iefix') format('embedded-opentype'),
url('../font/fontello.woff?47486947') format('woff'),
url('../font/fontello.ttf?47486947') format('truetype'),
url('../font/fontello.svg?47486947#fontello') format('svg');
src: url('../font/fontello.eot?25587411');
src: url('../font/fontello.eot?25587411#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?25587411') format('woff2'),
url('../font/fontello.woff?25587411') format('woff'),
url('../font/fontello.ttf?25587411') format('truetype'),
url('../font/fontello.svg?25587411#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -14,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?47486947#fontello') format('svg');
src: url('../font/fontello.svg?25587411#fontello') format('svg');
}
}
*/
@@ -35,30 +36,25 @@
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
/*margin-left: .2em; */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.e-social-mail:before { content: '\e820'; } /* '' */
.e-social-instagram-filled:before { content: '\e818'; } /* '' */
.e-social-thumbs-up:before { content: '\e81f'; } /* '' */
.e-social-export:before { content: '\e824'; } /* '' */
.e-social-foursquare:before { content: '\e822'; } /* '' */
.e-social-share:before { content: '\e823'; } /* '' */
.e-social-spread:before { content: '\e81b'; } /* '' */
.e-social-delicious:before { content: '\e813'; } /* '' */
.e-social-flattr:before { content: '\e81c'; } /* '' */
.e-social-gplus:before { content: '\e800'; } /* '' */
.e-social-stumbleupon:before { content: '\e801'; } /* '' */
.e-social-pinterest:before { content: '\e802'; } /* '' */
@@ -66,11 +62,7 @@
.e-social-reddit:before { content: '\e804'; } /* '' */
.e-social-blogger:before { content: '\e805'; } /* '' */
.e-social-dribbble:before { content: '\e806'; } /* '' */
.e-social-flickr:before { content: '\e81d'; } /* '' */
.e-social-google:before { content: '\e819'; } /* '' */
.e-social-mail-alt:before { content: '\e821'; } /* '' */
.e-social-linkedin:before { content: '\e807'; } /* '' */
.e-social-rss:before { content: '\e81a'; } /* '' */
.e-social-skype:before { content: '\e808'; } /* '' */
.e-social-twitter:before { content: '\e809'; } /* '' */
.e-social-youtube:before { content: '\e80a'; } /* '' */
@@ -82,8 +74,29 @@
.e-social-github-circled:before { content: '\e810'; } /* '' */
.e-social-tumblr:before { content: '\e811'; } /* '' */
.e-social-yelp:before { content: '\e812'; } /* '' */
.e-social-delicious:before { content: '\e813'; } /* '' */
.e-social-acrobat:before { content: '\e814'; } /* '' */
.e-social-blogger-rect:before { content: '\e816'; } /* '' */
.e-social-linkedin-rect:before { content: '\e815'; } /* '' */
.e-social-blogger-rect:before { content: '\e816'; } /* '' */
.e-social-instagram-1:before { content: '\e817'; } /* '' */
.e-social-instapaper:before { content: '\e81e'; } /* '' */
.e-social-instagram-filled:before { content: '\e818'; } /* '' */
.e-social-google:before { content: '\e819'; } /* '' */
.e-social-rss:before { content: '\e81a'; } /* '' */
.e-social-spread:before { content: '\e81b'; } /* '' */
.e-social-flattr:before { content: '\e81c'; } /* '' */
.e-social-flickr:before { content: '\e81d'; } /* '' */
.e-social-instapaper:before { content: '\e81e'; } /* '' */
.e-social-thumbs-up:before { content: '\e81f'; } /* '' */
.e-social-mail:before { content: '\e820'; } /* '' */
.e-social-mail-alt:before { content: '\e821'; } /* '' */
.e-social-foursquare:before { content: '\e822'; } /* '' */
.e-social-share:before { content: '\e823'; } /* '' */
.e-social-export:before { content: '\e824'; } /* '' */
.e-social-pocket:before { content: '\e825'; } /* '' */
.e-social-wordpress:before { content: '\e826'; } /* '' */
.e-social-pinboard:before { content: '\e827'; } /* '' */
.e-social-instagram:before { content: '\e828'; } /* '' */
.e-social-vk:before { content: '\e829'; } /* '' */
.e-social-vine:before { content: '\e82a'; } /* '' */
.e-social-meetup:before { content: '\e82b'; } /* '' */
.e-social-youtube-play:before { content: '\e82c'; } /* '' */