Advertisement
themesbyhaleigh

faq (page #12)

Jul 15th, 2014
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. <!-- page #12 by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12.  
  13. <!-- jquery -->
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15.  
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17.  
  18. <script type="text/javascript">
  19. jQuery(document).ready(function() {
  20. jQuery(".sub").hide();
  21. //toggle the componenet with class msg_body
  22. jQuery(".cthrough").click(function()
  23. {
  24. jQuery(this).next(".sub").slideToggle(500);
  25. });});
  26. </script>
  27.  
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  29.  
  30. <script>
  31. (function($){
  32. $(document).ready(function(){
  33. $("a[title]").style_my_tooltips({
  34. tip_follows_cursor:true,
  35. tip_delay_time:30,
  36. tip_fade_speed:300,
  37. attribute:"title"
  38. });
  39. });
  40. })(jQuery);
  41. </script>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. #s-m-t-tooltip{
  47. font-size:9px;
  48. position:absolute;
  49. margin-top: 15px;
  50. letter-spacing:1px;
  51. z-index:9999;
  52. background:white;
  53. text-transform:uppercase;
  54. padding:2px 3px 2px 3px;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. width: 3px;
  59. height:auto;
  60. background:#fff;
  61. }
  62.  
  63. ::-webkit-scrollbar-corner {
  64. padding:2px;
  65. background:#fff;
  66. }
  67.  
  68. ::-webkit-scrollbar-button:vertical {
  69. height:5px;
  70. display: block;
  71. background:#333;
  72. }
  73.  
  74. ::-webkit-scrollbar-button:horizontal {
  75. width: 3px;
  76. height: 5px;
  77. display: block;
  78. background:#333;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background:#333;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background:#fff;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. background:#333;
  91. }
  92.  
  93. blockquote {
  94. padding:5px 0 5px 30px;
  95. border-left:1px solid #eee;
  96. margin:10px 30px;
  97. }
  98.  
  99. body {
  100. color:#333;
  101. font-family:calibri;
  102. font-weight:100;
  103. font-size:11px;
  104. text-align:justify;
  105. margin:0;
  106. line-height:18px;
  107. background:#fff;
  108. }
  109.  
  110. a {
  111. color:#333;
  112. text-decoration:none;
  113. }
  114.  
  115. a:hover {
  116. color:#333;
  117. }
  118.  
  119. img {
  120. border:none;
  121. text-decoration:none;
  122. }
  123.  
  124. p {
  125. margin-top:5px;
  126. margin-bottom:5px;
  127. }
  128.  
  129. #con {
  130. left:50%;
  131. margin-left:-200px;
  132. position:absolute;
  133. }
  134.  
  135. .posts {
  136. width:400px;
  137. background:white;
  138. margin:50px 0;
  139. }
  140.  
  141. .l {
  142. background:#fff;
  143. margin-top:50px;
  144. width:400px;
  145. text-align:center;
  146. font-family:calibri;
  147. text-transform:uppercase;
  148. }
  149.  
  150. #title {
  151. font-size:14px;
  152. margin-bottom:12px;
  153. text-align:center;
  154. letter-spacing:1px;
  155. font-family:calibri;
  156. text-transform:uppercase;
  157. color:black;
  158. background:#fff;
  159. padding:15px;
  160. border-bottom:1px solid #eee;
  161. }
  162.  
  163. .links {
  164. padding-bottom:10px;
  165. border-bottom:1px solid #eee;
  166. }
  167. .links a {
  168. margin:0 5px;
  169. padding:2px 5px;
  170. color:black;
  171. border:none;
  172. text-decoration:none;
  173. }
  174.  
  175. .links a:hover {
  176. text-decoration:underline;
  177. }
  178. .desc {
  179. text-transform:none;
  180. margin:10px 25px;
  181. font-family:calibri;
  182. text-align:left;
  183. }
  184.  
  185. #intro {
  186. font-size:15px;
  187. font-weight:bold;
  188. font-family:helvetica;
  189. color:black;
  190. padding-bottom:10px;
  191. padding-top:15px;
  192. text-decoration:none;
  193. }
  194.  
  195. #intro a {
  196. text-decoration:none;
  197. }
  198.  
  199. #intro a:hover {
  200. text-decoration:none;
  201. }
  202.  
  203.  
  204. </style>
  205. </head>
  206.  
  207. <body>
  208.  
  209. <!-- this is your container. it keeps everything where it is. -->
  210. <div id="con">
  211. <!-- this is your header -->
  212. <div class="l">
  213. <!-- this is your title -->
  214. <div id="title">frequently asked questions</div>
  215. <!-- these are your links -->
  216. <div class="links">
  217. <a href="/">link1</a>
  218. <a href="/">link2</a>
  219. <a href="/">link3</a>
  220. </div>
  221.  
  222. <!-- this is a scrollbar. it'll appear when you type 200px worth of text -->
  223. <div style="width:400px; height:200px; overflow-Y:scroll;">
  224. <div class="desc">
  225. <!-- this is a question -->
  226. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  227. Why didn't you answer my quesiton?
  228. </div></a>
  229. <!-- this is an answer -->
  230. <div class="sub">
  231. I’m probably asleep, making spaghetti, or watching tv. I’ll get back to you as soon as I get back on tumblr again. (if I don’t answer within a day or two, tumblr probably ate the ask, so try sending it again)
  232. </div>
  233.  
  234. <!-- this is a question -->
  235. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  236. [Photoshop stuff]
  237. </div></a>
  238. <!--this is an answer-->
  239. <div class="sub">
  240. I use PS 5.1 Extended and KMPlayer. I use my own colorings about half of the time. <a href="http://resourceme.tumblr.com/tagged/psds">Here is a good place to find psds</a>. I’ll post a psd for you if I saved it, and I’ll link you to the psd I used if I can find it (psds I absolutely love can be found <a href="/tagged/psds">here</a>). I use this sharpening action. I set my frame delay to 0.05. I download stuff from <a href="http://kickass.to">kickass</a> or <a href="http://thepiratebay.se">thepiratebay</a>.
  241. </div>
  242.  
  243. <!-- this is a question -->
  244. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  245. [Theme stuff]
  246. </div></a>
  247. <!-- this is an answer -->
  248. <div class="sub">
  249. Please state what theme you're using and describe your problem as best as you can.
  250. </div>
  251.  
  252. <!-- this is a question-->
  253. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  254. Can I use your gif as my sidebar?
  255. </div></a>
  256. <!-- this is an answer -->
  257. <div class="sub">
  258. I don't care as long as you don't repost/claim it as yours.
  259. </div>
  260.  
  261. <!-- this is a question -->
  262. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  263. Why did you unfollow me?
  264. </div></a>
  265. <!-- this is an answer -->
  266. <div class="sub">
  267. You unfollowed me first, you changed your blog type/started blogging about something else, you were being really rude or offensive, or you haven’t posted in over a month.
  268. </div>
  269.  
  270. <!-- this is a question -->
  271. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  272. How many blogs do you follow?
  273. </div></a>
  274. <!-- this is an answer -->
  275. <div class="sub">
  276. About 350. You can find them all <a href="/blogroll">here.</a>
  277. </div>
  278.  
  279. <!-- this is a question -->
  280. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  281. Follow back?
  282. </div></a>
  283. <!-- this is an answer -->
  284. <div class="sub">
  285. I check out the blog of everyone who follows me, so if I already haven't followed back, I probably won't, sorry.
  286. </div>
  287.  
  288. <!-- this is a question -->
  289. <a href="#" class="cthrough" style="cursor:help"><div id="intro">
  290. How do you pronounce your name?
  291. </div></a>
  292. <!-- this is an answer -->
  293. <div class="sub">
  294. hay-lee
  295. </div>
  296.  
  297.  
  298. </div></div>
  299.  
  300.  
  301. <!-- this is your askbox. replace 'YOURURL' with your url or else it won't work. -->
  302. <p><iframe frameborder="0" height="260" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" width="100%"></iframe></p>
  303. </div>
  304.  
  305.  
  306.  
  307. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  308.  
  309.  
  310. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement