Advertisement
Guest User

ask

a guest
Jun 28th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1.  
  2.  
  3. <html lang="en">
  4. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <head>
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  22.  
  23. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  24.  
  25. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  26.  
  27. #biter
  28.  
  29. #bite a {display:block}
  30.  
  31. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  32.  
  33. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  34.  
  35.  
  36. #s-m-t-tooltip{
  37. padding-top: 6px;
  38. padding-bottom: 6px;
  39. padding-right: 6px;
  40. padding-left: 6px;
  41. font-style: bold;
  42. color: #000;
  43. border:2px solid #69B1FF; /* change the border color */
  44. border-radius: 0px;
  45. font-size: 13px;
  46. font-family: 'pewp';
  47. text-align: center;
  48. height: 10px;
  49. min-width:auto;
  50. display: none;
  51. margin:20px 0px 0px 20px;
  52. position: absolute;
  53. line-height: 14px;
  54. z-index: 999999999999999999999999999999;
  55. background-color: #fff;
  56.  
  57. }
  58. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  59.  
  60. @font-face{font-family:"Ashley Marie";src:url('http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf');}
  61.  
  62. @font-face { font-family: "Spring Script"; src: url('http://static.tumblr.com/nsmrhzp/E0qm5a7f1/spring_script.ttf');}
  63.  
  64. @font-face { font-family: "doodlie"; src: url('http://static.tumblr.com/gap6f4b/6eBmi2ybu/djb_doodlie_beans.ttf'); }
  65.  
  66. @font-face { font-family: "fine"; src: url('http://static.tumblr.com/q54tzar/JcYm21fwu/fineliner_script_1_.otf'); }
  67.  
  68. @font-face { font-family: "Hope"; src: url('http://static.tumblr.com/wgumr3l/nvgmkyg5c/kgonlyhope.ttf'); }
  69.  
  70. @font-face{font-family:"Lego";src:url('http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf');}
  71.  
  72. @font-face {font-family: "Skinny Jeans"; src:url('http://static.tumblr.com/9wzbixa/giym2g6nj/_skinny__jeans_solid.ttf');}
  73.  
  74. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  75.  
  76. @font-face {font-family: 'learningcurve'; src: url('http://static.tumblr.com/vxprqbq/eKWmn0mlv/always_forever.ttf'); }
  77.  
  78. ::-webkit-scrollbar {
  79. width: 8px;
  80. background-color: #fff;
  81. }
  82.  
  83. ::-webkit-scrollbar-track {
  84. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  85. border-radius: 10px;
  86. background-color: #fff;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. border-radius: 10px;
  91. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  92. background-color: #bbb;
  93. }
  94.  
  95. ::-webkit-scrollbar-corner {
  96.  
  97. background: #transparent;
  98.  
  99. }
  100.  
  101.  
  102. #tumblr_controls{position:fixed !important;-webkit-filter: invert(100%);}
  103.  
  104.  
  105.  
  106. p {
  107. margin:0px;
  108. margin-top:0px;
  109. }
  110.  
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color:;
  116. font-family: pewp;
  117. line-height:13px;
  118. font-size:12px;
  119. background:url('http://i1291.photobucket.com/albums/b550/kaeleighfoss/tumblr_mhwz8iXf1n1s5um8no1_250_zpsf7908dd3.png');
  120. background-attachment: fixed;
  121. background-repeat: repeat;
  122. background-size: cover;
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. transition: color 0.3s ease-out;
  131. color:black;
  132. }
  133.  
  134. a:hover {
  135. color:white;
  136. text-shadow:0px 0px 10px #000;
  137. text-decoration:line-through;
  138. font-style:;
  139. color: ;
  140. }
  141.  
  142.  
  143. div#dick{
  144. width:300px;
  145. height:auto;
  146. padding:13px;
  147. box-shadow:0px 0px 10px #000;
  148. border:5px double #ccc;
  149. background:white;
  150. font-family:pewp;
  151. text-shadow:2px 2px 10px #69B1FF;
  152. font-size:15px;
  153. margin-top:20px;
  154. margin-left:15px;
  155. line-height:20px;
  156. text-align:center;
  157. overflow:auto;
  158. }
  159.  
  160. div#fag{
  161. width:700px;
  162. height:auto;
  163. padding:13px;
  164. box-shadow:0px 0px 10px #000;
  165. border:5px double #ccc;
  166. background:white;
  167. font-family:ashley marie;
  168. text-shadow:2px 2px 10px #00ffff;
  169. font-size:35px;
  170. margin-top:-55px;
  171. margin-left:390px;
  172. line-height:20px;
  173. text-align:center;
  174. overflow:auto;
  175. }
  176.  
  177. div#fag2{
  178. color:#6B6B6B;
  179. text-shadow:2px 1px 2px #69B1FF;
  180. width:600px;
  181. height:500px;
  182. overflow:auto;
  183. padding:13px;
  184. box-shadow:0px 0px 10px #000;
  185. border:5px double #ccc;
  186. background:white;
  187. font-family:pewp;
  188. font-size:15px;
  189. margin-top:30px;
  190. margin-left:15px;
  191. line-height:20px;
  192. text-align:left;
  193.  
  194. }
  195.  
  196. div#faggot{
  197. color:#6B6B6B;
  198. text-shadow:2px 1px 2px #69B1FF;
  199. width:600px;
  200. height:250px;
  201. overflow:auto;
  202. padding:13px;
  203. box-shadow:0px 0px 10px #000;
  204. border:5px double #ccc;
  205. background:white;
  206. font-family:pewp;
  207. font-size:15px;
  208. margin-top:-535px;
  209. margin-left:700px;
  210. line-height:20px;
  211. text-align:left;
  212.  
  213. }
  214.  
  215. div#faggot2{
  216. color:#6B6B6B;
  217. text-shadow:2px 1px 2px #69B1FF;
  218. width:600px;
  219. height:200px;
  220. overflow:auto;
  221. padding:13px;
  222. box-shadow:0px 0px 10px #000;
  223. border:5px double #ccc;
  224. background:white;
  225. font-family:pewp;
  226. font-size:15px;
  227. margin-top:15px;
  228. margin-left:700px;
  229. line-height:20px;
  230. text-align:left;
  231.  
  232. }
  233.  
  234. div#fag3{
  235. color:#6B6B6B;
  236. text-shadow:2px 1px 2px #69B1FF;
  237. width:6px;
  238. height:4px;
  239. overflow:auto;
  240. padding:10px;
  241. overflow:hidden;
  242. box-shadow:0px 0px 10px #000;
  243. border:5px double #ccc;
  244. background:white;
  245. font-family:pewp;
  246. font-size:20px;
  247. margin-top:250px;
  248. margin-left:5px;
  249. line-height:10px;
  250. text-align:center;
  251.  
  252. }
  253.  
  254. piss{
  255. text-transform:normal;
  256. text-shadow:2px 2px 10px #00ffff;
  257. z-index: 1;
  258. }
  259.  
  260. </style>
  261.  
  262. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  263. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  264. <script>
  265. (function($){
  266. $(document).ready(function(){
  267. $("a[title]").style_my_tooltips({
  268. tip_follows_cursor:true,
  269. tip_delay_time:90,
  270. tip_fade_speed:600,
  271. attribute:"title"
  272. });
  273. });
  274. })(jQuery);
  275. </script>
  276.  
  277. <script type="text/javascript">
  278.  
  279.  
  280. <script type="text/javascript"
  281. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  282.  
  283.  
  284. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  285. <link href='http://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. <body>
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. </body>
  314. <div id="dick">
  315.  
  316. <a href="/" title="back to my blog!">⏎ Back to blog</a> &middot
  317.  
  318. <a href="/links" title="more links">Links</a> &middot
  319.  
  320. <a href="http://tumblr.com/dashboard" title="bye:o">Dashboard</a>
  321. &middot
  322. <a href="http://coastaldolphins.tumblr.com/" title="layout by rylee!">Credit</a> &middot
  323. </div>
  324.  
  325. <div id="fag">
  326.  
  327. ~Message Me!~
  328.  
  329. </div>
  330.  
  331.  
  332.  
  333.  
  334. <div id="fag2">
  335.  
  336. so yeah your faq can go here<br>
  337. write whatever you want<br>
  338. it can be however long you want because it will scroll<br>
  339. dont worry this doesnt look like poop<br>
  340. do not remove credit, i made this from scratch<br>
  341. if you didnt catch on, this theme matches my first link layout theme<br>
  342. so yeah you can have a set if you'd desire lol<br>
  343. if you have any ideas for link/ask layouts feel free to let me know<br>
  344. i still like the simplicity of this layout<br>
  345. please dont forget to activate your ask box okay<br>
  346. just replace "yoururlhere" with your url okay its at the bottom basically right under this<br>
  347.  
  348.  
  349. </div>
  350.  
  351.  
  352. <div id="faggot">
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. Get to know me!
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. </div>
  370.  
  371.  
  372. <div id="faggot2">
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379. <center><iframe frameborder="0" border="0" scrolling="no" width="600" height="200" allowtransparency="true" src="http://www.tumblr.com/ask_form/yoururlhere.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></center>
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. </div>
  387.  
  388.  
  389.  
  390.  
  391. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement