Advertisement
florels

ask+faq #1

Jul 16th, 2013
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-------------------------------------------------------------------------
  4. ask+faq page
  5. by florels.tumblr.com
  6. feel free to edit as you please, for any questions,
  7. just shoot me a message xo
  8. -------------------------------------------------------------------------->
  9.  
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15.  
  16. <title>{Title}</title> <!--tab title name-->
  17. <link rel="shortcut icon" href="{Favicon}"/> <!--favicon-->
  18.  
  19.  
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27. (function($){
  28. $(document).ready(function(){
  29. $("a[title]").style_my_tooltips({
  30. tip_follows_cursor:true,
  31. tip_delay_time:90,
  32. tip_fade_speed:600,
  33. attribute:"title"
  34. });
  35. });
  36. })(jQuery);
  37. </script>
  38.  
  39.  
  40.  
  41. <head>
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar {width: 5px; height: 0px; background:#ffffff;}
  57. ::-webkit-scrollbar-thumb {background:#d880a6;} /* scrollbar colour */
  58.  
  59.  
  60.  
  61.  
  62. a {
  63. color:#d880a6; /* link colour */
  64. -moz-transition-duration:0.3s;
  65. -webkit-transition-duration:0.3s;
  66. -o-transition-duration:0.3s;}
  67.  
  68. a:hover {
  69. color:#ffffff; /* link hover colour */
  70. background:#000000; /* link hover background colour */
  71. -moz-transition-duration:0.3s;
  72. -webkit-transition-duration:0.3s;
  73. -o-transition-duration:0.3s;}
  74.  
  75. #s-m-t-tooltip {
  76. display:block;
  77. background:#000000;
  78. font-size:7px;
  79. font-family:'Noto Sans';
  80. letter-spacing:1px;
  81. text-transform:uppercase;
  82. line-height:100%;
  83. color:#ffffff;
  84. text-align:center;
  85. margin-left:18px;
  86. padding:4px;
  87. min-width:45px;
  88. max-width:100px;
  89. z-index:9999;}
  90.  
  91. body{
  92. background:#ffffff;}
  93.  
  94. #box {
  95. position:absolute;
  96. top:200px;
  97. left:50%;
  98. margin-left:-245px;
  99. height:auto;
  100. font-size:10px; /* main font size */
  101. text-align:justify;
  102. width:440px; /* main width */
  103. border:5px solid #000000; /* main border colour and width */
  104. font-family:'Noto Sans'; /* main font family */
  105. padding:10px;
  106. color:#000000;}
  107.  
  108. #sidebar {
  109. position:absolute;
  110. font-family:'Noto sans'; /* sidebar font family */
  111. color:#ffffff; /* sidebar text colour */
  112. font-size:9px; /* sidebar font size */
  113. width:160px; /* sidebar width */
  114. left:50%;
  115. margin-top:110px;
  116. margin-left:-450px;
  117. padding: 13px;
  118. background:#000000; /* sidebar background colour */
  119. height:150px;
  120. text-align:justify;
  121. word-spacing:1px;}
  122.  
  123. #sidebar a{
  124. color:#ffffff;}
  125.  
  126. .title {
  127. font-family:'Playfair Display'; /* title font family */
  128. color:#ffffff; /* title text colour */
  129. letter-spacing:2px;
  130. font-size:17px;
  131. margin-left:20px;
  132. margin-top:20px;
  133. border:2px solid #ffffff; /* title border colour and width */
  134. padding:5px;
  135. width:210px;
  136. background:#000000; /* title background colour */
  137. text-align:center;}
  138.  
  139. .heading {
  140. font-size:25px; /* section heading text size */
  141. color:#000000; /* section heading text colour */
  142. margin-bottom:15px;
  143. font-family:'Playfair Display'; /* section heading font family */
  144. font-style:italic; /* italic */
  145. position:relative;
  146. border-bottom:2px solid #000000;}
  147.  
  148. .navlinks {
  149. text-align:right;}
  150.  
  151. #cred {
  152. position:fixed;
  153. font-family:'noto sans';
  154. font-size:9px;
  155. font-weight:normal;
  156. line-height:100%;
  157. letter-spacing:1px;
  158. right:10px;
  159. bottom:10px;
  160. text-align:center;
  161. padding-right:7px;
  162. padding-bottom:5px;
  163. background-color:#ffffff;
  164. }
  165.  
  166. #cred a {
  167. padding:3px;
  168. color:#d880a6;
  169. border:1px solid #d880a6;
  170. -moz-transition-duration:0.3s;
  171. -webkit-transition-duration:0.3s;
  172. -o-transition-duration:0.3s;
  173. }
  174.  
  175. #cred a:hover{
  176. color:#ffffff;
  177. border:1px solid #000000;}
  178.  
  179. {CustomCSS}
  180.  
  181. </style></head>
  182.  
  183. <body>
  184.  
  185.  
  186.  
  187. <div id="sidebar">
  188. <div class="title">custom</div> <!--main title-->
  189. <p>
  190. <u>name:</u> NAME <!--name here-->
  191. <br><u>age:</u> AGE <!--age here-->
  192. <br><u>location:</u> LOCATION <!--location here-->
  193. <!--you can also add in a hit counter and an online user code here, but please bear in mind you'll have to increase the sidebar height as well-->
  194.  
  195.  
  196.  
  197.  
  198. <div class="navlinks">
  199. <a href="http://tumblr.com/">dash</a><br>
  200. <a href="/">back to blog</a><br>
  201. <a href="http://florels.tumblr.com/">theme</a>
  202. <!--if you want to add more links here simply copy the coding above, but please bear in mind you'll have to increase the sidebar height as well-->
  203. </div></div>
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210. <div id="box">
  211.  
  212. <div class="heading">faq</div>
  213.  
  214. type faq here <!--faq can be as long as you want, because the page will automatically have a scroll bar if it needs to-->
  215.  
  216.  
  217.  
  218. <br><br><br><br><br>
  219. <div class="heading">askbox</div>
  220.  
  221. <iframe frameborder="0" height="200px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/URLHERE.tumblr.com" width="440px"></iframe>
  222. <!--IMPORTANT-->
  223. <!--make sure that you replace 'URLHERE' with your url. failure to do this properly will mean that your ask form will not work-->
  224.  
  225.  
  226.  
  227.  
  228.  
  229. <br>
  230. </div></div></div>
  231.  
  232.  
  233.  
  234. </body>
  235.  
  236.  
  237. <div id="cred"><a href="http://florels.tumblr.com/" target="_blank">© theme</a></div>
  238.  
  239.  
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement