Advertisement
officialdogblog

ask

Jan 15th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title> <link rel="icon" href="{Favicon}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  11.  
  12. <meta name="image:Background" content="" />
  13. <meta name="color:Background" content="#8ab3b9" />
  14. <meta name="text:Short Message" content="hiatus" />
  15. <meta name="text:Your Url" content="scalded" />
  16.  
  17. </head>
  18.  
  19. <style type="text/css">
  20.  
  21. ::-webkit-scrollbar {
  22. width: 0px;
  23. }
  24.  
  25. body {
  26. background-color: {color:Background};
  27. background-image: url('{image:Background}');
  28. background-size: cover;
  29. background-attachment: fixed;
  30. font-family: roboto;
  31. text-transform: uppercase;
  32. }
  33.  
  34. #box {
  35. position: fixed;
  36. left: 50%;
  37. top: 50%;
  38. margin-top: -113px;
  39. margin-left: -250px;
  40. width: 500px;
  41. font-weight: 100;
  42. background-color: #fff;
  43. box-shadow: 10px 10px rgba(100, 100, 100, 0.5);
  44. }
  45.  
  46. .info {
  47. position: relative;
  48. width: 484px;
  49. padding-top: 7px;
  50. padding-left: 8px;
  51. padding-right: 8px;
  52. padding-bottom: 5px;
  53. background-color: rgba(220, 220, 220, 1);
  54. }
  55.  
  56. .overflow {
  57. overflow: hidden;
  58. }
  59.  
  60. </style>
  61.  
  62. <body>
  63.  
  64. <div id="box">
  65. <div class="info">
  66. <span class="overflow" style="float: left; font-size: 12px; margin-top: 3px; width: 390px; height: 20px; word-wrap: break-word;"> {text:Short Message}</span>
  67. <span style="float: right;"><sub>—</sub>    ☐    ✕   </span>
  68. <div style="clear: both;"></div>
  69. </div>
  70. <div style="margin-top: -2px;"></div>
  71. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:Your Url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  72. <div style="margin-bottom: -4px;"
  73. </div>
  74.  
  75. </body>
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement