Advertisement
jaymonstaa

HT

Sep 13th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.02 KB | None | 0 0
  1. <!--
  2. APHRODITE V2 by HELVETICAS
  3. DON'T REMOVE CREDIT OR I'LL REPORT YOU
  4. -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <meta name="color:link" content="#7e2f44"/>
  12. <meta name="color:hover" content="#77003c"/>
  13. <meta name="color:blockquote" content="#efefef"/>
  14. <meta name="color:background" content="#efefef"/>
  15. <meta name="color:posts" content="#ffffff"/>
  16. <meta name="image:background" content="0"/>
  17. <meta name="image:header" content="0"/>
  18. <meta name="if:show header image" content="0"/>
  19. <meta name="if:faded images" content="0"/>
  20. <meta name="if:shadow" content="0"/>
  21. <meta name="if:rounded corners" content="0"/>
  22. <meta name="if:pixel font" content="0">
  23. <meta name="text:blog title size" content="70" />
  24. <meta name="if:printed title font" content="1"/>
  25. <meta name="if:custom cursor" content="1">
  26. <meta name="if:custom scrollbar" content="1">
  27. <meta name="if:no hover effect" content="0"/>
  28. <meta name="text:Link One Title" content="" />
  29. <meta name="text:Link One" content="" />
  30. <meta name="text:Link Two Title" content="" />
  31. <meta name="text:Link Two" content="" />
  32. <meta name="text:Link Three Title" content="" />
  33. <meta name="text:Link Three" content="" />
  34. <meta name="text:Link Four Title" content="" />
  35. <meta name="text:Link Four" content="" />
  36. <meta name="text:Link Five Title" content="" />
  37. <meta name="text:Link Five" content="" />
  38. <object height="80" width="100%"> <param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F56890952&amp;show_comments=false&amp;auto_play=false&amp;color=830d2d"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="40" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F56890952&amp;show_comments=false&amp;auto_play=false&amp;color=830d2d" type="application/x-shockwave-flash" width="100%"></embed> </object>
  39.  
  40. <script type="text/javascript" src="http://o.aolcdn.com/os_merge/?file=/streampad/sp-player.js&file=/streampad/sp-player-tumblr.js&expsec=86400&ver=11&bgcolor=#800517&trackcolor=#59900&clicktext=☯&showpop=false&progressfrontcolor=ffffff&progressbackcolor=000000&showplaylistbutton=false&showvolumebutton=false"></script>
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. {block:Description}
  44. <meta name="description" content="{MetaDescription}"/>
  45. {/block:Description}
  46. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <!--[if IE]>
  48. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  49. <![endif]-->
  50.  
  51. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  52.  
  53. <style type="text/css">
  54.  
  55. @font-face { font-family: pixie; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  56. @font-face { font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/KYxm4cizb/sverigescriptclean_demo.ttf'); }
  57. @font-face { font-family: customfont2; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  58.  
  59. html, body, {
  60. {block:ifpixelfont}
  61. font-family: pixie;
  62. font-size: 8px;
  63. letter-spacing:-1px;
  64. {/block:ifpixelfont}
  65.  
  66. {block:ifnotpixelfont}
  67. font-family: helvetica;
  68. font-size: 9px;
  69. {/block:ifnotpixelfont}
  70. }
  71. body {
  72. color: #777;
  73. background:{color:background} url({image:background});
  74. line-height:150%;
  75. {block:ifpixelfont}
  76. font-family: pixie;
  77. font-size: 8px;
  78. letter-spacing:-1px;
  79. {/block:ifpixelfont}
  80.  
  81. {block:ifnotpixelfont}
  82. font-family: helvetica;
  83. font-size: 9px;
  84. {/block:ifnotpixelfont}
  85. }
  86.  
  87. {block:ifcustomcursor}
  88.  
  89. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  90.  
  91. {/block:ifcustomcursor}
  92.  
  93. {if:customscrollbar}
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. background-color:{color:Link};
  97. height:auto;-webkit-border-radius:20px;
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal {
  101. background-color:{color:Link};
  102. height:6px !important;-webkit-border-radius:20px;
  103. }
  104.  
  105. ::-webkit-scrollbar {
  106. height:6px;
  107. width:6px;
  108. background-color:{color:Background};
  109. -webkit-border-radius:20px;
  110. }
  111.  
  112. {/if:customscrollbar}
  113.  
  114. #infscr-loading {
  115. position: absolute;
  116. bottom: 0;
  117. left: 25%;
  118. }
  119. a:link, a:active, a:visited{
  120.  
  121. color:{color:Link};
  122. text-decoration: none;
  123.  
  124. }
  125. a:hover {
  126. color:{color:Hover};
  127.  
  128. text-decoration: none;
  129. }
  130. #content {
  131. padding-left:4px;
  132. width: 617px;
  133. background-color:{color:posts};
  134. }
  135.  
  136. #note3 {
  137. width: 98%; }
  138.  
  139.  
  140. #contain {
  141. background-color:{color:posts};
  142. width: 621px;
  143. margin: 0px auto;
  144. }
  145.  
  146. ol.notes img {
  147. width: 16px;
  148. display: inline;
  149. position: relative;
  150. top: 3px;
  151. }
  152.  
  153. .entry {
  154. {block:ifroundedcorners}-moz-border-radius: 5px;
  155. border-radius: 5px;
  156. {block:ifroundedcorners}
  157. {block:indexpage}
  158. float: left;
  159. width: 300px;
  160. margin: 3px;
  161. {/block:indexpage}
  162. {block:permalinkpage}
  163. width: 98%;
  164. margin: 5px auto;
  165. {/block:permalinkpage}
  166. display: block;
  167. background:{color:posts};
  168. {block:ifshadow}
  169. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  170. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  171. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  172. {/block:ifshadow}
  173. position: relative;
  174. }
  175.  
  176. .entry img {
  177. {block:ifroundedcorners}-moz-border-radius: 5px;
  178. border-radius: 5px;
  179. {block:ifroundedcorners}
  180. display: block;
  181. max-width: 100%;
  182. {block:iffadedimages}
  183. opacity:0.9;
  184. filter:alpha(opacity=80);
  185. -webkit-transition: all ease-in 250ms;
  186. -moz-transition: all ease-in 250ms;
  187. -o-transition: all ease-in 250ms;
  188. -ms-transition: all ease-in 250ms;
  189. transition: all ease-in 250ms;
  190. {/block:iffadedimages}
  191. }
  192. .entry:hover img {
  193. {block:iffadedimages}
  194. opacity:1;
  195. filter:alpha(opacity=100);
  196. -webkit-transition: all ease-in 250ms;
  197. -moz-transition: all ease-in 250ms;
  198. -o-transition: all ease-in 250ms;
  199. -ms-transition: all ease-in 250ms;
  200. transition: all ease-in 250ms;
  201. {/block:iffadedimages}
  202. }
  203.  
  204.  
  205. .entry:hover .details {
  206. opacity: 1.0;
  207. margin:12px 0px 0px 0px;
  208. filter: alpha(opacity = 100);
  209. -webkit-transition: all .25s ease-in-out;
  210. -moz-transition: all .25s ease-in-out;
  211. -o-transition: all .25s ease-in-out;
  212. transition: all .25s ease-in-out;
  213. }
  214.  
  215.  
  216. #pagination{
  217. display:none;
  218. }
  219.  
  220. .clear {
  221. clear: both;
  222. }
  223.  
  224. .textperma {
  225. color: #000000;
  226. padding-top: 0px;
  227. padding-bottom: 0px;
  228. font-size: 10px;
  229. text-align: center;
  230. opacity: 0;
  231. filter: alpha(opacity = 0);
  232. -webkit-transition: all ease-in 250ms;
  233. -moz-transition: all ease-in 250ms;
  234. -o-transition: all ease-in 250ms;
  235. -ms-transition: all ease-in 250ms;
  236. transition: all ease-in 250ms;
  237.  
  238. }
  239.  
  240. h1 {
  241. font-size:{text:title font size};
  242. }
  243.  
  244. blockquote, q {
  245. padding-left:5px;padding-top:7px;
  246. padding-right:5px;padding-bottom:7px;
  247. margin-left:5px; margin-right:5px;
  248. border-left: 2px solid #ccc;
  249. border-right: 2px solid #ccc;
  250. background-color:{color:blockquote};
  251. }
  252.  
  253. .label {
  254. text-transform:uppercase;
  255. color:{color:Link}
  256. }
  257.  
  258. .question {
  259. text-align:left;
  260. padding-left:5px;padding-top:7px;
  261. padding-right:5px;padding-bottom:7px;
  262. border-left: 2px solid {color:Link};
  263. border-right: 2px solid {color:Link};
  264. background-color:{color:blockquote};
  265. }
  266.  
  267. .answer {
  268. text-align:left;
  269. padding-left:5px;padding-top:7px;
  270. padding-right:5px;padding-bottom:7px;
  271. }
  272. .text {
  273. padding: 10px;
  274. }
  275.  
  276. .entry:hover .textperma {
  277. opacity: 1;
  278. filter: alpha(opacity = 100);
  279. -webkit-transition: all ease-in 250ms;
  280. -moz-transition: all ease-in 250ms;
  281. -o-transition: all ease-in 250ms;
  282. -ms-transition: all ease-in 250ms;
  283. transition: all ease-in 250ms;
  284. }
  285.  
  286. #pp {
  287. text-align: center;
  288. width: 100%;
  289. padding-top: 2px;
  290. }
  291. .perma
  292. {
  293. opacity: 0.0;
  294. filter: alpha(opacity = 0);
  295. position:absolute;
  296. z-index:9999991;
  297. bottom: 0px;
  298. right: 7px;
  299. }
  300.  
  301. .entry:hover .perma {
  302. -webkit-transition: opacity 0.4s linear;
  303. opacity: 1;
  304. -moz-transition: all 0.4s linear;
  305. transition: all 0.4s linear;
  306. filter: alpha(opacity = 100);
  307. }
  308.  
  309.  
  310. .likep {
  311. width: 21px;
  312. height: 20px;
  313. overflow: hidden;
  314. z-index: 9999999;
  315. display: inline-block;
  316.  
  317. }
  318. .rep {
  319. width: 24px;
  320. height: 20px;
  321. overflow: hidden;
  322. z-index: 9999999;
  323. display: inline-block;
  324.  
  325. }
  326. .likep a:hover {
  327. background-position: 0px 0px;
  328. }
  329. .likep a {
  330. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  331. background-position: 0px 0px;
  332. display: block;
  333. z-index: 9999999;
  334. webkit-transition: all 0s linear;
  335. -webkit-transition: all 0s linear;
  336. -moz-transition: all 0s linear;
  337. transition: all 0s linear;
  338. }
  339. .likep img {
  340. width: 21px;
  341. height: 20px;
  342. webkit-transition: all 0.2s linear;
  343. -webkit-transition: all 0.2s linear;
  344. -moz-transition: all 0.2s linear;
  345. transition: all 0.2s linear;
  346. }
  347. .rep img{
  348. width: 24px;
  349. height: 20px;
  350. line-height: 30px;
  351. display: inline;
  352. }
  353.  
  354. .not { display: inline-block;
  355. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  356. height: 20px;
  357. font-size: 11px;
  358. line-height: 20px;
  359. color: #fff;
  360. padding-left: 4px;
  361. padding-right: 4px;
  362. -moz-border-radius: 2px;
  363. border-radius: 2px;
  364. bottom: 6px;
  365. position: relative;
  366. letter-spacing:0px;
  367. }
  368. .not a{
  369. color: #fff;
  370. font-family: helvetica;
  371. }
  372.  
  373. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  374. opacity: 0.8;
  375. filter: alpha(opacity = 80);
  376. }
  377. .not:hover , .rep:hover, .likep:hover {
  378. opacity: 1!important;
  379. filter: alpha(opacity = 100)!important;
  380. }
  381.  
  382. .permahover {
  383. text-align: right;
  384. line-height:200%;
  385. opacity: 0.0;
  386. filter: alpha(opacity = 0);
  387. font-size: 9px;
  388. line-height: 9px;
  389. text-transform: uppercase;
  390. }
  391.  
  392. .entry:hover .permahover {
  393. text-align: center;
  394. opacity: 1;
  395. filter: alpha(opacity = 50);
  396. }
  397.  
  398. .clearfix {
  399. clear: both;
  400. }
  401.  
  402.  
  403. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  404. padding-bottom : 0px;}
  405.  
  406. #titulo {
  407. padding-top:30px;
  408. padding-bottom: 1px;
  409. text-align: center;
  410. width: 600px;
  411. }
  412.  
  413. div.panel {
  414. width: 500px;
  415. padding: 0px 20px;
  416. margin: 10px auto;
  417. text-align: center;
  418. line-height: 22px;
  419. display: none;
  420.  
  421.  
  422. }
  423. div.panel p {
  424. margin: 10px 0;
  425. }
  426. div.panel p a, div.textPost p a, div.audioPost p a {
  427. text-decoration: none;
  428. }
  429.  
  430. #cole{
  431. color:{color:Links};
  432. }
  433.  
  434. #cole a {
  435. display:relative;
  436. max-width:500px;
  437. text-align:center;
  438. }
  439.  
  440. #cole .mohr {
  441. margin-top:-10px;
  442. filter: alpha(opacity = 0);
  443. opacity:0;
  444. -webkit-transition: all 1s ease-out;
  445. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  446. text-align:center;
  447. }
  448.  
  449. #cole:hover .mohr {
  450. margin-top:5px;
  451. -webkit-transition: all 1s ease-out;
  452. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  453. filter: alpha(opacity = 80);
  454. filter: alpha(opacity = 100);
  455. opacity:100;
  456. }
  457.  
  458. #header img {
  459. display: block;
  460. margin-bottom: 1px;
  461. }
  462. </style>
  463. </head>
  464.  
  465. <script type="text/javascript">
  466. $(window).load(function(){
  467. $("p").remove(":contains('Source:')");
  468. $("p").remove(":contains('via ')");
  469. });
  470. </script>
  471.  
  472. <body>
  473. <div id="contain">
  474. <div id="titulo">
  475.  
  476.  
  477. <div style="
  478.  
  479. {block:ifprintedtitlefont}
  480. font-family: customfont2; letter-spacing: 1px; text-transform:uppercase;
  481. {/block:ifprintedtitlefont}
  482.  
  483. {block:ifnotprintedtitlefont}
  484. font-family: customfont;
  485. {/block:ifnotprintedtitlefont}
  486.  
  487. font-size: {text:Blog title size}px; color: {color:Link}; line-height: 110%; text-align:center; padding-left:20px;">
  488. <div id="cole">
  489. {block:ifnotshowheaderimage}
  490. <a href="/">{Title}</a>
  491.  
  492. {/block:ifnotshowheaderimage}
  493.  
  494. {block:ifshowheaderimage}<a href="/"><img src="{image:header}"/></a>{/block:ifshowheaderimage}
  495.  
  496. {block:ifnohovereffect}
  497.  
  498. <center>
  499. <div style="color: #777; line-height: 100%; padding-bottom:10px; width:400px; text-transform:none;
  500. {block:ifpixelfont}
  501. font-family: pixie;
  502. font-size: 8px;
  503. letter-spacing:-1px;
  504. {/block:ifpixelfont}
  505.  
  506. {block:ifnotpixelfont}
  507. font-family: helvetica;
  508. font-size: 9px;
  509. letter-spacing:0px;
  510. {/block:ifnotpixelfont}">
  511.  
  512. {description}
  513.  
  514. </div>
  515. <div style="line-height: 100%; text-transform:uppercase; padding-bottom:10px;
  516. {block:ifpixelfont}
  517. font-family: pixie;
  518. font-size: 8px;
  519. letter-spacing:-1px;
  520. {/block:ifpixelfont}
  521.  
  522. {block:ifnotpixelfont}
  523. font-family: helvetica;
  524. font-size: 9px;
  525. letter-spacing:0px;
  526. {/block:ifnotpixelfont}"><center>
  527.  
  528. <a href="/">home</a> &nbsp;
  529. {block:AskEnabled}<a href="/ask">contact</a> &nbsp;{/block:AskEnabled}
  530. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a> &nbsp; {/block:ifLinkOneTitle}
  531. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a> &nbsp;{/block:ifLinkTwoTitle}
  532. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> &nbsp;{/block:ifLinkThreeTitle}
  533. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> &nbsp;{/block:ifLinkFourTitle}
  534. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> &nbsp;{/block:ifLinkFiveTitle}
  535. {block:HasPages}{block:Pages}<a href="{URL}"><span>{Label}&nbsp;&nbsp;</span></a>{/block:Pages}{/block:HasPages}
  536. <a href="http://helveticas.tumblr.com/">theme</a>
  537.  
  538. {block:ifnohovereffect}
  539.  
  540. {block:ifnotnohovereffect}
  541. <div class="mohr"><center>
  542. <div style="color: #777; line-height: 100%; padding-bottom:10px; width:400px; text-transform:none;
  543. {block:ifpixelfont}
  544. font-family: pixie;
  545. font-size: 8px;
  546. letter-spacing:-1px;
  547. {/block:ifpixelfont}
  548.  
  549. {block:ifnotpixelfont}
  550. font-family: helvetica;
  551. font-size: 9px;
  552. letter-spacing:0px;
  553. {/block:ifnotpixelfont}">
  554.  
  555. {description}
  556.  
  557. </div>
  558. <div style="line-height: 100%; text-transform:uppercase; padding-bottom:10px;
  559. {block:ifpixelfont}
  560. font-family: pixie;
  561. font-size: 8px;
  562. letter-spacing:-1px;
  563. {/block:ifpixelfont}
  564.  
  565. {block:ifnotpixelfont}
  566. font-family: helvetica;
  567. font-size: 9px;
  568. letter-spacing:0px;
  569. {/block:ifnotpixelfont}"><center>
  570.  
  571. <a href="/">home</a> &nbsp;
  572. {block:AskEnabled}<a href="/ask">contact</a> &nbsp;{/block:AskEnabled}
  573. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a> &nbsp; {/block:ifLinkOneTitle}
  574. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a> &nbsp;{/block:ifLinkTwoTitle}
  575. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> &nbsp;{/block:ifLinkThreeTitle}
  576. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> &nbsp;{/block:ifLinkFourTitle}
  577. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> &nbsp;{/block:ifLinkFiveTitle}
  578. {block:HasPages}{block:Pages}<a href="{URL}"><span>{Label}&nbsp;&nbsp;</span></a>{/block:Pages}{/block:HasPages}
  579. <a href="http://helveticas.tumblr.com/">theme</a>
  580. </div>
  581.  
  582. {/block:ifnotnohovereffect}
  583. </div>
  584.  
  585.  
  586. </div>
  587.  
  588. </div></div>
  589.  
  590.  
  591. <div id="content">
  592. {block:Posts}
  593. <div class="entry">
  594.  
  595. {block:Text}
  596. <div class="text">
  597. <div style="text-transform:uppercase">{block:Title}
  598. <a href="{Permalink}">{Title}</a>
  599. {/block:Title}</div>
  600. {Body}
  601. {block:indexpage}
  602. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  603. {/block:indexpage}
  604.  
  605. </div>
  606. {/block:Text}
  607.  
  608.  
  609. {block:Photo}
  610. {block:IndexPage}
  611. <div class="perma">
  612. <div class="likep">
  613. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  614. </div>
  615. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  616. </div>
  617. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  618. </div>
  619. {/block:IndexPage}
  620. {block:indexpage}
  621. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}{block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  622. {/block:indexpage}
  623. {block:permalinkpage}
  624. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  625. {/block:permalinkpage}
  626. {/block:Photo}
  627.  
  628. {block:Photoset}
  629. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  630. {block:indexpage}
  631. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  632. {/block:indexpage}
  633. {block:permalinkpage}
  634. {Photoset-500}
  635. {/block:permalinkpage}
  636. {/block:Photoset}
  637.  
  638. {block:Quote}
  639. <div class="text">
  640. "{Quote}"
  641. {block:Source}
  642. <div class="source"><div style="text-align:right">{Source}</div></div>
  643. {/block:Source}
  644. {block:indexpage}
  645. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  646. {/block:indexpage}
  647. </div>{/block:Quote}
  648.  
  649. {block:Link}
  650. <div class="text">
  651. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  652. {block:Description}
  653. <div class="description">{Description}</div>
  654. {/block:Description}
  655. {block:indexpage}
  656. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  657. {/block:indexpage}
  658. </div>{/block:Link}
  659.  
  660. {block:Chat}
  661. <div class="text">
  662. {block:Title}
  663. <a href="{Permalink}">{Title}</a>
  664. {/block:Title}
  665. <ul class="chat">
  666. {block:Lines}
  667. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  668.  
  669. {Line} </li>
  670. {/block:Lines}
  671. </ul>
  672. {block:indexpage}
  673. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  674. {/block:indexpage}
  675. </div>{/block:Chat}
  676.  
  677. {block:IndexPage}{Video-400}{/block:IndexPage}
  678. {block:indexpage}
  679. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  680. {/block:indexpage}
  681. {block:permalinkpage}
  682. {Video-500}
  683. {/block:permalinkpage}
  684.  
  685. {/block:Video}
  686.  
  687. {block:Audio}
  688. <div class="text">
  689. {AudioPlayerGrey}
  690. {block:Caption}
  691. {Caption}
  692. {/block:Caption}
  693. {block:indexpage}
  694. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  695. {/block:indexpage}
  696. </div>{/block:Audio}
  697.  
  698. {block:Answer}<div class="text">
  699. <div class="question">
  700. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  701. {block:indexpage}
  702. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  703. {/block:indexpage}
  704. </div>{/block:Answer}
  705.  
  706.  
  707. {block:PermalinkPage}
  708. <div id="note3"><div style="text-align:right">
  709. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  710.  
  711. {block:PostNotes}
  712. {PostNotes}
  713. {/block:PostNotes}
  714. </div>
  715. {/block:PermalinkPage}
  716.  
  717. </div>
  718. {/block:Posts}
  719. </div>
  720. <div class="clear"></div>
  721. </div>
  722. {block:Pagination}
  723. <ul id="pagination">
  724. {block:PreviousPage}
  725. <li><a href="{PreviousPage}"></a></li>
  726. {/block:PreviousPage}
  727. {block:JumpPagination length="5"}
  728. {block:CurrentPage}
  729. <li><span class="current_page numbersNav">{PageNumber}</span></li>
  730. {/block:CurrentPage}
  731. {block:JumpPage}
  732. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  733. {/block:JumpPage}
  734. {/block:JumpPagination}
  735. {block:NextPage}
  736. <li><a id="nextPage" href="{NextPage}"></a></li>
  737. {/block:NextPage}
  738. </ul>
  739. {/block:Pagination}
  740. {block:IndexPage}
  741.  
  742. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  743. <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
  744. {block:IndexPage}
  745. <script type="text/javascript">
  746. $(window).load(function () {
  747. $('#content').masonry(),
  748. $('.masonryWrap').infinitescroll({
  749. navSelector : '#pagination',
  750. nextSelector : '#pagination a#nextPage',
  751. itemSelector : ".entry",
  752. bufferPx : 100,
  753. loadingText : "<em></em>",
  754. },
  755. function() { $('#content').masonry({ appendedContent: $(this) }); }
  756. );
  757. });
  758. </script>
  759. {/block:IndexPage}
  760.  
  761. <script type="text/javascript">
  762.  
  763. $('.show').click(function(e){
  764. e.preventDefault();
  765. $('.panel').stop(true,true);
  766. var target = $(this).attr('href');
  767. if($('.panel').is(':visible')){
  768. if($(target).is(':visible')){
  769. $(target).slideUp();
  770. return false;
  771. }else{
  772. $('.panel:visible').slideUp(400, function(){
  773. $(target).slideDown();
  774. });
  775. }
  776. }else {
  777. $(target).slideDown();
  778. }
  779. });
  780.  
  781. </script>
  782. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  783. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  784. </body>
  785.  
  786. <div style="position:fixed; bottom:10px; right:5px; opacity:.8">
  787. <a href="http://helveticas.tumblr.com"><img src="http://static.tumblr.com/fxpo5zq/hamm1tqjw/champp.png" width="20px"></a>
  788. </div>
  789.  
  790. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement