Advertisement
Guest User

Untitled

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