Advertisement
electricmaster

tumblr CISPA Blackout message

Apr 20th, 2013
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.07 KB | None | 0 0
  1. <!--
  2. Made by ビーせんぱい.
  3. http://beesenpaitumblr.tk/
  4. -->
  5. <!DOCTYPE HTML>
  6. <html>
  7.     <head>
  8.         <title>{Title}</title>
  9.         <link rel="shortcut icon" href="{Favicon}" />
  10.         <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  11.         <style type="text/css">
  12.             html{
  13.                 background: rgb(96,96,96);
  14.                 background: -moz-radial-gradient(center, ellipse cover,  rgba(96,96,96,1) 0%, rgba(0,0,0,1) 100%);
  15.                 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(0,0,0,1)));
  16.                 background: -webkit-radial-gradient(center, ellipse cover,  rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
  17.                 background: -o-radial-gradient(center, ellipse cover,  rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
  18.                 background: -ms-radial-gradient(center, ellipse cover,  rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
  19.                 background: radial-gradient(ellipse at center,  rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
  20.                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#000000',GradientType=1 );
  21.                 background-repeat: no-repeat;
  22.                 height: 100%;
  23.             }
  24.             a, a:active, a:visited{
  25.                 color: blue;
  26.                 text-decoration: none;
  27.             }
  28.             a:hover { text-decoration: underline; }
  29.             div#container { display: table; }
  30.             div#content { display: table-cell; vertical-align: middle; }
  31.             h1{
  32.                 color: #FF0000;
  33.                 font-weight: bold;
  34.                 font-size: 48px;
  35.                 text-align: center;
  36.                 font-family: serif;
  37.                 text-shadow: 3px 3px #870000;
  38.             }
  39.             p{
  40.                 color: #FFF;
  41.                 font-size: 24px;
  42.                 text-align: center;
  43.                 font-family: serif;
  44.                 text-shadow: 2px 2px #870000;
  45.             }
  46.         </style>
  47.     </head>
  48.    
  49.     <body>
  50.         <div id="container">
  51.             <div id="content">
  52.                 <h1>This blog <span style="color: #999">h</span><span style="color: #888">a</span><span style="color: #777">s </span><span style="color: #666">g</span><span style="color: #555">o</span><span style="color: #444">n</span><span style="color: #333">e </span><span style="color: #222">b</span><span style="color: #111">l</span><span style="color: #000">ack!</span></h1>
  53.                 <p>
  54.                     I am going offline today for 24 hours starting at
  55.                     six AM GMT in protest of US Internet legislation
  56.                     <a title="Wikipedia" href="http://en.wikipedia.org/wiki/CISPA"><i>CISPA</i></a>.
  57.                     If you're not aware, CISPA aims to allow the US government to
  58.                     take personal data from websites without a warrant. This means
  59.                     that if this bill does not get vetoed, your privacy as an
  60.                     Internet user is in danger! I suggest you refrain from using the
  61.                     Internet today until six AM Tuesday morning to help protest
  62.                     CISPA.
  63.                     <br />
  64.                     <a title="Anon Insiders" href="http://anoninsiders.net/cipsa-1702/"><i>
  65.                         Read about it.
  66.                     </i></a>
  67.                     <br />
  68.                     <a title="DemandProgress" href="http://act.demandprogress.org/letter/cispa/"><i>
  69.                         Send it.
  70.                     </i></a>
  71.                     <br />
  72.                     <a href="http://www.avaaz.org/en/stop_cispa/" title="Avaaz"><i>
  73.                         Sign it.
  74.                     </i></a>
  75.                 </p>
  76.                 <p>~{Title}</p>
  77.             </div>
  78.         </div>
  79.     </body>
  80. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement