Advertisement
marrkhoppus

New Url Page With Hover Ask Box

May 6th, 2014
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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. <meta name="text:askbox title" content="hover for ask box"/>
  17. <style type="text/css">
  18. #ask {padding:5px;width:200px;}
  19. #hover:hover {bottom:0px;}
  20. #hover a{color:#AAA;}
  21. #hover {
  22. left:50px;
  23. bottom:-255px;
  24. position:fixed;
  25. background:#FFF;
  26. padding:10px 5px;
  27. width:200px;
  28. font-family:calibri;
  29. font-size:10px;
  30. letter-spacing:1px;
  31. text-transform:uppercase;
  32. border:1px solid #EEE;
  33. transition: 1s ease;
  34. -o-transition: 1s ease;
  35. -moz-transition: 1s ease;
  36. -webkit-transition: 1s ease;}a
  37.  
  38.  
  39. ::-webkit-scrollbar-thumb{
  40. background-color: #b8b8b8;
  41. border: 2px solid #fff;
  42. height:auto;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:auto;
  47. width:9px;
  48. background-color: #b8b8b8;
  49. border: 4px solid #fff;
  50. }
  51.  
  52. body {
  53. background-color: #fff;
  54. font-size: 10px;
  55. text-align: center;
  56. line-height: 100%;
  57. }
  58.  
  59. a:link, a:active, a:visited {
  60. color: #b8b8b8;
  61. text-decoration: none;
  62. -webkit-transition: all 0.3s ease-in-out;
  63. -moz-transition: all 0.3s ease-in-out;
  64. }
  65.  
  66. a:hover {
  67. color: #696969;
  68. text-decoration: none;
  69. -webkit-transition: all 0.3s ease-in-out;
  70. -moz-transition: all 0.3s ease-in-out;
  71. }
  72.  
  73.  
  74.  
  75. #title{
  76. font-family:'bell mt';
  77. font-size:25px;
  78. color:#3b3b3b;
  79. padding: 5px;
  80. text-align:center;
  81. width:470px;
  82. margin:auto;
  83. margin-top:200px;
  84. }
  85.  
  86.  
  87. .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; }
  88.  
  89. .cover {
  90. position: relative;z-index: 1; width: 90px; float:left;}
  91.  
  92.  
  93.  
  94. </style>
  95. <body>
  96.  
  97. <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>
  98.  
  99. <div class="credit"><a href="http://marrkhoppus.tumblr.com/">marrkhoppus</a></div>
  100.  
  101. <div id="hover"><center>{text:askbox title}
  102. <div id="ask"><p><iframe frameborder="0" height="270" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe></p></div></center></div>
  103.  
  104. </body>
  105.  
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement