Advertisement
planthed

faq page 11

Nov 19th, 2015
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed ★彡
  4.  
  5. keep the creds u lil bitch (◡‿◡✿)
  6.  
  7. — http://painthemes.tumblr.com/
  8. — http://planthed.tumblr.com/
  9.  
  10. ------>
  11.  
  12. <html lang="en">
  13. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script type="text/javascript" src="http://static.tumblr.com/dbhjqlo/rd3nc0jpe/effectsxp.txt"></script>
  17. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){$(document)
  20. .ready(function(){$("[title]")
  21. .style_my_tooltips();});})
  22. (jQuery);
  23. </script>
  24.  
  25. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  26. </script>
  27.  
  28. <style type="text/css">
  29.  
  30.  
  31. body {
  32. padding:0px;
  33. margin:0px;
  34. color:#999;
  35. font-family: arial;
  36. line-height:9px;
  37. font-size:10px;
  38. background-color:#fbfbfb; /*change the color of your background*/
  39. background-image:url();
  40. background-attachment: fixed;
  41. background-repeat: repeat;
  42. }
  43.  
  44. a:link, a:active, a:visited{
  45. color:#000;
  46. text-decoration:none;
  47. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  48. }
  49.  
  50.  
  51. a:hover {
  52. font-style:italic;
  53. }
  54.  
  55.  
  56.  
  57. /*faq box*/
  58.  
  59. #ask{
  60. margin-top:200px;
  61. height:170px;
  62. font-size:11px;
  63. z-index:999999;
  64. margin-left:450px;
  65. position: fixed;
  66. width:400px;
  67. padding:25px;
  68. font-style:italic;
  69. line-height:17px;
  70. font-family:calibri;
  71. color:#000;
  72. background:#fff;
  73. border:1px solid #eee;
  74. }
  75.  
  76. #links {
  77. margin-top:140px;
  78. display: block;
  79. position: fixed;
  80. z-index:99999999;
  81. opacity:1;
  82. margin-left:400px;
  83. }
  84.  
  85. /*custom links*/
  86.  
  87. #links a {
  88. display:block;
  89. padding:10px;
  90. background:#fff;
  91. z-index:9999;
  92. border:1px solid #eee;
  93. text-transform:uppercase;
  94. font-size:15px;
  95. margin-top:10px;
  96. z-index:99999;
  97. text-align:center;
  98. line-height:13px;
  99. }
  100.  
  101. #links a:hover{
  102. background:#000;
  103. color:#fff;
  104. border-radius:0px;
  105. border:1px solid #000;
  106. box-shadow:inset 0px 0px 0px 20px #000;}
  107.  
  108. #s-m-t-tooltip{
  109. max-width:300px;
  110. padding:5px;
  111. margin:20px 0px 0px 20px;
  112. background-color:white;
  113. font-family:calibri;
  114. font-size:8px;
  115. text-transform:uppercase;
  116. color:#000;
  117. border:1px solid #eee;
  118. letter-spacing:1px;
  119. opacity:1;
  120. z-index:9999999999999999999;
  121. }
  122.  
  123. /*title box*/
  124.  
  125. #title{
  126. text-transform:lowercase;
  127. font-family:helvetica;
  128. font-weight:bold;
  129. margin-top:150px;
  130. margin-left:450px;
  131. width:420px;
  132. font-size:25px;
  133. text-align:left;
  134. font-style:normal;
  135. letter-spacing:-1px;
  136. z-index:99999999;
  137. color:#000;
  138. padding:15px;
  139. background:#fff;
  140. border:1px solid #eee;
  141. position:fixed;}
  142.  
  143.  
  144.  
  145. .click{
  146. text-transform:uppercase;
  147. font-family:Helvetica;
  148. position:fixed;
  149. font-size:20px;
  150. margin-top:-6px;
  151. margin-left:30px;
  152. color:#000;
  153. z-index:99999999999999999999999;
  154. height:20px;
  155. }
  156.  
  157.  
  158.  
  159. .juas{
  160. display:none;
  161. font-style:italic;
  162. color:#fff;
  163. position:fixed;
  164. margin-top:40px;
  165. width:420px;
  166. }
  167.  
  168. </style>
  169.  
  170. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  171. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  172.  
  173. <script type="text/javascript">
  174. $(document).ready(function(){
  175. $(".juas").hide();
  176. $(".click").click(function(){
  177. $(this).next(".juas").slideToggle('fast');
  178. }); }); </script>
  179.  
  180.  
  181. <title>{name}'s ask box</title>
  182. <link rel="shortcut icon" href="{favicon}">
  183.  
  184.  
  185.  
  186. </head>
  187. <body>
  188.  
  189.  
  190. <div id="links">
  191. <a title="title 1" href="/"><i class="fa fa-home"></i></a>
  192. <a title="title 2 " href="/"><i class="fa fa-refresh"></i></a>
  193. <a title="title 3" href="/"><i class="fa fa-search"></i></a>
  194. <a title="title 4" href="/"><i class="fa fa-user"></i></a>
  195. <a title="title 5" href="/"><i class="fa fa-wrench"></i></a>
  196. <a title="theme credit" href="http://planthed.tumblr.com"><i class="fa fa-star"></i></a>
  197.  
  198. </div>
  199.  
  200.  
  201.  
  202. <div id="ask">
  203.  
  204. write here your faq
  205.  
  206. </div>
  207.  
  208. <div id="title">read before ask
  209. <a title="click here for my ask box" class="click">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i class="fa fa-envelope"></i></a>
  210. </a>
  211. <div class="juas">
  212. <iframe frameborder="0" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" height="190px" width="100%">
  213. </div></div>
  214. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement