Advertisement
ogaraster

Ask Page

Jul 6th, 2013
25,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link rel="shortcut icon" href="{PortraitURL-24}">
  5. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  6. <meta name="viewport" content="width=820" />
  7.  
  8. <!---
  9.  
  10. Ask Page by Atlas Designs
  11. http://atlasdesigns.co/
  12.  
  13. Do not remove credit or use as a base code without permission.
  14.  
  15. --->
  16.  
  17. <style type="text/css">
  18.  
  19. #tumblr_controls{
  20. display: none;
  21. }
  22.  
  23. body {
  24. background-image:url('http://static.tumblr.com/qqwi01i/Kd3mpj423/subtle_dots.png');
  25. }
  26.  
  27. #title{
  28. width:460px;
  29. margin:auto;
  30. margin-top:120px;
  31. background-color:#f0f0f0;
  32. border:1px solid #ddd;
  33. box-shadow:0 0 3px #ebebeb;
  34. padding:20px;
  35. padding-bottom:10px;
  36. border-radius:5px;
  37. font-size:20px;
  38. letter-spacing:2px;
  39. font-family:calibri;
  40. }
  41.  
  42. #ask{
  43. z-index:999;
  44. width:460px;
  45. height:auto;
  46. opacity: 1;
  47. padding-top:20px;
  48. margin:auto;
  49. border-bottom-left-radius:5px;
  50. border-bottom-right-radius:5px;
  51. background-color:#f0f0f0;
  52. }
  53.  
  54. .back a,a:active,a:visited{
  55. font-size:10px;
  56. font-style:italic;
  57. text-decoration:none;
  58. color:#a3a3a3;
  59. color:{color:link};
  60. }
  61.  
  62. .faq,.cred{
  63. font-size:11px;
  64. line-height:12px;
  65. letter-spacing:1px;
  66. }
  67. .cred{
  68. margin-top:10px;
  69. }
  70. .cred,.cred a{
  71. font-size:11px;
  72. letter-spacing:0;
  73. text-decoration:none;
  74. color:#a3a3a3;
  75. color:{color:link};
  76. }
  77.  
  78. </style>
  79.  
  80. <body>
  81. <center>
  82.  
  83. <div id="title">ASK<br><div class="back"><a href="/">← go back</a></div>
  84. <hr width="20%">
  85. <div class="faq">
  86.  
  87. faq goes here
  88.  
  89. </div>
  90. <div id="ask">
  91. <center>
  92. <iframe frameborder="0" height="200px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="460px"></iframe>
  93. </div>
  94. <div class="cred">© <a href="http://atlasdesigns.co/">Atlas Designs</a></div>
  95. </center>
  96. </div>
  97.  
  98. </body>
  99. </html><script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=ff172da3008d79d3633516a193cc7f84"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement