Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Made by ビーせんぱい.
- http://beesenpaitumblr.tk/
- -->
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
- <style type="text/css">
- html{
- background: rgb(96,96,96);
- background: -moz-radial-gradient(center, ellipse cover, rgba(96,96,96,1) 0%, rgba(0,0,0,1) 100%);
- 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)));
- background: -webkit-radial-gradient(center, ellipse cover, rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
- background: -o-radial-gradient(center, ellipse cover, rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
- background: -ms-radial-gradient(center, ellipse cover, rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
- background: radial-gradient(ellipse at center, rgba(96,96,96,1) 0%,rgba(0,0,0,1) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#000000',GradientType=1 );
- background-repeat: no-repeat;
- height: 100%;
- }
- a, a:active, a:visited{
- color: blue;
- text-decoration: none;
- }
- a:hover { text-decoration: underline; }
- div#container { display: table; }
- div#content { display: table-cell; vertical-align: middle; }
- h1{
- color: #FF0000;
- font-weight: bold;
- font-size: 48px;
- text-align: center;
- font-family: serif;
- text-shadow: 3px 3px #870000;
- }
- p{
- color: #FFF;
- font-size: 24px;
- text-align: center;
- font-family: serif;
- text-shadow: 2px 2px #870000;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="content">
- <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>
- <p>
- I am going offline today for 24 hours starting at
- six AM GMT in protest of US Internet legislation
- <a title="Wikipedia" href="http://en.wikipedia.org/wiki/CISPA"><i>CISPA</i></a>.
- If you're not aware, CISPA aims to allow the US government to
- take personal data from websites without a warrant. This means
- that if this bill does not get vetoed, your privacy as an
- Internet user is in danger! I suggest you refrain from using the
- Internet today until six AM Tuesday morning to help protest
- CISPA.
- <br />
- <a title="Anon Insiders" href="http://anoninsiders.net/cipsa-1702/"><i>
- Read about it.
- </i></a>
- <br />
- <a title="DemandProgress" href="http://act.demandprogress.org/letter/cispa/"><i>
- Send it.
- </i></a>
- <br />
- <a href="http://www.avaaz.org/en/stop_cispa/" title="Avaaz"><i>
- Sign it.
- </i></a>
- </p>
- <p>~{Title}</p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement