Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.i18n.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | 'mobile-frontend-login' => 'Log in', |
76 | 76 | 'mobile-frontend-placeholder' => 'Type your search here...', |
77 | 77 | 'mobile-frontend-dismiss-notification' => 'dismiss this notification', |
78 | | - 'mobile-frontend-sopa-notice' => '<strong>IMAGINE A WORLD WITHOUT FREE KNOWLEDGE</strong>,<br/>Right now, the U.S. Congress is considering legislation that could cripple this site<br/> and your ability to access information online. <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Mobile_Learn_more">Learn more</a>.', |
| 78 | + 'mobile-frontend-sopa-notice' => '<h3 id="sopa-notice">Thank you for protecting Wikipedia.</h3><br/><a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Mobile_Learn_more">(We’re not done yet.)</a>', |
79 | 79 | ); |
80 | 80 | |
81 | 81 | /** Message documentation (Message documentation) |
Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -298,4 +298,10 @@ |
299 | 299 | text-decoration: underline; |
300 | 300 | font-weight: bold; |
301 | 301 | color: #000000; |
| 302 | +} |
| 303 | + |
| 304 | +h3#sopa-notice { |
| 305 | + color: #000000; |
| 306 | + -webkit-margin-after: 0.5em; |
| 307 | + margin: 0px; |
302 | 308 | } |
\ No newline at end of file |
Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -323,4 +323,10 @@ |
324 | 324 | text-decoration: underline; |
325 | 325 | font-weight: bold; |
326 | 326 | color: #ffffff; |
| 327 | +} |
| 328 | + |
| 329 | +h3#sopa-notice { |
| 330 | + color: #000000; |
| 331 | + -webkit-margin-after: 0.5em; |
| 332 | + margin: 0px; |
327 | 333 | } |
\ No newline at end of file |