Advertisement
ramisaaaaa

Untitled

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