Advertisement
purethought-s

Theme #5: Bankrupt

Mar 3rd, 2013
2,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.62 KB | None | 0 0
  1. <!-- Bankrupt Theme by restorinq
  2. Please keep credit and do not claim as your own otherwise I will make soup out of your brains and feed it to my cat. Thanks!
  3. Also, DO NOT move credit to a secondary page, because that is just rude.
  4. -->
  5. <head>
  6.  
  7. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Sidebar Background" content="#000000">
  18. <meta name="color:Sidebar Text" content="#ffffff">
  19. <meta name="color:Text" content="#000000"/>
  20. <meta name="color:Title" content="#d1b98d"/>
  21. <meta name="color:Link" content="#d1b98d"/>
  22. <meta name="image:Header" content=""/>
  23. <meta name="color:Link Hover" content="#cccccc"/>
  24. <meta name="color:Scrollbar" content="#000000"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="color:Blogtitle" content="#d1b98d"/>
  27. <meta name="if:Show Ask Link" content="1"/>
  28. <meta name="if:Show Archive Link" content="1"/>
  29. <meta name="font:Body Font" content="Calibri" />
  30. <meta name="text:Body Font Size" content="11" />
  31. <meta name="text:Title Font Size" content="35" />
  32. <meta name="text:Ask Link" content="message" />
  33. <meta name="text:Archive Link" content="past" />
  34. <meta name="if:Post Shadow" content="1" />
  35. <meta name="if:Show Photo Permalinks" content="1"/>
  36. <meta name="if:Three columns" content="1" />
  37. <meta name="if:title font" content="1"/>
  38.  
  39. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  40. <script type="text/javascript">
  41. $(document).ready(function () {
  42. $('li.drawer div:nth-child(2)').hide();
  43. $('li.drawer h4').click(function () {
  44. if ($(this).hasClass('open')) {
  45. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  46. else {
  47. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  48. $(this).next().slideDown();
  49. $(this).addClass('open');}
  50. });
  51. });
  52. </script>
  53.  
  54. <style type="text/css">
  55.  
  56. @font-face {font-family: "Clearly"; src:url('http://static.tumblr.com/0o02lya/Tx2mhbph4/princ___.ttf');}
  57.  
  58. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-color:{color:background};}
  59. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  60.  
  61.  
  62. ::-webkit-scrollbar {width: 5px; height: 5px; background: #fff;}
  63.  
  64. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  65.  
  66. iframe#tumblr_controls {right:3px !important; position: fixed !important;bottom:5px !important;-webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  67.  
  68. iframe#tumblr_controls:hover{-webkit-transition:linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  69.  
  70. #scrollToTop:link,#scrollToTop:visited {z-index:9999; color: transparent; background-color: transparent; display: none; position: fixed; bottom: 20px; right: 3px;}
  71.  
  72. a.btn{opacity 0.7s;position:absolute;z-index:999999999999;top:28px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}
  73. a.btn,a.btn:hover{color:white!important}
  74. .btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
  75. .btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); }.btn img{opacity 0.7s;width:15px;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); }.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  76. .wrapper{
  77. margin: 0px auto;
  78. width: 802px;
  79. }
  80.  
  81. .header{
  82. float: left;
  83. width: 100%;
  84. }
  85.  
  86. .left{
  87. float: left;
  88. margin-right: 20px;
  89. width: 802px;
  90. }
  91.  
  92. .right{
  93. float: right;
  94. width: 200px;
  95. background-color: {color:Background};
  96. }
  97.  
  98. body {
  99. margin: 0px;
  100. background-color:{color:background};
  101. background-image:url({image:Background});
  102. font-family:{font:Body Font};
  103. font-size:{text:Body Font Size}px;
  104. color:{color:Text};
  105. background-attachment: fixed;
  106. background-repeat: repeat;
  107. background-position: center;
  108. }
  109.  
  110.  
  111. @font-face {
  112. font-family:Brain Flower;
  113. src: url('http://static.tumblr.com/0o02lya/PRqminlj7/pw_quick_write.ttf');
  114. }
  115.  
  116.  
  117. .permabox {
  118. position:absolute;
  119. bottom:-20px;
  120. width:250px;
  121. height:41px;
  122. background-color:white;
  123. text-align:center;
  124. opacity:0;
  125. -webkit-transition: all .6s ease;
  126. -moz-transition: all .6s ease;
  127. -o-transition: all .6s ease;transition: all .6s ease;
  128. }
  129. .entry:hover .permabox {
  130. bottom:50%;
  131. margin-bottom:-21px;
  132. opacity:0.8;
  133. }
  134. .permabox a{
  135. color:{color:link};
  136. }
  137. .permabox a:hover{
  138. color:{color:link hover};
  139. }
  140. .permabox div {
  141. -webkit-transition: all 0.1s linear;
  142. -moz-transition: all 0.1s linear;
  143. transition: all 0.1s linear;
  144. }
  145. .permabox1, .permabox2, .permabox3 {
  146. position:absolute;
  147. }
  148. .permabox1 {
  149. z-index:1300;
  150. left:0px;
  151. width:19px;
  152. height:17px;
  153. padding:12px 11px;
  154. }
  155. .permabox2 {
  156. left:0px;
  157. width:250px;
  158. height:21px;
  159. padding:15px 0 5px;
  160. }
  161. .permabox3 {
  162. right:0px;
  163. width:21px;
  164. height:19px;
  165. padding:11px 10px;
  166. }
  167.  
  168. .reblog-button {
  169. background: url(http://static.tumblr.com/beiywxc/WT5m6ldd0/tumblr_reblog_black.png);
  170. display: inline-block;
  171. width: 21px;
  172. height: 19px;
  173. vertical-align:top;
  174. opacity:0.5;
  175. }
  176. .reblog-button:hover {
  177. background: url(http://static.tumblr.com/beiywxc/3iIm6lfn5/tumblr_reblog_green.png);
  178. opacity:1;
  179. }
  180. .note-count {
  181. opacity:0.5;
  182. display:inline;
  183. font-size:21px;
  184. }
  185. .note-count:hover {
  186. opacity:1.0;
  187. }
  188. .my-like {
  189. background-image: url(http://static.tumblr.com/beiywxc/tr5m6ldc9/tumblr_heart_black.png) !important;
  190. height:17px;
  191. width:19px;
  192. cursor:pointer;
  193. display:inline-block;
  194. vertical-align:top;
  195. opacity:0.5;
  196. }
  197. .my-liked, .my-like:hover {
  198. background-image: url(http://static.tumblr.com/beiywxc/a7Xm6lddk/tumblr_heart_red.png) !important;
  199. height:17px;
  200. width:19px;
  201. cursor:pointer;
  202. display:inline-block;
  203. vertical-align:top;
  204. opacity:1;
  205. }
  206.  
  207.  
  208.  
  209. .entry .permalink{
  210. font-family: 'Andale Mono',Helvetica,Arial,sans-serif;
  211. text-align:center;
  212. text-transform:uppercase;
  213. position: absolute;
  214. top:50%;margin-top:3px;
  215. width:40px;
  216. margin-left:50%;left:-25.5px;
  217. opacity: 0;
  218. -webkit-transition: all 0.3s linear;
  219. -moz-transition: all 0.3s linear;
  220. transition: all 0.3s linear;}
  221.  
  222. .permalink {
  223. font-family: 'Andale Mono',Helvetica,Arial,sans-serif;
  224. width:40px;
  225. padding:7px;
  226. display:block;
  227. line-height:12px;
  228. font-size:8px;
  229. text-transform:uppercase;
  230. background:#ffffff;
  231. -webkit-transition: all 0.3s linear;
  232. -moz-transition: all 0.3s linear;
  233. transition: all 0.3s linear;}
  234.  
  235. .entry:hover .permalink{
  236. opacity: 0.8;
  237. -webkit-transition: all 0.3s linear;
  238. -moz-transition: all 0.3s linear;
  239. transition: all 0.3s linear;}
  240.  
  241. .entry .permalink:hover{
  242. opacity: 0.9;-webkit-transition: all 0.3s linear;
  243. -moz-transition: all 0.3s linear;
  244. transition: all 0.3s linear;}
  245.  
  246. .entry .permalink2{
  247. text-transform:uppercase;
  248. position: absolute;
  249. text-align:center;
  250. top:50%;margin-top:-33px;
  251. margin-left:50%;left:-25.5px;
  252. opacity: 0;
  253. -webkit-transition: all 0.3s linear;
  254. -moz-transition: all 0.3s linear;
  255. transition: all 0.3s linear;}
  256.  
  257. .permalink2 {
  258. text-transform:uppercase;
  259. font-family: 'Andale Mono',Helvetica,Arial,sans-serif;
  260. width:40px;
  261. padding:7px;
  262. display:block;
  263. line-height:12px;
  264. font-size:8px;
  265. text-transform:none;
  266. background:#ffffff;
  267. -webkit-transition: all 0.3s linear;
  268. -moz-transition: all 0.3s linear;
  269. transition: all 0.3s linear;}
  270. .permalink2:hover {
  271. -webkit-transition: all 0.3s linear;
  272. -moz-transition: all 0.3s linear;
  273. transition: all 0.3s linear;}
  274.  
  275. .entry:hover .permalink2{
  276. opacity: 0.8;
  277. -webkit-transition: all 0.3s linear;
  278. -moz-transition: all 0.3s linear;
  279. transition: all 0.3s linear;}
  280.  
  281. .entry .permalink2:hover{
  282. opacity: 0.9;}
  283.  
  284.  
  285. .permalink:hover {
  286. opacity: 1;-webkit-transition: all 0.3s linear;
  287. -moz-transition: all 0.3s linear;
  288. transition: all 0.3s linear;}
  289.  
  290. .supreme{text-align:right;margin-top:5px;font-size:12px;}
  291. .info{width:120px;overflow-y:auto;padding-bottom:15px;height:auto;display:inline;}
  292. .des{margin-top:30px;text-align:center;}
  293.  
  294.  
  295.  
  296.  
  297.  
  298. asker{
  299. margin-left:-4px;
  300. font-family:{font:Body Font};
  301. font-size:14px;
  302. line-height:20px;
  303. color: {color:link};
  304. text-transform:uppercase;
  305. letter-spacing:1px;
  306. border-bottom:1px solid #ddd;
  307. }
  308.  
  309.  
  310.  
  311. a:link, a:active, a:visited{
  312. color: {color:link};
  313. text-decoration: none;
  314. -webkit-transition: color 0.4s ease-out;
  315. -moz-transition: color 0.4s ease-out;
  316. }
  317.  
  318. a:hover{
  319. color:{color:link hover};
  320. -webkit-transition: color 0.4s ease-out;
  321. -moz-transition: color 0.4s ease-out;
  322. text-shadow:0px 0px 0px #414141;
  323. }
  324.  
  325. div#posts {
  326. {block:ifthreecolumns}width: 850px;{/block:ifthreecolumns}
  327. {block:ifnotthreecolumns}width:550px;{/block:ifnotthreecolumns}
  328. top: 71px;
  329. margin-left:305px;
  330. float:center;
  331. {block:PermalinkPage}
  332. width:505px;
  333. height:auto;
  334. margin-top:53px;
  335. margin-left:400px;
  336. font-size: {text:Body Font Size}px;
  337. font-family:{Font:Body Font};
  338. text-align: center;
  339. {/block:PermalinkPage}
  340. }
  341.  
  342. .entry {
  343. margin-left:6px;
  344. {block:ifpostborders}border:1px solid #ddd;{/block:ifpostborders}
  345. padding:5px;
  346. float:center;
  347. background-color: transparent;
  348. overflow:hidden;
  349. {block:ifpostshadow}box-shadow: 3px 3px 3px #ddd;{/block:ifpostshadow}
  350. {block:IndexPage}
  351. width:250px;
  352. opacity:.85;
  353. {/block:IndexPage}
  354. {block:PermalinkPage}
  355. width:500px;
  356. height:auto;
  357. font-size: {text:Body Font Size}px;
  358. font-family:{Font:Body Font};
  359. text-align: center;
  360. opacity:1;
  361. {/block:PermalinkPage}
  362. -webkit-transition: 0.4s linear;
  363. -moz-transition: all 0.4s linear;
  364. transition: all 0.4s linear;
  365. }
  366.  
  367. .entry:hover{
  368. opacity:1;
  369. -webkit-transition: 0.4s linear;
  370. -moz-transition: all 0.4s linear;
  371. transition: all 0.4s linear;
  372.  
  373. }
  374.  
  375. .entry img{
  376. {block:IndexPage}max-width:500px;{/block:IndexPage}
  377.  
  378. {block:PermalinkPage}max-width:500px;
  379. {/block:PermalinkPage}
  380. }
  381.  
  382.  
  383. #poop{
  384. position:fixed;
  385. height:100%;
  386. background-image:url({image:Sidebar Background});
  387. background-color:{color:Sidebar Background};
  388. opacity:1;
  389. width:250px;
  390. padding-left:20px;
  391. padding-right:20px;
  392. padding-bottom:20px;
  393. color:{color:SidebarText};
  394. display:block;
  395. z-index:1;
  396. padding-top:50px;
  397. margin-left:0px;
  398. margin-top:0px;
  399. overflow:visible;
  400. {block:PermalinkPage}
  401. margin-top:-55px;
  402. {/block:PermalinkPage}
  403. -webkit-transition: 0.4s linear;
  404. -moz-transition: all 0.4s linear;
  405. transition: all 0.4s linear;}
  406.  
  407. #poop:hover{
  408. opacity:1;
  409.  
  410. overflow:visible;
  411. -webkit-transition: 0.4s linear;
  412. -moz-transition: all 0.4s linear;
  413. transition: all 0.4s linear; }
  414.  
  415. #poop img{
  416. padding-top:20px;
  417. padding-bottom:20px;
  418.  
  419. }
  420.  
  421.  
  422. #linkers{
  423. position:fixed;
  424. height:25px;
  425. background-color:{color:Sidebar Background};
  426. opacity:1;
  427. width:100%;
  428. padding-left:20px;
  429. text-align:center;
  430. padding-right:20px;
  431. padding-bottom:20px;
  432. color:{color:SidebarText};
  433. display:block;
  434. z-index:1;
  435. padding-top:5px;
  436. margin-left:0px;
  437. margin-top:0px;
  438. overflow:hidden;
  439. {block:PermalinkPage}
  440. margin-top:-55px;
  441. {/block:PermalinkPage}
  442. -webkit-transition: 0.4s linear;
  443. -moz-transition: all 0.4s linear;
  444. transition: all 0.4s linear;
  445. }
  446.  
  447. #linkers a{
  448. color:{color:Sidebar Text};
  449. font-family: {font:Body Font};
  450. font-size: {text:Body Font Size}px;
  451. }
  452.  
  453. #linkers a:hover{
  454. color:#ddd;
  455. }
  456.  
  457.  
  458. .shark {
  459. text-decoration:none;
  460. text-transform:uppercase;
  461. font-family: {font:Body Font};
  462. text-align:right;
  463. margin-top: 2px;
  464. font-size: {text:Body Font Size}px;
  465. height:auto;
  466. opacity: .23;
  467. padding-top:3px;
  468. filter: alpha(opacity = 100);
  469. -moz-transition: all 0.4s;
  470. -webkit-transition: all 0.4s;
  471. -o-transition: all 0.4s;
  472. transition: all 0.4;
  473. {block:permalinkpage}
  474. display: none;
  475. {/block:permalinkpage}
  476. }
  477.  
  478. .shark a{text-decoration:none;}
  479.  
  480. .entry:hover .shark{
  481. margin-top: 2px;
  482. opacity: 1;
  483. height:auto;
  484. filter: alpha(opacity = 100);
  485. -moz-transition: all 0.4s;
  486. -webkit-transition: all 0.4s;
  487. -o-transition: all 0.4s;
  488. transition: all 0.4;}
  489.  
  490.  
  491. #infscr-loading{
  492. bottom: -70px;
  493. position: absolute;
  494. left: 50%;
  495. margin-left:-8px;
  496. width:16px;
  497. height:11px;
  498. overflow:hidden;
  499. margin-bottom: 50px;
  500. }
  501.  
  502. .title{
  503.  
  504. text-transform: normal;
  505. {block:Iftitlefont}font-family:Brain Flower;font-size: 55px;{/block:Iftitlefont}
  506. font-weight: normal;
  507. text-shadow: 0px 0px 0px #000;
  508. font-size:{text:Title Font Size}px;
  509. color:{color:Title};
  510. }
  511.  
  512. blockquote{
  513. padding:0px 0px 2px 5px;
  514. margin:0px 0px 2px 10px;
  515. border-left: 1px dotted #555555;
  516. }
  517.  
  518. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  519. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  520. .user_9 .label {color:{color:text};}
  521. .notes img{width:10px; position:relative; top:3px;}
  522.  
  523.  
  524.  
  525. .postnotes{
  526. text-transform:uppercase;
  527. font-family: {font:Body Font};
  528. text-align:center;
  529. margin-top: 4px;
  530. font-size: {text:Body Font Size}px;
  531.  
  532. }
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. @font-face { font-family:caviardreams; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  540.  
  541. @font-face { font-family:little_snorlax; src: url('http://static.tumblr.com/2plu7ye/LVumeyqay/little_snorlax.ttf'); }
  542.  
  543. @font-face { font-family:amandarae; src: url('http://static.tumblr.com/2plu7ye/vVAmeyqc8/amandarae.ttf'); }
  544.  
  545. #credit{
  546. display:block;background-color:transparent;border:0px double #ddd;margin-top:18px;right:5px;position:fixed;font-family: consolas;
  547. font-size: 10px;padding:0px;text-transform:uppercase;opacity:1;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); z-index:1; padding-top:7px;
  548. }
  549.  
  550. #credit: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;}
  551.  
  552.  
  553. ul#drawers {width: 200px; list-style: none; margin: 0 auto; padding: -10px; border-top: 0px; color: #000;}
  554.  
  555. ul#drawers a {text-decoration: none; color: #000;}
  556.  
  557. ul#drawers li h4 {margin: 0; padding: 1px; text-align: right; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  558. transition: background-color 0.5s ease-out;}
  559.  
  560. h4.small {display: table-cell; width: 200px; margin: 0px; height: 0px;}
  561.  
  562. li.drawer h4.open { border-top: 0px;font-style: italic;
  563. }
  564.  
  565. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  566.  
  567. li.drawer div li {list-style-type: disc;}
  568.  
  569. li.drawer div ul {-webkit-padding-start: 12px;}
  570.  
  571.  
  572. #s-m-t-tooltip{
  573. max-width:200px;
  574. padding:2px;
  575. margin:26px 0px 0px 8px;
  576. z-index:10;
  577. background-color:{color:link};
  578. height:auto;
  579. font-size:8.5px;
  580. letter-spacing:1px;
  581. text-transform:lowercase;
  582. color:{color:background};
  583. opacity:.8;
  584. }
  585.  
  586.  
  587. {CustomCSS}
  588.  
  589. </style>
  590. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  591. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  592. <script>
  593. (function($){
  594. $(document).ready(function(){
  595. $("a[title]").style_my_tooltips({
  596. tip_follows_cursor:true,
  597. tip_delay_time:10,
  598. tip_fade_speed:400,
  599. attribute:"title"
  600. });
  601. });
  602. })(jQuery);
  603. </script>
  604. {block:IndexPage}
  605. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  606. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  607.  
  608. <script type="text/javascript">
  609. $(window).load(function () {
  610. var $content = $('#posts');
  611. $content.masonry({itemSelector: '.entry'}),
  612. $content.infinitescroll({
  613. navSelector : 'div#pagination',
  614. nextSelector : 'div#pagination a#nextPage',
  615. itemSelector : '.entry',
  616. loading: {
  617. finishedMsg: '',
  618. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  619. },
  620. bufferPx : 600,
  621. debug : false,
  622. },
  623. // call masonry as a callback.
  624. function( newElements ) {
  625. var $newElems = $( newElements );
  626. $newElems.hide();
  627. // ensure that images load before adding to masonry layout
  628. $newElems.imagesLoaded(function(){
  629. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(350);} );
  630.  
  631.  
  632. });
  633. });
  634. });
  635. </script>
  636.  
  637. {/block:IndexPage}
  638.  
  639. <title>{title}</title>
  640.  
  641. <link rel="shortcut icon" href="{Favicon}">
  642. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  643. <meta name="viewport" content="width=820" />
  644.  
  645. <script language=JavaScript>
  646. <!--//Disable right mouse click Script//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive//For full source code, visit http://www.dynamicdrive.com
  647. var message="";
  648. ///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}
  649. function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2|e.which==3){alert(message);return false;}}}
  650. if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
  651. document.oncontextmenu=new Function("return false")
  652. // --></script>
  653.  
  654. </head>
  655. <body>
  656.  
  657. <div id="linkers"><br><a href="poop.com"><a title="refresh the page" href="/">home</a>
  658. {block:ifshowasklink}<a title="{AskLabeL}" href="/ask">{text:Ask Link}</a>{/block:ifshowasklink}
  659. {block:ifshowarchivelink}<a title="visit my past" href="/archive">{text:Archive Link}</a>{/block:ifshowarchivelink}
  660. {block:SubmitEnabled}
  661. <a title="submit something" href="/submit">submit</a>{/block:SubmitEnabled}
  662. {block:HasPages}
  663. {block:Pages}
  664. <a title="{Label}" href="{URL}">{Label}</a>
  665. {/block:Pages}
  666. {/block:HasPages}
  667. <a title="theme creator" href="http://sleephy.tumblr.com">theme</a></a></div>
  668.  
  669. <div id="poop" align="center">
  670. {block:IfHeaderImage}<a href="/"><img style="background-color:{color:Sidebar Text};padding:7px;" src="{image:Header}" width="240"></a>{/block:IfHeaderImage}{block:IfNotHeaderImage}
  671. <div style="{block:Iftitlefont}font-family:Brain Flower;font-size: 55px;{/block:Iftitlefont}font-size:50px;color:{color:blogtitle};">{Title}</div>
  672. {/block:IfNotHeaderImage}
  673. <div style="max-width:250px;color:{color:Sidebar Text};"><br>
  674. {Description}<br><br>
  675. </div>
  676.  
  677. </div>
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684. <div id="posts">
  685.  
  686. {block:Posts}
  687. <div class="entry">
  688.  
  689. {block:IndexPage}
  690.  
  691. {/block:IndexPage}
  692.  
  693. {block:Text}
  694. <div id="padding">
  695. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</div></span><div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div>
  696. {/block:Text}
  697.  
  698. {block:Link}
  699. <div id="padding">
  700. <a href="{URL}" class="title">{Name}</a>
  701. {block:Description}{Description}{/block:Description}
  702. </div><div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div>
  703. {block:Link}
  704.  
  705. {block:Photo}
  706. {block:IndexPage}
  707. {block:ifShowPhotoPermalinks}{block:Indexpage}
  708. <div class="permalink">
  709. <a href="{ReblogUrl}" target="_blank"><font color="#000">Reblog</font></a>
  710. </font></a></span></div>
  711. <div class="permalink2"><font color="#000"><a href="{permalink}">{notecount}</font></span>
  712. </div>{/block:Indexpage}{/block:ifShowPhotoPermalinks}
  713.  
  714. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px"/></a></div>{LinkCloseTag}{/block:IndexPage}
  715. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><center><div id="padding"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></center></div></a>{LinkCloseTag}{/block:PermalinkPage}
  716. {/block:Photo}
  717.  
  718. {block:Photoset}
  719. {block:IndexPage}
  720. {block:ifShowPhotoPermalinks}{block:Indexpage}
  721. <div class="permalink">
  722. <a href="{ReblogUrl}" target="_blank"><font color="#000">Reblog</font></a>
  723. </font></a></span></div>
  724. <div class="permalink2"><font color="#000"><a href="{permalink}">{notecount}</font></span>
  725. </div>{/block:Indexpage}{/block:ifShowPhotoPermalinks}
  726. {Photoset-250}</center>
  727. {/block:IndexPage}
  728. {block:PermalinkPage}
  729. <center>
  730. {Photoset-500}</center>
  731. {/block:PermalinkPage}
  732. {/block:Photoset}
  733.  
  734. {block:Quote}
  735. <div id="padding">{Quote}</span>
  736. {block:Source}<strong>{Source}</strong></div>{/block:Source}<div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div>
  737. {/block:Quote}
  738.  
  739. {block:Chat}
  740. <div id="padding">
  741. {block:Title}<span class="title">{Title}</span>{/block:Title}
  742. <ul class="chat">
  743. {block:Lines}
  744. <li class="user_{UserNumber}">
  745. {block:Label}
  746. <span class="label">{Label}</span>
  747. {/block:Label}
  748. {Line}
  749. </li>
  750. {/block:Lines}
  751. </ul>
  752. </div><div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div>
  753. {/block:Chat}
  754.  
  755. {block:Audio}
  756. <div id="padding">{block:AlbumArt}
  757. <img width="250px" src="{AlbumArtURL}" />
  758. {/block:AlbumArt}
  759. <center><div style="width:500px; height:30px;"><div style="float:left">{AudioPlayerBlack}</div><div align="center" style="margin-top:10px; float:right;">
  760. {block:ExternalAudio}{/block:ExternalAudio}</div></div><div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div></center>
  761. </div>
  762. {/block:Audio}
  763.  
  764. {block:Video}
  765. {block:IndexPage}
  766. <center>
  767. {Video-400}</center>
  768. {/block:IndexPage}
  769. {block:PermalinkPage}
  770. <center>
  771. {Video-500}</center>
  772. {/block:PermalinkPage}
  773. {block:Video}
  774.  
  775. {block:Answer}
  776. <div style="margin-left: 3px; margin-top: 2px; min-height:32px; padding: 5px; background:white; border-bottom:1px solid #ddd; {block:iftwocolumns}width:495px{/block:iftwocolumns}{block:iffourcolumns}width:245px{/block:iffourcolumns};">
  777.  
  778. <img src="{AskerPortraitURL-30}" width="30" align="left"
  779. style="margin-right:4px; margin-left:-3px; margin-top:-3px; border:1px solid #ddd; border-radius:2px; padding:2px;"/>
  780.  
  781. <asker>&nbsp;{Asker}:<br></asker>
  782. {Question}</div><br><center>{Answer}</center>
  783.  
  784. <div class="shark"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{permalink}">{TimeAgo}</a> </div>
  785. {/block:Answer}
  786.  
  787. {block:PermalinkPage}
  788. <div class="horse">
  789. {block:PostNotes}<div align="left" style="font-size: {text:Body Font Size}px;
  790. font-family:{Font:Body Font};
  791. ">{caption}</div>
  792. <center>
  793.  
  794. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  795.  
  796. {block:HasTags}
  797. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  798. {block:RebloggedFrom}
  799. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  800. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  801.  
  802. {/block:RebloggedFrom}
  803. </center></span>
  804. <br>
  805. <div id="postnotes">{PostNotes}</div><br>
  806.  
  807. <center>{block:ContentSource}
  808. <br><a href="{SourceURL}">
  809. {lang:Source}:
  810. {block:SourceLogo}
  811. <img src="{BlackLogoURL}" width="{LogoWidth}"
  812. height="{LogoHeight}" alt="{SourceTitle}" />
  813. {/block:SourceLogo}
  814. {block:NoSourceLogo}
  815. {SourceLink}
  816. {/block:NoSourceLogo}
  817. </a>
  818. {/block:ContentSource}</center>
  819.  
  820. {/block:PostNotes}
  821.  
  822. </div>
  823.  
  824. {/block:PermalinkPage}
  825.  
  826.  
  827.  
  828. </div>
  829.  
  830.  
  831. {/block:Posts}
  832. </div>
  833. </div>
  834. {block:IndexPage}
  835. {block:Pagination}
  836. <div id="pagination">
  837. {block:NextPage}
  838. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  839. {/block:NextPage}
  840. {block:PreviousPage}
  841. <a href="{PreviousPage}">&larr;&nbsp;</a>
  842. {/block:PreviousPage}
  843. </div>
  844. {/block:Pagination}
  845. {/block:IndexPage}
  846. </div>
  847. </div>
  848.  
  849.  
  850. <BODY onselectstart="return false;" ondragstart="return false;">
  851. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  852. <iframe id="likeiframe" style="width: 0px; height: 0px; border:0px;"></iframe>
  853. <span id="scriptsinsert"> </span>
  854.  
  855.  
  856. </body>
  857.  
  858.  
  859. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement