Advertisement
awkwardpengu1n

Ask Layout 1 by awkward-pengu1n

May 20th, 2013
3,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. <!--
  2. Ask Layout #1 by Julia (awkward-pengu1n.tumblr.com)
  3. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted!
  4. You may edit this to your liking just remember to credit me :)
  5.  
  6. How to install this layout:
  7. 1.) Go to customize
  8. 2.) Add a new page where it says "pages"
  9. 3.) On the drop down at the top of the page creator window, choose "custom layout"
  10. 4.) Paste this code in the "custom html" section
  11. 5.) Edit the theme (the borders, backgrounds, and basics are done for you - just change the content of your FAQ and the links!)
  12. You're all set! If you have any issues please message me; however it may be in my tutorials (themesmadebyjulia.tumblr.com/tutorials) so be sure to check those first!
  13. -->
  14.  
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18.  
  19. <head>
  20. <script type="text/javascript">
  21. <!--
  22.  
  23. // Disable Right Click Script
  24.  
  25. function IE(e)
  26. {
  27. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  28. {
  29. return false;
  30. }
  31. }
  32. function NS(e)
  33. {
  34. if (document.layers || (document.getElementById && !document.all))
  35. {
  36. if (e.which == "2" || e.which == "3")
  37. {
  38. return false;
  39. }
  40. }
  41. }
  42. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  43.  
  44. //-->
  45. </script>
  46. </script>
  47.  
  48. <style type="text/css">
  49. @font-face {font-family:"Japan"; src: url('http://static.tumblr.com/9wzbixa/KKbm0c410/japan.ttf');}
  50. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  51. @font-face { font-family:"Hasteristico"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
  52. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  53.  
  54. iframe#tumblr_controls{
  55. z-index: 9;
  56. opacity:.5 !important;
  57. -webkit-filter: invert(100%) ;
  58. top:0px !important;
  59. right:8px !important;
  60. position: fixed!important;
  61. }
  62.  
  63. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  64.  
  65. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  66.  
  67. ::-webkit-scrollbar {width: 3px; height: 3px; background: #eeeeee;}
  68.  
  69. ::-webkit-scrollbar-thumb { background-color:#cccccc; border-bottom: 1px solid #cbcbcb; border-top: 1px solid #cbcbcb; border-left: 1px solid
  70. #cbcbcb; border-radius:10px; }
  71.  
  72. body, a, a:hover {progress;}
  73.  
  74.  
  75. /*this is the entire screen thingy*/
  76. body {
  77. padding: 0px;
  78. margin: 0px;
  79. color:#a0a0a0;
  80. font-family: pewp;
  81. line-height:9px;
  82. font-size:10px;
  83. background-color: #f7f7f7; /*this is the background color for the entire thing*/
  84. background-image:url(http://i45.tinypic.com/16jhspi.png); /*this is the background image for the entire thing*/
  85. background-attachment: fixed;
  86. background-repeat: repeat;
  87. }
  88.  
  89. a:link, a:active, a:visited{
  90. color: #aaaaaa;
  91. text-decoration: none;
  92. -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;
  93. }
  94.  
  95. a:hover {
  96. color:#f1f1f1;
  97. }
  98.  
  99. /*this is the box behind the ask*/
  100. #boxx{
  101. position:fixed;
  102. width:694px;
  103. height:200px;
  104. background-color: #f7f7f7; /*this is the background color for the ask container*/
  105. background-image:url(http://static.tumblr.com/oct6d4x/lFHm1ew9k/brushed_alu.png); /*this is the background image for the ask container*/
  106. padding:12px;
  107. padding-top:2px;
  108. margin-top:350px;
  109. margin-left:315px;
  110. border:3px double #eee;
  111. }
  112.  
  113. /*this is the box behind the faq & links*/
  114. #down{
  115. position:fixed;
  116. width:694px;
  117. height:260px;
  118. background-color: #f7f7f7; /*this is the background color for the faq & links container*/
  119. background-image:url(http://static.tumblr.com/oct6d4x/lFHm1ew9k/brushed_alu.png); /*this is the background image for the faq & links container*/
  120. padding:12px;
  121. margin-top:50px;
  122. margin-left:315px;
  123. font-family:pewp;
  124. font-size:10px;
  125. border:3px double #eee;
  126. }
  127.  
  128. /*this is the faq box*/
  129. #faq{
  130. position:fixed;
  131. width:619px;
  132. height:258px;
  133. background: #fff;
  134. overflow:auto;
  135. padding:2px;
  136. margin-top:60px;
  137. margin-left:400px;
  138. font-family:pewp;
  139. font-size:12px;
  140. line-height:14px;
  141. z-index:999;
  142. border:3px double #eee;
  143. }
  144.  
  145. /*here are some fonts for you, place font codes here*/
  146. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  147. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  148. @font-face{font-family:Lego House;src:url(http://static.tumblr.com/lyl1wkn/WRymgbxn5/vanessalovesyou.ttf);}
  149. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  150. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  151. @font-face { font-family: "fineliner"; src: url('http://static.tumblr.com/q54tzar/JcYm21fwu/fineliner_script_1_.otf'); }
  152. @font-face{font-family:Celeste Hand;src:url(http://static.tumblr.com/9wzbixa/UBpmj2h2i/celeste_hand.ttf);}
  153.  
  154. /*here are your links*/
  155. #link1 a{
  156. position:fixed;
  157. z-index:9999;
  158. opacity: 1;
  159. color: #aaaaaa;
  160. background: #fff;
  161. border:3px double #eee;
  162. border-radius:0px;
  163. display: inline-block;
  164. text-transform: none;
  165. font-family: celeste hand;
  166. font-size:20px;
  167. text-align: center;
  168. line-height:28px;
  169. width:64px;
  170. height:30px;
  171. transition: all 0.6s ease-out;
  172. -o-transition-transition: all 0.6s ease-out;
  173. -webkit-transition: all 0.6s ease-out;
  174. -moz-transition: all 0.6s ease-out;
  175. margin-top:60px;
  176. margin-left:325px;
  177. }
  178.  
  179. #link2 a{
  180. position:fixed;
  181. z-index:9999;
  182. opacity: 1;
  183. color: #aaaaaa;
  184. background: #fff;
  185. border:3px double #eee;
  186. border-radius:0px;
  187. display: inline-block;
  188. text-transform: none;
  189. font-family: celeste hand;
  190. font-size:18px;
  191. text-align: center;
  192. line-height:31px;
  193. width:64px;
  194. height:30px;
  195. transition: all 0.6s ease-out;
  196. -o-transition-transition: all 0.6s ease-out;
  197. -webkit-transition: all 0.6s ease-out;
  198. -moz-transition: all 0.6s ease-out;
  199. margin-top:106px;
  200. margin-left:325px;
  201. }
  202.  
  203. #link1 a:hover,#link2 a:hover, #link3 a:hover, #link4 a:hover, #link5 a:hover, #link6 a:hover{
  204. color:#f1f1f1;
  205. }
  206.  
  207. #link3 a{
  208. position:fixed;
  209. z-index:9999;
  210. opacity: 1;
  211. color: #aaaaaa;
  212. background: #fff;
  213. border:3px double #eee;
  214. border-radius:0px;
  215. display: inline-block;
  216. text-transform: none;
  217. font-family: celeste hand;
  218. font-size:20px;
  219. text-align: center;
  220. line-height:30px;
  221. width:64px;
  222. height:30px;
  223. transition: all 0.6s ease-out;
  224. -o-transition-transition: all 0.6s ease-out;
  225. -webkit-transition: all 0.6s ease-out;
  226. -moz-transition: all 0.6s ease-out;
  227. margin-top:153px;
  228. margin-left:325px;
  229. }
  230.  
  231. #link4 a{
  232. position:fixed;
  233. z-index:9999;
  234. opacity: 1;
  235. color: #aaaaaa;
  236. background: #fff;
  237. border:3px double #eee;
  238. border-radius:0px;
  239. display: inline-block;
  240. text-transform: none;
  241. font-family: celeste hand;
  242. font-size:20px;
  243. text-align: center;
  244. line-height:30px;
  245. width:64px;
  246. height:30px;
  247. transition: all 0.6s ease-out;
  248. -o-transition-transition: all 0.6s ease-out;
  249. -webkit-transition: all 0.6s ease-out;
  250. -moz-transition: all 0.6s ease-out;
  251. margin-top:200px;
  252. margin-left:325px;
  253. }
  254.  
  255. #link5 a{
  256. position:fixed;
  257. z-index:9999;
  258. opacity: 1;
  259. color: #aaaaaa;
  260. background: #fff;
  261. border:3px double #eee;
  262. border-radius:0px;
  263. display: inline-block;
  264. text-transform: none;
  265. font-family: celeste hand;
  266. font-size:20px;
  267. text-align: center;
  268. line-height:30px;
  269. width:64px;
  270. height:30px;
  271. transition: all 0.6s ease-out;
  272. -o-transition-transition: all 0.6s ease-out;
  273. -webkit-transition: all 0.6s ease-out;
  274. -moz-transition: all 0.6s ease-out;
  275. margin-top:247px;
  276. margin-left:325px;
  277. }
  278.  
  279. #link6 a{
  280. position:fixed;
  281. z-index:9999;
  282. opacity: 1;
  283. color: #aaaaaa;
  284. background: #fff;
  285. border:3px double #eee;
  286. border-radius:0px;
  287. display: inline-block;
  288. text-transform: none;
  289. font-family: celeste hand;
  290. font-size:20px;
  291. text-align: center;
  292. line-height:30px;
  293. width:64px;
  294. height:30px;
  295. transition: all 0.6s ease-out;
  296. -o-transition-transition: all 0.6s ease-out;
  297. -webkit-transition: all 0.6s ease-out;
  298. -moz-transition: all 0.6s ease-out;
  299. margin-top:292px;
  300. margin-left:325px;
  301. }
  302. </style>
  303.  
  304. <title>{title}</title>
  305. <link rel="shortcut icon" href="{Favicon}">
  306. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  307. <meta name="viewport" content="width=720" />
  308. </head>
  309. <body>
  310.  
  311. <div id="boxx">
  312. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></p></div></div></div>
  313.  
  314. <div id="down"></div>
  315.  
  316. <!--edit your links here-->
  317. <div class="links">
  318.  
  319. <div id="link1">
  320. <a href="/">Home</a>
  321. </div>
  322.  
  323. <div id="link2">
  324. <a href="http://tumblr.com/dashboard">Dashboard</a>
  325. </div>
  326.  
  327. <div id="link3">
  328. <a href="Link Url">Link</a>
  329. </div>
  330.  
  331. <div id="link4">
  332. <a href="Link Url">Link</a>
  333. </div>
  334.  
  335. <div id="link5">
  336. <a href="Link Url">Link</a>
  337.  
  338. <div id="link6">
  339. <!--IMPORTANT: use http://freehostedscripts.net/onlinecounter to make this stat code but first delete everything between here to the next alert thingy; then paste the code given at freehostedscripts to replace the code below-->
  340. <script language="JavaScript">
  341. var ref = (''+document.referrer+'');
  342. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2927456&e1=%&e2=%&r=' + ref + '"><\/script>');
  343. </script>
  344. <!--ok so stop deleting code here---->
  345. </div>
  346. </div></div>
  347.  
  348. <div id="faq">
  349. <div style="line-height:10px;"><br></div>
  350. <div style="font-family:good time; text-transform: none; font-size: 20px; line-height:10px;text-shadow: 2px 2px 2px #f5f5f5;"><font color='#a0a0a0'>Frequently Asked Questions</font></div>
  351. <hr noshade size=1 color=#eee><font color="aaaaaa">
  352. <!------faq begins here--->
  353. Blah blah blah your FAQ goes here. Use < br > (no space) to make a new line. If you write too much a scrollbar will appear to save you. You probably should make this pretty long or it won't look too good. There's plenty of space though so write whatever you want idc LOL.
  354.  
  355. Basic html codes (linking, bolding, italicizing, etc.) can be found at: <a href="http://html-tutorials.tumblr.com/post/28839070947/basic-codes"><b>http://html-tutorials.tumblr.com/post/28839070947/basic-codes</b></a>
  356. <!---faq ends here-->
  357. </font>
  358. </div>
  359.  
  360. <body onkeydown="return false">
  361. </body>
  362. <!--please do not remove the credit or i will be sad; seriously it's just an icon in the corner ok just please don't remove this, thanks---->
  363. <div style="border:1px solid #cdcdcd; position:fixed; left:6px; bottom:4px; font-size:15px; height:16px; padding-top:2px; line-height:15px; font-family:shit; background:#ffffff; z-index:999999;"><a href="http://awkward-pengu1n.tumblr.com" title="layout made by julia">☯</a></div>
  364. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement