protest.html
author Eugen Sawin <sawine@me73.com>
Thu, 08 Mar 2012 02:18:51 +0100
changeset 113 7e495ed9a6cb
parent 103 72f3d56eb86f
permissions -rw-r--r--
Added more blue.
     1 <!DOCTYPE html>
     2 <html lang="en">
     3   <head>
     4     <title>ME73</title>
     5     <script type="application/javascript">
     6       var _gaq = _gaq || [];
     7       _gaq.push(['_setAccount', 'UA-2137333-1']);
     8       _gaq.push(['_trackPageview']);
     9       (function() {
    10       var ga = document.createElement('script'); ga.type = 'text/javascript';
    11       ga.async = true;
    12       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    13       + '.google-analytics.com/ga.js';
    14       var s = document.getElementsByTagName('script')[0];
    15       s.parentNode.insertBefore(ga, s);
    16       })();
    17     </script>
    18     <style type="text/css">
    19       body {
    20       background: black;
    21       font-size: 100%;
    22       font-family: Helvetica Neue, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    23       text-align: center;
    24       margin-top: 200px;
    25       color: white;
    26       }
    27       .protest { 
    28       font-size: 10em;
    29       font-weight: bold;
    30       padding-bottom: 73px;
    31       }
    32       .quote { 
    33       font-size: 1em;
    34       font-style: italic;     
    35       }
    36       .author {      
    37       font-style: normal;
    38       }
    39       .red {     
    40       color: red;
    41       }
    42     </style>
    43   </head>
    44   <body>
    45     <div class="protest">SOPA. PIPA.<span class="red"> NO.</span></div>
    46     <div class="quote">&quot;War is peace. Freedom is slavery. Ignorance is strength.&quot;<br />
    47       <div class="author">George Orwell</div>
    48     </div>
    49   </body>
    50 </html>