Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.98 KB | None | 0 0
  1. <!--
  2.  
  3. Thistle Theme by Doxx //
  4.  
  5. doxx.tumblr.com DO NOT delete credits
  6.  
  7. ------------------------------>
  8.  
  9. <html lang="en">
  10. <head>
  11. <title>{title}</title>
  12. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Post Box" content="#ffffff"/>
  16. <meta name="color:Blog Title" content="#666666"/>
  17. <meta name="color:Blog Description" content="#666666"/>
  18. <meta name="color:Title" content="#666666"/>
  19. <meta name="color:Text" content="#666666"/>
  20. <meta name="color:Link" content="#666666"/>
  21. <meta name="color:Hover" content="#FFF"/>
  22. <meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  23. <meta name="font:Blog Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  24. <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="if:Sidebar In Top Left" content="0"/>
  28. <meta name="if:Italic Sidelinks" content="0"/>
  29. <meta name="if:Italic Description" content="0"/>
  30. <meta name="if:Sidebar In Bottom Left" content="1"/>
  31. <meta name="if:Less Space Between Posts" content="1"/>
  32. <meta name="if:Post Shadows" content="1"/>
  33. <meta name="if:Show Reblog On Hover" content="1"/>
  34. <meta name="if:Show Notes On Photo" content="1"/>
  35. <meta name="if:Faded Images On Hover" content="0"/>
  36. <meta name="if:Inverted Fade" content="0"/>
  37. <meta name="if:Rounded Edges" content="0"/>
  38. <meta name="if:Show Photo" content="1"/>
  39. <meta name="if:Small Sidebar Image" content="0"/>
  40. <meta name="if:Show Title" content="1"/>
  41. <meta name="if:Ask Link" content="1"/>
  42. <meta name="text:Ask Link Text" content="" />
  43. <meta name="text:Custom Link One" content="" />
  44. <meta name="text:Custom Link One Title" content="" />
  45. <meta name="text:Custom Link Two" content="" />
  46. <meta name="text:Custom Link Two Title" content="" />
  47. <meta name="text:Custom Link Three" content="" />
  48. <meta name="text:Custom Link Three Title" content="" />
  49. <meta name="text:Custom Link Four" content="" />
  50. <meta name="text:Custom Link Four Title" content="" />
  51. <meta name="text:Custom Link Five" content="" />
  52. <meta name="text:Custom Link Five Title" content="" />
  53. </script>
  54. <style type="text/css">
  55. {block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.5s linear;opacity: 1;}{/block:ifinvertedfade}
  56. body{
  57. margin:0px;
  58. background-color: {color:Background};
  59. background-image:url({image:Background});
  60. background-attachment: fixed;
  61. background-repeat: repeat;
  62. font-size: 9px;
  63. font-family:{font:Body};
  64. line-height:10px;
  65. color:{color:Text};
  66. }
  67. #bite .death {
  68. margin-top:-40px;filter: alpha(opacity = 0);
  69. opacity:0;-webkit-transition: all 0.5s ease-out;
  70. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  71. }
  72. #bite:hover .death {
  73. margin-top:2px;
  74. -webkit-transition: all 0.8s ease-out;
  75. -moz-transition: all 0.8s ease-out;
  76. transition: all 0.8s ease-out;
  77. filter: alpha(opacity = 100);
  78. filter: alpha(opacity = 100);
  79. opacity:100;
  80. }
  81. a:link, a:active, a:visited{
  82. color: {color:Link};
  83. text-decoration: none;
  84. -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;
  85. }
  86.  
  87. a:hover{
  88. color:{color:Hover};
  89. text-decoration: none;
  90. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  91. }
  92.  
  93. .sidelink{{block:ifitalicsidelinks}font-style:italic{/block:ifitalicsidelinks};
  94. font-family: {font:Body};
  95. font-color: {color:Text};
  96. }
  97. .sidelink:hover{background-color:rgba(0,0,0,0);
  98. {block:ifitalicsidelinks}style: italic{/block:ifitalicsidelinks};
  99. color:{color:Hover};
  100. padding-left:0px;
  101. margin:0px;width:auto;
  102. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  103. .sidelink a:hover{color: {color:Link};
  104. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  105.  
  106. }
  107.  
  108. #postys{width:250px; height:auto;}
  109. {block:PermalinkPage}
  110. width:370px;
  111. {/block:PermalinkPage}
  112. {block:ifRoundedEdges}
  113. -moz-border-radius: 3px;
  114. border-radius: 3px;
  115. {/block:ifRoundedEdges}
  116. }
  117.  
  118.  
  119. #jango{
  120. padding-top:3px;
  121. padding-bottom:3px;
  122. position:fixed !important;
  123. width:250px;
  124. height:207px;
  125. background-color:{color:Post Box};
  126. {block:PermalinkPage}
  127. width:370px;
  128. height:207px;
  129. {/block:PermalinkPage}
  130. {block:ifRoundedEdges}
  131. -moz-border-radius: 3px;
  132. border-radius: 3px;
  133. {/block:ifRoundedEdges}
  134. }
  135.  
  136.  
  137. #barside{
  138. z-index:999999999999999;
  139. position:absolute !important;
  140. position:fixed !important;
  141. {block:ifSidebarInBottomLeft}
  142. bottom:180px;
  143. left: 180px;
  144. width:200px;
  145. {/block:ifSidebarInBottomLeft}
  146. {block:ifSidebarInTopLeft}
  147. top:160px;
  148. left: 180px;
  149. width:200px;
  150. {/block:ifSidebarInTopLeft}
  151. background-color: transparent;
  152. }
  153.  
  154.  
  155. #rake{
  156. margin:auto;
  157. left:0px;
  158. top:10px;
  159. padding-top:5px;
  160. padding-left:0px;
  161. position:absolute;
  162. {block:indexpage}
  163. width:1140px;
  164. {/block:indexpage}
  165. {block:permalinkpage}
  166. width:1050px;
  167. left:50px;
  168. {/block:permalinkpage}
  169. overflow:hidden;
  170. }
  171.  
  172. #posts{
  173. float:right;
  174. {block:indexpage}
  175. width:700px;
  176. {/block:indexpage}
  177. {block:permalinkpage}
  178. width:700px;
  179. {/block:permalinkpage}
  180. margin-left:68px;
  181. }
  182.  
  183. .credit{
  184. position:fixed;
  185. right:6px;
  186. top:25px;
  187. z-index:9999;
  188. opacity:0.4;
  189. -webkit-transition: all 1s linear;
  190. -webkit-transition: all 1s linear;
  191. -moz-transition: all 1s linear;
  192. transition: all 1s linear;
  193. }
  194. .credit:hover{
  195. opacity:1;
  196. -webkit-transition: all 1s linear;
  197. -webkit-transition: all 1s linear;
  198. -moz-transition: all 1s linear;
  199. transition: all 1s linear;
  200. }
  201.  
  202.  
  203. #entry{
  204. z-index:9999;
  205. {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  206. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  207. box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
  208. border:0px solid;
  209. border-color: #f1f1f1;
  210. float: left;
  211. width: 270px;
  212. height: auto;
  213. {block:PermalinkPage}
  214. width: 370px;
  215. height: auto;
  216. {/block:PermalinkPage}
  217. line-height:8px;
  218. background-color:{color:Post Box};
  219. padding:0px;
  220. margin-right:40px;
  221. {block:iflessspacebetweenposts}
  222. margin-right:10px;
  223. {/block:iflessspacebetweenposts}
  224. overflow:hidden;
  225. margin-bottom:40px;
  226. {block:iflessspacebetweenposts}
  227. margin-bottom:10px;
  228. {/block:iflessspacebetweenposts}
  229. {block:ifRoundedEdges}
  230. -moz-border-radius: 3px;
  231. border-radius: 3px;
  232. {/block:ifRoundedEdges}
  233. }
  234.  
  235.  
  236. #entry img{
  237. {block:IndexPage}
  238. max-width: 270px;
  239. height: auto;
  240. {/block:IndexPage}
  241. {block:PermalinkPage}
  242. max-width: 370px;
  243. height: auto;
  244. {/block:PermalinkPage}
  245. }
  246.  
  247. {block:ifShownotesonphoto}
  248. #permalink {
  249. position: absolute;
  250. margin-top: 11px;
  251. margin-left: 55px;
  252. opacity: 0;
  253. -webkit-transition: all .3s ease;
  254. -moz-transition: all .3s ease;
  255. -o-transition: all .3s ease;
  256. transition: all .3s ease;
  257. }
  258.  
  259. #entry:hover #permalink {
  260. width:11px;
  261. margin-top: 11px;
  262. margin-left: 55px;
  263. opacity: 1;
  264. }
  265.  
  266. .countreblog {
  267. color: #FFFFFF;
  268. letter-spacing:1px;
  269. font-family:10px arial;
  270. font-size:;
  271. line-height:14px;
  272. margin: 2px;
  273. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  274. background-repeat:repeat;
  275. border:1px solid rgba(0,0,0,0.1);
  276. padding:3px 5px;
  277. -webkit-border-radius:2px;
  278. moz-border-radius:2px;
  279. -o-border-radius:2px;
  280. border-radius:2px;
  281. }
  282. .countreblog a { color: #fff; }
  283. {/block:ifShownotesonphoto}
  284. {block:ifShowReblogOnHover}
  285. #entry:hover #reblog{
  286. {block:IndexPage}
  287. opacity:1;-webkit-transition: all 0.3s ease-out;
  288. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  289. {/block:IndexPage}
  290. }
  291. #reblog{
  292. width:24px;
  293. float:right;
  294. opacity:.8;
  295. margin-left:5px;
  296. margin-top:11px;
  297. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  298. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  299. {/block:ifShowReblogOnHover}
  300. #entry:hover #reblog{
  301. {block:IndexPage}
  302. opacity:1;-webkit-transition: all 0.3s ease-out;
  303. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  304. {/block:IndexPage}
  305. }
  306. #reblog{
  307. width:24px;
  308. float:right;
  309. opacity:.8;
  310. margin-left:5px;
  311. margin-top:11px;
  312. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  313. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  314. {/block:ifShowReblogOnHover}
  315. #permapage{
  316. font-family: {Font:Body};
  317. font-size: 9px;
  318. text-align: center;
  319. padding-bottom:10px;
  320. z-index:9999;}
  321.  
  322. #notes{
  323. {block:permalinkpage}
  324. background-color:{color:Post Box};
  325. display:block;
  326. width:800px;
  327. float: left;
  328. padding:10px;
  329. overflow:visible;
  330. z-index:9999999;
  331. margin-top: 10px;
  332. {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  333. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  334. box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
  335. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  336. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  337. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  338. outline:1px solid rgba(0, 0, 0, .1);
  339. border:2px solid rgba(0, 0, 0, .05);
  340. text-align: left;{/block:permalinkpage}
  341. }
  342.  
  343. iframe#tumblr_controls{position:fixed !important;
  344. }
  345.  
  346. {block:iffadedimagesonhover}
  347. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  348. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  349. {/block:iffadedimagesonhover}
  350.  
  351. .title{
  352. font-family: {font:Title};
  353. font-size: 12px;
  354. line-height: 12px;
  355. color: {color:Title};
  356. font-weight: normal;
  357. letter-spacing: 0px;
  358. }
  359.  
  360. .leblogtitle{
  361. font-family: helvetica;
  362. font-size: 25px;
  363. line-height: 24px;
  364. color: {color:Blog Title};
  365. font-weight: normal;
  366. -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;
  367. }
  368.  
  369. .credy{
  370. font-family: Arial;
  371. font-size: 9px;
  372. opacity: .6;
  373. color: {color:Body};
  374. letter-spacing: 0px;
  375. border-style: outset;
  376. border-width: 2px;
  377. }
  378.  
  379. .leblogtitle:hover{
  380. color:{color:Hover};
  381. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  382. }
  383.  
  384. .credy:hover{
  385. font-family: Arial;
  386. font-size: 9px;
  387. opacity: .6;
  388. color: {color:Body};
  389. letter-spacing: 0px;
  390. border-style: inset;
  391. border-width: 2px;
  392. }
  393.  
  394.  
  395. .permalinktext{
  396. font-family: {Font:Body};
  397. padding: 5px;
  398. position: absolute;
  399. text-align: center;
  400. width: 200px;
  401. -moz-transition: 0.3s ease-out;
  402. -webkit-transition: 0.3s ease-out;
  403. transition: 0.3s ease-out;
  404. opacity:0;
  405. }
  406.  
  407. .permalinktext a{color:{color:links};
  408. }
  409.  
  410. .entry:hover .permalinktext {
  411. -moz-transition: 0.3s ease-out;
  412. -webkit-transition: 0.3s ease-out;
  413. transition: 0.3s ease-out;
  414. width:200px;
  415. text-decoration:line-through;
  416. height:auto;
  417. display: block;
  418. opacity: 1;
  419. }
  420.  
  421.  
  422. blockquote{
  423. padding:0px 0px 2px 3px;
  424. margin:0px 0px 2px 1px;
  425. }
  426. ul, ol, li{
  427. list-style:none;
  428. margin:0px;
  429. padding:0px;
  430. }
  431.  
  432. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  433. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  434. }
  435.  
  436. a.links {
  437. font-family: Arial;
  438. font-size: 12px;
  439. line-height: 7px;
  440. text-transform: normal;
  441. letter-spacing:0px;
  442. display:block;
  443. padding: 0px;
  444. margin-bottom: 0px;
  445. {block:ifRoundedEdges}
  446. -moz-border-radius: 3px;
  447. border-radius: 3px;
  448. {/block:ifRoundedEdges}
  449. }
  450.  
  451. a.links:hover {
  452. text-decoration: underline;
  453. letter-spacing:10px;
  454. }
  455.  
  456. .shuffle {
  457. position: fixed;
  458. top: 35px;
  459. right: 3px;
  460. _position: static;
  461. _margin: 3px;
  462. _text-align: right;
  463. z-index: 1337;
  464. }
  465.  
  466. </style>
  467. <link rel="shortcut icon" href="{Favicon}">
  468. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  469. <meta name="viewport" content="width=720" />
  470. </head>
  471. <body>
  472.  
  473. <div class="credit">
  474. </div>
  475.  
  476.  
  477. <div id="jango">
  478. <div id="rake">
  479. <div id="barside">
  480.  
  481.  
  482. {block:ifShowPhoto}
  483.  
  484. {block:ifSidebarInBottomLeft}
  485. <div align="left" style="padding-bottom:5px;">
  486. <a href="/">
  487. <img style="{block:ifRoundedEdges}
  488. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=150{/block:ifSmallSidebarImage} " /></a></div>
  489. {/block:ifSidebarInBottomLeft}
  490. {block:ifSidebarInTopLeft}
  491. <div align="left" style="padding-bottom:5px; {block:ifRoundedEdges}
  492. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  493. <a href="/">
  494. <img style="{block:ifRoundedEdges}
  495. -moz-border-radius: 3px; border-radius: 5px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=150{/block:ifSmallSidebarImage}" /></a></div>
  496. {/block:ifSidebarInTopLeft}
  497. {/block:ifShowPhoto}
  498. {block:ifShowTitle}
  499.  
  500. {block:ifSidebarInTopLeft}
  501. <a href="/"><div align="left" class="leblogtitle">{Title}</div></a>
  502. {/block:ifSidebarInTopLeft}
  503.  
  504. {block:ifSidebarInBottomLeft}
  505. <a href="/"><div align="left" class="leblogtitle">{Title}</div></a>
  506. {/block:ifSidebarInBottomLeft}
  507. {/block:ifshowtitle}
  508. {block:ifSidebarInTopLeft}
  509. <div align="left" style="line-height:14px; margin-top:3px; margin-bottom:-15px; color:{color:Blog Description};{block:ifitalicdescription}font-style:italic{/block:ifitalicdescription};">{description}</div>
  510. {/block:ifSidebarInTopLeft}
  511.  
  512. {block:ifSidebarInBottomLeft}
  513. <div align="left" style="line-height:14px; margin-top:3px; margin-bottom:-15px; color:{color:Blog Description};{block:ifitalicsidelinks}font-style:italic{/block:ifitalicsidelinks};">{description}</div>
  514. {/block:ifSidebarInBottomLeft}
  515.  
  516.  
  517. <br>
  518.  
  519.  
  520. <div align="center">
  521. <center><br>
  522. <div class="death">
  523. {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a> //{/block:ifAskLink}
  524. {block:ifCustomLinkOneTitle} <a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title} </a> {/block:ifCustomLinkOneTitle}
  525. {block:ifCustomLinkTwoTitle}// <a href="{text:Custom Link Two}" class="sidelink"> {text:Custom Link Two Title} </a> {/block:ifCustomLinkTwoTitle}
  526. {block:ifCustomLinkThreeTitle}// <a href="{text:Custom Link Three}" class="sidelink"> {text:Custom Link Three Title} </a>{/block:ifCustomLinkThreeTitle}
  527. {block:ifCustomLinkFourTitle}// <a href="{text:Custom Link Four}" class="sidelink"> {text:Custom Link Four Title} </a>{/block:ifCustomLinkFourTitle}
  528. {block:ifCustomLinkFiveTitle}// <a href="{text:Custom Link Five}" class="sidelink"> {text:Custom Link Five Title} </a>{/block:ifCustomLinkFiveTitle}
  529. </div>
  530.  
  531. </div>
  532. </div>
  533. </center>
  534.  
  535. <div align="center">
  536.  
  537. <div id="posts">
  538.  
  539. {block:Posts}
  540. <div id="entry">
  541. {block:Photo}
  542. {block:IndexPage}
  543. {block:ifShowReblogOnHover}
  544. <div id="reblog"><span class="countreblog"><a href="{reblogurl}">Reblog</a></span></div>
  545. {/block:ifShowReblogOnHover}
  546. {block:ifShownotesonphoto}<div id="permalink">
  547. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:ifShownotesonphoto}
  548. <div id="postys">
  549. <a href="{permalink}">
  550. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=270 style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a></div>
  551.  
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=370px; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border="0"></center>
  555. {/block:PermalinkPage}
  556. {/block:Photo}
  557.  
  558. {block:Photoset}
  559. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  560. {Photoset-250}</a></div>
  561. {/block:Photoset}
  562.  
  563. {block:Text}<div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
  564. {block:Title}
  565. <a href="{permalink}"><span class="title">{Title}</span></a>
  566. {/block:Title}
  567. <span class="entrytext" style="line-height:12px;">{Body}</span>
  568. <a href="{Permalink}"></a></div>
  569. {block:indexpage}<hr size="1" width="260">
  570. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  571. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  572. </a></div>{/block:indexpage}
  573. {/block:Text}
  574.  
  575. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  576. <a href="{URL}"><span class="title">{Name}</span></a></div>
  577. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  578. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  579. {block:indexpage}<hr size="1" width="260">
  580. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  581. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  582. </a></div>{/block:indexpage}
  583. {/block:Link}
  584.  
  585. {block:Quote}
  586. <div style="padding-top:10px; padding-bottom:10px;">
  587. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  588. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  589. -{Source}
  590. {/block:Source}</a></div><br>{block:indexpage}<hr size="1" width="260">
  591. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  592. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  593. </a></div>{/block:indexpage}
  594. </div>
  595. {/block:Quote}
  596.  
  597. {block:Chat}
  598. <div style="padding-top:15px; padding-bottom:10px;">
  599. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  600. <ul class="chat">
  601. {block:Lines}
  602. <li class="user_{UserNumber}">
  603. {block:Label}
  604. <span class="label" style="line-height:12px;">{Label}</span>
  605. {/block:Label}
  606. {Line}
  607. </li>
  608. {/block:Lines}
  609. </ul>
  610. {block:Caption}{Caption}{/block:Caption}
  611. <br>{block:indexpage}<hr size="1" width="260">
  612. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  613. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  614. </a></div>{/block:indexpage}
  615. </div>
  616. {/block:Chat}
  617.  
  618. {block:Audio}
  619. <div style="padding-top:30px; padding-bottom:0px;">
  620. <div style="float:center">
  621. {AudioPlayerGrey}
  622. </div>
  623. </div>
  624.  
  625. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  626. <hr size="1" width="260">
  627. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  628. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  629. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  630. </a></div>{/block:indexpage}
  631. {/block:Audio}
  632.  
  633. {block:Video}
  634. <div style="padding-top:28px; padding-bottom:8px;">
  635. {Video-250}</div>
  636. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  637. {block:indexpage}<hr size="1" width="370">
  638. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  639. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  640. </a></div>{/block:indexpage}
  641. {/block:Video}
  642.  
  643. {block:PermalinkPage}</a>
  644. <div id="permapage"><br>
  645. {block:notecount}
  646. {notecountwithlabel}
  647. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  648. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  649. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  650. {/block:RebloggedFrom}
  651. <br><br>
  652. <div align="left">
  653. {block:PostNotes}
  654. {PostNotes}
  655. {/block:PostNotes}
  656. </div>
  657. </div>
  658. {/block:PermalinkPage}
  659. </div>
  660. {/block:Posts}
  661. </div>
  662. </div>
  663. </div>
  664. </center>
  665. </div>
  666. </div>
  667. {block:indexpage}
  668. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  669. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  670. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  671. <script type="text/javascript">
  672. $(window).load(function(){
  673. var $wall = $('#posts');
  674. $wall.imagesLoaded(function(){
  675. $wall.masonry({
  676. itemSelector: '#entry, #entry_photo',
  677. isAnimated : false
  678. });
  679. });
  680.  
  681. $wall.infinitescroll({
  682. navSelector : '#page-nav',
  683. nextSelector : '#page-nav a',
  684. itemSelector : '#entry, #entry_photo',
  685. bufferPx : 2000,
  686. debug : false,
  687. errorCallback: function() {
  688. $('#infscr-loading').fadeOut('normal');
  689. }},
  690. function( newElements ) {
  691. var $newElems = $( newElements );
  692. $newElems.hide();
  693. $newElems.imagesLoaded(function(){
  694. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  695. });
  696. }); $('#content').show(500);
  697. });
  698. </script>
  699. {/block:indexpage}
  700. <div class="credit">
  701.  
  702. </div>
  703.  
  704. <div class="shuffle"> <a href="/random"><img src="http://static.tumblr.com/gmvpk3i/iAcll0j1w/shuffle.png"></a></div>
  705.  
  706.  
  707.  
  708. </body>
  709. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement