| OLD | NEW |
| 1 body | 1 body |
| 2 { | 2 { |
| 3 font-family: Arial, Helvetica, sans-serif; | 3 font-family: Arial, Helvetica, sans-serif; |
| 4 font-size: 1.1em; | 4 font-size: 1.1em; |
| 5 text-align: center; | 5 text-align: center; |
| 6 background-image: url(../img/background.png); | 6 background-image: url(../img/background.png); |
| 7 margin: auto; | 7 margin: auto; |
| 8 line-height: 1.5; | 8 line-height: 1.5; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 } | 70 } |
| 71 | 71 |
| 72 html.share-variant-1 #share1, | 72 html.share-variant-1 #share1, |
| 73 html.share-variant-2 #share2 | 73 html.share-variant-2 #share2 |
| 74 { | 74 { |
| 75 display: block; | 75 display: block; |
| 76 } | 76 } |
| 77 | 77 |
| 78 .share-image | 78 .share-image |
| 79 { | 79 { |
| 80 width: 64px; | 80 width: 82px; |
| 81 height: 64px; | 81 height: 82px; |
| 82 } | 82 } |
| 83 | 83 |
| 84 #share-images2 | 84 #share-images2 |
| 85 { | 85 { |
| 86 box-shadow: 0 0 4px 3px #EEEEEE; | 86 box-shadow: 0 0 4px 3px #EEEEEE; |
| 87 border-radius: 5px; | 87 border-radius: 5px; |
| 88 background: #FFFFFF; | 88 background: #FFFFFF; |
| 89 padding: 10px 40px; | 89 padding: 10px 40px; |
| 90 margin-bottom: 30px; | 90 margin-bottom: 30px; |
| 91 } | 91 } |
| (...skipping 17 matching lines...) Expand all Loading... |
| 109 background-repeat: repeat-x; | 109 background-repeat: repeat-x; |
| 110 } | 110 } |
| 111 | 111 |
| 112 #share2-connection | 112 #share2-connection |
| 113 { | 113 { |
| 114 margin: 0px 20px; | 114 margin: 0px 20px; |
| 115 } | 115 } |
| 116 | 116 |
| 117 .share-facebook | 117 .share-facebook |
| 118 { | 118 { |
| 119 background-image: url(../img/social/facebook-old.png); | 119 background-image: url(../img/social/facebook.png); |
| 120 } | 120 } |
| 121 | 121 |
| 122 .share-twitter | 122 .share-twitter |
| 123 { | 123 { |
| 124 background-image: url(../img/social/twitter-old.png); | 124 background-image: url(../img/social/twitter.png); |
| 125 } | 125 } |
| 126 | 126 |
| 127 .share-gplus | 127 .share-gplus |
| 128 { | 128 { |
| 129 background-image: url(../img/social/gplus-old.png); | 129 background-image: url(../img/social/gplus.png); |
| 130 } | 130 } |
| 131 | 131 |
| 132 #glass-pane, #share-popup | 132 #glass-pane, #share-popup |
| 133 { | 133 { |
| 134 visibility: hidden; | 134 visibility: hidden; |
| 135 opacity: 0; | 135 opacity: 0; |
| 136 -ms-transition-property: opacity, visibility; | 136 -ms-transition-property: opacity, visibility; |
| 137 transition-property: opacity, visibility; | 137 transition-property: opacity, visibility; |
| 138 } | 138 } |
| 139 | 139 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 160 { | 160 { |
| 161 visibility: visible; | 161 visibility: visible; |
| 162 opacity: 1; | 162 opacity: 1; |
| 163 } | 163 } |
| 164 | 164 |
| 165 #share-popup.visible | 165 #share-popup.visible |
| 166 { | 166 { |
| 167 -ms-transition-duration: 0.15s; | 167 -ms-transition-duration: 0.15s; |
| 168 transition-duration: 0.15s; | 168 transition-duration: 0.15s; |
| 169 } | 169 } |
| OLD | NEW |