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: 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 #glass-pane, #share-popup | 117 #glass-pane, #share-popup |
118 { | 118 { |
119 visibility: hidden; | 119 visibility: hidden; |
120 opacity: 0; | 120 opacity: 0; |
121 -webkit-transition-property: opacity, visibility; | 121 -webkit-transition-property: opacity, visibility; |
122 transition-property: opacity, visibility; | 122 transition-property: opacity, visibility; |
123 } | 123 } |
124 | 124 |
125 #glass-pane | 125 #glass-pane |
126 { | 126 { |
127 position: absolute; | 127 position: fixed; |
128 top: 0; | 128 top: 0; |
129 right: 0; | 129 right: 0; |
130 bottom: 0; | 130 bottom: 0; |
131 left: 0; | 131 left: 0; |
132 background: rgba(0, 0, 0, 0.5) url(/skin/ajax-loader.gif) no-repeat 50% 50%; | 132 background: rgba(0, 0, 0, 0.5) url(/skin/ajax-loader.gif) no-repeat 50% 50%; |
133 | 133 |
134 display: -webkit-box; | 134 display: -webkit-box; |
135 -webkit-box-orient: horizontal; | 135 -webkit-box-orient: horizontal; |
136 -webkit-box-pack: center; | 136 -webkit-box-pack: center; |
137 -webkit-box-align: center; | 137 -webkit-box-align: center; |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 } | 181 } |
182 } | 182 } |
183 | 183 |
184 @media (max-height: 700px) | 184 @media (max-height: 700px) |
185 { | 185 { |
186 body | 186 body |
187 { | 187 { |
188 font-size: 16px; | 188 font-size: 16px; |
189 } | 189 } |
190 } | 190 } |
OLD | NEW |