Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical{
- background-color:black;
- border-left:5px solid white;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:black;
- }
- ::-webkit-scrollbar{
- height:5px;
- width:10px;
- background-color:white;
- }
- ::-moz-selection, ::selection{
- background-color:black;
- color:white;
- }
- body{
- background-color:white;
- font-family:times, serif;
- font-size:10px;
- letter-spacing:0px;
- color:#333;
- text-align:center;
- }
- a, a:active, a:visited{
- text-decoration:none;
- -webkit-transition:0.5s ease-in;
- -moz-transition:0.5s ease-in;
- -o-transition:0.5s ease-in;
- transition:0.5s ease-in;
- color:black;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:7px;
- padding:5px;
- }
- a:hover{
- color:black;
- }
- div{
- width:400px;
- margin:150px auto 0px;
- }
- h1{
- letter-spacing:-2px;
- font-style:italic;
- text-align:center;
- font-size:40px;
- margin-bottom:15px;
- }
- .ask{
- margin-top:50px;
- }
- .sub{
- width:250px;
- margin:20px auto 0px;
- max-height:100px;
- overflow:auto;
- text-align:justify;
- }
- </style>
- <body><div>
- <h1>i'm on hiatus</h1>
- <a href="/archive">archive</a>
- <!-- delete this if you don't want the pop up --> |
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <a class="cthrough" href="#">why?</a>
- <div class="sub">
- I had always heard your entire life flashes in front of your eyes the second before you die. You have no idea what I'm talking about, I'm sure. But don't worry... you will someday. I had always heard your entire life flashes in front of your eyes the second before you die. You have no idea what I'm talking about, I'm sure. But don't worry... you will someday. I had always heard your entire life flashes in front of your eyes the second before you die. You have no idea what I'm talking about, I'm sure. But don't worry... you will someday. I had always heard your entire life flashes in front of your eyes the second before you die. You have no idea what I'm talking about, I'm sure. But don't worry... you will someday.
- </div> <!-- until here -->
- <div class="ask"><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" width="100%"></iframe>
- <script type="text/javascript">// <![CDATA[
- // <![CDATA[
- // <![CDATA[
- document.getElementById('ask_form').allowTransparency=true;
- // ]]]]]]><![CDATA[><![CDATA[>
- // ]]]]><![CDATA[>
- // ]]></script></div>
- </div></body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment