Advertisement
lennonthemes

Faq & ask page!

Apr 25th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1.  
  2. <!--- bonivur themes, leave all creds!!!!!! --->
  3.  
  4.  
  5. <html>
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <style type="text/css">
  16.  
  17. body {
  18. font-family:calibri;
  19. font-size:10px;
  20. background:url(http://28.media.tumblr.com/tumblr_m0lf3fr7zN1rrt2v9o1_250.jpg);
  21. overflow-x:hidden;
  22. color:#ddd
  23. }
  24.  
  25. a {
  26. text-decoration:none;
  27. color:#bbb
  28. }
  29.  
  30.  
  31. #aboutme{
  32. color:#ccc;
  33. background:#fff;
  34. width:250px;
  35. border:1px solid #f0f0f0;
  36. padding:20px;
  37. text-align:justify;
  38. margin-left:500px;
  39. margin-top:200px;
  40. position:absolute;
  41. font-family:calibri;
  42. font-size:9px;
  43. z-indeX:99;
  44. }
  45.  
  46. #title {
  47. width:270px;
  48. margin-left:500px;
  49. position:absolute;
  50. background:#f9f9f9;
  51. padding:10px;
  52. margin-top:170px;
  53. color:#b5b5b5;
  54. text-transform:uppercase;
  55. font-family:consolas;
  56. font-size:10px;
  57. letter-spacing:4px;
  58. word-spacing:3px;
  59. text-align:center;
  60. border-top:1px solid #f0f0f0;
  61. border-right:1px solid #f0f0f0;
  62. border-left:1px solid #f0f0f0;
  63. }
  64.  
  65. #linkies {
  66. margin-top:20px;
  67. margin-left:5px;
  68. }
  69.  
  70. #linkies a {
  71. width:60px;
  72. background:url(http://28.media.tumblr.com/tumblr_m0lf3fr7zN1rrt2v9o1_250.jpg);
  73. opacity:.75;
  74. color:#b5b5b5;
  75. font-size:9px;
  76. display:inline-block;
  77. padding:3px;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. margin-left:0px;
  81. margin-right:0px;
  82. margin-bottom:5px;
  83. -webkit-transition: all 0.3s ease-in-out;
  84. -moz-transition: all 0.3s ease-in-out;
  85. -o-transition: all 0.3s ease-in-out;
  86. -ms-transition: all 0.3s ease-in-out;
  87. transition: all 0.3s ease-in-out;
  88. }
  89.  
  90. #linkies a:hover {
  91. background:#fff;
  92. color:#ddd;
  93. }
  94.  
  95.  
  96. {CustomCSS}
  97. </style></head><body>
  98.  
  99.  
  100. <div id="title">
  101. mailbox
  102. </div>
  103.  
  104. <!--- dont remove! --->
  105. <div style="position:fixed; top:35px; right:5px;font-size:12px;">
  106. <a href="http://bonivur.tumblr.com">bonivur ©</a></div>
  107.  
  108. <div id="aboutme">
  109. PUT CHO FAQ HERE OK <br> breaks the line hehe
  110.  
  111. <iframe frameborder="0" border="0" scrolling="yes" width="250” height="215" allowtransparency="true" src="http://www.tumblr.com/ask_form/yoururlhere.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  112.  
  113. <div id="linkies">
  114. <center>
  115.  
  116. <a href="http://www.tumblr.com/dashboard"> DASH </a>
  117.  
  118. <a href="/"> back</a>
  119.  
  120. <a href="/archive"> ARCHIVE </a>
  121.  
  122. </center>
  123. </div>
  124. </div>
  125.  
  126.  
  127.  
  128. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement