| OLD | NEW | 
|---|
| 1 <head> | 1 <head> | 
| 2 <style> | 2 <style> | 
| 3 body | 3 body | 
| 4 { | 4 { | 
| 5   width: 650px; | 5   width: 650px; | 
| 6   margin: auto; | 6   margin: auto; | 
| 7   padding: 0px 30px 20px 30px; | 7   padding: 0px 30px 20px 30px; | 
| 8   border: 5px solid #a42c23; | 8   border: 5px solid #a42c23; | 
| 9   background: white; | 9   background: white; | 
| 10 } | 10 } | 
| (...skipping 15 matching lines...) Expand all  Loading... | 
| 26   padding-left: 140px; | 26   padding-left: 140px; | 
| 27   height: 140px; | 27   height: 140px; | 
| 28   border-radius: 7px; | 28   border-radius: 7px; | 
| 29   background-repeat: no-repeat; | 29   background-repeat: no-repeat; | 
| 30   background-size: 140px; | 30   background-size: 140px; | 
| 31   background-position: 0px 50%; | 31   background-position: 0px 50%; | 
| 32 } | 32 } | 
| 33 | 33 | 
| 34 #facebook | 34 #facebook | 
| 35 { | 35 { | 
| 36   background-image: url("/facebook.png"); | 36   background-image: url("/facebook.png"); | 
| 37   background-color: #8e9bb2; | 37   background-color: #8e9bb2; | 
| 38 } | 38 } | 
| 39 | 39 | 
| 40 #twitter | 40 #twitter | 
| 41 { | 41 { | 
| 42   background-image: url("/twitter.png"); | 42   background-image: url("/twitter.png"); | 
| 43   background-color: #64abcb; | 43   background-color: #64abcb; | 
| 44 } | 44 } | 
| 45 | 45 | 
| 46 #gplus | 46 #gplus | 
| 47 { | 47 { | 
| 48   background-image: url("/googleplus.png"); | 48   background-image: url("/googleplus.png"); | 
| 49   background-color: #cf6d5c; | 49   background-color: #cf6d5c; | 
| 50 } | 50 } | 
| 51 | 51 | 
| 52 .widget-container | 52 .widget-container | 
| 53 { | 53 { | 
| 54   position: relative; | 54   position: relative; | 
| 55   height: 118px; | 55   height: 118px; | 
| 56   top: 11px; | 56   top: 11px; | 
| 57   margin-right: 11px; | 57   margin-right: 11px; | 
| 58   border-radius: 0px 3px 3px 0px; | 58   border-radius: 0px 3px 3px 0px; | 
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 97     }(document, 'script', 'facebook-jssdk')); | 97     }(document, 'script', 'facebook-jssdk')); | 
| 98   } | 98   } | 
| 99 | 99 | 
| 100   function initTwitter() | 100   function initTwitter() | 
| 101   { | 101   { | 
| 102     !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementBy
     Id(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js
     ";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); | 102     !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementBy
     Id(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js
     ";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); | 
| 103   } | 103   } | 
| 104 | 104 | 
| 105   function initGooglePlus() | 105   function initGooglePlus() | 
| 106   { | 106   { | 
| 107 | 107 | 
| 108     var po = document.createElement('script'); po.type = 'text/javascript'; po.a
     sync = true; | 108     var po = document.createElement('script'); po.type = 'text/javascript'; po.a
     sync = true; | 
| 109     po.src = 'https://apis.google.com/js/plusone.js'; | 109     po.src = 'https://apis.google.com/js/plusone.js'; | 
| 110     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefor
     e(po, s); | 110     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefor
     e(po, s); | 
| 111   } | 111   } | 
| 112 | 112 | 
| 113   function sendDimensions() | 113   function sendDimensions() | 
| 114   { | 114   { | 
| 115     if (window.parent === window) | 115     if (window.parent === window) | 
| 116       return; | 116       return; | 
| 117 | 117 | 
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 177     <a class="twitter-follow-button" data-show-count="false" data-size="large" h
     ref="https://twitter.com/AdblockPlus">$s2$</a> | 177     <a class="twitter-follow-button" data-show-count="false" data-size="large" h
     ref="https://twitter.com/AdblockPlus">$s2$</a> | 
| 178     <a class="twitter-share-button" data-size="large" data-text="I browse the we
     b without annoying ads thanks to @AdblockPlus!" data-url="https://adblockplus.or
     g" href="https://twitter.com/share">$s3$</a> | 178     <a class="twitter-share-button" data-size="large" data-text="I browse the we
     b without annoying ads thanks to @AdblockPlus!" data-url="https://adblockplus.or
     g" href="https://twitter.com/share">$s3$</a> | 
| 179   </div> | 179   </div> | 
| 180 </div> | 180 </div> | 
| 181 | 181 | 
| 182 <div id="gplus"> | 182 <div id="gplus"> | 
| 183   <div class="widget-container"> | 183   <div class="widget-container"> | 
| 184     <div class="g-plus" data-href="https://plus.google.com/110020691898167279887
     " data-rel="publisher" data-width="500"></div> | 184     <div class="g-plus" data-href="https://plus.google.com/110020691898167279887
     " data-rel="publisher" data-width="500"></div> | 
| 185   </div> | 185   </div> | 
| 186 </div> | 186 </div> | 
| OLD | NEW | 
|---|