Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
152 { | 152 { |
153 visibility: visible; | 153 visibility: visible; |
154 opacity: 1; | 154 opacity: 1; |
155 } | 155 } |
156 | 156 |
157 #share-popup.visible | 157 #share-popup.visible |
158 { | 158 { |
159 -ms-transition-duration: 0.15s; | 159 -ms-transition-duration: 0.15s; |
160 transition-duration: 0.15s; | 160 transition-duration: 0.15s; |
161 } | 161 } |
162 | |
163 #upgrade-from-other-plugin | |
164 { | |
165 text-align: center; | |
166 display: none; | |
167 } | |
LEFT | RIGHT |