Advertisement
marrkhoppus

New Url Page

Apr 3rd, 2014
5,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!--
  4.  
  5. Go to marrkhoppus.tumblr.com if you have any questions. Enjoy :)
  6.  
  7. new url page by jenny (marrkhoppus.tumblr.com)
  8.  
  9. -->
  10.  
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. </head>
  15. <meta name="text:newurl" content="new url" />
  16. <style type="text/css">
  17.  
  18.  
  19.  
  20. ::-webkit-scrollbar-thumb{
  21. background-color: #b8b8b8;
  22. border: 2px solid #fff;
  23. height:auto;
  24. }
  25.  
  26. ::-webkit-scrollbar {
  27. height:auto;
  28. width:9px;
  29. background-color: #b8b8b8;
  30. border: 4px solid #fff;
  31. }
  32.  
  33. body {
  34. background-color: #fff;
  35. font-size: 10px;
  36. text-align: center;
  37. line-height: 100%;
  38. }
  39.  
  40. a:link, a:active, a:visited {
  41. color: #b8b8b8;
  42. text-decoration: none;
  43. -webkit-transition: all 0.3s ease-in-out;
  44. -moz-transition: all 0.3s ease-in-out;
  45. }
  46.  
  47. a:hover {
  48. color: #696969;
  49. text-decoration: none;
  50. -webkit-transition: all 0.3s ease-in-out;
  51. -moz-transition: all 0.3s ease-in-out;
  52. }
  53.  
  54. #title{
  55. font-family:'bell mt';
  56. font-size:25px;
  57. color:#3b3b3b;
  58. padding: 5px;
  59. text-align:center;
  60. width:470px;
  61. margin:auto;
  62. margin-top:200px;
  63. }
  64.  
  65.  
  66. .credit {position:fixed; bottom:15px; right:15px; font: 8px cambria, sans-serif; background: transparent; border: 0px solid #f2f2f2; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  67.  
  68. .cover {
  69. position: relative;z-index: 1; width: 90px; float:left;}
  70.  
  71.  
  72.  
  73. </style>
  74. <body>
  75.  
  76. <div id="title"><img src="http://static.tumblr.com/oy0dgqq/HMSn3h9de/tumblr_mh8oxtqf1x1rl43djo1_500.png"></a><br><br><br><br>now at <a href="http://{text:newurl}.tumblr.com">{text:newurl}</a></div>
  77.  
  78. <div class="credit"><a href="http://marrkhoppus.tumblr.com/">marrkhoppus</a></div>
  79.  
  80.  
  81. </body>
  82.  
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement