From f4249b912ac8c46651c042d19b5a91b054e1f325 Mon Sep 17 00:00:00 2001 From: uidoyen Date: Thu, 7 Jan 2021 19:01:52 +0530 Subject: [PATCH 1/5] DBZ-2619 Adding social share buttons --- _includes/share-page.html | 36 ++++++++++++++++----------- _layouts/post.html | 7 ++++-- assets/css/custom.css | 52 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 77 insertions(+), 18 deletions(-) diff --git a/_includes/share-page.html b/_includes/share-page.html index 9d06ae3b6fa..7f48bf224e4 100644 --- a/_includes/share-page.html +++ b/_includes/share-page.html @@ -1,17 +1,23 @@ -
- - - - - + diff --git a/_layouts/post.html b/_layouts/post.html index 6ed75f52b43..536935bee4c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -71,8 +71,12 @@
{{ content }}
+
+
+ {% include share-page.html %} +
+
{% if postAuthors %} - {% for postAuthor in postAuthors %} {% assign authorName = site.data.authors[postAuthor].name %}
@@ -165,7 +169,6 @@

Get involved

- {% if site.disqus.shortname and jekyll.environment == 'production' %} {% include disqus_comments.html %} {% endif %} diff --git a/assets/css/custom.css b/assets/css/custom.css index adea3ccb0de..550bcbe2645 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -10813,4 +10813,54 @@ span.test-with-subcategory { } .pager-blog { margin-bottom: 0px !important; -} \ No newline at end of file +} + +.share-box a { + display: inline-block; + -webkit-box-shadow: 0 0 1px #777; + box-shadow: 0 0 1px #777; + padding: 5px 12px; + margin-right: 5px; + margin-bottom: 5px; + text-decoration: none; } + .share-box a:hover { + text-decoration: none; + -webkit-transition: background-color 200ms linear; + -ms-transition: background-color 200ms linear; + transition: background-color 200ms linear; } + +.f { + color: #3b5998; } + .f:hover { + color: #fff; + background-color: #3b5998; } + +.t { + color: #4099FF; } + .t:hover { + color: #fff; + background-color: #4099FF; } + +.g { + color: #d34836; } + .g:hover { + color: #fff; + background-color: #d34836; } + +.r { + color: #ff5700; } + .r:hover { + color: #fff; + background-color: #ff5700; } + +.l { + color: #0077b5; } + .l:hover { + color: #fff; + background-color: #0077b5; } + +.e { + color: #444444; } + .e:hover { + color: #fff; + background-color: #444444; } \ No newline at end of file From 17992285ddf82b3f341b170c28809a8fa20cf4bb Mon Sep 17 00:00:00 2001 From: uidoyen Date: Thu, 4 Feb 2021 20:49:05 +0530 Subject: [PATCH 2/5] add social share plugin --- _includes/share-page.html | 28 +-- _layouts/base.html | 39 ++- assets/css/custom.css | 50 ---- assets/javascript/jquery.cookies.js | 154 ++++++++++++ assets/socialshare/images/box_fbshare.png | Bin 0 -> 4676 bytes assets/socialshare/images/box_mail.png | Bin 0 -> 2313 bytes assets/socialshare/images/box_tumblr.png | Bin 0 -> 2480 bytes .../images/de/dummy_box_facebook.png | Bin 0 -> 1038 bytes .../socialshare/images/de/dummy_facebook.png | Bin 0 -> 884 bytes .../socialshare/images/dummy_box_buffer.png | Bin 0 -> 1564 bytes .../images/dummy_box_delicious.png | Bin 0 -> 870 bytes .../socialshare/images/dummy_box_disqus.png | Bin 0 -> 984 bytes .../socialshare/images/dummy_box_facebook.png | Bin 0 -> 782 bytes .../socialshare/images/dummy_box_flattr.png | Bin 0 -> 1112 bytes assets/socialshare/images/dummy_box_gplus.png | Bin 0 -> 842 bytes .../images/dummy_box_hackernews.png | Bin 0 -> 644 bytes .../socialshare/images/dummy_box_linkedin.png | Bin 0 -> 1662 bytes .../images/dummy_box_pinterest.png | Bin 0 -> 1532 bytes .../socialshare/images/dummy_box_reddit.png | Bin 0 -> 964 bytes .../images/dummy_box_stumbleupon.png | Bin 0 -> 1077 bytes .../socialshare/images/dummy_box_twitter.png | Bin 0 -> 1067 bytes assets/socialshare/images/dummy_box_xing.png | Bin 0 -> 1248 bytes assets/socialshare/images/dummy_buffer.png | Bin 0 -> 1318 bytes assets/socialshare/images/dummy_delicious.png | Bin 0 -> 877 bytes assets/socialshare/images/dummy_disqus.png | Bin 0 -> 856 bytes assets/socialshare/images/dummy_facebook.png | Bin 0 -> 651 bytes assets/socialshare/images/dummy_flattr.png | Bin 0 -> 825 bytes assets/socialshare/images/dummy_gplus.png | Bin 0 -> 661 bytes assets/socialshare/images/dummy_gplus_alt.png | Bin 0 -> 409 bytes .../socialshare/images/dummy_hackernews.png | Bin 0 -> 343 bytes assets/socialshare/images/dummy_linkedin.png | Bin 0 -> 1277 bytes assets/socialshare/images/dummy_pinterest.png | Bin 0 -> 1145 bytes assets/socialshare/images/dummy_reddit.png | Bin 0 -> 1018 bytes .../socialshare/images/dummy_stumbleupon.png | Bin 0 -> 1107 bytes assets/socialshare/images/dummy_twitter.png | Bin 0 -> 965 bytes assets/socialshare/images/dummy_xing.png | Bin 0 -> 1077 bytes .../images/es/dummy_box_facebook.png | Bin 0 -> 880 bytes .../socialshare/images/es/dummy_facebook.png | Bin 0 -> 760 bytes assets/socialshare/images/fbshare.png | Bin 0 -> 1085 bytes .../images/fr/dummy_box_facebook.png | Bin 0 -> 713 bytes .../socialshare/images/fr/dummy_facebook.png | Bin 0 -> 768 bytes .../socialshare/images/fr/dummy_twitter.png | Bin 0 -> 985 bytes assets/socialshare/images/mail.png | Bin 0 -> 1157 bytes .../images/nl/dummy_box_facebook.png | Bin 0 -> 713 bytes .../socialshare/images/nl/dummy_facebook.png | Bin 0 -> 518 bytes .../socialshare/images/nl/dummy_twitter.png | Bin 0 -> 740 bytes .../images/pt/dummy_box_facebook.png | Bin 0 -> 738 bytes .../images/pt/dummy_box_twitter.png | Bin 0 -> 960 bytes .../socialshare/images/pt/dummy_facebook.png | Bin 0 -> 540 bytes .../socialshare/images/pt/dummy_twitter.png | Bin 0 -> 801 bytes .../images/ru/dummy_box_facebook.png | Bin 0 -> 870 bytes .../socialshare/images/ru/dummy_facebook.png | Bin 0 -> 742 bytes assets/socialshare/images/settings.png | Bin 0 -> 658 bytes .../images/socialshareprivacy_info.png | Bin 0 -> 151 bytes .../images/socialshareprivacy_on_off.png | Bin 0 -> 1301 bytes assets/socialshare/images/tumblr.png | Bin 0 -> 1746 bytes .../jquery.socialshareprivacy.min.autoload.js | 2 + .../jquery.socialshareprivacy.min.css | 1 + assets/stylesheets/common.css | 230 ++++++++++++++++++ assets/stylesheets/modules/buffer.css | 14 ++ assets/stylesheets/modules/delicious.css | 155 ++++++++++++ assets/stylesheets/modules/disqus.css | 151 ++++++++++++ assets/stylesheets/modules/facebook.css | 12 + assets/stylesheets/modules/flattr.css | 29 +++ assets/stylesheets/modules/gplus.css | 10 + assets/stylesheets/modules/hackernews.css | 128 ++++++++++ assets/stylesheets/modules/linkedin.css | 12 + assets/stylesheets/modules/mail.css | 12 + assets/stylesheets/modules/pinterest.css | 15 ++ assets/stylesheets/modules/reddit.css | 8 + assets/stylesheets/modules/stumbleupon.css | 10 + assets/stylesheets/modules/tumblr.css | 12 + assets/stylesheets/modules/twitter.css | 11 + assets/stylesheets/modules/xing.css | 16 ++ assets/stylesheets/socialshareprivacy.css | 16 ++ 75 files changed, 1043 insertions(+), 72 deletions(-) create mode 100644 assets/javascript/jquery.cookies.js create mode 100644 assets/socialshare/images/box_fbshare.png create mode 100644 assets/socialshare/images/box_mail.png create mode 100644 assets/socialshare/images/box_tumblr.png create mode 100644 assets/socialshare/images/de/dummy_box_facebook.png create mode 100644 assets/socialshare/images/de/dummy_facebook.png create mode 100644 assets/socialshare/images/dummy_box_buffer.png create mode 100644 assets/socialshare/images/dummy_box_delicious.png create mode 100644 assets/socialshare/images/dummy_box_disqus.png create mode 100644 assets/socialshare/images/dummy_box_facebook.png create mode 100644 assets/socialshare/images/dummy_box_flattr.png create mode 100644 assets/socialshare/images/dummy_box_gplus.png create mode 100644 assets/socialshare/images/dummy_box_hackernews.png create mode 100644 assets/socialshare/images/dummy_box_linkedin.png create mode 100644 assets/socialshare/images/dummy_box_pinterest.png create mode 100644 assets/socialshare/images/dummy_box_reddit.png create mode 100644 assets/socialshare/images/dummy_box_stumbleupon.png create mode 100644 assets/socialshare/images/dummy_box_twitter.png create mode 100644 assets/socialshare/images/dummy_box_xing.png create mode 100644 assets/socialshare/images/dummy_buffer.png create mode 100644 assets/socialshare/images/dummy_delicious.png create mode 100644 assets/socialshare/images/dummy_disqus.png create mode 100644 assets/socialshare/images/dummy_facebook.png create mode 100644 assets/socialshare/images/dummy_flattr.png create mode 100644 assets/socialshare/images/dummy_gplus.png create mode 100644 assets/socialshare/images/dummy_gplus_alt.png create mode 100644 assets/socialshare/images/dummy_hackernews.png create mode 100644 assets/socialshare/images/dummy_linkedin.png create mode 100644 assets/socialshare/images/dummy_pinterest.png create mode 100644 assets/socialshare/images/dummy_reddit.png create mode 100644 assets/socialshare/images/dummy_stumbleupon.png create mode 100644 assets/socialshare/images/dummy_twitter.png create mode 100644 assets/socialshare/images/dummy_xing.png create mode 100644 assets/socialshare/images/es/dummy_box_facebook.png create mode 100644 assets/socialshare/images/es/dummy_facebook.png create mode 100644 assets/socialshare/images/fbshare.png create mode 100644 assets/socialshare/images/fr/dummy_box_facebook.png create mode 100644 assets/socialshare/images/fr/dummy_facebook.png create mode 100644 assets/socialshare/images/fr/dummy_twitter.png create mode 100644 assets/socialshare/images/mail.png create mode 100644 assets/socialshare/images/nl/dummy_box_facebook.png create mode 100644 assets/socialshare/images/nl/dummy_facebook.png create mode 100644 assets/socialshare/images/nl/dummy_twitter.png create mode 100644 assets/socialshare/images/pt/dummy_box_facebook.png create mode 100644 assets/socialshare/images/pt/dummy_box_twitter.png create mode 100644 assets/socialshare/images/pt/dummy_facebook.png create mode 100644 assets/socialshare/images/pt/dummy_twitter.png create mode 100644 assets/socialshare/images/ru/dummy_box_facebook.png create mode 100644 assets/socialshare/images/ru/dummy_facebook.png create mode 100644 assets/socialshare/images/settings.png create mode 100644 assets/socialshare/images/socialshareprivacy_info.png create mode 100644 assets/socialshare/images/socialshareprivacy_on_off.png create mode 100644 assets/socialshare/images/tumblr.png create mode 100644 assets/socialshare/javascript/jquery.socialshareprivacy.min.autoload.js create mode 100644 assets/socialshare/stylesheets/jquery.socialshareprivacy.min.css create mode 100644 assets/stylesheets/common.css create mode 100644 assets/stylesheets/modules/buffer.css create mode 100644 assets/stylesheets/modules/delicious.css create mode 100644 assets/stylesheets/modules/disqus.css create mode 100644 assets/stylesheets/modules/facebook.css create mode 100644 assets/stylesheets/modules/flattr.css create mode 100644 assets/stylesheets/modules/gplus.css create mode 100644 assets/stylesheets/modules/hackernews.css create mode 100644 assets/stylesheets/modules/linkedin.css create mode 100644 assets/stylesheets/modules/mail.css create mode 100644 assets/stylesheets/modules/pinterest.css create mode 100644 assets/stylesheets/modules/reddit.css create mode 100644 assets/stylesheets/modules/stumbleupon.css create mode 100644 assets/stylesheets/modules/tumblr.css create mode 100644 assets/stylesheets/modules/twitter.css create mode 100644 assets/stylesheets/modules/xing.css create mode 100644 assets/stylesheets/socialshareprivacy.css diff --git a/_includes/share-page.html b/_includes/share-page.html index 7f48bf224e4..ffb5f9b428a 100644 --- a/_includes/share-page.html +++ b/_includes/share-page.html @@ -1,23 +1,9 @@ - - diff --git a/_layouts/base.html b/_layouts/base.html index 73806f06e7c..3dedde430c6 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -67,7 +67,44 @@ - + + + diff --git a/assets/css/custom.css b/assets/css/custom.css index 550bcbe2645..5198a800535 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -10814,53 +10814,3 @@ span.test-with-subcategory { .pager-blog { margin-bottom: 0px !important; } - -.share-box a { - display: inline-block; - -webkit-box-shadow: 0 0 1px #777; - box-shadow: 0 0 1px #777; - padding: 5px 12px; - margin-right: 5px; - margin-bottom: 5px; - text-decoration: none; } - .share-box a:hover { - text-decoration: none; - -webkit-transition: background-color 200ms linear; - -ms-transition: background-color 200ms linear; - transition: background-color 200ms linear; } - -.f { - color: #3b5998; } - .f:hover { - color: #fff; - background-color: #3b5998; } - -.t { - color: #4099FF; } - .t:hover { - color: #fff; - background-color: #4099FF; } - -.g { - color: #d34836; } - .g:hover { - color: #fff; - background-color: #d34836; } - -.r { - color: #ff5700; } - .r:hover { - color: #fff; - background-color: #ff5700; } - -.l { - color: #0077b5; } - .l:hover { - color: #fff; - background-color: #0077b5; } - -.e { - color: #444444; } - .e:hover { - color: #fff; - background-color: #444444; } \ No newline at end of file diff --git a/assets/javascript/jquery.cookies.js b/assets/javascript/jquery.cookies.js new file mode 100644 index 00000000000..72d73610b32 --- /dev/null +++ b/assets/javascript/jquery.cookies.js @@ -0,0 +1,154 @@ +"use strict"; + +(function ($,undefined) { + function decode (s) { + try { + return decodeURIComponent(s); + } + catch (e) { + try { + return unescape(s); + } + catch (e2) { + return s; + } + } + } + + function get () { + var cookies = {}; + if (document.cookie) { + var values = document.cookie.split(/; */g); + for (var i = 0; i < values.length; ++ i) { + var value = values[i]; + var pos = value.search("="); + var key, value; + + if (pos < 0) { + key = decode(value); + value = undefined; + } + else { + key = decode(value.slice(0,pos)); + value = decode(value.slice(pos+1)); + } + + cookies[key] = value; + } + } + + return cookies; + } + + function set (name, value, expires, path, domain, secure) { + switch (arguments.length) { + case 1: + for (var key in name) { + set(key, name[key]); + } + return; + + case 2: + if (typeof(value) === "object") { + expires = value.expires; + path = value.path; + domain = value.domain; + secure = value.secure; + value = value.value; + } + + case 3: + if (typeof(expires) === "object" && !(expires instanceof Date)) { + path = expires.path; + domain = expires.domain; + secure = expires.secure; + expires = expires.expires; + } + } + + if (value === null || value === undefined) { + expires = -1; + } + + var buf = [encodeURIComponent(name)+'='+encodeURIComponent(value)]; + switch (typeof(expires)) { + case "string": + expires = new Date(expires); + + case "object": + buf.push("expires="+expires.toUTCString()); + break; + + case "boolean": + if (expires) { + break; + } + expires = 365*2000; + + case "number": + var date = new Date(); + date.setDate(date.getDate()+expires); + buf.push("expires="+date.toUTCString()); + break; + } + + if (path === true) { + buf.push("path="+document.location.pathname); + } + else if (path) { + buf.push("path="+path.replace(/[;\s]/g,encodeURIComponent)); + } + + if (domain === true) { + buf.push("domain="+document.location.host); + } + else if (domain) { + buf.push("domain="+domain.replace(/[;\s]/g,encodeURIComponent)); + } + + if (secure) { + buf.push("secure"); + } + + document.cookie = buf.join("; "); + } + + $.cookie = function (name) { + switch (arguments.length) { + case 0: + return get(); + case 1: + if (typeof(name) !== "object") { + var cookies = get(); + if (name === undefined) { + return cookies; + } + else if (Object.prototype.hasOwnProperty.call(cookies,name)) { + return cookies[name]; + } + return null; + } + case 2: + case 3: + case 4: + case 5: + case 6: + set.apply(this,arguments); + return this; + + default: + throw new Error("Illegal number of arguments"); + } + }; + + $.removeCookie = function (name) { + var cookies = get(); + if (Object.prototype.hasOwnProperty.call(cookies,name)) { + var args = Array.prototype.slice.call(arguments,1); + args.unshift(name,null,-1); + set.apply(this,args); + return true; + } + return false; + }; +})(jQuery); diff --git a/assets/socialshare/images/box_fbshare.png b/assets/socialshare/images/box_fbshare.png new file mode 100644 index 0000000000000000000000000000000000000000..0d722c1de617c4e1f6defc0062e20265c29e0247 GIT binary patch literal 4676 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%0DG5bT?&nTEyE%P2e&TnMuUQFlN7&>wit(L9R zty*|(zq2v zRhN_9wlXfj{Xz8V<=wf;D-HVYIuC$i@#{FtN7yzcM!)8?yGOlFwpA zz69_fRO)#snAtmu)6fS1g>lVS2ZaOe+_3=O{*nu5dGJ-l(-Q25#z8C;MN}m1XWwL` zs`z(=JeoQjtO=)$c&oGv*dr=6Ir0S$scKTTne%iI8Kw|OMi;*fvBcE^t{*kN% zTsmTkMM{~FcRgR7ArNbaKU(sc z-RUP|G@sG8+rL5PpAe{lOc#qylfaN4+~5H68*wJ2s>#B7JRO;&flSm{(2&IYToZGK;e!*%<5GnL=pIkgxPK<^|$x$8? zkTA3nyzK{sIm*<-MJrp=&zn3LZ8AQxijbuiYIOCF5FeY=hT`b{re6bHgY57Avi&^C z42&5b1k*-l)h4-wL9&{nPJh2+?c=S&eM9Z`wyOIwn1&^mL6n zCn4_nEV~;`t?O__B67{|3n#?=noYyOtsKR?ZwTCdx|pW731 Y+Gdz4}Z~Pk*X=BH4L%O@F4k>z#Lh=bl$Xs)}-)JbBVwa@&uR_`@Jxz}+}hZYZ0T zC41}q>C>lu`8Jh6mp}iFCz$vb01n~a7^|Z4)r)6NU8sOYkgouk$GtV~h{~~xXHH$9 z6DLlXOZkI;EiGw`!Oq1+WS!1kiLBS{;^y`1@V@fe)ur@*AGDX;_M?DQAeTRM6m#=; zw_)G2{~=s_{d@`b&?UG1s3q}-6$Aj-v9O5F+#H$->TVpJxjF1uSj6?KS3)8Zf7pU} z0TEc1Wx!nyvK(2K)h~z_?1t>z0NTw9+TfI}(bj=XEnFR=007$$vI+F& zo6~~S@;@3+%EAVKLeSJdW|NS54&83CInaKK_VQvXkg5vA#Z#3CGyntvL>w(kp!hhe zF_A^vhie2U0u>MO9wHtPfkJ~FnZazp#(>x&VBR`+w!^|`y{}CYiot^79lXo2@W4Dy z|M)u_&im-|KY&Rxm_$Kjw={NbKge~ZMO((DXt1O!;JRHrzPvQ>%zW(*QVlLlWB{I_ z^XgEG_PK5wq^b}I#Cv#`!{uvOKJeawrxv|CU~9oi0#XY`8K*P@oH~I;TYbF(A`tQL zMFE%haO49A2A=I*4)G2uvgP&L4xDJ)Y@`Zku%@~KzUbk}d%RHvARSOv4K!b$DRfxqwzq8Nh(wv#5tsfu(;!X99w=ApZv%&-nW16$cu|}a77O8 zbpZv)m{4k%;-di@3u05f*Rr|{FE7KBPH@#=!7k4J>_-!?@;_es<+3JXv^ie4D{Z^GSRyKTY z%jM28Se*YcR{HrdhmGD z>@)b{rz44oM53e;&Iyp9*uYUJ(yaL(7;z7S&fu<;;93d}iV8{)7GhJ_c+XK#_qD#iDyn}}-Fp;{rZ`5Wnmv<# zbUNQ{bQ{qr4TCw}K&7U(q)Hto6iWv;6hN*O{CXp}{hTaRZj^p6-nHhsL(m2r8v>~T zSVJ=DPwC~k4HdA-xF(&8if_KSVU^7aViWB0F1#zi##YyuRoh05zA}^{9pLfoAy_v(_pb^aam#{&!i u7tfr!AS%ZItlmQ)S4)tg>b*n$z~}#oGxq|O&Ad|p0000& literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/de/dummy_box_facebook.png b/assets/socialshare/images/de/dummy_box_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..23000bd6dfc7d91f1748a80c4c5458587313a636 GIT binary patch literal 1038 zcmV+p1o8WcP)Px$Vo*#}Me6G6c6N4nczEIA;o#ul;Nalj-{0EW+GJ#8W@ct*XJ=?=XlZF_YHDh0 zYin$5Y;A3AZ*OmKaBy*PadL8Ub8~ZabaZxhc6WDoczAeud3k$#dwhI+eSLj?etv&{ ze}I61fq{X7f`WsCgN22KhK7cRhlhxWh>3}bii(Phi;IkmjE#+rj*gCxkB^X$kdcv* zl9G~>larK`l$Dj0mX?;6mzS8Bn3Uu_tgNi9 zt*x)GuduMNv9YnTva++Yv$eIgySux+y}iD^zQ4b}z`(%4!NJ19!o$PE#l^+O#>U9V z$jQmc%F4>k&CSlv&d<-!(9qD)(b3Y<($mw^*4Eb8*x1_I+S}XP-QC^a-{0Zk;o{=r zFMg~>g((4?Ck9A?d|UF?(gsK@bK{T^z{7v{Qmy_|NsB2 z2OZ%60004WQchCHq)&7)eAyR9M69)(uk6A~-fMf+!TR zSIVrkH_OuO&A2)gizD*M+wb4*-kpu)jLq~o(~S3@oq>I3_s4R3vvIhFXSDKQfjQq`5V=oksSgPyLJ-nv@FH@ zhwO5Ztwc5Xm(vy>uYcD%{)K}d$u;<>4}tufF5B z?`^GapxoHyl!#u;CR1e;5bPx#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX1{weaE}?e(WB>pGN>EHxMe6G6 z;o;%n;Nalk;NRch+S=M=WMpP$W@l$-XlQ6@X=!R|YHMq2Y;0_8ZEbIFZ*XvMadB~S za&mKXb98icc6N4mcXxPrczJnwdwY9)e0+Uv~3t*x!EudlGMu(7eRva+(Xv$M6ewY$5!y}iA@ zzP`V|zreu2!NI}8!otJD!^OqL#>U3T$jHgb$;!&g&CSiu&d$%z&(YD*($dn_*4EhA z*xK6K+uPgS-QC~c-{Ilm;^N}t=;-O`>FVn0>+9?6?CkCB?e6aG z@9*#M@bL8X^!)t%|NsBs6qEJ<000JbQchD0$H>Xc{e;vQBLDyao=HSOR5;76m0455 zKn%wVia;r+g(^Z>5fMZV@kB+%6Gc(HsFq79B9VUoSKBS%fXv{-{wEKcO!8~?n3STX z4P|07Oi`3xYy&a1MLlI8$Ww?0stiO`?g2v0V+<_n#aSG`to?78FhtyuUYkvqVG`8^pYg!;Nmo(V*l!p3Cb5U zv_=u-K_LHgf4i3H?MR;aMfXa%+_Is>-Ag#)Tv^V>uO-7mobn%M(DY@w7T{v)xe7-DH5?mmoC7%WOgF)%;+|mRf z7gw~F=|05b9Fd0|cB*27UWYSG1W0f=5FcNJ2dqvR*(84fI_d|&=_r=>z8jAK0000< KMNUMnLSTYBKggQ^ literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_buffer.png b/assets/socialshare/images/dummy_box_buffer.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5a6301f8aabf8897335bb2cc8dc7c6d7bcc8a2 GIT binary patch literal 1564 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 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_disqus.png b/assets/socialshare/images/dummy_box_disqus.png new file mode 100644 index 0000000000000000000000000000000000000000..16f0819ab7627ecf81ab49328035c4b872966ef0 GIT binary patch literal 984 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 UE$#@Qg#Z8m07*qoM6N<$f-XqTDF6Tf literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_hackernews.png b/assets/socialshare/images/dummy_box_hackernews.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b68c3a61a2d8dbe9dc7c7e0e7ac858e022999c GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^b|B2b1|*9Qu5bZTjKx9jP7LeL$-D$|*pj^6L4rW= z(|LD2km4-xh%9Dc;1&j9Muu5)B!GhKC7!;n?01<2m`z1KF>u;2Ffg%rx;Tbp+&g*AIcmP}-AN1z3J517Pv z9AE`8|LmXieCN!9)0)4_ke8x<=PB z*ZTI->(eX#Pdb=T@Y3Sk=d{f~O+6<~2RdKlmvkS~{)6=lcI=J?bv-}(*`{07Et$fw zZNEVA{oIYWV%JMO}jS(p}4PiM;O%|BllJ3VTx+upe2rLk$7B{OHuE0dk?qsCA%ul;%D z_G4V@AG@aQzPl+#@1sqB(8?o88xywQo_TR+ubc9@bLTQlqmdKI;Vst0GI0%O8@`> literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_linkedin.png b/assets/socialshare/images/dummy_box_linkedin.png new file mode 100644 index 0000000000000000000000000000000000000000..07049e3dbee4879813aa7f22f296047d6c3ec1ad GIT binary patch literal 1662 zcmV-^27&pBP)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3Ktd{EyE9Z9{>OX98gSDMF0Q* zGcz+aH8nOiHa9mnI5;>tIXOE!J3Kr*Jv}`>K0ZG`KR`f0K|w)7LqkMFL`6kKMn*SYo}QndpP-Uu_ zs;a81tE;T6tgWrBuCA`HudlGMu(7eRv$M0bw6wLgwYIjlx3{;rxVX8wxxBo*y}iA@ zzP`V|zreu2!NI}8!otMF#KpzM#>U3T$jHgb$;!&g%gf8n&CSlv&d|`%($dn?)6>+{ z)YaA1*4Eb7*VowC*xA|H+S=ON+uPjS+}+*X-rnBe;Naom;o{=ruz* z=jZ3>=;-O`>FVn0?Ck9A?d|UF?(gsK@bK{Q@$vHV^7Hfa^z`)h_V)Mp_xSku`T6XPhhZ2dF&lkyW|tU|MN%EhqJ6hYdrq{Y zRoc;~V(TRm>0{_A?c*&2|ecR^=!9Osyv8RK?CXB+o`&emu&gYkIWrTG@B={6zB zFEj!YDqE#eU5E6jVo-PP-|H}^qOpy{PuNUv#oH(h5Njh7pRE|R0l)}oWQW+L5 z1SaWhg+eh5$tk9xLc>7}L(&(5xP2abvMQkC}V&f#G>w#VsW=K?DeTVehlQIAHM zDgnKES&o$;D2D)!O`HvXTu}G zu^oazKf6syh%xsMhS%>8U-A$5{eeKh?;p5q-l8PLG<6LwT}e zL`jG-b@bj^_&H#0b)0uOY&KVyx3g)J60qCt_V+!k!)|Fdp1bH|Z7!#&08Fb6)||Ri zK&Y@cA;w^7>$!Tl&H3qMf8UMRR3FP(jj*u!I-0q0;0*Z(8)N5PvgYNM$piTPZJwb0*N#cP;=5(fz4m<;9qoFaU$fR8!3kafY@Kz6th5^!;FNGLMG9YI z9nRB@N>*8kGf955XmJ+E7t5=t z281jOz7{Qsb~anCMFm2#BBC88i>-$Hr00k z<{sG%mN}9-XL>*iopl!qB;MM9)9G|}i;z+#O-Nc8JlV{bw}mFXu~`-tM1=3=BB|JU z(@b)~ef-^pWW=h)4=Dj#Z}RxNn+@J8m&_`2kH51?kJl-I{~E>`^%=e49VjN9TCKs@ zkfJ2SxSFuOu@OVjV~iW2Hnk_|NJJRMVHC7K(Hk8Tl!Tez0qVQdyyYmn9{>OV07*qo IM6N<$f?#V@4FCWD literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_pinterest.png b/assets/socialshare/images/dummy_box_pinterest.png new file mode 100644 index 0000000000000000000000000000000000000000..75230089e8a8fa3e215bd1b274936d19d947feef GIT binary patch literal 1532 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 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_box_twitter.png b/assets/socialshare/images/dummy_box_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..84f7c6da9b0ecec324b723c5c7c8b274f8af2151 GIT binary patch literal 1067 zcmV+`1l0S9P)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX1{wh|9wc03NdN!=hEPmYMF0Q* z#>U3g)z#zUVZo}!|nrKP2& zrlzQ~1uCA`Jv9Y$cwz#;sySux+y}iD^zQ4b}z`(%B$jHgb$;->j%*@Qq&CSlv z&d<-!(9qD)(b3Y<($mw^)YR10*4EhA*xA|H+S=OO+}z#W-QM2b-{0Th;Naro;^gGy z<>lq(=H}<;=jiC@>FMd}>gwz3>+J08?d|RE?(XmJ@9^;O@$vEU^78ZZ^Yrxe_4W1k z_V)Mp_xSku`T6lq&<>uz+=kI2X z4hsMP0uV_=K~zY`?bh2{(qJ6G@fW4C6TeKDol6R_gF&9!%7i?m9k7-W0-a2VF*oP- zHirW$|MPzD7+!_tcGJZ^&%^uM*uKy9>;gtYXT+RG;;9e`7n=JXH49-Pdakh-Np9bV zT#yHOkOz5?2YHbHIrsAiZHsf7f?5 z@7d`-GO*G5x6oXCe%tzzoS00Hr@mTNyA9B8TRn`!!6xP=T1zDp3oB_};HN)W>GTa&M_C}8ZuUA1;@j;ngc-7 z*5FC9c;S9rWjx8hlhnps3XDa_6sp?ha*kFy@}6U@psYC6h=#z{mbV-;z5l3m0lB zvVos1!`!6@L*Cgn-LquOB}uBA)!eF>SIxR~G?>>I86V?zy>?WXSH5{xc~6d&Hme?O lmX4GD6GgATRmGG2zX7n%6DMxPx#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3K|d;HMj?9r~m)~+E7eXMgRZ* z|NsC0|NlHZJXcp&TU%Sby}iG`zr(}B#l^+R$;r01w!6E#)6>&7Ha0gmH#j&rIXO8x zIyyT$J3Kr*Jv}`>K0ZG`KR`f0LPA1ALqkMFL`6kKMn*R8&+|RaI72R##V7SXfwET3TCMTU=aRU0q#YUteHgU}0fl zVq#)rV`F7yWoKt+XlQ6^YHDk1Yiw+6ZEbCCZfSYo}QndpP-Cc>si~@}s;jH3tgNi9t*x%EuCK4J zv9YnTva+_ewz#;sxw*Nzy1Ki&yS%)-y}iA@zP`Y~z{JGF$jHdb%F4^j%goHo&(F`$ z(9qG*(bCe=)6>(`)YR40)z;S5*VotE+uPjS+}+*X-rnBd-{0Zk;o{=rFMd}>gw$5?CtIC?(XjI@9*&N@bU5S^Yioc^z`-h_4xSs`T6k@;rr{gH^so%PGtothC)ix zu$YQwh$(3-D*rMWdD=#VmWaIVip%UN-GC_lJ06eOrD$dAxH3G%Rg@(}Q#9`y6`v^1 zoA4%tJ^=`E2Wh21+vtlEmvscLY7U;|A+Bm(}jg#PYCWiWH1e?&+3ub$F`r_*oo6M)=!uK0000< KMNUMnLSTZ#ICIGW literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_buffer.png b/assets/socialshare/images/dummy_buffer.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f46eb1c062ed34425dfe587412f6e21166594d GIT binary patch literal 1318 zcmV+>1=;$EP)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3LF*<2wI7+&j0`b24YJ`L;(K) z{{a7>y{D4^00gEt#WLf`Bo* zYCz?VSwR?QU}m@!7yrSVKFu(SOV+K;C;jkNb@#bUKRsv8F!TZFJ3l{%&*#Jb{{FKU zaS#u2^~GW_1Ofq6t5w|H-938|2k{VBpWp9CrBXq&*?ch~9^&ewTiIwdUYv;QKjCCq zg2&^*%*+fIjcM)K!PV<^Lzzq(dwXt7Pfzz0*)o|_SIqxXIfsvXn^<>jz!gfM%GPe; zAMt);0~;GIB*e;hRVWCL5SA@J|8sCV|CdIU!v4A$5S%k=whT~G6|>CiK(fnuZn!gw-Z-Y z(^D#Zb3a0O9Ynp=!d^--~0LC!Xb(*M*in7yq)TAuaDYra#iHHQUMzVryK|z zeQ3u=Wn)hUoTh19UauFctE+IiT*&2eTx1UhgT|a}wZZ=D1i#SM zX#urL8B%JG&%JS(`z8)7tZe5Imnx9*QLK**KrnA1dUcJ0C?OiMbN}^V4A8KindO>mKL#cXcD#N>vx>2&o^X?slNdFdxi&X9kxr+%Xxv#R zpDws!l-)T2udKhp_4^XP;PktFTopA2=h5M$F1Vzup;FcKvOI*wN{LQf{d~av4>J{3 zUKQLX+&aJbb)t=2_>=v+_{n6dd$i(dp0bBDnL0Zzx_+SZsmA@#jg;RnXyl z436fCT7{bXq<3KbRb#RuRv@_fb}mu5--|8-PL^du;cyrZhr>uTJUq&PU zGMbNmz_uDSs6}Qgk*$epxr!!h^|c1sTPT+(mc7GTY~HG&sOKtabsk?UmyG<1R%1CD zdYdPElgDedCeNjn;M1&07*qoM6N<$g0h)w(f|Me literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_delicious.png b/assets/socialshare/images/dummy_delicious.png new file mode 100644 index 0000000000000000000000000000000000000000..c81ef75c557d27e5b30a2d462f0d60131ea0340f GIT binary patch literal 877 zcmeAS@N?(olHy`uVBq!ia0vp^-astE!3-onc^LcxQjEnx?oJHr&dIz4aySb-B8wRq zxP?KOkzv*x37{Z*iKnkC`yCzuQ40+gww)h^2E-oo4DJv^0FE6jCsHm*0tg5Q2uCA`Bsj024t*fi6 zudi=tXaHK;)YR16+}zUA(%RbE*4EbE-rmvC(bd(}-QC^O)6?7A+uz?mVZwxI)27Xs zF=OV;nRDjMnLBsx{Q2`2ELgB`;ljm>7cW_|WZAN1D_5>uvu4fu_3O88-MVetw(Z-u z@7S?p@7}%p_U+rhfB%642M!-TeC*hRXyK7AVK@v~>oo;!E$!i5VLFJ8QK>C)A! zSFc^WcI(!y+qZAuxpU{HyKk~}e9o+X`}UGn@S2kbr}rz}x_;=$36=Yy zr!+l{Z(q8g?XIEcq^WYGp=X16X}|tgmP?CXE!!HD=qNSupwQA)pZHogtw{TL*ilI) z;n?DJn=;q6b-Me7=FVMEysl>6%p~3m-=qXDoh>poHr%*U$W-&w#EC0}O*F4*3trX} z6=z|(bk>Vw>!vZszeYSG=opyW>z-im#^d^-W6s2fSk6 zM^#%2&u%%z>rA#uaQoI7Ge(UAn*#WOuiB*m4P8Ghf547gu@{xC2G7(8A5T-G@yGywp1FSX|Y literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_disqus.png b/assets/socialshare/images/dummy_disqus.png new file mode 100644 index 0000000000000000000000000000000000000000..d82117363873fbae535d6911f177546e926a72df GIT binary patch literal 856 zcmV-e1E>6nP)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3j-D(JE*tNa{vGVFHlTWMgRZ* z%*@Qp%*@Qp%*@Qp%*@Qp%*=#@goTBLhK7cSh=_@aiHeGfi;IhljEs$qjgF3vkB^U% zl9H2?la!Q{mX?;6mzS8Bn3FMg~>g((4?Ck9A?d|UF z?(gsK@bK{Q@$vHV^7Hfa_4W1k_V)Mp_xSku`T6HzJoAsa-$+Bdl zV1Ucl_{vc%Vz}q87hmu^eTLnFsE~U|r-#9oEDJU=2FOm(l<*K0lX13!VK%^OMwH3b zs4uO+M#=!G!<@t$%r-yTbPkT2`zcW>_kk83f3mVn*+>{5i7_ux?7bzll6#1`@e`s% zt~lIo&{J6^Y&ZsRJ*-N&Bs+)an%H;yXt)L$P0P~8RFkD+!!khp5?v0v?tS}=W!u5V za1-116@_hjZ?}T)U3w%-%Z6b91nmnB(`$PETHm;K9caZyzo;+1GbVac3pS2rY1q(A zp64Sgp-r0SsnPmk)WDI}=SiOZ(EnS8jk9amCGV=5jniw;qtR708-rmL`k}hD6CK~2 iXlF*L+m*g{TKxsgUkOIulgms10000Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX1{weY3d=9QGXMYp@K8)tMe6G6 z;o;%n;Nalk;NRch+S=M=WMpP$W@l$-XlQ6@X=!R|YHMq2Y;0_8ZEbIFZ*XvMadB~S za&mNZbar-jczAeud3k(%e13j@e}8{~fPjI4fr5g9g@uKOhlhxWh>3}bi;IhljEs(s zj*yU$k&%&-l9H2?la-Z~mzS5Lqoby#rl+T;va+(Xv$MUuy}rJ_zrVl0z`()5!NbGD z#>U3T$jHgb$FVn0>+9?6?CkCB?eOsM^z`)n{QUp_|9nf@@c;k-26R$RQw+z*$;E_$PGWbuh*gQVOl!dtb zjM%)!*PS>c+>bd9o3gOI*GHTQ8`0A zJef`hl2ED&_PhMfua?qO8vxE1MGw74OxjTENdkm|qu%_X6@t>kHQW?0@ORyYlA!VV lw7<7z1LZ`^>9lB$d;>l>=g1oBmJ$E}002ovPDHLkV1hb?QxO0F literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_flattr.png b/assets/socialshare/images/dummy_flattr.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1ffa53c580c5372a66b013669faff2a920853a GIT binary patch literal 825 zcmV-91IGM`P)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX1{xOSSn3$QFnVXxNn3$NB zmX?>7mz9;3mX?;7n3$THnwy)OoSdAUot>VZo}ZteprD|kp`oIpqNAguq@<*!rKP5( zrl+T;sHmu^si~@}s;jH3t*x!EudlGMu(7eRv$M0bw6wOiwzs#pxVX5xySu!+yuH1> zzrVl0z`()5!NS7A!^6YG#KgtL#m2_Q$H&LW$jHmf%goHo&CSiu&d$)#(9zM+($dn? z)6><})!5kB+S=OO+}z#W-QM2b-{0Ti;o;=ugw$5?C|jL@$vEU^78ZZ z^Y!)h`1ttw`T6?#`uqF){QUg={r&#_{{R2~BCN1<0000KbW%=J009C82?`7i5EC27 z$jHgb%FF%zH9+1z0004eNkl@16otnPalr*^Rj^{2p@0aYs1&5QBJK)e zwWx6Z|F7^;;h`1N#QG)YHgkLOWgeQcz+zbPO?W=QLXrHwZ}O24TgvCsDK9jyLUM^o z*`z0`;#rZHl%mJ>-6zoPqWPn+LMS@=ClUS5P?1L5gFHa<$kbfW3*1)GKV@#eBQ!PP z?2#xzbYWgzqp7!$Z~=pcfkbRgmKDBd$s4`!)m+-yBatA`Jr}!A*%}~RK$m42dZ07}OXKx_-C<<*$TnrHrq5@GUMRkZ1OV~lp-6Ihv@S*dJ;HLn0feMWZtslwA zPb_Z7-Z~hFI;GtP=k?!3tt(#k5XA{R9hfLzyx}$O0u>qtA~;(?l$Dj0mX?;6mzSEFnwy)Oot>Sbp`oUx zrl_c>si~>0t*x%EuCcMPv$M0cwY9dkwzs#pxVX5vxw*Q!y1To(y}iA^zrVo1z`?=6 z!otGC!^6bH#KpzM$H&LW$jHmf%g@ix)z#J3*4EhA*xA|H-QC^Z-rnEe-{9cj;o;%q zgww2>+9_7?CtIC?(XjI@9*&N@bU5S^78WY^Yird z^!4@i_V)Jo_xJet`1<<#`}_O-{r&#_{+FL(K>z>%33O6UQvhIletya1=jX81M$`ZR z0UAj}K~xwSeZh%Vfjq`KcXyZ-L|5p5e!>`Y>u9honK35G2gn2++C`I6+Qk9gQYfWYo`O_pLkl~E zkb21?f`o_?@ri;&Xh9Q;##8_Bl{x|sm5@7*qo5-+p|NP574g}%f5`TRjJD7KjfOtr zqxCDWHe|E}4Qi&jIK|Sf`PVWqg&L>>t$LwgVK9%RLbYNA>vbIq53?v$$a?eXbjEK` vpGFvGA*qii-y9rH{u}E_fK=`>RxSl!4;qYRK3Gh000000NkvXXu0mjfDMM+z literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_gplus_alt.png b/assets/socialshare/images/dummy_gplus_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..64b9a9ee432cbb3be75e6826a6a25f7ebe6fe697 GIT binary patch literal 409 zcmV;K0cQS*P)TPuFJ#?yrh~SM#mm(#CA!tG~g(?dF`*=?F7j2q;1lmWN zcGEAUtP6|>0 z02<4X0+90K)pJ0tOhdyzm!BNTxP5(fe>57bjH3MU>f7(*@1Nev=`d;N>JBh5{QBEx z|K6VL0NXOa&)5I;&F^`7c>dsJP9{yE%K+CmJSea-YOD0)uTNX)wTDC6!0ONm4!_%W()UhACM~ftDU;f|cWe5LJ!C?x z4wbT3c0i%9{Q0S-q!iK=;IF2?=vGA0q)o0 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_hackernews.png b/assets/socialshare/images/dummy_hackernews.png new file mode 100644 index 0000000000000000000000000000000000000000..a946131eab0b135068fb071344478e8066ca03ac GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VV{wqX6T`Z5GB1G~wj^(N7a$D; zKb?2i11Zh|kH}&M25w;xW@MN(M*=9wUgGKN%6^wgfZ1H+fLZoFpwM+s7sn8b(@!Ta z%sXr#;_9y}+^nIYaAuE@)II$-;(z4TD*tbZUook{lk=vK+&qWL4U0lnZ3)ZGGRS0) zynbn7>HW`)3s$Ytf6#mVhv3A=iW74lN2^X@lo9O=jC#H0P_+0l2`7$<_xdxx&l6xe zHsg7#q1&&0$D_Qbr9P?b+d6IC>kdOZeU^;dVhqn^&h1?NMy#BB&hwdtGKJ?BZcUS5 zo0fX>`a`$a>r+xa14T@HH`i-OUpDz$bx+r4n_0cvj|=946OYI5SohlgbpYdh&RTU< hCHc-J>VlQ_%=QKj{tE@KUI%)S!PC{xWt~$(69B!?edPcE literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_linkedin.png b/assets/socialshare/images/dummy_linkedin.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6f96590e1735dc2e9192fd952eafb6b2d0ca7b GIT binary patch literal 1277 zcmVPx#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3Ktd|HOY9<2mk;9?@&xsMF0Q* zGcz+aH8nOiHa9mnI5;>tIXOE!J3Kr*Jv}`>K0ZG`KR`f0K|w)7LqkMFL`6kKMn*Q&?D7US3{cU|?ZkVPs@vW@ct*XJ=?= zXlZF_Yinz4Y;0|9ZEkLEZ*OmKaBy*PadL8Ub8~ZabaZufb#``kcXxMqczAhvd3t(! zdwY9)e0+UVZ zo}ZteprD|kp`oIpqNAgurKP2&rlzN-r>Uu_s;a81tE;T6tgWrBudlDLu&}eUv$nRj zx3{;rxVX8wxxBo*y}iA^zrVr3!NS7A#KgqK#l^mLX$;rve%F4^j%gxQr&d$!z z(9qJ-($mw^)z#J3*4Ee8*Vx$D+1c6J+S=RO+uYpT-QC^Z-rnHg;Njun;^N}tgww3?CkCB?e6aG@9*#M@bK~R@$&NW^Yioc^z`=j_V@Sq z`1ttw`T6?#`uqF){QUg={r&#_{{R2~qG?~JmEZ#@N7##xUcdY z#RU67o{2_mCPui&xZB;=DI}f#4AUGET@$$+?eV7C)MCN}tfp)jUA$5sG#&xPcvT9s zKJMRCt^Gai%U*JCj2EX$VOF#F+DP1Rjkc96rxb}(Phl2!=gzvN#(<`AK2&M9qLNbu zuAlhFkL=y@7RPuH>yy59wJ4FX@V4JrYtPJPMgci~^I-eysgL*{R+Hh!9-aHCzU85L zTZN%yHdKXh4*&SkE|~MD@;y6FonIJvY3!Zqlc&FmPhRn(KCjnz6QTrpd#b zgRZWSr}*^4AC^Ib*P4@d&ygdyzAMu%eWBl8eE;ps6S@kpXqJ#J`7YU+v%7YMgZ-^Q zA$xPjua_o&JBV&AGuJ&g8B+)UM5*s8pTLaLW5Ecsb#d5arAo-vNcO3unvUjP9eyf;zk- zN25SIPFYoY<@lH8k(cR_=YRa;jqeY!!j0=xw&_*wv1m|ZO*yNuHq^l?RjYVNH-C)l zcqSG-6N{bQFXW}2hDA>&dQV)(dwMLQNps#XCrNI!KCq;Mf{R(z0$Px!(B&>&Ugke6 zLHE*)c)|ZtiJPVR&ja&mfKr$h@*CGBGJkrBD$BnUgd$2|c74P3Swuq>$%6>N)|5gz n{UAKu%7yzhsBWW}fy3}G#*$q`J&Nb;00000NkvXXu0mjf$Pbnq literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_pinterest.png b/assets/socialshare/images/dummy_pinterest.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff138d3fe6fb7405c5f4d358eec2982f8bddf3a GIT binary patch literal 1145 zcmV-<1cv*GP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2i*c3 z0}2CU+ZlfV00a3+L_t(Y$IX^cNLyJH#(#NvG3G^W6iY2N(FCe7YQR>Eh?|10TMDjR zxa!JT$0&+IZ*MOnBO}PNd^y#u6o|*;JbChj=H_MsfdCGNgZ=$| z!r?H{Xq2g`Da>Z`|4vZ)QNdq57!1_;6D#5+IJ?`DRN3mGs@#DwL%*-H!z~k}I z($d1#))qntmX?-y@#4j~2)=pqhUd?pv%9;C5Q3L4UlNH#suGlc%$>8E)MPTDX&RYK zhPJl0a-Od1<%iYZ-_PjiD28FMy}ixJ$q6SXC#b55*Xzaa_m?r9PA6kyW8A)dn@^uU zvAMZPV`C%9WD=Llbuo#ZPA8u~f5zc(05Cc_iV%WyI?dtXA-8VbLen&Y!61b~0U-p- z%gfBp&hqi&M^sg1adGh{%%!Czc6N3s7K^N`tdLHp%W74X*f5NL`NM|~xpCtLs;UA| zC=@UZgHR}hqA2wB^%03gsHv&J=ksA024BB^rMtVE@$qr$>gsU0TxGnYqa#wO6n?)S zi^YQ9@28=mfyv290)fDp9I8s}a=CE1T+GeQ(ca$9vuDp}YHA{xOfoSsL2Ydm{GhlSm|Z@ZdoiI~t8*v)S-^y_}w&vazv2PfyQJ)v7pVswKqZ zaYjZ)7#bSl;NXCpH*aFGSSXcBeEar|yLayri^T{AgP2Svd_EsrTU(S$C9Yq;UdGlm zjn>vyve_&vD=X~p?=vtkfDi&zRq5#HxL6MgAt)3Im`o-H1_r3Dt;OkdmRF)ANwl`M z^6J$q-oJm(@bEBhw;Q|NPJMknk|go;=~LqII6??oT3XOFjfI5;IyySIbLS54-o0af zex6t?Rss@-3f_$r%h7zVnoU)u6Nua!zA48uUm<#KXeGWl0Joeo^FFaH<2-TwPO<(43V-L$&x00000 LNkvXXu0mjfp(G`+ literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_reddit.png b/assets/socialshare/images/dummy_reddit.png new file mode 100644 index 0000000000000000000000000000000000000000..6433355714ba629adadf12e74b2ee182d7db135a GIT binary patch literal 1018 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 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/dummy_xing.png b/assets/socialshare/images/dummy_xing.png new file mode 100644 index 0000000000000000000000000000000000000000..5b969f1c61f7059b036938f01b9af11e4047be02 GIT binary patch literal 1077 zcmV-51j_q~P)Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RX3K|d=IvS1^y8r+Itx!x_~R#sM5S65hA zSXx?ITU%RPTwGmUU0+{cU|?WjVPRroVq;@tWo2b&XJ=?=XliO|Yinz4Y;0|9ZEkLE zZ*OmKaBy*PadL8Ub8~Zbb#-=jc6WDoczAeud3kzzdV70&eSLj?etv*}fPsO5gM)*K ziHVDgi;|L(larH{mX?>7mzbECnVFfInwp)Rot~bapP!$gprE0lp`xOqqobpxrKP8* zr>Uu_s;a81tE;T6tgWrBuCA`HudlJOv9hwVwzjsoxVXByy1To(yu7@+{)YaA1*4Eb7*Vo(I+uYpT-QC^Z z-rnEe-{Ilmgww3?CkCB?e6aG@9*#M@bK~R@$>WZ^z`)g_4WAp z`276*{{H^||Njd^JXU}x3Xdv zw=GgO2>f8(B1Fj~K?_1N`!4VnP-bOWW?GqjKv^1<2IYJH=FZ;9k8vh(eCD2W&zX6j zxj$V+32IvrT0Me$lz<-Y+=A%bo^V(XC|YzAmuIHAi)dXmMT>0E{f$=n5|O&F7v7*q zG{Kh$*M&XXwtL=voH}XSy;WL{@ha^9(X}?PXIWOq4AC{qnk35dW(lrYOoYy(HiG-Z zcptLHFl>Te00000NkvXXu0mjfBz6=o literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/es/dummy_box_facebook.png b/assets/socialshare/images/es/dummy_box_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..78c4093ff48ab4765ea7782d86ba79ee28744a53 GIT binary patch literal 880 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 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/fr/dummy_facebook.png b/assets/socialshare/images/fr/dummy_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..772ab1b242cbd8538d723392d9079b9e63fc300c GIT binary patch literal 768 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 XV45h^Wx(he00000NkvXXu0mjfh~liL literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/nl/dummy_box_facebook.png b/assets/socialshare/images/nl/dummy_box_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..77edbeeba290950fe17bc81071c8094328a52832 GIT binary patch literal 713 zcmV;)0yh1LP)Px#0%A)?L;(MXkIcUS000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2i*b`76~{e zr0VPd00K=(L_t(o!|m3+YZGA{!13>sJFtPICZLJX(4m8@tuh|Uutz@l)4D_r3USGd9zu5g7bT;U2=`2U0JkZ%jcNVTr2 zl)cqu+fkj)$uCk$DStf8$rUN_?r;e;dGBdgyvch{Z-Psz)85k(A=Nw&W}eqF-xhxP z%!Wyd2x6U*jHCICn^YMT;*;$6oo@1Lgp5FF&@j;LftwT^3$F=i3~|Yi(Oz^sigTDW zJ1Mw)w#2oL*wnv_cK7Wj$|OgDTP(KyJ_}SB?)WC#J3PiHA9zX0);U?L0u|D|ndk1q zK|^Pm=j?D@hfcQ6Gt`K3j1gd}Rk<d0>Jx@RJ8D5$7~R-EfTyq<~QlG2fAF z*voY!CFU5h#gbg5$X!lxf&vdo15X&{ECn7h(+!sxtOIon%q{2&&se6$Z%1?t*au{Q z1FQn@o>$!KSj}DW26GHD%Odk=j&-2nc<&AwjuYX$OW!%ql3Dt@Z7hFx+BzoCpzh#I z-m=?vZ?Km>-fd%O?PmdlRqk)z@-Q*05(yx}0D7zA;36CB;f(G532p;Nwt-Lbm@7mX zcSJ=_4p=vrt-Mu|;2f`cfyN3qJXzn$&X(`uqjmk60tRact3tgmj+Xmd%7k=+$>L1H vgi_-BmUG#=WFjeq3@D9C^hGy<%pds!0?v`u_X5N`00000NkvXXu0mjfs9N~0004rNklqd-B<*=pptHK@BR{ zU_MC`q}CF|Fb?z@IB!n7H`dGWesIBaKhKZDIeIU%4qS(h+;Ghtya?zh@(zqk3!dOz z#sPYAe(4SFB(_vy8^zO8I4A46$l^W+e?%Oy&s{RPEA+?LI5tX2IBlWL*7R!LKj>`z z_-QJr_MNZ+*a*8K=@l&=-Eb$fHvky)(k57vI04vp9yFpemX$|ay{g(Nmhf=;y&c8} zzl}Nri)6NqMf&p4pUD7SGw^Ww&^(vg9qr!g7(MfF`rUjJgZETM@m^Z3qof)&06k+!J=K1qTRy82#J#~xGztgAvg_qOWMCE!sx@A*@t!Xwv zZw-P8-kA?Q$|J+_zn%f4SuiBLjLxe_Mm$$kK256CfS@l`!6c^YU{f^&r$wuLjV8(07*qo IM6N<$g4D#`9{>OV literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/nl/dummy_twitter.png b/assets/socialshare/images/nl/dummy_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..392a5c6789f768897663cbb22042ff0f1460f957 GIT binary patch literal 740 zcmV}o%0~bI0(D75K~zY` z&DPC}6h{~a@L!KTGjW_i)@ULdWr=RqgO_NCVMSDyg@7wa60e>UaRLeX2gE->C8+V1 z+ydqxC<^M6g-8oF}*wf=7d&y4qq3U_+t+$`5x8AA> zVt>T{Xc~l)x5jV~&Ypd4OmQG2E%@E++2CG0Iv|2Nq8|xQu2D^? zOV|9QZnY28Nb&!(r0;F9J!zjYC#U7Ezf9VWU8zA=m;9SMzVr3cC2_%HQ%atw8WL!m zQ?NmV8`zQ5jU`L^g8#f@Ql{^a%EZegedwG>C_)azR`;Fj9qUbQnf8m&uckeWFU8GbZ8()Nlj2>E@cM*00K%$L_t(o!|j+oXcR#dfWO(j zn0V+BP(+e|KU^Upg_v9sL=1L{HX;eyD1i_UA(fKSLc3tlLJWefuu%)~5Nza9Neqf` z8Y?-3oS;p@33sH}j72u%Uhej?@n)7FI}5w>-pK=$=uLbHMACHbF?! z{rvAxva1ot85qpHl38QT*H`klv^7>K4Gpw zvr~-e{(8S7+2EMhAA9?SgN$*E_dHPAPdHRabA^3PI?VEDdmeUzJ`%Jm`6D@QFvSU8 z20U>WAOO<@bQHM89VNfv5M(9p+cI=z*U~I%0=3JvmfC$)6Jrw zZY5mz-Ee$AE@oPOT}!oVG}y4wpsu*CI|8>?!m^Dzy$z3KW2IOzjB;5f6`d>p1HW#S Unu4@N;Q#;t07*qoM6N<$g6e5D{{R30 literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/pt/dummy_box_twitter.png b/assets/socialshare/images/pt/dummy_box_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..ad809fd8b179de125d1d726d94c0003923392a09 GIT binary patch literal 960 zcmV;x13&zUP)WFU8GbZ8()Nlj2>E@cM*00SsVL_t(&-tE{;XdG1>0Px?; zZg%t4Xew44HB=9^Dosqq7NnqPX~in)p?Z-XZJ{c?c=h19f|qI$@lvT^1x1P&5v&qy zgsKe)f!a1Ak_0i;CTa7ryKg+~cDqT6(j?7_%zqC%|M__H+qdt%`7=?;*<{p=`bFMa zcSX_9$)tPa>j;@Ks8u{tX9js2jEHCI%z#ESV*imyAt@wvPnLQ+TyNg*jDg`|)a zl0yFXkbGTV(v)LbUcA=eqAAD!A-fjFptYisbIHgeDc@_gud;p6qz4w&O6Ap6vZPKu zn*44b4q9VZw3L>X2q{x6nXwEIjwY7OSQbdSpk1HH21CiXP}ja_b7vI&mQ3l?P)A6? zubO1Xte2^4k7V5Lv}~cyj54JltL}`-V7&sF(p23&fA9N>rZDLOLD0svRzHnZLmv!5& z-Qzyedo{=pa&l&!6KfVB60B34BM<0yS}m3sq6;QHc z&QGj?+~|HkDace0CVCc3?tqQn)~CmP4r|h*q|vl5<&c<~mtDT@T@ya^oXdBN=d>LY zDxZRzHP;N?M7z7IM?>YZAXulxC%W9Gpij483qEtgHm@$of(%9!F(9Ubo7?i7S<_*g zlYS8)vD&j&sb$M&Z`7|#NtbVQN$eGS&#WG=EXa7m=k|Nv5&d3t#7i|TRSTn&Nk?Ti z^cs@UA}^9yZ>!mPC$GW;Xp(hN(5S&hK_o9DQZln3qfr*Ka*BeSL|kpD9K)iM$*pCP zR_C1&%V>3nMw3>qdK;}BtQX{M0wo0(R{B{JD^|<2*=t@imnVW)w#}rLx>k(Aq&877 ioQx^d5z^o$9ns$tnkSDK27A!}0000E- literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/pt/dummy_facebook.png b/assets/socialshare/images/pt/dummy_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..6f69ed76b1a46be97eeb142bc2f1acfa926a79bd GIT binary patch literal 540 zcmV+%0^|LOP)k1+rM03B&mSad^g zZEa<4bN~PV002XBWnpw>WFU8GbZ8()Nlj2>E@cM*00D$aL_t(Y$Gw$5NW)MN#(()! zTZ;xk5vdL$9UL6Qt%x`~xQI}6Q3^$i(8=9FH&Jj9i{L6$bP!!!1ShG32qI2ywu6f$ zLQ97<4mOWh+oS~>zc=LWa_@b2_bxf5O2Ia<@DCaW5k+~o%k-i7NMuo@8`bog1~mFG zQ7xZoeyA*T*>J*L6So<(_bpmFq}Wx|=dYl5rk55Y{KMl!&rSzsG?oj#_6V zBh3UlL7_i#%?7(nap|&S2f&5KgJ=v`Wn1VsEHXkD(WFU8GbZ8()Nlj2>E@cM*00N0gL_t(Y$HmoOh*V`5$MMfO zGdsJptE*#FGS*@@s~GOKLJA=iB^p^&7v+t3sa|M!(`^@BD|A&7(T!mcK@k$I2w5z- z!lEv8CDKO3=0$6{vpVbid5;$}JDi#ELP4G9T%7ZJ-{*PW?|IMjoHweQOBMyav)Hib zqUi6WY(!rVL8|_emt8O_)6*Tvc*a%PYL77*C{sRcgFeq z-;ozBxaPRcRvVNPN!0E2w1DNN*RtSk2fXKF=bcjYjstf4)U;sSG3%7t)T`hX`<-<| z(NW`eD|p?vChrAuNls41A7XN8U&Jnxje33UUOos&bN+@V(DzEJXw_pPiLx8;rr z&8zB3gQ?O@6l`kEhGtk0Y&7J1V>YOoGA`JGA6>A^hg~Yj;2$;2ifO{NXKw47qFrYE zDMDhMciri#?uPeP)5g?|`PG=jVX-e&O!%Nn@rIuqv(IVM4m#~fD$|NZGfA=84U^_% z4Cxn1jM}Nv;k+6pke78!Frd#ZL8MaS>GVC$_>}V zGFExkfTa$MM`_p7#d=e}ZJ@5|=HotVVzp+oQhDHi=EJcdmL0ZasD;uSj3vXOU_Mz; f?IB2?ClsT*u?qa*z|qnV00000NkvXXu0mjf_3m@k literal 0 HcmV?d00001 diff --git a/assets/socialshare/images/ru/dummy_box_facebook.png b/assets/socialshare/images/ru/dummy_box_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..6b43084e02e63c85cb57f79dc1b4e5b2cc8f405c GIT binary patch literal 870 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 literal 0 HcmV?d00001 diff --git a/assets/socialshare/javascript/jquery.socialshareprivacy.min.autoload.js b/assets/socialshare/javascript/jquery.socialshareprivacy.min.autoload.js new file mode 100644 index 00000000000..15e98904407 --- /dev/null +++ b/assets/socialshare/javascript/jquery.socialshareprivacy.min.autoload.js @@ -0,0 +1,2 @@ +!function($,undefined){"use strict";function absurl(url,base){if(base||(base=document.baseURI||$("html > head > base").last().attr("href")||document.location.href),!url)return base;if(/^[a-z][-+\.a-z0-9]*:/i.test(url))return url;if("//"===url.slice(0,2))return/^[^:]+:/.exec(base)[0]+url;var ch=url.charAt(0);if("/"===ch)return/^file:/i.test(base)?"file://"+url:/^[^:]+:\/*[^\/]+/i.exec(base)[0]+url;if("#"===ch)return base.replace(/#.*$/,"")+url;if("?"===ch)return base.replace(/[\?#].*$/,"")+url;var path;if(/^file:/i.test(base))path=base.replace(/^file:\/{0,2}/i,""),base="file://";else{var match=/^([^:]+:\/*[^\/]+)(\/.*?)?(\?.*?)?(#.*)?$/.exec(base);base=match[1],path=match[2]||"/"}return path=path.split("/"),path.pop(),0===path.length&&path.push(""),path.push(url),base+path.join("/")}function formatNumber(number){number=Number(number);var prefix="",suffix="";if(0>number&&(prefix="-",number=-number),1/0===number)return prefix+"Infinity";if(number>9999&&(number/=1e3,suffix="K"),number=Math.round(number),0===number)return"0";for(var buf=[];number>0;){var part=String(number%1e3);if(number=Math.floor(number/1e3))for(;part.length<3;)part="0"+part;buf.unshift(part)}return prefix+buf.join(",")+suffix}function getTitle(options,uri,settings){var title=settings&&settings.title;if("function"==typeof title&&(title=title.call(this,options,uri,settings)),title)return title;var title=$('meta[name="DC.title"]').attr("content"),creator=$('meta[name="DC.creator"]').attr("content");return title&&creator?title+" - "+creator:title||$('meta[property="og:title"]').attr("content")||$("title").text()}function getDescription(options,uri,settings){var description=settings&&settings.description;return"function"==typeof description&&(description=description.call(this,options,uri,settings)),description?description:abbreviateText($('meta[name="twitter:description"]').attr("content")||$('meta[itemprop="description"]').attr("content")||$('meta[name="description"]').attr("content")||$.trim($("article, p").first().text())||$.trim($("body").text()),3500)}function getImage(options,uri,settings){var imgs,img=settings&&settings.image;return"function"==typeof img&&(img=img.call(this,options,uri,settings)),img||(imgs=$('meta[property="image"], meta[property="og:image"], meta[property="og:image:url"], meta[name="twitter:image"], link[rel="image_src"], itemscope *[itemprop="image"]').first(),imgs.length>0&&(img=imgs.attr(IMAGE_ATTR_MAP[imgs[0].nodeName]))),img?absurl(img):(imgs=$("img").filter(":visible").filter(function(){return 0===$(this).parents(".social_share_privacy_area").length}),0===imgs.length?(img=$('link[rel~="shortcut"][rel~="icon"]').attr("href"),img?absurl(img):"http://www.google.com/s2/favicons?"+$.param({domain:location.hostname})):(imgs.sort(function(lhs,rhs){return rhs.offsetWidth*rhs.offsetHeight-lhs.offsetWidth*lhs.offsetHeight}),imgs[0].src))}function abbreviateText(text,length){if(unescape(encodeURIComponent(text)).length<=length)return text;var abbrev=text.slice(0,length-3);if(!/\W/.test(text.charAt(length-3))){var match=/^(.*)\s\S*$/.exec(abbrev);match&&(abbrev=match[1])}return abbrev+"…"}function escapeHtml(s){return s.replace(/[<>&"']/g,function(ch){return HTML_CHAR_MAP[ch]})}function getEmbed(options,uri,settings){var embed=settings&&settings.embed;if("function"==typeof embed&&(embed=embed.call(this,options,uri,settings)),embed)return embed;embed=[''),embed.join("")}function getURI(options){var uri=document.location.href,canonical=$('head meta[property="og:url"]').attr("content")||$("link[rel=canonical]").attr("href");return canonical?uri=absurl(canonical):options&&options.ignore_fragment&&(uri=uri.replace(/#.*$/,"")),uri}function buttonClickHandler(service_name){function onclick(event){var $container=$(this).parents("li.help_info").first(),$share=$container.parents(".social_share_privacy_area").first().parent(),options=$share.data("social-share-privacy-options"),service=options.services[service_name],button_class=service.button_class||service_name,uri=options.uri;"function"==typeof uri&&(uri=uri.call($share[0],options));var $switch=$container.find("span.switch");$switch.hasClass("off")?($container.addClass("info_off"),$switch.addClass("on").removeClass("off").html(service.txt_on||" "),$container.find("img.privacy_dummy").replaceWith("function"==typeof service.button?service.button.call($container.parent().parent()[0],service,uri,options):service.button),$share.trigger({type:"socialshareprivacy:enable",serviceName:service_name,isClick:!event.isTrigger})):($container.removeClass("info_off"),$switch.addClass("off").removeClass("on").html(service.txt_off||" "),$container.find(".dummy_btn").empty().append($("").addClass(button_class+"_privacy_dummy privacy_dummy").attr({alt:service.dummy_alt,src:service.path_prefix+("line"===options.layout?service.dummy_line_img:service.dummy_box_img)}).click(onclick)),$share.trigger({type:"socialshareprivacy:disable",serviceName:service_name,isClick:!event.isTrigger}))}return onclick}function enterHelpInfo(){var $info_wrapper=$(this);if(!$info_wrapper.hasClass("info_off")){var timeout_id=window.setTimeout(function(){$info_wrapper.addClass("display"),$info_wrapper.removeData("timeout_id")},500);$info_wrapper.data("timeout_id",timeout_id)}}function leaveHelpInfo(){var $info_wrapper=$(this),timeout_id=$info_wrapper.data("timeout_id");timeout_id!==undefined&&window.clearTimeout(timeout_id),$info_wrapper.removeClass("display")}function permCheckChangeHandler(){var $input=$(this),$share=$input.parents(".social_share_privacy_area").first().parent(),options=$share.data("social-share-privacy-options");$input.is(":checked")?(options.set_perma_option($input.attr("data-service"),options),$input.parent().addClass("checked")):(options.del_perma_option($input.attr("data-service"),options),$input.parent().removeClass("checked"))}function enterSettingsInfo(){var $settings=$(this),timeout_id=window.setTimeout(function(){$settings.find(".settings_info_menu").removeClass("off").addClass("on"),$settings.removeData("timeout_id")},500);$settings.data("timeout_id",timeout_id)}function leaveSettingsInfo(){var $settings=$(this),timeout_id=$settings.data("timeout_id");timeout_id!==undefined&&window.clearTimeout(timeout_id),$settings.find(".settings_info_menu").removeClass("on").addClass("off")}function setPermaOption(service_name,options){$.cookie("socialSharePrivacy_"+service_name,"perma_on",options.cookie_expires,options.cookie_path,options.cookie_domain)}function delPermaOption(service_name,options){$.cookie("socialSharePrivacy_"+service_name,null,-1,options.cookie_path,options.cookie_domain)}function getPermaOption(service_name,options){return!!options.get_perma_options(options)[service_name]}function getPermaOptions(){var cookies=$.cookie(),permas={};for(var name in cookies){var match=/^socialSharePrivacy_(.+)$/.exec(name);match&&(permas[match[1]]="perma_on"===cookies[name])}return permas}function socialSharePrivacy(options){if("string"==typeof options){var command=options;if(1===arguments.length)switch(command){case"enable":this.find(".switch.off").click();break;case"disable":this.find(".switch.on").click();break;case"toggle":this.find(".switch").click();break;case"options":return this.data("social-share-privacy-options");case"destroy":this.trigger({type:"socialshareprivacy:destroy"}),this.children(".social_share_privacy_area").remove(),this.removeData("social-share-privacy-options");break;case"enabled":var enabled={};return this.each(function(){var $self=$(this),options=$self.data("social-share-privacy-options");for(var name in options.services)enabled[name]=$self.find("."+(options.services[name].class_name||name)+" .switch").hasClass("on")}),enabled;case"disabled":var disabled={};return this.each(function(){var $self=$(this),options=$self.data("social-share-privacy-options");for(var name in options.services)disabled[name]=$self.find("."+(options.services[name].class_name||name)+" .switch").hasClass("off")}),disabled;default:throw new Error("socialSharePrivacy: unknown command: "+command)}else{var arg=arguments[1];switch(command){case"enable":this.each(function(){var $self=$(this),options=$self.data("social-share-privacy-options");$self.find("."+(options.services[arg].class_name||arg)+" .switch.off").click()});break;case"disable":this.each(function(){var $self=$(this),options=$self.data("social-share-privacy-options");$self.find("."+(options.services[arg].class_name||arg)+" .switch.on").click()});break;case"toggle":this.each(function(){var $self=$(this),options=$self.data("social-share-privacy-options");$self.find("."+(options.services[arg].class_name||arg)+" .switch").click()});break;case"option":if(!(arguments.length>2))return this.data("social-share-privacy-options")[arg];var value={};value[arg]=arguments[2],this.each(function(){$.extend(!0,$(this).data("social-share-privacy-options"),value)});break;case"options":$.extend(!0,options,arg);break;case"enabled":var options=this.data("social-share-privacy-options");return this.find("."+(options.services[arg].class_name||arg)+" .switch").hasClass("on");case"disabled":var options=this.data("social-share-privacy-options");return this.find("."+(options.services[arg].class_name||arg)+" .switch").hasClass("off");default:throw new Error("socialSharePrivacy: unknown command: "+command)}}return this}return this.each(function(){var data={};this.lang&&(data.language=this.lang);for(var i=0,attrs=this.attributes;i",{rel:"stylesheet",type:"text/css",href:css_path}).appendTo(document.head)}var permas;if(this_options.perma_option&&any_perm)if(this_options.get_perma_options)permas=this_options.get_perma_options(this_options);else{permas={};for(var service_name in this_options.services)permas[service_name]=this_options.get_perma_option(service_name,this_options)}var uri=this_options.uri;"function"==typeof uri&&(uri=uri.call(this,this_options));var $context=$('').addClass(this_options.layout),$share=$(this);$share.prepend($context).data("social-share-privacy-options",this_options);for(var i=0;i
'+service.txt_info+'
').addClass(class_name),$help_info.find(".dummy_btn").addClass(button_class).append(service.button.call(this,service,uri,this_options))):($help_info=$('
  • '+service.txt_info+'
    '+(service.txt_off||" ")+'
  • ').addClass(class_name),$help_info.find(".dummy_btn").addClass(button_class).append($("").addClass(button_class+"_privacy_dummy privacy_dummy").attr({alt:service.dummy_alt,src:service.path_prefix+service[dummy_img]})),$help_info.find(".dummy_btn img.privacy_dummy, span.switch").click(buttonClickHandler(service_name))),$context.append($help_info)}}if(any_unsafe){var $settings_info=$('
  • "),$info_link=$settings_info.find("> .settings_info_menu > a").attr("href",this_options.info_link);if(this_options.info_link_target&&$info_link.attr("target",this_options.info_link_target),$context.append($settings_info),$context.find(".help_info").on("mouseenter",enterHelpInfo).on("mouseleave",leaveHelpInfo),this_options.perma_option&&any_perm){var $container_settings_info=$context.find("li.settings_info"),$settings_info_menu=$container_settings_info.find(".settings_info_menu");$settings_info_menu.removeClass("perma_option_off"),$settings_info_menu.append(''+this_options.txt_settings+"
    "+this_options.settings_perma+"
    ");for(var $fieldset=$settings_info_menu.find("form fieldset"),i=0;i':"/>")+service.display_name+"");$field.find("input").attr("data-service",service_name),$fieldset.append($field),perma&&($context.find("li."+class_name+" span.switch").click(),this_options.set_perma_option(service_name,this_options))}}$container_settings_info.find("span.settings").css("cursor","pointer"),$container_settings_info.on("mouseenter",enterSettingsInfo).on("mouseleave",leaveSettingsInfo),$container_settings_info.find("fieldset input").on("change",permCheckChangeHandler)}}$share.trigger({type:"socialshareprivacy:create",options:this_options})}})}var IMAGE_ATTR_MAP={META:"content",IMG:"src",A:"href",IFRAME:"src",LINK:"href"},HTML_CHAR_MAP={"<":"<",">":">","&":"&",'"':""","'":"'"};socialSharePrivacy.absurl=absurl,socialSharePrivacy.escapeHtml=escapeHtml,socialSharePrivacy.getTitle=getTitle,socialSharePrivacy.getImage=getImage,socialSharePrivacy.getEmbed=getEmbed,socialSharePrivacy.getDescription=getDescription,socialSharePrivacy.abbreviateText=abbreviateText,socialSharePrivacy.formatNumber=formatNumber,socialSharePrivacy.settings={services:{},info_link:"http://panzi.github.io/SocialSharePrivacy/",info_link_target:"",txt_settings:"Settings",txt_help:"If you activate these fields via click, data will be sent to a third party (Facebook, Twitter, Google, ...) and stored there. For more details click i.",settings_perma:"Permanently enable share buttons:",layout:"line",set_perma_option:setPermaOption,del_perma_option:delPermaOption,get_perma_options:getPermaOptions,get_perma_option:getPermaOption,perma_option:!!$.cookie,cookie_path:"/",cookie_domain:document.location.hostname,cookie_expires:365,path_prefix:"",css_path:"stylesheets/jquery.socialshareprivacy.min.css",uri:getURI,language:"en",ignore_fragment:!0},$.fn.socialSharePrivacy=socialSharePrivacy}(jQuery),function($){"use strict";function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value?value.call(self,options,uri,settings):String(value)}$.fn.socialSharePrivacy.settings.services.buffer={status:!0,dummy_line_img:"images/dummy_buffer.png",dummy_box_img:"images/dummy_box_buffer.png",dummy_alt:'"Buffer"-Dummy',txt_info:"Two clicks for more privacy: The Buffer button will be enabled once you click here. Activating the button already sends data to Buffer – see i.",txt_off:"not connected to Buffer",txt_on:"connected to Buffer",perma_option:!0,display_name:"Buffer",referrer_track:"",via:"",text:$.fn.socialSharePrivacy.getTitle,picture:$.fn.socialSharePrivacy.getImage,button:function(options,uri,settings){return $('').attr("src","https://widgets.bufferapp.com/button/?"+$.param({count:"line"===settings.layout?"horizontal":"vertical",via:get(this,options,uri,settings,"via"),text:$.fn.socialSharePrivacy.abbreviateText(get(this,options,uri,settings,"text"),120),picture:get(this,options,uri,settings,"picture"),url:uri+options.referrer_track,source:"button"}))}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.delicious={status:!0,dummy_line_img:"images/dummy_delicious.png",dummy_box_img:"images/dummy_box_delicious.png",dummy_alt:'"Delicious"-Dummy',txt_info:"Two clicks for more privacy: The Delicious button will be enabled once you click here. Activating the button already sends data to Delicious – see i.",txt_off:"not connected to Delicious",txt_on:"connected to Delicious",perma_option:!0,display_name:"Delicious",txt_button:"Save",referrer_track:"",title:$.fn.socialSharePrivacy.getTitle,button:function(options,uri,settings){var $button=$('
    '),url=uri+options.referrer_track;return $.ajax({url:"http://feeds.delicious.com/v2/json/urlinfo/data",data:{url:url},dataType:"jsonp",success:function(counts){for(var hash,total_posts,title,txt_button,i=0;i
    '),$button.find("i").text(options.txt_button),$button.find("b").text(txt_button),$button.find("a.icon").attr("href",hash?"http://delicious.com/url/"+hash:save_url);var $count=$button.find("a.count").attr("href",save_url).click(function(event){window.open(save_url+"&noui&jump=close","delicious","toolbar=no,width=555,height=555"),event.preventDefault()});total_posts&&$count.hover(function(){var $self=$(this);$self.find("b").stop(1,1).css("display","none"),$self.find("i").fadeIn()},function(){var $self=$(this);$self.find("i").stop(1,1).css("display","none"),$self.find("b").fadeIn()})}}),$button}}}(jQuery),function($){"use strict";var DISQUSWIDGETS={displayCount:function(data){$(".social_share_privacy_area .disqus .disqus-widget:not(.init)").each(function(){var $widget=$(this),uri=data.counts[0].id;if($widget.attr("data-uri")===uri){var key=$widget.attr("data-count"),count=data.counts[0][key],text=data.text[key],scount=$.fn.socialSharePrivacy.formatNumber(count);$widget.attr("title",0===count?text.zero:1===count?text.one:text.multiple.replace("{num}",scount)),$widget.find(".count a").text(scount),$widget.addClass("init")}})}};$.fn.socialSharePrivacy.settings.services.disqus={status:!0,dummy_line_img:"images/dummy_disqus.png",dummy_box_img:"images/dummy_box_disqus.png",dummy_alt:'"Disqus"-Dummy',txt_info:"Two clicks for more privacy: The Disqus button will be enabled once you click here. Activating the button already sends data to Disqus – see i.",txt_off:"not connected to Disqus",txt_on:"connected to Disqus",perma_option:!0,display_name:"Disqus",referrer_track:"",shortname:"",count:"comments",onclick:null,button:function(options,uri,settings){var $code,shortname=options.shortname||window.disqus_shortname||"";return $code=$("line"===settings.layout?'':''),$code.attr({"data-count":options.count,"data-shortname":shortname,"data-uri":uri+options.referrer_track}),options.onclick&&$code.find("a").click("function"==typeof options.onclick?options.onclick:new Function("event",options.onclick)),window.DISQUSWIDGETS=DISQUSWIDGETS,$.getScript("https://"+shortname+".disqus.com/count-data.js?2="+encodeURIComponent(uri+options.referrer_track)),$code}}}(jQuery),function($){"use strict";var locales={af:["ZA"],ar:["AR"],az:["AZ"],be:["BY"],bg:["BG"],bn:["IN"],bs:["BA"],ca:["ES"],cs:["CZ"],cy:["GB"],da:["DK"],de:["DE"],el:["GR"],en:["GB","PI","UD","US"],eo:["EO"],es:["ES","LA"],et:["EE"],eu:["ES"],fa:["IR"],fb:["LT"],fi:["FI"],fo:["FO"],fr:["CA","FR"],fy:["NL"],ga:["IE"],gl:["ES"],he:["IL"],hi:["IN"],hr:["HR"],hu:["HU"],hy:["AM"],id:["ID"],is:["IS"],it:["IT"],ja:["JP"],ka:["GE"],km:["KH"],ko:["KR"],ku:["TR"],la:["VA"],lt:["LT"],lv:["LV"],mk:["MK"],ml:["IN"],ms:["MY"],nb:["NO"],ne:["NP"],nl:["NL"],nn:["NO"],pa:["IN"],pl:["PL"],ps:["AF"],pt:["BR","PT"],ro:["RO"],ru:["RU"],sk:["SK"],sl:["SI"],sq:["AL"],sr:["RS"],sv:["SE"],sw:["KE"],ta:["IN"],te:["IN"],th:["TH"],tl:["PH"],tr:["TR"],uk:["UA"],vi:["VN"],zh:["CN","HK","TW"]};$.fn.socialSharePrivacy.settings.services.facebook={status:!0,button_class:"fb_like",dummy_line_img:"images/dummy_facebook.png",dummy_box_img:"images/dummy_box_facebook.png",dummy_alt:'Facebook "Like"-Dummy',txt_info:"Two clicks for more privacy: The Facebook Like button will be enabled once you click here. Activating the button already sends data to Facebook – see i.",txt_off:"not connected to Facebook",txt_on:"connected to Facebook",perma_option:!0,display_name:"Facebook Like/Recommend",referrer_track:"",action:"like",colorscheme:"light",font:"",button:function(options,uri,settings){var match=/^([a-z]{2})_([A-Z]{2})$/.exec(options.language),locale="en_US";if(match){if(match[1]in locales){var subs=locales[match[1]];locale=-1!==$.inArray(match[2],subs)?options.language:match[1]+"_"+subs[0]}}else options.language in locales&&(locale=options.language+"_"+locales[options.language][0]);var params={locale:locale,href:uri+options.referrer_track,send:"false",show_faces:"false",action:options.action,colorscheme:options.colorscheme};return options.font&&(params.font=options.font),"line"===settings.layout?(params.width="120",params.height="20",params.layout="button_count"):(params.width="62",params.height="61",params.layout="box_count"),$('').attr("src","https://www.facebook.com/plugins/like.php?"+$.param(params))}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.fbshare={status:!0,privacy:"safe",button_class:"fbshare",line_img:"images/fbshare.png",box_img:"images/box_fbshare.png",txt_info:"Share via facebook.",txt_button:"Facebook Share",display_name:"Facebook Share",referrer_track:"",button:function(options,uri,settings){return $("",{target:"_blank",href:"https://www.facebook.com/sharer/sharer.php?"+$.param({u:uri+options.referrer_track})}).append($("",{alt:options.txt_button,src:options.path_prefix+("line"===settings.layout?options.line_img:options.box_img)}))}}}(jQuery),function($){"use strict";function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value?value.call(self,options,uri,settings):String(value)}var langs={en:!0,sq:!0,ar:!0,be:!0,bg:!0,ca:!0,zh:!0,hr:!0,cs:!0,da:!0,nl:!0,eo:!0,et:!0,fi:!0,fr:!0,es:!0,de:!0,el:!0,iw:!0,hi:!0,hu:!0,is:!0,"in":!0,ga:!0,it:!0,ja:!0,ko:!0,lv:!0,lt:!0,mk:!0,ms:!0,mt:!0,no:!0,nn:!0,fa:!0,pl:!0,pt:!0,ro:!0,ru:!0,sr:!0,sk:!0,sl:!0,sv:!0,th:!0,tr:!0,uk:!0,vi:!0};$.fn.socialSharePrivacy.settings.services.flattr={status:!0,button_class:"flattr",dummy_line_img:"images/dummy_flattr.png",dummy_box_img:"images/dummy_box_flattr.png",dummy_alt:'"Flattr"-Dummy',txt_info:"Two clicks for more privacy: The Flattr button will be enabled once you click here. Activating the button already sends data to Flattr – see i.",txt_off:"not connected to Flattr",txt_on:"connected to Flattr",perma_option:!0,display_name:"Flattr",referrer_track:"",title:$.fn.socialSharePrivacy.getTitle,description:$.fn.socialSharePrivacy.getDescription,uid:"",category:"",tags:"",popout:"",hidden:"",button:function(options,uri,settings){var attrs={href:uri+options.referrer_track,title:get(this,options,uri,settings,"title")};if(options.uid&&(attrs["data-flattr-uid"]=options.uid),options.hidden&&(attrs["data-flattr-hidden"]=options.hidden),options.popout&&(attrs["data-flattr-popout"]=options.popout),options.category&&(attrs["data-flattr-category"]=options.category),options.tags&&(attrs["data-flattr-tags"]=options.tags),options.language){var lang=String(options.language).replace("-","_"),baselang=lang.split("_")[0];langs[baselang]===!0&&(attrs["data-flattr-language"]=attrs.lang=lang)}"line"===settings.layout&&(attrs["data-flattr-button"]="compact");var $code=$(''+get(this,options,uri,settings,"description")+'');return $code.filter("a").attr(attrs),$code}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.gplus={status:!0,button_class:"gplusone",dummy_line_img:"images/dummy_gplus.png",dummy_box_img:"images/dummy_box_gplus.png",dummy_alt:'"Google+1"-Dummy',txt_info:"Two clicks for more privacy: The Google+ button will be enabled once you click here. Activating the button already sends data to Google – see i.",txt_off:"not connected to Google+",txt_on:"connected to Google+",perma_option:!0,display_name:"Google+",referrer_track:"",button:function(options,uri,settings){var $code=$('
    ');return $code.filter(".g-plusone").attr({"data-href":uri+options.referrer_track,"data-size":"line"===settings.layout?"medium":"tall"}),$code}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.hackernews={status:!0,dummy_line_img:"images/dummy_hackernews.png",dummy_box_img:"images/dummy_box_hackernews.png",dummy_alt:'"Hacker News"-Dummy',txt_info:"Two clicks for more privacy: The Hacker News button will be enabled once you click here. Activating the button already sends data to Hacker News – see i.",txt_off:"not connected to Hacker News",txt_on:"connected to Hacker News",perma_option:!0,display_name:"Hacker News",txt_n_points:"{points} points",txt_one_point:"1 point",referrer_track:"",title:$.fn.socialSharePrivacy.getTitle,button:function(options,uri,settings){var $code,url=uri+options.referrer_track,title="function"==typeof options.title?options.title.call(this,options,uri,settings):String(options.title);return $code=$("line"===settings.layout?'':''),$code.find("a").attr("href","https://news.ycombinator.com/submitlink?"+$.param({u:url,t:title})),$.ajax("https://api.thriftdb.com/api.hnsearch.com/items/_search?filter[fields][url][]="+encodeURIComponent(url),{dataType:"jsonp",success:function(data){var item=data.results[0];if(item){item=item.item;var points=$.fn.socialSharePrivacy.formatNumber(item.points);$code.find("a").attr("href","https://news.ycombinator.com/item?id="+item.id),$code.find(".points a").text(points).attr("title",1===item.points?options.txt_one_point:options.txt_n_points.replace(/{points}/g,points))}}}),$code}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.linkedin={status:!0,dummy_line_img:"images/dummy_linkedin.png",dummy_box_img:"images/dummy_box_linkedin.png",dummy_alt:'"LinkedIn"-Dummy',txt_info:"Two clicks for more privacy: The Linked in button will be enabled once you click here. Activating the button already sends data to Linked in – see i.",txt_off:"not connected to LinkedIn",txt_on:"connected to LinkedIn",perma_option:!0,display_name:"LinkedIn",referrer_track:"",onsuccess:null,onerror:null,showzero:!1,button:function(options,uri,settings){var attrs={"data-counter":"line"===settings.layout?"right":"top","data-url":uri+options.referrer_track,"data-showzero":String(options.showzero)};options.onsuccess&&(attrs["data-onsuccess"]=options.onsuccess),options.onerror&&(attrs["data-onerror"]=options.onerror);var $code=$('').attr(attrs);return window.IN&&window.IN.parse?$code=$code.add(''):0===$('script[src^="https://platform.linkedin.com/"]').length&&($code=$code.add('')),$code}}}(jQuery),function($){"use strict";function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value&&(value=value.call(self,options,uri,settings)),String(value)}function getBody(options,uri,settings){return getDescription.call(this,options,uri,settings)+"\n\n"+uri+options.referrer_track}var getDescription=$.fn.socialSharePrivacy.getDescription; +$.fn.socialSharePrivacy.settings.services.mail={status:!0,privacy:"safe",button_class:"mail",line_img:"images/mail.png",box_img:"images/box_mail.png",txt_info:"Send this via email to a friend.",txt_button:"Send Email",display_name:"Mail",referrer_track:"",subject:$.fn.socialSharePrivacy.getTitle,body:getBody,button:function(options,uri,settings){return $("").attr("href","mailto:?"+$.param({subject:get(this,options,uri,settings,"subject"),body:get(this,options,uri,settings,"body")}).replace(/\+/g,"%20")).append($("",{alt:options.txt_button,src:options.path_prefix+("line"===settings.layout?options.line_img:options.box_img)}))}}}(jQuery),function($){"use strict";function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value?value.call(self,options,uri,settings):String(value)}function loadScript(){$(".social_share_privacy_area .pinterest .pinit a[data-pin-log]").attr("data-pin-do","ignore"),$.ajax({url:"https://assets.pinterest.com/js/pinit.js",dataType:"script",cache:!0}),loadingScript=!1}var loadingScript=!1;$.fn.socialSharePrivacy.settings.services.pinterest={status:!0,button_class:"pinit",dummy_line_img:"images/dummy_pinterest.png",dummy_box_img:"images/dummy_box_pinterest.png",dummy_alt:'"Pin it"-Dummy',txt_info:"Two clicks for more privacy: The Pin it button will be enabled once you click here. Activating the button already sends data to Pinterest – see i.",txt_off:"not connected to Pinterest",txt_on:"connected to Pinterest",perma_option:!0,display_name:"Pinterest",referrer_track:"",title:$.fn.socialSharePrivacy.getTitle,description:$.fn.socialSharePrivacy.getDescription,media:$.fn.socialSharePrivacy.getImage,button:function(options,uri,settings){var params={url:uri+options.referrer_track,media:get(this,options,uri,settings,"media")},title=get(this,options,uri,settings,"title"),description=get(this,options,uri,settings,"description");title&&(params.title=title),description&&(params.description=description);var $code=$('');return $code.filter("a").attr({"data-pin-config":"line"===settings.layout?"beside":"above",href:"https://pinterest.com/pin/create/button/?"+$.param(params)}).find("img").attr("src","https://assets.pinterest.com/images/pidgets/pin_it_button.png"),loadingScript||(loadingScript=!0,setTimeout(loadScript,10)),$code}}}(jQuery),function($){"use strict";function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value?value.call(self,options,uri,settings):String(value)}$.fn.socialSharePrivacy.settings.services.reddit={status:!0,button_class:"reddit",dummy_line_img:"images/dummy_reddit.png",dummy_box_img:"images/dummy_box_reddit.png",dummy_alt:'"Reddit this!"-Dummy',txt_info:"Two clicks for more privacy: The reddit this! button will be enabled once you click here. Activating the button already sends data to reddit – see i.",txt_off:"not connected to reddit",txt_on:"connected to reddit",perma_option:!0,display_name:"Reddit",referrer_track:"",title:$.fn.socialSharePrivacy.getTitle,target:"",newwindow:"1",bgcolor:"transparent",bordercolor:"",button:function(options,uri,settings){var base_url,w,layout;"line"===settings.layout?(w=120,layout="/button/button1.html?"):(w=58,layout="/button/button2.html?"),base_url="https://redditstatic.s3.amazonaws.com";var params={url:uri+options.referrer_track,width:String(w)},title=get(this,options,uri,settings,"title"),target=get(this,options,uri,settings,"target");return title&&(params.title=title),target&&(params.target=target),options.bgcolor&&(params.bgcolor=options.bgcolor),options.bordercolor&&(params.bordercolor=options.bordercolor),options.newwindow&&(params.newwindow=options.newwindow),$('').attr("src",base_url+layout+$.param(params))}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.stumbleupon={status:!0,button_class:"stumbleupon",dummy_line_img:"images/dummy_stumbleupon.png",dummy_box_img:"images/dummy_box_stumbleupon.png",dummy_alt:'"Stumble!"-Dummy',txt_info:"Two clicks for more privacy: The Stumble! button will be enabled once you click here. Activating the button already sends data to StumbleUpon – see i.",txt_off:"not connected to StumbleUpon",txt_on:"connected to StumbleUpon",perma_option:!0,display_name:"Stumble Upon",referrer_track:"",button:function(options,uri,settings){var w,h,base_url="https:"===document.location.protocol?"https://":"http://";return"line"===settings.layout?(w="74",h="18",base_url+="badge.stumbleupon.com/badge/embed/1/?"):(w="50",h="60",base_url+="badge.stumbleupon.com/badge/embed/5/?"),$('').attr({src:base_url+$.param({url:uri+options.referrer_track}),width:w,height:h})}}}(jQuery),function($){"use strict";function getQuote(){var text=$.trim($("article, p").text());if(text.length<=600)return text;var abbrev=text.slice(0,597);if(/^\w+$/.test(text.slice(596,598))){var match=/^(.*)\s\S*$/.exec(abbrev);match&&(abbrev=match[1])}return $.trim(abbrev)+"…"}function getClickthru(options,uri){return uri+options.referrer_track}function get(self,options,uri,settings,name){var value=options[name];return"function"==typeof value?value.call(self,options,uri,settings):String(value)}function openTumblr(event){var winx=window.screenX||window.screenLeft,winy=window.screenY||window.screenTop,winw=window.outerWidth||window.innerWidth,winh=window.outerHeight||window.innerHeight,width=450,height=430,x=Math.round(winx+.5*(winw-width)),y=Math.round(winy+.5*(winh-height));window.open(this.href,"t","left="+x+",top="+y+",toolbar=0,resizable=0,status=0,menubar=0,width="+width+",height="+height),event.preventDefault()}$.fn.socialSharePrivacy.settings.services.tumblr={status:!0,privacy:"safe",button_class:"tumblr",line_img:"images/tumblr.png",box_img:"images/box_tumblr.png",txt_info:"Post this on Tumblr.",txt_button:"Share on Tubmlr",display_name:"Tumblr",referrer_track:"",type:"link",name:$.fn.socialSharePrivacy.getTitle,description:$.fn.socialSharePrivacy.getDescription,quote:getQuote,photo:$.fn.socialSharePrivacy.getImage,clickthrou:getClickthru,embed:$.fn.socialSharePrivacy.getEmbed,caption:$.fn.socialSharePrivacy.getDescription,button:function(options,uri,settings){var $code=$('').click(openTumblr);switch($("",{alt:options.txt_button,src:options.path_prefix+("line"===settings.layout?options.line_img:options.box_img)}).appendTo($code),options.type){case"link":return $code.attr("href","https://www.tumblr.com/share/link?"+$.param({url:uri+options.referrer_track,name:get(this,options,uri,settings,"name"),description:get(this,options,uri,settings,"description")}));case"quote":return $code.attr("href","https://www.tumblr.com/share/quote?"+$.param({source:uri+options.referrer_track,quote:get(this,options,uri,settings,"quote")}));case"photo":return $code.attr("href","https://www.tumblr.com/share/photo?"+$.param({source:get(this,options,uri,settings,"photo"),caption:get(this,options,uri,settings,"caption"),clickthrou:get(this,options,uri,settings,"clickthrou")}));case"video":return $code.attr("href","https://www.tumblr.com/share/video?"+$.param({embed:get(this,options,uri,settings,"embed"),caption:get(this,options,uri,settings,"caption")}))}}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.twitter={status:!0,button_class:"tweet",dummy_line_img:"images/dummy_twitter.png",dummy_box_img:"images/dummy_box_twitter.png",dummy_alt:'"Tweet this"-Dummy',txt_info:"Two clicks for more privacy: The Tweet this button will be enabled once you click here. Activating the button already sends data to Twitter – see i.",txt_off:"not connected to Twitter",txt_on:"connected to Twitter",perma_option:!0,display_name:"Twitter",referrer_track:"",via:"",related:"",hashtags:"",dnt:!0,text:$.fn.socialSharePrivacy.getTitle,button:function(options,uri,settings){var text="function"==typeof options.text?options.text.call(this,options,uri,settings):String(options.text);text=$.fn.socialSharePrivacy.abbreviateText(text,120);var params={url:uri+options.referrer_track,counturl:uri,text:text,count:"line"===settings.layout?"horizontal":"vertical",lang:options.language};return options.via&&(params.via=options.via),options.related&&(params.related=options.related),options.hashtags&&(params.hashtags=options.hashtags),options.dnt&&(params.dnt=options.dnt),$('').attr("src","https://platform.twitter.com/widgets/tweet_button.html?"+$.param(params).replace(/\+/g,"%20"))}}}(jQuery),function($){"use strict";$.fn.socialSharePrivacy.settings.services.xing={status:!0,dummy_line_img:"images/dummy_xing.png",dummy_box_img:"images/dummy_box_xing.png",dummy_alt:'"XING"-Dummy',txt_info:"Two clicks for more privacy: The XING button will be enabled once you click here. Activating the button already sends data to XING – see i.",txt_off:"not connected to XING",txt_on:"connected to XING",perma_option:!0,display_name:"XING",referrer_track:"",button:function(options,uri,settings){var $code=$('').attr({"data-counter":"line"===settings.layout?"right":"top","data-url":uri+options.referrer_track,"data-lang":options.language});return $code.add("")}}}(jQuery),jQuery(document).ready(function($){"use strict";$('script[type="application/x-social-share-privacy-settings"]').each(function(){var settings=new Function("return ("+(this.textContent||this.innerText||this.text)+");").call(this);"object"==typeof settings&&$.extend(!0,$.fn.socialSharePrivacy.settings,settings)})}),jQuery(document).ready(function($){$("*[data-social-share-privacy=true]:not([data-init=true])").socialSharePrivacy().attr("data-init","true")}); \ No newline at end of file diff --git a/assets/socialshare/stylesheets/jquery.socialshareprivacy.min.css b/assets/socialshare/stylesheets/jquery.socialshareprivacy.min.css new file mode 100644 index 00000000000..9b02a79e053 --- /dev/null +++ b/assets/socialshare/stylesheets/jquery.socialshareprivacy.min.css @@ -0,0 +1 @@ +.social_share_privacy_area{clear:both;margin:5px 0;list-style-type:none;padding:0;width:auto;display:block}.social_share_privacy_area.line{height:25px;line-height:16px}.social_share_privacy_area.box{width:95px}.social_share_privacy_area li{margin:0 !important;padding:0 !important;list-style-type:none !important}.social_share_privacy_area.box li{text-align:center}.social_share_privacy_area.line li{height:21px;float:left}.social_share_privacy_area li .dummy_btn{cursor:pointer;padding:0;height:inherit}.social_share_privacy_area.line li .dummy_btn{float:left;margin:0 20px 0 10px}.social_share_privacy_area.box li .dummy_btn{margin-bottom:10px}.social_share_privacy_area li .dummy_btn img.privacy_dummy,.social_share_privacy_area li .dummy_btn iframe{vertical-align:bottom}.social_share_privacy_area li .dummy_btn iframe{overflow:hidden;height:inherit;width:inherit;border-style:none}.social_share_privacy_area.line li{display:inline-block}.social_share_privacy_area li .switch{display:inline-block;text-indent:-9999em;background:transparent url(../images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;width:23px;height:12px;overflow:hidden;margin:4px 0 0;padding:0;cursor:pointer}.social_share_privacy_area.line li .switch{float:left}.social_share_privacy_area li .switch.on{background-position:0 -12px}.social_share_privacy_area li.help_info{position:relative}.social_share_privacy_area li.settings_info,.social_share_privacy_area li.help_info .info{text-align:left}.social_share_privacy_area li.help_info .info,.social_share_privacy_area li .help_info.icon .info{display:none;position:absolute;bottom:40px;width:290px;padding:10px 15px;margin:0;font-size:12px;line-height:16px;font-weight:bold;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);box-shadow:0 0 15px rgba(0,0,0,0.4);background-color:#fdfbec;color:#000;z-index:500}.social_share_privacy_area.line li.help_info .info,.social_share_privacy_area li .help_info.icon .info{left:0}.social_share_privacy_area.box li.help_info .info{left:100%;top:0;bottom:auto}.social_share_privacy_area li .help_info.icon .info{width:350px}.social_share_privacy_area li.help_info.display .info,.social_share_privacy_area li .help_info.icon.display .info{display:block}.social_share_privacy_area li.help_info.info_off.display .info{display:none}.social_share_privacy_area li .help_info.icon{background:#fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll;width:25px;height:20px;position:relative;display:inline-block;vertical-align:top;border:2px solid #e7e3e3;border-right-width:0;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;margin:0;padding:0}.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon{border-right-width:2px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.social_share_privacy_area li.settings_info{position:relative;top:-2px}.social_share_privacy_area li.settings_info a{text-decoration:none;margin:0 !important}.social_share_privacy_area li.settings_info .settings_info_menu{background-color:#f3f4f5;color:#000;border-style:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);box-shadow:0 0 15px rgba(0,0,0,0.4);left:0;position:absolute;top:0;min-width:135px;margin:0;padding:0}.social_share_privacy_area li.settings_info .settings_info_menu.on{z-index:1000}.social_share_privacy_area li.settings_info .settings_info_menu.off{border-width:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.social_share_privacy_area li.settings_info .settings_info_menu.off form{display:none;margin:0;padding:0}.social_share_privacy_area li.settings_info .settings_info_menu .settings{text-indent:-9999em;display:inline-block;background:#fff url(../images/settings.png) no-repeat center center scroll;width:25px;height:20px;border:2px solid #e7e3e3;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;border-left:1px solid #ddd;margin:0;padding:0}.social_share_privacy_area li.settings_info .settings_info_menu form fieldset{border-width:0;margin:0;padding:0 10px 10px}.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend{font-size:11px;font-weight:bold;line-height:14px;margin:0;padding:10px 0;width:115px}.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input{margin:4px 10px 4px 0;padding:0}.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label{display:block;font-size:12px;font-weight:bold;line-height:24px;-moz-transition:color .5s ease-in;-webkit-transition:color .5s ease-in;transition:color .5s ease-in;margin:0;padding:0;white-space:nowrap}.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked{color:#090}.social_share_privacy_area.line .buffer iframe{width:110px;height:20px}.social_share_privacy_area.line .buffer img{width:55px;height:20px;margin-right:55px}.social_share_privacy_area.box .buffer iframe,.social_share_privacy_area.box .buffer img{width:55px;height:62px}.social_share_privacy_area.box .delicious .delicious-widget,.social_share_privacy_area.box .delicious img.privacy_dummy{width:50px;height:62px}.social_share_privacy_area.line .delicious .delicious-widget,.social_share_privacy_area.line .delicious img.privacy_dummy{width:75px;height:20px;margin-right:20px}.social_share_privacy_area.box .delicious div.delicious-widget{font-family:Arial,Tahoma,Sans-Serif;font-size:11px;width:50px;margin:0 auto}.social_share_privacy_area.box .delicious a.icon,.social_share_privacy_area.box .delicious a.count{color:#FFF !important;display:block;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;outline:none !important;text-decoration:none !important}.social_share_privacy_area.box .delicious a.icon{background:#fff;border:1px solid #ccc;height:38px;overflow:hidden;position:relative;direction:ltr}.social_share_privacy_area.box .delicious a.icon:hover{border-color:#666}.social_share_privacy_area.box .delicious a.count{margin-top:2px;text-align:center;font-size:12px;line-height:18px;height:18px;background:#3274d0;border:#3274d0 1px solid;text-shadow:#2a5580 1px 1px 0}.social_share_privacy_area.box .delicious a.count:hover{background:#369;border-color:#369}.social_share_privacy_area.box .delicious a.count:active{background:#000;border:#333 1px solid;text-shadow:#222 1px 1px 0;outline:0}.social_share_privacy_area.line .delicious div.delicious-widget{font-family:Arial,Tahoma,Sans-Serif;font-size:11px;width:76px}.social_share_privacy_area.line .delicious a.icon,.social_share_privacy_area.line .delicious a.count{display:block;float:left;line-height:18px;border:#666 solid 1px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;outline:none !important;text-decoration:none !important;height:18px;overflow:hidden;color:#FFF !important}.social_share_privacy_area.line .delicious a.icon{background:#fff;border-color:#ccc;width:20px;position:relative;direction:ltr;margin-right:1px}.social_share_privacy_area.line .delicious a.icon:hover{border-color:#666}.social_share_privacy_area.line .delicious a.count{font-size:12px;background:#3274d0;border-color:#3274d0;width:50px;text-align:center;text-shadow:#2a5580 1px 1px 0}.social_share_privacy_area.line .delicious a.count:hover{background:#369;border-color:#369;text-shadow:#369 1px 1px 0}.social_share_privacy_area.line .delicious a.count:active{background:#000;border-color:#333;text-shadow:#222 1px 1px 0}.social_share_privacy_area.box .delicious a.icon:hover *,.social_share_privacy_area.line .delicious a.icon:hover *{opacity:.85;filter:alpha(opacity=85)}.social_share_privacy_area.box .delicious a.icon *,.social_share_privacy_area.line .delicious a.icon *{width:50%;height:50%;position:absolute;margin:0 !important}.social_share_privacy_area.box .delicious div.delicious1,.social_share_privacy_area.line .delicious div.delicious1{background:#3274d0;left:50%;top:0}.social_share_privacy_area.box .delicious div.delicious2,.social_share_privacy_area.line .delicious div.delicious2{background:#000;left:0;top:50%}.social_share_privacy_area.box .delicious div.delicious3,.social_share_privacy_area.line .delicious div.delicious3{background:#d3d2d2;left:50%;top:50%}.social_share_privacy_area.box .delicious a.count i,.social_share_privacy_area.line .delicious a.count i{display:none;font-style:normal}.social_share_privacy_area.box .delicious a.count b,.social_share_privacy_area.line .delicious a.count b{font-weight:normal}.social_share_privacy_area.line .disqus img.privacy_dummy{width:49px;height:20px;margin-right:45px}.social_share_privacy_area.box .disqus img.privacy_dummy{width:55px;height:61px}.social_share_privacy_area .disqus .disqus-widget{line-height:20px;font-size:11px;font-family:Arial,sans-serif;cursor:text;white-space:nowrap;text-align:left}.social_share_privacy_area .disqus .disqus-widget a,.social_share_privacy_area .disqus .disqus-widget a:hover{-webkit-text-shadow:none;-moz-text-shadow:none;-ms-text-shadow:none;-o-text-shadow:none;text-shadow:none}.social_share_privacy_area .disqus .disqus-widget a.name{overflow:hidden;font-weight:bold;text-transform:uppercase;text-decoration:none;color:#5e8ba9;-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.5);-moz-text-shadow:0 1px 0 rgba(255,255,255,0.5);-ms-text-shadow:0 1px 0 rgba(255,255,255,0.5);-o-text-shadow:0 1px 0 rgba(255,255,255,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.5);height:18px;border:1px solid #ccc;border-radius:3px;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));background-image:-moz-linear-gradient(top,#fff,#dedede);background-image:-o-linear-gradient(top,#fff,#dedede);background-image:-ms-linear-gradient(top,#fff,#dedede);background-image:linear-gradient(top,#fff,#dedede)}.social_share_privacy_area .disqus .disqus-widget a.name .us{color:#b84}.social_share_privacy_area.line .disqus .disqus-widget{min-width:94px}.social_share_privacy_area.line .disqus .disqus-widget .count,.social_share_privacy_area.line .disqus .disqus-widget a.name{display:inline-block;padding:0 4px;vertical-align:top}.social_share_privacy_area.box .disqus .disqus-widget{display:block;width:55px;height:61px;margin:auto}.social_share_privacy_area.box .disqus .disqus-widget .count,.social_share_privacy_area.box .disqus .disqus-widget a.name{display:block;width:53px;text-align:center}.social_share_privacy_area .disqus .disqus-widget a.name:hover{border-color:#bbb;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);background-image:linear-gradient(top,#f8f8f8,#d9d9d9)}.social_share_privacy_area .disqus .disqus-widget a.name:active{background-color:#efefef;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);box-shadow:inset 0 3px 5px rgba(0,0,0,0.1)}.social_share_privacy_area .disqus .disqus-widget .count{position:relative;height:18px;border:1px solid #bbb;background:white;border-radius:3px;text-align:center}.social_share_privacy_area .disqus .disqus-widget .count a{font-weight:normal}.social_share_privacy_area.line .disqus .disqus-widget .count{margin-left:4px;min-width:1em}.social_share_privacy_area.box .disqus .disqus-widget .count{height:34px;line-height:34px;font-size:14px;margin-bottom:5px}.social_share_privacy_area.line .disqus .disqus-widget .count u,.social_share_privacy_area.line .disqus .disqus-widget .count i{position:absolute;zoom:1;line-height:0;width:0;height:0;left:0;top:50%;margin:-4px 0 0 -4px;border:4px transparent solid;border-right-color:#aaa;border-left:0}.social_share_privacy_area.line .disqus .disqus-widget .count u{margin-left:-3px;border-right-color:#fff}.social_share_privacy_area.box .disqus .disqus-widget .count u,.social_share_privacy_area.box .disqus .disqus-widget .count i{position:absolute;zoom:1;line-height:0;top:auto;left:50%;bottom:0;right:auto;margin:0 0 -4px -4px;border:4px transparent solid;border-top-color:#aaa;border-bottom:0;width:0;height:0}.social_share_privacy_area.box .disqus .disqus-widget .count u{margin-bottom:-3px;border-top-color:#fff}.social_share_privacy_area .disqus .disqus-widget .count a{color:#333;text-decoration:none}.social_share_privacy_area .disqus .disqus-widget .count a:hover{color:#333;text-decoration:underline}.social_share_privacy_area.line .facebook .fb_like{margin-right:30px;width:50px}.social_share_privacy_area.line .facebook iframe{width:130px;height:21px}.social_share_privacy_area.box .facebook iframe{width:62px;height:62px}.social_share_privacy_area.line .flattr img{width:72px;height:20px;margin-right:98px}.social_share_privacy_area.line .flattr a,.social_share_privacy_area.line .flattr iframe{width:150px;height:20px;margin-right:20px}.social_share_privacy_area.line .flattr a{display:inline-block}.social_share_privacy_area.box .flattr a,.social_share_privacy_area.box .flattr img,.social_share_privacy_area.box .flattr iframe{width:62px;height:62px}.social_share_privacy_area.box .flattr a{display:block;visibility:hidden;margin:auto}.social_share_privacy_area.box .flattr .dummy_btn{min-width:62px;min-height:67px}.social_share_privacy_area.line .gplus img.gplusone_privacy_dummy{width:32px}.social_share_privacy_area.line li div.gplusone{width:90px}.social_share_privacy_area.box li div.gplusone{min-width:50px;min-height:65px}.social_share_privacy_area.line .hackernews img.privacy_dummy{width:20px;height:20px;margin-right:70px}.social_share_privacy_area.box .hackernews img.privacy_dummy{width:62px;height:62px}.social_share_privacy_area .hackernews .hackernews-widget{line-height:20px;font-size:11px;font-family:Arial,sans-serif;cursor:text;white-space:nowrap;text-align:left}.social_share_privacy_area .hackernews .hackernews-widget a.name{overflow:hidden;font-weight:bold;font-size:12px;text-decoration:none;text-align:center;color:#fff;height:20px;border-radius:3px;background-color:#f60}.social_share_privacy_area.line .hackernews .hackernews-widget{min-width:90px}.social_share_privacy_area.line .hackernews .hackernews-widget .points{display:inline-block;padding:0 4px;vertical-align:top}.social_share_privacy_area.line .hackernews .hackernews-widget a.name{display:inline-block;width:20px}.social_share_privacy_area.box .hackernews .hackernews-widget{display:block;width:62px;height:62px;margin:auto}.social_share_privacy_area.box .hackernews .hackernews-widget a.name{display:block;width:62px}.social_share_privacy_area .hackernews .hackernews-widget a.name:hover{background-color:#ff8635}.social_share_privacy_area .hackernews .hackernews-widget a.name:active{background-color:#ff8635;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);box-shadow:inset 0 3px 5px rgba(0,0,0,0.1)}.social_share_privacy_area .hackernews .hackernews-widget .points{position:relative;height:18px;border:1px solid #bbb;background:white;border-radius:3px;text-align:center}.social_share_privacy_area .hackernews .hackernews-widget .points a{font-weight:normal}.social_share_privacy_area.line .hackernews .hackernews-widget .points{margin-left:4px;min-width:1em}.social_share_privacy_area.box .hackernews .hackernews-widget .points{display:block;width:60px;height:35px;line-height:35px;font-size:14px;margin-bottom:5px}.social_share_privacy_area.line .hackernews .hackernews-widget .points u,.social_share_privacy_area.line .hackernews .hackernews-widget .points i{position:absolute;zoom:1;line-height:0;width:0;height:0;left:0;top:50%;margin:-4px 0 0 -4px;border:4px transparent solid;border-right-color:#aaa;border-left:0}.social_share_privacy_area.line .hackernews .hackernews-widget .points u{margin-left:-3px;border-right-color:#fff}.social_share_privacy_area.box .hackernews .hackernews-widget .points u,.social_share_privacy_area.box .hackernews .hackernews-widget .points i{position:absolute;zoom:1;line-height:0;top:auto;left:50%;bottom:0;right:auto;margin:0 0 -4px -4px;border:4px transparent solid;border-top-color:#aaa;border-bottom:0;width:0;height:0}.social_share_privacy_area.box .hackernews .hackernews-widget .points u{margin-bottom:-3px;border-top-color:#fff}.social_share_privacy_area .hackernews .hackernews-widget .points a{color:#333;text-decoration:none}.social_share_privacy_area .hackernews .hackernews-widget .points a:hover{color:#333;text-decoration:underline}.social_share_privacy_area.line .linkedin img.linkedin_privacy_dummy{width:63px;height:20px}.social_share_privacy_area.box .linkedin img.linkedin_privacy_dummy{width:61px;height:62px}.social_share_privacy_area.box .linkedin .dummy_btn{min-width:61px;min-height:62px}.social_share_privacy_area.line .mail a{display:inline-block;width:32px;height:20px;margin-right:20px}.social_share_privacy_area.box .mail a{display:block;margin:auto;width:58px;height:39px}.social_share_privacy_area.line li div.pinit{width:100px}.social_share_privacy_area.box .pinterest .dummy_btn.pinit a{margin-top:29px !important}.social_share_privacy_area.line .pinterest .dummy_btn img.privacy_dummy{width:40px;height:20px}.social_share_privacy_area.box .pinterest .dummy_btn img.privacy_dummy{width:40px;height:50px}.social_share_privacy_area.line .reddit iframe{width:120px;height:24px}.social_share_privacy_area.box .reddit iframe{width:58px;height:66px}.social_share_privacy_area.line .stumbleupon iframe,.social_share_privacy_area.line .stumbleupon img{width:74px;height:18px}.social_share_privacy_area.box .stumbleupon iframe,.social_share_privacy_area.box .stumbleupon img{width:50px;height:60px}.social_share_privacy_area.line .tumblr a{display:inline-block;width:81px;height:20px;margin-right:20px}.social_share_privacy_area.box .tumblr a{display:block;margin:auto;width:58px;height:58px}.social_share_privacy_area.line li div.tweet{width:55px}.social_share_privacy_area.line .twitter iframe{width:120px;height:20px}.social_share_privacy_area.box .twitter iframe{width:62px;height:62px}.social_share_privacy_area.line .xing img.xing_privacy_dummy{width:55px;height:20px;margin-right:66px}.social_share_privacy_area.box .xing img.xing_privacy_dummy{width:55px;height:62px}.social_share_privacy_area.box .xing .dummy_btn{min-width:55px;min-height:62px}.social_share_privacy_area.box .xing .dummy_btn div{margin:auto} \ No newline at end of file diff --git a/assets/stylesheets/common.css b/assets/stylesheets/common.css new file mode 100644 index 00000000000..f9ee294d18e --- /dev/null +++ b/assets/stylesheets/common.css @@ -0,0 +1,230 @@ +.social_share_privacy_area { + clear: both; + margin: 5px 0; + list-style-type: none; + padding: 0; + width: auto; + display: block; +} +.social_share_privacy_area.line { + height: 25px; + line-height: 16px; +} +.social_share_privacy_area.box { + width: 95px; +} +.social_share_privacy_area li { + margin: 0 !important; + padding: 0 !important; + list-style-type: none !important; +} +.social_share_privacy_area.box li { + text-align: center; +} +.social_share_privacy_area.line li { + height: 21px; + float: left; +} +.social_share_privacy_area li .dummy_btn { + cursor: pointer; + padding: 0; + height: inherit; +} +.social_share_privacy_area.line li .dummy_btn { + float: left; + margin: 0 20px 0 10px; +} +.social_share_privacy_area.box li .dummy_btn { + margin-bottom: 10px; +} +.social_share_privacy_area li .dummy_btn img.privacy_dummy, +.social_share_privacy_area li .dummy_btn iframe { + vertical-align: bottom; +} +.social_share_privacy_area li .dummy_btn iframe { + overflow: hidden; + height: inherit; + width: inherit; + border-style: none; +} +.social_share_privacy_area.line li { + display: inline-block; +} +/* Switch begin */ +.social_share_privacy_area li .switch { + display: inline-block; + text-indent: -9999em; + background: transparent url(../images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll; + width: 23px; + height: 12px; + overflow: hidden; + margin: 4px 0 0; + padding: 0; + cursor: pointer; +} +.social_share_privacy_area.line li .switch { + float: left; +} +.social_share_privacy_area li .switch.on { + background-position: 0 -12px; +} +/* Switch end */ +/* Tooltips begin */ +.social_share_privacy_area li.help_info { + position: relative; +} +.social_share_privacy_area li.settings_info, +.social_share_privacy_area li.help_info .info { + text-align: left; +} +.social_share_privacy_area li.help_info .info, +.social_share_privacy_area li .help_info.icon .info { + display: none; + position: absolute; + bottom: 40px; + width: 290px; + padding: 10px 15px; + margin: 0; + font-size: 12px; + line-height: 16px; + font-weight: bold; + border: 1px solid #ccc; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + background-color: #fdfbec; + color: #000; + z-index: 500; +} +.social_share_privacy_area.line li.help_info .info, +.social_share_privacy_area li .help_info.icon .info { + left: 0; +} +.social_share_privacy_area.box li.help_info .info { + left: 100%; + top: 0px; + bottom: auto; +} +.social_share_privacy_area li .help_info.icon .info { + width: 350px; +} +.social_share_privacy_area li.help_info.display .info, +.social_share_privacy_area li .help_info.icon.display .info { + display: block; +} +.social_share_privacy_area li.help_info.info_off.display .info { + display: none; +} +.social_share_privacy_area li .help_info.icon { + background: #fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll; + width: 25px; + height: 20px; + position: relative; + display: inline-block; + vertical-align: top; + border: 2px solid #e7e3e3; + border-right-width: 0; + -moz-border-radius: 5px 0 0 5px; + -webkit-border-radius: 5px 0 0 5px; + border-radius: 5px 0 0 5px; + margin: 0; + padding: 0; +} +.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon { + border-right-width: 2px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} +/* Tooltips end */ +/* Settings/Info begin */ +.social_share_privacy_area li.settings_info { + position: relative; + top: -2px; +} +.social_share_privacy_area li.settings_info a { + text-decoration: none; + margin: 0 !important; +} +.social_share_privacy_area li.settings_info .settings_info_menu { + background-color: #f3f4f5; + color: #000; + border-style: none; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + box-shadow: 0px 0px 15px rgba(0,0,0,0.4); + left: 0; + position: absolute; + top: 0; + min-width: 135px; + margin: 0; + padding: 0; +} +.social_share_privacy_area li.settings_info .settings_info_menu.on { + z-index: 1000; +} +.social_share_privacy_area li.settings_info .settings_info_menu.off { + border-width: 0; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + background-color: transparent; +} +.social_share_privacy_area li.settings_info .settings_info_menu.off form { + display: none; + margin: 0; + padding: 0; +} +.social_share_privacy_area li.settings_info .settings_info_menu .settings { + text-indent: -9999em; + display: inline-block; + background: #fff url(../images/settings.png) no-repeat center center scroll; + width: 25px; + height: 20px; + border: 2px solid #e7e3e3; + -moz-border-radius: 0 5px 5px 0; + -webkit-border-radius: 0 5px 5px 0; + border-radius: 0 5px 5px 0; + border-left: 1px solid #ddd; + margin: 0; + padding: 0; +} +.social_share_privacy_area li.settings_info .settings_info_menu form fieldset { + border-width: 0; + margin: 0; + padding: 0 10px 10px; +} +.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend { + font-size: 11px; + font-weight: bold; + line-height: 14px; + margin: 0; + padding: 10px 0; + width: 115px; +} +.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input { + margin: 4px 10px 4px 0; + padding: 0; +} +.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label { + display: block; + font-size: 12px; + font-weight: bold; + line-height: 24px; + -moz-transition: color .5s ease-in; + -webkit-transition: color .5s ease-in; + transition: color .5s ease-in; + margin: 0; + padding: 0; + white-space: nowrap; +} +.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked { + color: #090; +} +/* Settings/Info end */ diff --git a/assets/stylesheets/modules/buffer.css b/assets/stylesheets/modules/buffer.css new file mode 100644 index 00000000000..563e7817ff5 --- /dev/null +++ b/assets/stylesheets/modules/buffer.css @@ -0,0 +1,14 @@ +.social_share_privacy_area.line .buffer iframe { + width: 110px; + height: 20px; +} +.social_share_privacy_area.line .buffer img { + width: 55px; + height: 20px; + margin-right: 55px; +} +.social_share_privacy_area.box .buffer iframe, +.social_share_privacy_area.box .buffer img { + width: 55px; + height: 62px; +} diff --git a/assets/stylesheets/modules/delicious.css b/assets/stylesheets/modules/delicious.css new file mode 100644 index 00000000000..e91ce19cb3e --- /dev/null +++ b/assets/stylesheets/modules/delicious.css @@ -0,0 +1,155 @@ +/* Delicious Button v1.1 +Blog : http://www.moretechtips.net +Project: http://code.google.com/p/delicious-button/ +Copyright 2010 [Mike @ moretechtips.net] +Licensed under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with the License. +You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */ +.social_share_privacy_area.box .delicious .delicious-widget, +.social_share_privacy_area.box .delicious img.privacy_dummy { + width: 50px; + height: 62px; +} +.social_share_privacy_area.line .delicious .delicious-widget, +.social_share_privacy_area.line .delicious img.privacy_dummy { + width: 75px; + height: 20px; + margin-right: 20px; +} +.social_share_privacy_area.box .delicious div.delicious-widget { + font-family:Arial,Tahoma,Sans-Serif; + font-size:11px; + width:50px; + margin: 0 auto; +} +.social_share_privacy_area.box .delicious a.icon, +.social_share_privacy_area.box .delicious a.count { + color:#FFF!important; + display:block; + -webkit-border-radius:3px; + -moz-border-radius:3px; + -o-border-radius:3px; + border-radius:3px; + outline:none!important; + text-decoration:none!important; +} +.social_share_privacy_area.box .delicious a.icon { + background:#fff; + border:1px solid #ccc; + height:38px; + overflow:hidden; + position:relative; + direction:ltr; +} +.social_share_privacy_area.box .delicious a.icon:hover { + border-color:#666; +} +.social_share_privacy_area.box .delicious a.count { + margin-top:2px; + text-align:center; + font-size:12px; + line-height:18px; + height:18px; + background:#3274D0; + border:#3274D0 1px solid; + text-shadow:#2A5580 1px 1px 0; +} +.social_share_privacy_area.box .delicious a.count:hover { + background:#369; + border-color:#369; +} +.social_share_privacy_area.box .delicious a.count:active { + background:#000; + border:#333 1px solid; + text-shadow:#222 1px 1px 0; + outline:none; +} +.social_share_privacy_area.line .delicious div.delicious-widget { + font-family:Arial,Tahoma,Sans-Serif; + font-size:11px; + width:76px; +} +.social_share_privacy_area.line .delicious a.icon, +.social_share_privacy_area.line .delicious a.count { + display:block; + float:left; + line-height:18px; + border:#666 solid 1px; + -webkit-border-radius:3px; + -moz-border-radius:3px; + -o-border-radius:3px; + border-radius:3px; + outline:none!important; + text-decoration:none!important; + height:18px; + overflow:hidden; + color:#FFF!important; +} +.social_share_privacy_area.line .delicious a.icon { + background:#fff; + border-color:#ccc; + width:20px; + position:relative; + direction:ltr; + margin-right:1px; +} +.social_share_privacy_area.line .delicious a.icon:hover { + border-color:#666; +} +.social_share_privacy_area.line .delicious a.count { + font-size:12px; + background:#3274D0; + border-color:#3274D0; + width:50px; + text-align:center; + text-shadow:#2A5580 1px 1px 0; +} +.social_share_privacy_area.line .delicious a.count:hover { + background:#369; + border-color:#369; + text-shadow:#369 1px 1px 0; +} +.social_share_privacy_area.line .delicious a.count:active { + background:#000; + border-color:#333; + text-shadow:#222 1px 1px 0; +} +.social_share_privacy_area.box .delicious a.icon:hover *, +.social_share_privacy_area.line .delicious a.icon:hover * { + opacity:0.85; + filter:alpha(opacity=85); +} +.social_share_privacy_area.box .delicious a.icon *, +.social_share_privacy_area.line .delicious a.icon * { + width:50%; + height:50%; + position:absolute; + margin:0!important; +} +.social_share_privacy_area.box .delicious div.delicious1, +.social_share_privacy_area.line .delicious div.delicious1 { + background:#3274D0; + left:50%; + top:0; +} +.social_share_privacy_area.box .delicious div.delicious2, +.social_share_privacy_area.line .delicious div.delicious2 { + background:#000; + left:0; + top:50%; +} +.social_share_privacy_area.box .delicious div.delicious3, +.social_share_privacy_area.line .delicious div.delicious3 { + background:#D3D2D2; + left:50%; + top:50%; +} +.social_share_privacy_area.box .delicious a.count i, +.social_share_privacy_area.line .delicious a.count i { + display:none; + font-style:normal; +} +.social_share_privacy_area.box .delicious a.count b, +.social_share_privacy_area.line .delicious a.count b { + font-weight:normal; +} diff --git a/assets/stylesheets/modules/disqus.css b/assets/stylesheets/modules/disqus.css new file mode 100644 index 00000000000..042e1b7257b --- /dev/null +++ b/assets/stylesheets/modules/disqus.css @@ -0,0 +1,151 @@ +.social_share_privacy_area.line .disqus img.privacy_dummy { + width: 49px; + height: 20px; + margin-right: 45px; +} +.social_share_privacy_area.box .disqus img.privacy_dummy { + width: 55px; + height: 61px; +} +.social_share_privacy_area .disqus .disqus-widget { + line-height: 20px; + font-size: 11px; + font-family: Arial, sans-serif; + cursor: text; + white-space: nowrap; + text-align: left; +} +.social_share_privacy_area .disqus .disqus-widget a, +.social_share_privacy_area .disqus .disqus-widget a:hover { + -webkit-text-shadow: none; + -moz-text-shadow: none; + -ms-text-shadow: none; + -o-text-shadow: none; + text-shadow: none; +} +.social_share_privacy_area .disqus .disqus-widget a.name { + overflow: hidden; + font-weight: bold; + text-transform: uppercase; + text-decoration: none; + color: #5E8BA9; + -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5); + -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.5); + -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.5); + -o-text-shadow: 0 1px 0 rgba(255,255,255,0.5); + text-shadow: 0 1px 0 rgba(255,255,255,0.5); + height: 18px; + border: 1px solid #ccc; + border-radius: 3px; + background-color: #f8f8f8; + background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede)); + background-image: -moz-linear-gradient(top,#fff,#dedede); + background-image: -o-linear-gradient(top,#fff,#dedede); + background-image: -ms-linear-gradient(top,#fff,#dedede); + background-image: linear-gradient(top,#fff,#dedede); +} +.social_share_privacy_area .disqus .disqus-widget a.name .us { + color: #b84; +} +.social_share_privacy_area.line .disqus .disqus-widget { + min-width: 94px; +} +.social_share_privacy_area.line .disqus .disqus-widget .count, +.social_share_privacy_area.line .disqus .disqus-widget a.name { + display: inline-block; + padding: 0px 4px; + vertical-align: top; +} +.social_share_privacy_area.box .disqus .disqus-widget { + display: block; + width: 55px; + height: 61px; + margin: auto; +} +.social_share_privacy_area.box .disqus .disqus-widget .count, +.social_share_privacy_area.box .disqus .disqus-widget a.name { + display: block; + width: 53px; + text-align: center; +} +.social_share_privacy_area .disqus .disqus-widget a.name:hover { + border-color: #bbb; + background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9)); + background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9); + background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9); + background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9); + background-image: linear-gradient(top,#f8f8f8,#d9d9d9); +} +.social_share_privacy_area .disqus .disqus-widget a.name:active { + background-color: #efefef; + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); + -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); + box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); +} +.social_share_privacy_area .disqus .disqus-widget .count { + position: relative; + height: 18px; + border: 1px solid #bbb; + background: white; + border-radius: 3px; + text-align: center; +} +.social_share_privacy_area .disqus .disqus-widget .count a { + font-weight: normal; +} +.social_share_privacy_area.line .disqus .disqus-widget .count { + margin-left: 4px; + min-width: 1em; +} +.social_share_privacy_area.box .disqus .disqus-widget .count { + height: 34px; + line-height: 34px; + font-size: 14px; + margin-bottom: 5px; +} +.social_share_privacy_area.line .disqus .disqus-widget .count u, +.social_share_privacy_area.line .disqus .disqus-widget .count i { + position: absolute; + zoom: 1; + line-height: 0; + width: 0; + height: 0; + left: 0; + top: 50%; + margin: -4px 0 0 -4px; + border: 4px transparent solid; + border-right-color: #aaa; + border-left: 0; +} +.social_share_privacy_area.line .disqus .disqus-widget .count u { + margin-left: -3px; + border-right-color: #fff; +} +.social_share_privacy_area.box .disqus .disqus-widget .count u, +.social_share_privacy_area.box .disqus .disqus-widget .count i { + position: absolute; + zoom: 1; + line-height: 0; + top: auto; + left: 50%; + bottom: 0; + right: auto; + margin: 0 0 -4px -4px; + border: 4px transparent solid; + border-top-color: #aaa; + border-bottom: 0; + width: 0; + height: 0; +} +.social_share_privacy_area.box .disqus .disqus-widget .count u { + margin-bottom: -3px; + border-top-color: #fff; +} +.social_share_privacy_area .disqus .disqus-widget .count a { + color: #333; + text-decoration: none; +} +.social_share_privacy_area .disqus .disqus-widget .count a:hover { + color: #333; + text-decoration: underline; +} diff --git a/assets/stylesheets/modules/facebook.css b/assets/stylesheets/modules/facebook.css new file mode 100644 index 00000000000..4ad60bf6979 --- /dev/null +++ b/assets/stylesheets/modules/facebook.css @@ -0,0 +1,12 @@ +.social_share_privacy_area.line .facebook .fb_like { + margin-right: 30px; + width: 120px; +} +.social_share_privacy_area.line .facebook iframe { + width: 130px; + height: 21px; +} +.social_share_privacy_area.box .facebook iframe { + width: 62px; + height: 62px; +} diff --git a/assets/stylesheets/modules/flattr.css b/assets/stylesheets/modules/flattr.css new file mode 100644 index 00000000000..71855a61acf --- /dev/null +++ b/assets/stylesheets/modules/flattr.css @@ -0,0 +1,29 @@ +.social_share_privacy_area.line .flattr img { + width: 72px; + height: 20px; + margin-right: 98px; +} +.social_share_privacy_area.line .flattr a, +.social_share_privacy_area.line .flattr iframe { + width: 150px; + height: 20px; + margin-right: 20px; +} +.social_share_privacy_area.line .flattr a { + display: inline-block; +} +.social_share_privacy_area.box .flattr a, +.social_share_privacy_area.box .flattr img, +.social_share_privacy_area.box .flattr iframe { + width: 62px; + height: 62px; +} +.social_share_privacy_area.box .flattr a { + display: block; + visibility: hidden; + margin: auto; +} +.social_share_privacy_area.box .flattr .dummy_btn { + min-width: 62px; + min-height: 67px; +} diff --git a/assets/stylesheets/modules/gplus.css b/assets/stylesheets/modules/gplus.css new file mode 100644 index 00000000000..a79d851d59b --- /dev/null +++ b/assets/stylesheets/modules/gplus.css @@ -0,0 +1,10 @@ +.social_share_privacy_area.line .gplus img.gplusone_privacy_dummy { + width: 32px; +} +.social_share_privacy_area.line li div.gplusone { + width: 90px; +} +.social_share_privacy_area.box li div.gplusone { + min-width: 50px; + min-height: 65px; +} diff --git a/assets/stylesheets/modules/hackernews.css b/assets/stylesheets/modules/hackernews.css new file mode 100644 index 00000000000..884cca51d23 --- /dev/null +++ b/assets/stylesheets/modules/hackernews.css @@ -0,0 +1,128 @@ +.social_share_privacy_area.line .hackernews img.privacy_dummy { + width: 20px; + height: 20px; + margin-right: 70px; +} +.social_share_privacy_area.box .hackernews img.privacy_dummy { + width: 62px; + height: 62px; +} +.social_share_privacy_area .hackernews .hackernews-widget { + line-height: 20px; + font-size: 11px; + font-family: Arial, sans-serif; + cursor: text; + white-space: nowrap; + text-align: left; +} +.social_share_privacy_area .hackernews .hackernews-widget a.name { + overflow: hidden; + font-weight: bold; + font-size: 12px; + text-decoration: none; + text-align: center; + color: #ffffff; + height: 20px; + border-radius: 3px; + background-color: #ff6600; +} +.social_share_privacy_area.line .hackernews .hackernews-widget { + min-width: 90px; +} +.social_share_privacy_area.line .hackernews .hackernews-widget .points { + display: inline-block; + padding: 0px 4px; + vertical-align: top; +} +.social_share_privacy_area.line .hackernews .hackernews-widget a.name { + display: inline-block; + width: 20px; +} +.social_share_privacy_area.box .hackernews .hackernews-widget { + display: block; + width: 62px; + height: 62px; + margin: auto; +} +.social_share_privacy_area.box .hackernews .hackernews-widget a.name { + display: block; + width: 62px; +} +.social_share_privacy_area .hackernews .hackernews-widget a.name:hover { + background-color: #ff8635; +} +.social_share_privacy_area .hackernews .hackernews-widget a.name:active { + background-color: #ff8635; + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); + -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); + box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); +} +.social_share_privacy_area .hackernews .hackernews-widget .points { + position: relative; + height: 18px; + border: 1px solid #bbb; + background: white; + border-radius: 3px; + text-align: center; +} +.social_share_privacy_area .hackernews .hackernews-widget .points a { + font-weight: normal; +} +.social_share_privacy_area.line .hackernews .hackernews-widget .points { + margin-left: 4px; + min-width: 1em; +} +.social_share_privacy_area.box .hackernews .hackernews-widget .points { + display: block; + width: 60px; + height: 35px; + line-height: 35px; + font-size: 14px; + margin-bottom: 5px; +} +.social_share_privacy_area.line .hackernews .hackernews-widget .points u, +.social_share_privacy_area.line .hackernews .hackernews-widget .points i { + position: absolute; + zoom: 1; + line-height: 0; + width: 0; + height: 0; + left: 0; + top: 50%; + margin: -4px 0 0 -4px; + border: 4px transparent solid; + border-right-color: #aaa; + border-left: 0; +} +.social_share_privacy_area.line .hackernews .hackernews-widget .points u { + margin-left: -3px; + border-right-color: #fff; +} +.social_share_privacy_area.box .hackernews .hackernews-widget .points u, +.social_share_privacy_area.box .hackernews .hackernews-widget .points i { + position: absolute; + zoom: 1; + line-height: 0; + top: auto; + left: 50%; + bottom: 0; + right: auto; + margin: 0 0 -4px -4px; + border: 4px transparent solid; + border-top-color: #aaa; + border-bottom: 0; + width: 0; + height: 0; +} +.social_share_privacy_area.box .hackernews .hackernews-widget .points u { + margin-bottom: -3px; + border-top-color: #fff; +} +.social_share_privacy_area .hackernews .hackernews-widget .points a { + color: #333; + text-decoration: none; +} +.social_share_privacy_area .hackernews .hackernews-widget .points a:hover { + color: #333; + text-decoration: underline; +} diff --git a/assets/stylesheets/modules/linkedin.css b/assets/stylesheets/modules/linkedin.css new file mode 100644 index 00000000000..8fe38be2d3b --- /dev/null +++ b/assets/stylesheets/modules/linkedin.css @@ -0,0 +1,12 @@ +.social_share_privacy_area.line .linkedin img.linkedin_privacy_dummy { + width: 63px; + height: 20px; +} +.social_share_privacy_area.box .linkedin img.linkedin_privacy_dummy { + width: 61px; + height: 62px; +} +.social_share_privacy_area.box .linkedin .dummy_btn { + min-width: 61px; + min-height: 62px; +} diff --git a/assets/stylesheets/modules/mail.css b/assets/stylesheets/modules/mail.css new file mode 100644 index 00000000000..a1bc71f59d3 --- /dev/null +++ b/assets/stylesheets/modules/mail.css @@ -0,0 +1,12 @@ +.social_share_privacy_area.line .mail a { + display: inline-block; + width: 43px; + height: 20px; + margin-right: 20px; +} +.social_share_privacy_area.box .mail a { + display: block; + margin: auto; + width: 58px; + height: 39px; +} diff --git a/assets/stylesheets/modules/pinterest.css b/assets/stylesheets/modules/pinterest.css new file mode 100644 index 00000000000..924087bbb01 --- /dev/null +++ b/assets/stylesheets/modules/pinterest.css @@ -0,0 +1,15 @@ +.social_share_privacy_area.line li div.pinit { + width: 100px; +} +.social_share_privacy_area.box .pinterest .dummy_btn.pinit a { + /* pinterest style bugfix */ + margin-top: 29px!important; +} +.social_share_privacy_area.line .pinterest .dummy_btn img.privacy_dummy { + width: 40px; + height: 20px; +} +.social_share_privacy_area.box .pinterest .dummy_btn img.privacy_dummy { + width: 40px; + height: 50px; +} diff --git a/assets/stylesheets/modules/reddit.css b/assets/stylesheets/modules/reddit.css new file mode 100644 index 00000000000..92dd141b33d --- /dev/null +++ b/assets/stylesheets/modules/reddit.css @@ -0,0 +1,8 @@ +.social_share_privacy_area.line .reddit iframe { + width: 120px; + height: 20px; +} +.social_share_privacy_area.box .reddit iframe { + width: 58px; + height: 66px; +} diff --git a/assets/stylesheets/modules/stumbleupon.css b/assets/stylesheets/modules/stumbleupon.css new file mode 100644 index 00000000000..1fd3c06b3e3 --- /dev/null +++ b/assets/stylesheets/modules/stumbleupon.css @@ -0,0 +1,10 @@ +.social_share_privacy_area.line .stumbleupon iframe, +.social_share_privacy_area.line .stumbleupon img { + width: 74px; + height: 18px; +} +.social_share_privacy_area.box .stumbleupon iframe, +.social_share_privacy_area.box .stumbleupon img { + width: 50px; + height: 60px; +} diff --git a/assets/stylesheets/modules/tumblr.css b/assets/stylesheets/modules/tumblr.css new file mode 100644 index 00000000000..a6321d873f3 --- /dev/null +++ b/assets/stylesheets/modules/tumblr.css @@ -0,0 +1,12 @@ +.social_share_privacy_area.line .tumblr a { + display: inline-block; + width: 81px; + height: 20px; + margin-right: 20px; +} +.social_share_privacy_area.box .tumblr a { + display: block; + margin: auto; + width: 58px; + height: 58px; +} diff --git a/assets/stylesheets/modules/twitter.css b/assets/stylesheets/modules/twitter.css new file mode 100644 index 00000000000..4472c56a63d --- /dev/null +++ b/assets/stylesheets/modules/twitter.css @@ -0,0 +1,11 @@ +.social_share_privacy_area.line li div.tweet { + width: 115px; +} +.social_share_privacy_area.line .twitter iframe { + width: 120px; + height: 20px; +} +.social_share_privacy_area.box .twitter iframe { + width: 62px; + height: 62px; +} diff --git a/assets/stylesheets/modules/xing.css b/assets/stylesheets/modules/xing.css new file mode 100644 index 00000000000..763380d7bb7 --- /dev/null +++ b/assets/stylesheets/modules/xing.css @@ -0,0 +1,16 @@ +.social_share_privacy_area.line .xing img.xing_privacy_dummy { + width: 55px; + height: 20px; + margin-right: 66px; +} +.social_share_privacy_area.box .xing img.xing_privacy_dummy { + width: 55px; + height: 62px; +} +.social_share_privacy_area.box .xing .dummy_btn { + min-width: 55px; + min-height: 62px; +} +.social_share_privacy_area.box .xing .dummy_btn div { + margin: auto; +} diff --git a/assets/stylesheets/socialshareprivacy.css b/assets/stylesheets/socialshareprivacy.css new file mode 100644 index 00000000000..ed68ba4766c --- /dev/null +++ b/assets/stylesheets/socialshareprivacy.css @@ -0,0 +1,16 @@ +@import url("common.css"); +@import url("modules/buffer.css"); +@import url("modules/delicious.css"); +@import url("modules/disqus.css"); +@import url("modules/facebook.css"); +@import url("modules/flattr.css"); +@import url("modules/gplus.css"); +@import url("modules/hackernews.css"); +@import url("modules/linkedin.css"); +@import url("modules/mail.css"); +@import url("modules/pinterest.css"); +@import url("modules/reddit.css"); +@import url("modules/stumbleupon.css"); +@import url("modules/tumblr.css"); +@import url("modules/twitter.css"); +@import url("modules/xing.css"); From d7d379a1a64c4d7eb4739b1b11c18d2ee276d457 Mon Sep 17 00:00:00 2001 From: uidoyen Date: Mon, 11 Jan 2021 14:53:27 +0530 Subject: [PATCH 3/5] Removing stylesheets --- assets/stylesheets/common.css | 230 --------------------- assets/stylesheets/modules/buffer.css | 14 -- assets/stylesheets/modules/delicious.css | 155 -------------- assets/stylesheets/modules/disqus.css | 151 -------------- assets/stylesheets/modules/facebook.css | 12 -- assets/stylesheets/modules/flattr.css | 29 --- assets/stylesheets/modules/gplus.css | 10 - assets/stylesheets/modules/hackernews.css | 128 ------------ assets/stylesheets/modules/linkedin.css | 12 -- assets/stylesheets/modules/mail.css | 12 -- assets/stylesheets/modules/pinterest.css | 15 -- assets/stylesheets/modules/reddit.css | 8 - assets/stylesheets/modules/stumbleupon.css | 10 - assets/stylesheets/modules/tumblr.css | 12 -- assets/stylesheets/modules/twitter.css | 11 - assets/stylesheets/modules/xing.css | 16 -- assets/stylesheets/socialshareprivacy.css | 16 -- 17 files changed, 841 deletions(-) delete mode 100644 assets/stylesheets/common.css delete mode 100644 assets/stylesheets/modules/buffer.css delete mode 100644 assets/stylesheets/modules/delicious.css delete mode 100644 assets/stylesheets/modules/disqus.css delete mode 100644 assets/stylesheets/modules/facebook.css delete mode 100644 assets/stylesheets/modules/flattr.css delete mode 100644 assets/stylesheets/modules/gplus.css delete mode 100644 assets/stylesheets/modules/hackernews.css delete mode 100644 assets/stylesheets/modules/linkedin.css delete mode 100644 assets/stylesheets/modules/mail.css delete mode 100644 assets/stylesheets/modules/pinterest.css delete mode 100644 assets/stylesheets/modules/reddit.css delete mode 100644 assets/stylesheets/modules/stumbleupon.css delete mode 100644 assets/stylesheets/modules/tumblr.css delete mode 100644 assets/stylesheets/modules/twitter.css delete mode 100644 assets/stylesheets/modules/xing.css delete mode 100644 assets/stylesheets/socialshareprivacy.css diff --git a/assets/stylesheets/common.css b/assets/stylesheets/common.css deleted file mode 100644 index f9ee294d18e..00000000000 --- a/assets/stylesheets/common.css +++ /dev/null @@ -1,230 +0,0 @@ -.social_share_privacy_area { - clear: both; - margin: 5px 0; - list-style-type: none; - padding: 0; - width: auto; - display: block; -} -.social_share_privacy_area.line { - height: 25px; - line-height: 16px; -} -.social_share_privacy_area.box { - width: 95px; -} -.social_share_privacy_area li { - margin: 0 !important; - padding: 0 !important; - list-style-type: none !important; -} -.social_share_privacy_area.box li { - text-align: center; -} -.social_share_privacy_area.line li { - height: 21px; - float: left; -} -.social_share_privacy_area li .dummy_btn { - cursor: pointer; - padding: 0; - height: inherit; -} -.social_share_privacy_area.line li .dummy_btn { - float: left; - margin: 0 20px 0 10px; -} -.social_share_privacy_area.box li .dummy_btn { - margin-bottom: 10px; -} -.social_share_privacy_area li .dummy_btn img.privacy_dummy, -.social_share_privacy_area li .dummy_btn iframe { - vertical-align: bottom; -} -.social_share_privacy_area li .dummy_btn iframe { - overflow: hidden; - height: inherit; - width: inherit; - border-style: none; -} -.social_share_privacy_area.line li { - display: inline-block; -} -/* Switch begin */ -.social_share_privacy_area li .switch { - display: inline-block; - text-indent: -9999em; - background: transparent url(../images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll; - width: 23px; - height: 12px; - overflow: hidden; - margin: 4px 0 0; - padding: 0; - cursor: pointer; -} -.social_share_privacy_area.line li .switch { - float: left; -} -.social_share_privacy_area li .switch.on { - background-position: 0 -12px; -} -/* Switch end */ -/* Tooltips begin */ -.social_share_privacy_area li.help_info { - position: relative; -} -.social_share_privacy_area li.settings_info, -.social_share_privacy_area li.help_info .info { - text-align: left; -} -.social_share_privacy_area li.help_info .info, -.social_share_privacy_area li .help_info.icon .info { - display: none; - position: absolute; - bottom: 40px; - width: 290px; - padding: 10px 15px; - margin: 0; - font-size: 12px; - line-height: 16px; - font-weight: bold; - border: 1px solid #ccc; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - background-color: #fdfbec; - color: #000; - z-index: 500; -} -.social_share_privacy_area.line li.help_info .info, -.social_share_privacy_area li .help_info.icon .info { - left: 0; -} -.social_share_privacy_area.box li.help_info .info { - left: 100%; - top: 0px; - bottom: auto; -} -.social_share_privacy_area li .help_info.icon .info { - width: 350px; -} -.social_share_privacy_area li.help_info.display .info, -.social_share_privacy_area li .help_info.icon.display .info { - display: block; -} -.social_share_privacy_area li.help_info.info_off.display .info { - display: none; -} -.social_share_privacy_area li .help_info.icon { - background: #fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll; - width: 25px; - height: 20px; - position: relative; - display: inline-block; - vertical-align: top; - border: 2px solid #e7e3e3; - border-right-width: 0; - -moz-border-radius: 5px 0 0 5px; - -webkit-border-radius: 5px 0 0 5px; - border-radius: 5px 0 0 5px; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon { - border-right-width: 2px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} -/* Tooltips end */ -/* Settings/Info begin */ -.social_share_privacy_area li.settings_info { - position: relative; - top: -2px; -} -.social_share_privacy_area li.settings_info a { - text-decoration: none; - margin: 0 !important; -} -.social_share_privacy_area li.settings_info .settings_info_menu { - background-color: #f3f4f5; - color: #000; - border-style: none; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - left: 0; - position: absolute; - top: 0; - min-width: 135px; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu.on { - z-index: 1000; -} -.social_share_privacy_area li.settings_info .settings_info_menu.off { - border-width: 0; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - background-color: transparent; -} -.social_share_privacy_area li.settings_info .settings_info_menu.off form { - display: none; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu .settings { - text-indent: -9999em; - display: inline-block; - background: #fff url(../images/settings.png) no-repeat center center scroll; - width: 25px; - height: 20px; - border: 2px solid #e7e3e3; - -moz-border-radius: 0 5px 5px 0; - -webkit-border-radius: 0 5px 5px 0; - border-radius: 0 5px 5px 0; - border-left: 1px solid #ddd; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset { - border-width: 0; - margin: 0; - padding: 0 10px 10px; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend { - font-size: 11px; - font-weight: bold; - line-height: 14px; - margin: 0; - padding: 10px 0; - width: 115px; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input { - margin: 4px 10px 4px 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label { - display: block; - font-size: 12px; - font-weight: bold; - line-height: 24px; - -moz-transition: color .5s ease-in; - -webkit-transition: color .5s ease-in; - transition: color .5s ease-in; - margin: 0; - padding: 0; - white-space: nowrap; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked { - color: #090; -} -/* Settings/Info end */ diff --git a/assets/stylesheets/modules/buffer.css b/assets/stylesheets/modules/buffer.css deleted file mode 100644 index 563e7817ff5..00000000000 --- a/assets/stylesheets/modules/buffer.css +++ /dev/null @@ -1,14 +0,0 @@ -.social_share_privacy_area.line .buffer iframe { - width: 110px; - height: 20px; -} -.social_share_privacy_area.line .buffer img { - width: 55px; - height: 20px; - margin-right: 55px; -} -.social_share_privacy_area.box .buffer iframe, -.social_share_privacy_area.box .buffer img { - width: 55px; - height: 62px; -} diff --git a/assets/stylesheets/modules/delicious.css b/assets/stylesheets/modules/delicious.css deleted file mode 100644 index e91ce19cb3e..00000000000 --- a/assets/stylesheets/modules/delicious.css +++ /dev/null @@ -1,155 +0,0 @@ -/* Delicious Button v1.1 -Blog : http://www.moretechtips.net -Project: http://code.google.com/p/delicious-button/ -Copyright 2010 [Mike @ moretechtips.net] -Licensed under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with the License. -You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */ -.social_share_privacy_area.box .delicious .delicious-widget, -.social_share_privacy_area.box .delicious img.privacy_dummy { - width: 50px; - height: 62px; -} -.social_share_privacy_area.line .delicious .delicious-widget, -.social_share_privacy_area.line .delicious img.privacy_dummy { - width: 75px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .delicious div.delicious-widget { - font-family:Arial,Tahoma,Sans-Serif; - font-size:11px; - width:50px; - margin: 0 auto; -} -.social_share_privacy_area.box .delicious a.icon, -.social_share_privacy_area.box .delicious a.count { - color:#FFF!important; - display:block; - -webkit-border-radius:3px; - -moz-border-radius:3px; - -o-border-radius:3px; - border-radius:3px; - outline:none!important; - text-decoration:none!important; -} -.social_share_privacy_area.box .delicious a.icon { - background:#fff; - border:1px solid #ccc; - height:38px; - overflow:hidden; - position:relative; - direction:ltr; -} -.social_share_privacy_area.box .delicious a.icon:hover { - border-color:#666; -} -.social_share_privacy_area.box .delicious a.count { - margin-top:2px; - text-align:center; - font-size:12px; - line-height:18px; - height:18px; - background:#3274D0; - border:#3274D0 1px solid; - text-shadow:#2A5580 1px 1px 0; -} -.social_share_privacy_area.box .delicious a.count:hover { - background:#369; - border-color:#369; -} -.social_share_privacy_area.box .delicious a.count:active { - background:#000; - border:#333 1px solid; - text-shadow:#222 1px 1px 0; - outline:none; -} -.social_share_privacy_area.line .delicious div.delicious-widget { - font-family:Arial,Tahoma,Sans-Serif; - font-size:11px; - width:76px; -} -.social_share_privacy_area.line .delicious a.icon, -.social_share_privacy_area.line .delicious a.count { - display:block; - float:left; - line-height:18px; - border:#666 solid 1px; - -webkit-border-radius:3px; - -moz-border-radius:3px; - -o-border-radius:3px; - border-radius:3px; - outline:none!important; - text-decoration:none!important; - height:18px; - overflow:hidden; - color:#FFF!important; -} -.social_share_privacy_area.line .delicious a.icon { - background:#fff; - border-color:#ccc; - width:20px; - position:relative; - direction:ltr; - margin-right:1px; -} -.social_share_privacy_area.line .delicious a.icon:hover { - border-color:#666; -} -.social_share_privacy_area.line .delicious a.count { - font-size:12px; - background:#3274D0; - border-color:#3274D0; - width:50px; - text-align:center; - text-shadow:#2A5580 1px 1px 0; -} -.social_share_privacy_area.line .delicious a.count:hover { - background:#369; - border-color:#369; - text-shadow:#369 1px 1px 0; -} -.social_share_privacy_area.line .delicious a.count:active { - background:#000; - border-color:#333; - text-shadow:#222 1px 1px 0; -} -.social_share_privacy_area.box .delicious a.icon:hover *, -.social_share_privacy_area.line .delicious a.icon:hover * { - opacity:0.85; - filter:alpha(opacity=85); -} -.social_share_privacy_area.box .delicious a.icon *, -.social_share_privacy_area.line .delicious a.icon * { - width:50%; - height:50%; - position:absolute; - margin:0!important; -} -.social_share_privacy_area.box .delicious div.delicious1, -.social_share_privacy_area.line .delicious div.delicious1 { - background:#3274D0; - left:50%; - top:0; -} -.social_share_privacy_area.box .delicious div.delicious2, -.social_share_privacy_area.line .delicious div.delicious2 { - background:#000; - left:0; - top:50%; -} -.social_share_privacy_area.box .delicious div.delicious3, -.social_share_privacy_area.line .delicious div.delicious3 { - background:#D3D2D2; - left:50%; - top:50%; -} -.social_share_privacy_area.box .delicious a.count i, -.social_share_privacy_area.line .delicious a.count i { - display:none; - font-style:normal; -} -.social_share_privacy_area.box .delicious a.count b, -.social_share_privacy_area.line .delicious a.count b { - font-weight:normal; -} diff --git a/assets/stylesheets/modules/disqus.css b/assets/stylesheets/modules/disqus.css deleted file mode 100644 index 042e1b7257b..00000000000 --- a/assets/stylesheets/modules/disqus.css +++ /dev/null @@ -1,151 +0,0 @@ -.social_share_privacy_area.line .disqus img.privacy_dummy { - width: 49px; - height: 20px; - margin-right: 45px; -} -.social_share_privacy_area.box .disqus img.privacy_dummy { - width: 55px; - height: 61px; -} -.social_share_privacy_area .disqus .disqus-widget { - line-height: 20px; - font-size: 11px; - font-family: Arial, sans-serif; - cursor: text; - white-space: nowrap; - text-align: left; -} -.social_share_privacy_area .disqus .disqus-widget a, -.social_share_privacy_area .disqus .disqus-widget a:hover { - -webkit-text-shadow: none; - -moz-text-shadow: none; - -ms-text-shadow: none; - -o-text-shadow: none; - text-shadow: none; -} -.social_share_privacy_area .disqus .disqus-widget a.name { - overflow: hidden; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; - color: #5E8BA9; - -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -o-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - text-shadow: 0 1px 0 rgba(255,255,255,0.5); - height: 18px; - border: 1px solid #ccc; - border-radius: 3px; - background-color: #f8f8f8; - background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede)); - background-image: -moz-linear-gradient(top,#fff,#dedede); - background-image: -o-linear-gradient(top,#fff,#dedede); - background-image: -ms-linear-gradient(top,#fff,#dedede); - background-image: linear-gradient(top,#fff,#dedede); -} -.social_share_privacy_area .disqus .disqus-widget a.name .us { - color: #b84; -} -.social_share_privacy_area.line .disqus .disqus-widget { - min-width: 94px; -} -.social_share_privacy_area.line .disqus .disqus-widget .count, -.social_share_privacy_area.line .disqus .disqus-widget a.name { - display: inline-block; - padding: 0px 4px; - vertical-align: top; -} -.social_share_privacy_area.box .disqus .disqus-widget { - display: block; - width: 55px; - height: 61px; - margin: auto; -} -.social_share_privacy_area.box .disqus .disqus-widget .count, -.social_share_privacy_area.box .disqus .disqus-widget a.name { - display: block; - width: 53px; - text-align: center; -} -.social_share_privacy_area .disqus .disqus-widget a.name:hover { - border-color: #bbb; - background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9)); - background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: linear-gradient(top,#f8f8f8,#d9d9d9); -} -.social_share_privacy_area .disqus .disqus-widget a.name:active { - background-color: #efefef; - -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); -} -.social_share_privacy_area .disqus .disqus-widget .count { - position: relative; - height: 18px; - border: 1px solid #bbb; - background: white; - border-radius: 3px; - text-align: center; -} -.social_share_privacy_area .disqus .disqus-widget .count a { - font-weight: normal; -} -.social_share_privacy_area.line .disqus .disqus-widget .count { - margin-left: 4px; - min-width: 1em; -} -.social_share_privacy_area.box .disqus .disqus-widget .count { - height: 34px; - line-height: 34px; - font-size: 14px; - margin-bottom: 5px; -} -.social_share_privacy_area.line .disqus .disqus-widget .count u, -.social_share_privacy_area.line .disqus .disqus-widget .count i { - position: absolute; - zoom: 1; - line-height: 0; - width: 0; - height: 0; - left: 0; - top: 50%; - margin: -4px 0 0 -4px; - border: 4px transparent solid; - border-right-color: #aaa; - border-left: 0; -} -.social_share_privacy_area.line .disqus .disqus-widget .count u { - margin-left: -3px; - border-right-color: #fff; -} -.social_share_privacy_area.box .disqus .disqus-widget .count u, -.social_share_privacy_area.box .disqus .disqus-widget .count i { - position: absolute; - zoom: 1; - line-height: 0; - top: auto; - left: 50%; - bottom: 0; - right: auto; - margin: 0 0 -4px -4px; - border: 4px transparent solid; - border-top-color: #aaa; - border-bottom: 0; - width: 0; - height: 0; -} -.social_share_privacy_area.box .disqus .disqus-widget .count u { - margin-bottom: -3px; - border-top-color: #fff; -} -.social_share_privacy_area .disqus .disqus-widget .count a { - color: #333; - text-decoration: none; -} -.social_share_privacy_area .disqus .disqus-widget .count a:hover { - color: #333; - text-decoration: underline; -} diff --git a/assets/stylesheets/modules/facebook.css b/assets/stylesheets/modules/facebook.css deleted file mode 100644 index 4ad60bf6979..00000000000 --- a/assets/stylesheets/modules/facebook.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .facebook .fb_like { - margin-right: 30px; - width: 120px; -} -.social_share_privacy_area.line .facebook iframe { - width: 130px; - height: 21px; -} -.social_share_privacy_area.box .facebook iframe { - width: 62px; - height: 62px; -} diff --git a/assets/stylesheets/modules/flattr.css b/assets/stylesheets/modules/flattr.css deleted file mode 100644 index 71855a61acf..00000000000 --- a/assets/stylesheets/modules/flattr.css +++ /dev/null @@ -1,29 +0,0 @@ -.social_share_privacy_area.line .flattr img { - width: 72px; - height: 20px; - margin-right: 98px; -} -.social_share_privacy_area.line .flattr a, -.social_share_privacy_area.line .flattr iframe { - width: 150px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.line .flattr a { - display: inline-block; -} -.social_share_privacy_area.box .flattr a, -.social_share_privacy_area.box .flattr img, -.social_share_privacy_area.box .flattr iframe { - width: 62px; - height: 62px; -} -.social_share_privacy_area.box .flattr a { - display: block; - visibility: hidden; - margin: auto; -} -.social_share_privacy_area.box .flattr .dummy_btn { - min-width: 62px; - min-height: 67px; -} diff --git a/assets/stylesheets/modules/gplus.css b/assets/stylesheets/modules/gplus.css deleted file mode 100644 index a79d851d59b..00000000000 --- a/assets/stylesheets/modules/gplus.css +++ /dev/null @@ -1,10 +0,0 @@ -.social_share_privacy_area.line .gplus img.gplusone_privacy_dummy { - width: 32px; -} -.social_share_privacy_area.line li div.gplusone { - width: 90px; -} -.social_share_privacy_area.box li div.gplusone { - min-width: 50px; - min-height: 65px; -} diff --git a/assets/stylesheets/modules/hackernews.css b/assets/stylesheets/modules/hackernews.css deleted file mode 100644 index 884cca51d23..00000000000 --- a/assets/stylesheets/modules/hackernews.css +++ /dev/null @@ -1,128 +0,0 @@ -.social_share_privacy_area.line .hackernews img.privacy_dummy { - width: 20px; - height: 20px; - margin-right: 70px; -} -.social_share_privacy_area.box .hackernews img.privacy_dummy { - width: 62px; - height: 62px; -} -.social_share_privacy_area .hackernews .hackernews-widget { - line-height: 20px; - font-size: 11px; - font-family: Arial, sans-serif; - cursor: text; - white-space: nowrap; - text-align: left; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name { - overflow: hidden; - font-weight: bold; - font-size: 12px; - text-decoration: none; - text-align: center; - color: #ffffff; - height: 20px; - border-radius: 3px; - background-color: #ff6600; -} -.social_share_privacy_area.line .hackernews .hackernews-widget { - min-width: 90px; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points { - display: inline-block; - padding: 0px 4px; - vertical-align: top; -} -.social_share_privacy_area.line .hackernews .hackernews-widget a.name { - display: inline-block; - width: 20px; -} -.social_share_privacy_area.box .hackernews .hackernews-widget { - display: block; - width: 62px; - height: 62px; - margin: auto; -} -.social_share_privacy_area.box .hackernews .hackernews-widget a.name { - display: block; - width: 62px; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name:hover { - background-color: #ff8635; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name:active { - background-color: #ff8635; - -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); -} -.social_share_privacy_area .hackernews .hackernews-widget .points { - position: relative; - height: 18px; - border: 1px solid #bbb; - background: white; - border-radius: 3px; - text-align: center; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a { - font-weight: normal; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points { - margin-left: 4px; - min-width: 1em; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points { - display: block; - width: 60px; - height: 35px; - line-height: 35px; - font-size: 14px; - margin-bottom: 5px; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points u, -.social_share_privacy_area.line .hackernews .hackernews-widget .points i { - position: absolute; - zoom: 1; - line-height: 0; - width: 0; - height: 0; - left: 0; - top: 50%; - margin: -4px 0 0 -4px; - border: 4px transparent solid; - border-right-color: #aaa; - border-left: 0; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points u { - margin-left: -3px; - border-right-color: #fff; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points u, -.social_share_privacy_area.box .hackernews .hackernews-widget .points i { - position: absolute; - zoom: 1; - line-height: 0; - top: auto; - left: 50%; - bottom: 0; - right: auto; - margin: 0 0 -4px -4px; - border: 4px transparent solid; - border-top-color: #aaa; - border-bottom: 0; - width: 0; - height: 0; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points u { - margin-bottom: -3px; - border-top-color: #fff; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a { - color: #333; - text-decoration: none; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a:hover { - color: #333; - text-decoration: underline; -} diff --git a/assets/stylesheets/modules/linkedin.css b/assets/stylesheets/modules/linkedin.css deleted file mode 100644 index 8fe38be2d3b..00000000000 --- a/assets/stylesheets/modules/linkedin.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .linkedin img.linkedin_privacy_dummy { - width: 63px; - height: 20px; -} -.social_share_privacy_area.box .linkedin img.linkedin_privacy_dummy { - width: 61px; - height: 62px; -} -.social_share_privacy_area.box .linkedin .dummy_btn { - min-width: 61px; - min-height: 62px; -} diff --git a/assets/stylesheets/modules/mail.css b/assets/stylesheets/modules/mail.css deleted file mode 100644 index a1bc71f59d3..00000000000 --- a/assets/stylesheets/modules/mail.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .mail a { - display: inline-block; - width: 43px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .mail a { - display: block; - margin: auto; - width: 58px; - height: 39px; -} diff --git a/assets/stylesheets/modules/pinterest.css b/assets/stylesheets/modules/pinterest.css deleted file mode 100644 index 924087bbb01..00000000000 --- a/assets/stylesheets/modules/pinterest.css +++ /dev/null @@ -1,15 +0,0 @@ -.social_share_privacy_area.line li div.pinit { - width: 100px; -} -.social_share_privacy_area.box .pinterest .dummy_btn.pinit a { - /* pinterest style bugfix */ - margin-top: 29px!important; -} -.social_share_privacy_area.line .pinterest .dummy_btn img.privacy_dummy { - width: 40px; - height: 20px; -} -.social_share_privacy_area.box .pinterest .dummy_btn img.privacy_dummy { - width: 40px; - height: 50px; -} diff --git a/assets/stylesheets/modules/reddit.css b/assets/stylesheets/modules/reddit.css deleted file mode 100644 index 92dd141b33d..00000000000 --- a/assets/stylesheets/modules/reddit.css +++ /dev/null @@ -1,8 +0,0 @@ -.social_share_privacy_area.line .reddit iframe { - width: 120px; - height: 20px; -} -.social_share_privacy_area.box .reddit iframe { - width: 58px; - height: 66px; -} diff --git a/assets/stylesheets/modules/stumbleupon.css b/assets/stylesheets/modules/stumbleupon.css deleted file mode 100644 index 1fd3c06b3e3..00000000000 --- a/assets/stylesheets/modules/stumbleupon.css +++ /dev/null @@ -1,10 +0,0 @@ -.social_share_privacy_area.line .stumbleupon iframe, -.social_share_privacy_area.line .stumbleupon img { - width: 74px; - height: 18px; -} -.social_share_privacy_area.box .stumbleupon iframe, -.social_share_privacy_area.box .stumbleupon img { - width: 50px; - height: 60px; -} diff --git a/assets/stylesheets/modules/tumblr.css b/assets/stylesheets/modules/tumblr.css deleted file mode 100644 index a6321d873f3..00000000000 --- a/assets/stylesheets/modules/tumblr.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .tumblr a { - display: inline-block; - width: 81px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .tumblr a { - display: block; - margin: auto; - width: 58px; - height: 58px; -} diff --git a/assets/stylesheets/modules/twitter.css b/assets/stylesheets/modules/twitter.css deleted file mode 100644 index 4472c56a63d..00000000000 --- a/assets/stylesheets/modules/twitter.css +++ /dev/null @@ -1,11 +0,0 @@ -.social_share_privacy_area.line li div.tweet { - width: 115px; -} -.social_share_privacy_area.line .twitter iframe { - width: 120px; - height: 20px; -} -.social_share_privacy_area.box .twitter iframe { - width: 62px; - height: 62px; -} diff --git a/assets/stylesheets/modules/xing.css b/assets/stylesheets/modules/xing.css deleted file mode 100644 index 763380d7bb7..00000000000 --- a/assets/stylesheets/modules/xing.css +++ /dev/null @@ -1,16 +0,0 @@ -.social_share_privacy_area.line .xing img.xing_privacy_dummy { - width: 55px; - height: 20px; - margin-right: 66px; -} -.social_share_privacy_area.box .xing img.xing_privacy_dummy { - width: 55px; - height: 62px; -} -.social_share_privacy_area.box .xing .dummy_btn { - min-width: 55px; - min-height: 62px; -} -.social_share_privacy_area.box .xing .dummy_btn div { - margin: auto; -} diff --git a/assets/stylesheets/socialshareprivacy.css b/assets/stylesheets/socialshareprivacy.css deleted file mode 100644 index ed68ba4766c..00000000000 --- a/assets/stylesheets/socialshareprivacy.css +++ /dev/null @@ -1,16 +0,0 @@ -@import url("common.css"); -@import url("modules/buffer.css"); -@import url("modules/delicious.css"); -@import url("modules/disqus.css"); -@import url("modules/facebook.css"); -@import url("modules/flattr.css"); -@import url("modules/gplus.css"); -@import url("modules/hackernews.css"); -@import url("modules/linkedin.css"); -@import url("modules/mail.css"); -@import url("modules/pinterest.css"); -@import url("modules/reddit.css"); -@import url("modules/stumbleupon.css"); -@import url("modules/tumblr.css"); -@import url("modules/twitter.css"); -@import url("modules/xing.css"); From bcd9240de32b7633ea27c98f8339e7a46e5d094c Mon Sep 17 00:00:00 2001 From: uidoyen Date: Mon, 15 Feb 2021 11:16:31 +0530 Subject: [PATCH 4/5] Disable some social share icons --- _layouts/base.html | 9 +++++++-- assets/css/custom.css | 8 ++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index 3dedde430c6..0eca0486e71 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -67,7 +67,6 @@ -