| LEFT | RIGHT |
| 1 body | 1 body |
| 2 { | 2 { |
| 3 font-family: Arial, Helvetica, sans-serif; | 3 font-family: Arial, Helvetica, sans-serif; |
| 4 font-size: 20px; | 4 font-size: 20px; |
| 5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); | 5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); |
| 6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F
4F3); | 6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F
4F3); |
| 7 background-size: 5px 5px; | 7 background-size: 5px 5px; |
| 8 max-width: 800px; | 8 max-width: 800px; |
| 9 margin: auto; | 9 margin: auto; |
| 10 line-height: 1.5; | 10 line-height: 1.5; |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 -webkit-box-align: center; | 129 -webkit-box-align: center; |
| 130 | 130 |
| 131 display: box; | 131 display: box; |
| 132 box-orient: horizontal; | 132 box-orient: horizontal; |
| 133 box-pack: center; | 133 box-pack: center; |
| 134 box-align: center; | 134 box-align: center; |
| 135 } | 135 } |
| 136 | 136 |
| 137 #share-popup | 137 #share-popup |
| 138 { | 138 { |
| 139 width: 550px; | |
| 140 height: 550px; | |
| 141 border: none; | 139 border: none; |
| 142 } | 140 } |
| 143 | 141 |
| 144 #glass-pane, #share-popup | 142 #glass-pane, #share-popup |
| 145 { | 143 { |
| 146 visibility: hidden; | 144 visibility: hidden; |
| 147 opacity: 0; | 145 opacity: 0; |
| 148 -webkit-transition-property: opacity, visibility; | 146 -webkit-transition-property: opacity, visibility; |
| 149 transition-property: opacity, visibility; | 147 transition-property: opacity, visibility; |
| 150 } | 148 } |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 } | 188 } |
| 191 } | 189 } |
| 192 | 190 |
| 193 @media (max-height: 700px) | 191 @media (max-height: 700px) |
| 194 { | 192 { |
| 195 body | 193 body |
| 196 { | 194 { |
| 197 font-size: 16px; | 195 font-size: 16px; |
| 198 } | 196 } |
| 199 } | 197 } |
| LEFT | RIGHT |