| OLD | NEW |
| 1 html, body | 1 html, body |
| 2 { | 2 { |
| 3 height: 100%; | 3 height: 100%; |
| 4 } | 4 } |
| 5 | 5 |
| 6 html | 6 html |
| 7 { | 7 { |
| 8 font-family: Arial, Sans-serif; | 8 font-family: Arial, Sans-serif; |
| 9 font-size: 14px; | 9 font-size: 14px; |
| 10 background-color: white; | 10 background-color: white; |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 #feature-language | 115 #feature-language |
| 116 { | 116 { |
| 117 background-image: url(../img/features/language.png); | 117 background-image: url(../img/features/language.png); |
| 118 } | 118 } |
| 119 | 119 |
| 120 #feature-exceptions | 120 #feature-exceptions |
| 121 { | 121 { |
| 122 background-image: url(../img/features/adblocking.png); | 122 background-image: url(../img/features/adblocking.png); |
| 123 } | 123 } |
| 124 | 124 |
| 125 #feature-acceptable | |
| 126 { | |
| 127 background-image: url(../img/features/acceptable.png); | |
| 128 } | |
| 129 | |
| 130 .feature button | 125 .feature button |
| 131 { | 126 { |
| 132 cursor: pointer; | 127 cursor: pointer; |
| 133 position: relative; | 128 position: relative; |
| 134 top: 0px; | 129 top: 0px; |
| 135 padding: 5px 10px; | 130 padding: 5px 10px; |
| 136 *padding: 2px 3px; | 131 *padding: 2px 3px; |
| 137 font-weight: none; | 132 font-weight: none; |
| 138 font-size: inherit; | 133 font-size: inherit; |
| 139 color: white; | 134 color: white; |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 transition: opacity .5s ease, bottom .3s ease; | 296 transition: opacity .5s ease, bottom .3s ease; |
| 302 } | 297 } |
| 303 | 298 |
| 304 #social ul li:hover, | 299 #social ul li:hover, |
| 305 #social ul li.Hover | 300 #social ul li.Hover |
| 306 { | 301 { |
| 307 top: -30px; | 302 top: -30px; |
| 308 opacity: 1; | 303 opacity: 1; |
| 309 filter: alpha(opacity=100); | 304 filter: alpha(opacity=100); |
| 310 } | 305 } |
| OLD | NEW |