Advertisement
thepinkrebellion

Untitled

Dec 24th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.57 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE HTML>
  4. <HEAD>
  5. <link href='http://fonts.googleapis.com/css?family=Dosis:300' rel='stylesheet' type='text/css'>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <!-- theme by tigerteardrops, remove credit and the theme wont work(:
  14. -->
  15. <meta name="color:Posts" content="#ffffff"/>
  16. <meta name="color:Text" content="#363636"/>
  17. <meta name="color:Link" content="#5c5c5c"/>
  18. <meta name="color:SlideTabInner" content="#30e395"/>
  19. <meta name="color:SlideTab" content="#E4317F"/>
  20. <meta name="color:Slideout Background" content="#30e395"/>
  21. <meta name="color:Hover" content="#A7A7A7"/>
  22. <meta name="color:HighlightLink" content="#52F3FF"/>
  23. <meta name="color:Background" content="#FFFFFF"/>
  24. <meta name="color:Scrollbar" content="#000"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="if:Transparent Posts" content=""/>
  27. <meta name="if:Highlight Hover" content="1"/>
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. body{
  33. background-color: {color:Background};
  34. background-image:url({image:Background});
  35. background-attachment: fixed;
  36. background-repeat: repeat;
  37. font-size: 15px;
  38. font-family:dosis;
  39. line-height:15px;
  40. color:{color:Text};}
  41.  
  42. a:link, a:active, a:visited{
  43. color: {color:Link};
  44. text-decoration: none;
  45. -webkit-transition: all 0.6s ease-out;
  46. -moz-transition: all 0.6s ease-out;
  47. -o-transition: all 0.6s ease-out;
  48. transition: all 0.6s ease-out;}
  49.  
  50. a:hover{
  51. {block:ifHighlightHover}
  52. background-color: {color:HighlightLink};
  53. {/block:fHighlightHover}
  54. color:{color:Hover};
  55. text-decoration: none;
  56. }
  57.  
  58.  
  59.  
  60.  
  61. .pl{list-style:none;padding-top:10px;}
  62.  
  63. #post{width:330px; height:auto;}
  64. {block:PermalinkPage}
  65. float: left; right: 500; margin-right:153px; width: 700px;
  66. {/block:PermalinkPage}}
  67.  
  68. #container{
  69. padding-top:3px;
  70. padding-bottom:3px;
  71. position:fixed !important;
  72. width:330px;
  73. height:207px;
  74. {block:PermalinkPage}
  75. width:500px;
  76. height:207px;
  77. {/block:PermalinkPage}}
  78.  
  79.  
  80. #content{
  81. margin:auto;
  82. left:50px;
  83. top: -80px;
  84. padding-top:15px;
  85. padding-left:117px;
  86. position:absolute;
  87. {block:indexpage}
  88. width:1300px;
  89. {/block:indexpage}
  90. {block:permalinkpage}
  91. width:1080px;
  92. left:10px;
  93. {/block:permalinkpage}
  94. overflow:auto;
  95. overflow-y:auto;}
  96.  
  97. #posts{
  98. z-index: 999;
  99. float:left;
  100. margin-top: 50px;
  101. {block:indexpage}
  102. width:900px;
  103. {/block:indexpage}
  104. {block:permalinkpage}
  105. width:800px;
  106. {/block:permalinkpage}
  107. margin-left:100px;}
  108.  
  109. #fade { /*--Transparent background layer--*/
  110. display: none; /*--hidden by default--*/
  111. background: #000;
  112. position: fixed; left: 0; top: 0;
  113. width: 100%; height: 100%;
  114. opacity: .80;
  115. z-index: 9999;}
  116.  
  117.  
  118. #entry{
  119. z-index:9999;
  120. float:right;
  121. width:350px;
  122. height:auto;
  123. padding: 3px;
  124. padding-bottom:0px;
  125. border: 2px dotted grey;
  126. {block:PermalinkPage}
  127. width: 500px;
  128. {/block:PermalinkPage}
  129. {block:ifnotTransparentPosts}
  130. background-color: #fff;
  131. {/block:ifnotTransparentPosts}
  132. {block:ifTransparentPosts}
  133. background-color: transparent;
  134. {/block:ifTransparentPosts}
  135. right:500px;
  136. margin-right:10px;
  137. overflow:hidden;
  138. margin-bottom:10px;}
  139.  
  140. #permapage{
  141. font-family: Trebuchet MS;
  142. font-size: 9px;
  143. text-align: left;
  144. padding-bottom:10px;
  145. margin-bottom: 8px;
  146. z-index:9999;}
  147.  
  148. #notes{
  149. {block:permalinkpage}
  150. display:block;
  151. width:700px;
  152. left:-50px;
  153. float: left;
  154. padding:10px;
  155. overflow:visible;
  156. z-index:9999999;
  157. margin-top: 10px;
  158. {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  159. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  160. box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
  161. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  162. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  163. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  164. outline:1px solid rgba(0, 0, 0, .1);
  165. border:2px solid rgba(0, 0, 0, .05);
  166. text-align: left;{/block:permalinkpage}}
  167.  
  168. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important;}
  169.  
  170. .title{
  171. font-family: 'Petit Formal Script', cursive;
  172. font-size: 16px;
  173. line-height: 16px;
  174. color: {color:Text};
  175. font-weight: normal;
  176. letter-spacing: 0px;
  177. -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;}
  178.  
  179. .blogtitle {
  180. font-family: 'Petit Formal Script', cursive;
  181. font-style:none;
  182. font-size:35px;
  183. line-height:40px;
  184. line-height:40px;
  185. text-align:center;
  186. -webkit-transition: 0.5s ease-in;
  187. -webkit-text-stroke: 1px transparent;}
  188. #blogtitle a:link,
  189. #blogtitle a:visited,
  190. #blogtitle a:hover{
  191. color:{color:Blog Title};}
  192.  
  193. .title:hover{
  194. color:{color:Hover};
  195. -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;}
  196.  
  197.  
  198. {block:IndexPage}
  199. #entry:hover #reblog{
  200. z-index:9999999999999;
  201. margin-left:300px;
  202. margin-top:8px;
  203. opacity:1;-webkit-transition: all 0.3s ease-out;
  204. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  205. {/block:IndexPage}}
  206.  
  207. #reblog{
  208. width:22px;
  209. float:left;
  210. margin-left:200px;
  211. margin-top:0px;
  212. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  213. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  214.  
  215.  
  216.  
  217. blockquote{
  218. padding:0px 0px 2px 3px;
  219. margin:0px 0px 2px 1px; }
  220.  
  221. ul, ol, li{
  222. list-style:none;
  223. margin:0px;
  224. padding:0px;}
  225.  
  226.  
  227. #infscr-loading{
  228. bottom: 3px;
  229. position: absolute;
  230. left: 50%;
  231. margin-left:-8px;
  232. width:16px;
  233. height:11px;
  234. overflow:hidden;
  235. margin-bottom: 50px;}
  236.  
  237.  
  238. ::-webkit-scrollbar-thumb:vertical {
  239. background-color:{color:scrollbar};
  240. height:10px;width:10px;
  241. -webkit-border-radius:4px;border:2px #fff solid;}
  242.  
  243. ::-webkit-scrollbar-thumb:horizontal {
  244. background-color:{color:scrollbar};
  245. height:10px !important;border:2px #fff solid;
  246. -webkit-border-radius:4px;}
  247. ::-webkit-scrollbar {
  248. height:10px;
  249. width:10px;
  250. background-color:{color:background};
  251. -webkit-border-radius:4px;}
  252. #creds {
  253. text-align: left;
  254. font-size: 11px;
  255. position:fixed;
  256. right:2px;
  257. bottom:-65px;
  258. -webkit-transition: all .5s ease-in-out;
  259. -moz-transition: all .5s ease-in-out;
  260. -o-transition: all .5s ease-in-out;
  261. z-index:999;
  262. }
  263.  
  264. #creds:hover {bottom:0px;}
  265.  
  266. #cred {
  267. border-right-style:solid;
  268. border-bottom-style:solid;
  269. border-left-style:solid;
  270. border-width:0px;
  271. border-color:#000;
  272. padding: 5px 0 5px 0;
  273. background: #ffffff;
  274. width:150px;
  275. height:50px;
  276. border-top-right-radius: 0px;
  277. -moz-border-radius-topright: 0px;
  278. -webkit-border-top-right-radius: 0px;
  279. z-index: 9999;
  280. }
  281.  
  282. #credtab {
  283. border-top-style:none;
  284. border-right-style:solid;
  285. border-bottom-style:solid;
  286. border-left-style:solid;
  287. border-width:0px;
  288. border-color:#000;
  289. text-align: center;
  290.  
  291. height:13px;
  292. padding: 2px 0 8px 0;
  293. background:#ffffff;
  294. border-top-left-radius: 0px;
  295. -moz-border-radius-topleft: 0px;
  296. -webkit-border-top-left-radius: 0px;
  297. border-top-right-radius: 0px;
  298. -moz-border-radius-topright: 0px;
  299. -webkit-border-top-right-radius: 0px;
  300. width: 41px;
  301. }
  302. #rabbit{
  303. border-radius: 5px;
  304. border:0px solid #000;
  305. position:fixed !important;
  306. left:120px; padding-top:2px;
  307. top:250px;
  308. padding-bottom:12px;
  309. text-align:center;
  310. height:10px;
  311. width:60px;
  312. overflow:hidden;
  313. -webkit-transition: opacity 0.7s linear;
  314. -webkit-transition: all 0.7s ease-in-out;
  315. -moz-transition: all 0.7s ease-in-out;
  316. -o-transition: all 0.7s ease-in-out;
  317. background:transparent;
  318. z-index:9999;
  319. }
  320.  
  321. #rabbit:hover{
  322. border-radius: 5px;
  323. border:1px solid #000;
  324. padding:5px;
  325. height:180px;
  326. width:200px;
  327. z-index:999999999;
  328. background:white;
  329. }
  330.  
  331. #box{
  332. height:auto;
  333. opacity:1.0;
  334. text-align:center;
  335. z-index:99999999999999999999;
  336. background:transparent;
  337. }
  338.  
  339. #cat{
  340. border-radius: 5px;
  341. border:0px solid #000;
  342. position:fixed !important;
  343. left:120px; padding-top:2px;
  344. top:300px;
  345. padding-bottom:12px;
  346. text-align:center;
  347. height:10px;
  348. width:60px;
  349. overflow:hidden;
  350. -webkit-transition: opacity 0.7s linear;
  351. -webkit-transition: all 0.7s ease-in-out;
  352. -moz-transition: all 0.7s ease-in-out;
  353. -o-transition: all 0.7s ease-in-out;
  354. background:transparent;
  355. z-index:9999;
  356. }
  357.  
  358. #cat:hover{
  359. border-radius: 5px;
  360. border:1px solid #000;
  361. padding:5px;
  362. height:220px;
  363. width:300px;
  364. z-index:999999999;
  365. background:white;
  366. }
  367.  
  368. #boxl{
  369. height:auto;
  370. opacity:1.0;
  371. text-align:center;
  372. z-index:99999999999999999999;
  373. background:transparent;
  374. }
  375.  
  376. #elephant{
  377. border-radius: 5px;
  378. border:0px solid #000;
  379. position:fixed !important;
  380. left:132px; padding-top:2px;
  381. top:350px;
  382. padding-bottom:11.5px;
  383. text-align:center;
  384. height:2px;
  385. width:35px;
  386. overflow:hidden;
  387. -webkit-transition: opacity 0.7s linear;
  388. -webkit-transition: all 0.7s ease-in-out;
  389. -moz-transition: all 0.7s ease-in-out;
  390. -o-transition: all 0.7s ease-in-out;
  391. background:transparent;
  392. z-index:9999;
  393. }
  394.  
  395. #elephant:hover{
  396. border-radius: 5px;
  397. border:1px solid #000;
  398. padding:5px;
  399. height:150px;
  400. width:80px;
  401. z-index:999999999;
  402. background:white;
  403. }
  404.  
  405. #box{
  406. height:auto;
  407. opacity:1.0;
  408. text-align:center;
  409. z-index:99999999999999999999;
  410. background:transparent;
  411. }
  412.  
  413. #cow{
  414. border-radius: 5px;
  415. border:0px solid #000;
  416. position:fixed !important;
  417. left:120px; padding-top:2px;
  418. top:400px;
  419. padding-bottom:12px;
  420. text-align:center;
  421. height:10px;
  422. width:60px;
  423. overflow:hidden;
  424. -webkit-transition: opacity 0.7s linear;
  425. -webkit-transition: all 0.7s ease-in-out;
  426. -moz-transition: all 0.7s ease-in-out;
  427. -o-transition: all 0.7s ease-in-out;
  428. background:transparent;
  429. z-index:9999;
  430. }
  431.  
  432. #cow:hover{
  433. border-radius: 5px;
  434. border:1px solid #000;
  435. padding:5px;
  436. height:180px;
  437. width:200px;
  438. z-index:999999999;
  439. background:white;
  440. }
  441.  
  442. #box{
  443. height:auto;
  444. opacity:1.0;
  445. text-align:center;
  446. z-index:99999999999999999999;
  447. background:transparent;
  448. }
  449.  
  450. #player {
  451. background-color: #2E9AFE;
  452. }
  453.  
  454. #updates, #links {
  455.  
  456. text-transform: lowercase;
  457. z-index: 99999;
  458. position: fixed;
  459. width: 100px;
  460. height: 15px;
  461. border-radius: 25px 0px 25px 0px;
  462. background: {color:SlideoutBackground};
  463. color: {color:Text};
  464. bottom: 2px;
  465. transition: all 0.7s;
  466. -webkit-transition: all 0.7s;
  467. -moz-transition: all 0.7s;
  468. border: 1px dashed #7a7aff;
  469. box-shadow: 0 0 7px #dda1ff;
  470. -webkit-box-shadow: 0 0 7px #dda1ff;
  471. -moz-box-shadow: 0 0 7px #dda1ff;
  472. padding: 5px;}
  473.  
  474.  
  475.  
  476. #updates:hover, #links:hover {
  477.  
  478. border-radius: 0px 25px 0px 25px; bottom: 30px;}
  479.  
  480. #updates {right:40px;}
  481. #updates:hover {height: 200px; width: 200px;}
  482. #links:hover {height: 200px; width: 250px;}
  483. #links a {color: #9b82ff; opacity: 0.7; transition: all 0.5s;
  484. -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
  485. #links a:hover {opacity: 1; font-size: 15px; color: #b73bff;
  486. background-image: none;}
  487. #links {right: 150px;}
  488.  
  489. #askb {
  490. margin-left:5px;
  491. margin-top: 0px;
  492. height: 62px;
  493. width: 115px;
  494. text-align: center;
  495. line-height: 20px;
  496. -moz-border-radius: 65px;
  497. border-radius: 65px;
  498. background-color: {color:SlideoutBackground};
  499. -webkit-transition: all .5s ease-out;
  500. -moz-transition: all .5s ease-out;
  501. -o-transition: all .5s ease-out; transition: all .5s ease-out;
  502. overflow: hidden;
  503. cursor: default;
  504. font-weight: normal;
  505. z-index: 12345;
  506. position:fixed;
  507. }
  508.  
  509. #askb:hover {
  510. height: 400px;
  511. width: 400px;
  512. -webkit-transform: rotate(360deg);
  513. -moz-transform: rotate(360deg);
  514. z-index: 99999999;
  515. }
  516.  
  517. .meow {
  518. color: #fff;
  519. display: block;
  520. writing-mode: lr-tb;
  521. -webkit-transform: rotate(-90deg);
  522. -moz-transform: rotate(-90deg);
  523. -ms-transform: rotate(-90deg);
  524. -o-transform: rotate(-90deg);
  525. transform: rotate(-90deg);
  526. position: absolute;
  527. left: -25px;
  528. top: 50px;
  529. font-family: 'short stack';
  530. font-size: 15px;
  531. font-weight: normal;
  532. text-transform: uppercase;
  533. }
  534.  
  535.  
  536.  
  537. #tab {
  538. z-index:1000;
  539. height: 40px;
  540. position: fixed;
  541. top: 100px;
  542. left: 0px;
  543. width: 35px;
  544. padding: 40px 0;
  545. text-align: center;
  546. font-size:15px;
  547. background-color: {color:SlideTab};
  548. -webkit-transition-duration: 0.3s;
  549. -moz-transition-duration: 0.3s;
  550. -o-transition-duration: 0.3s;
  551. transition-duration: 0.3s;
  552. }
  553.  
  554. #innertab {
  555. background-color: {color:SlideTabInner};
  556. position: fixed;
  557. top: 100px;
  558. left: -253px;
  559. width: 230px;
  560. padding: 10px;
  561. height: 100px;
  562. overflow: auto;
  563. text-color: #000000;
  564. -webkit-transition-duration: 0.3s;
  565. -moz-transition-duration: 0.3s;
  566. -o-transition-duration: 0.3s;
  567. transition-duration: 0.3s;
  568. -moz-transition-duration: 0.3s;
  569. -o-transition-duration: 0.3s;
  570. transition-duration: 0.3s;
  571. text-align: left;
  572. z-index: 9999999999999999999999999999999;
  573. }
  574.  
  575.  
  576. #tab:hover {
  577. z-index:1000;
  578. }
  579.  
  580. #tab:hover #innertab {
  581. z-index:1000;
  582. left: 50px;
  583. }
  584.  
  585. </style>
  586.  
  587. <link rel="shortcut icon" href="{Favicon}">
  588. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  589.  
  590. </head>
  591. <body>
  592.  
  593. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  594. </script>
  595. <meta name="viewport" content="width=720" />
  596.  
  597. <div align="center">
  598.  
  599. </div>
  600.  
  601. <div id="tab">
  602. <span class="meow"><big>COPYRIGHT NOTICE</big></font></span>
  603. <div id="innertab"><center>
  604. <big><big><big>these themes are copyrighted by law, so please dont steal/take off the credit(:</big></big></big><br> <small>theme by <a href="http://tigerteardrops.tumblr.com/">tigerteardrops</a></small></center></div></div>
  605.  
  606. <div id="askb"><b>MESSAGE</b><br>
  607. <br><br><br><iframe frameborder="0" border="0" scrolling="no" width="300” height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe><br> any problem with one of my themes? please tell me! would mean heaps! <br> want a custom theme? message me then well talk about what youll have to do/what the theme will look like(:
  608.  
  609.  
  610. </div>
  611.  
  612. <div id="updates"><center><b>Updates</b></center><br />
  613. <p>these themes are all made by me, the codes are all tweaked and edited by me, and if you'd like, you can follow my main blog! <a href="http://tigerteardrops.tumblr.com"><br><center>xoxo,<br>tigerteardrops(:</center> </a></p></div>
  614.  
  615. <center><center><img style="height:200px" src="http://static.tumblr.com/quvev8c/ANWmclvt4/shockingthemes.png"/></center></center>
  616. <div id="container">
  617. <div id="content">
  618.  
  619.  
  620.  
  621. <div id="pages">
  622.  
  623. <div align="center">
  624. {block:ifNotInfiniteScroll}{block:PreviousPage}<a class="jump_page" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  625. {block:JumpPagination length="5"}
  626. {block:CurrentPage}<span class="current_page"><i>{PageNumber}</i></span>{/block:CurrentPage}
  627. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  628. {/block:JumpPagination}
  629. {block:NextPage}<a class="jump_page" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:ifNotInfiniteScroll}
  630. </div></div>
  631. </div>
  632.  
  633. <div align="center">
  634. <div id="posts">
  635.  
  636. {block:Posts}
  637. <div id="entry">
  638.  
  639. {block:Photo}
  640. {block:IndexPage}
  641. <div id="reblog"><a href="{ReblogURL}" target="_blank" title="Reblog"><img src="http://narnia.tcs3.co.uk/themes/narnia/reblog.png" width="22px"/></a></div>
  642. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  643.  
  644. {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  645. {block:Title}
  646. <a href="{permalink}"><span class="title">{Title}</span></a>
  647. {/block:Title}
  648. <span class="entrytext" style="line-height:12px;">{Body}</span>
  649. <a href="{Permalink}"></a></div>
  650. {block:IndexPage}<div class="otherpostsnotes">
  651. <div align="right"><a href="{Permalink}">+</a></div>
  652. {/block:Date}</div>{/block:IndexPage}
  653. {/block:Text}
  654.  
  655. {block:Link}
  656. <a href="{URL}" class="title">{Name}</a>
  657. {block:Description}{Description}{/block:Description}
  658. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  659. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  660. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  661. {block:IndexPage}<div class="otherpostsnotes">
  662. <div align="right"><a href="{Permalink}">+</a></div>
  663. {/block:Date}</div>{/block:IndexPage}
  664. {/block:Link}
  665.  
  666. {block:Quote}
  667. <div style="padding-top:10px; padding-bottom:10px;">
  668. <span class="title" style="line-height:16px; ">"{Quote}"</span><br><br>
  669. <div style="text-align: right; padding-right:10px;">{block:Source}
  670. -{Source}
  671. {/block:Source}</a></div>{block:IndexPage}<div class="otherpostsnotes"> <br>
  672. {/block:Date}</div>{/block:IndexPage}
  673. </div>
  674. <div align="right"><a href="{Permalink}">+</a></div>
  675. {/block:Quote}
  676.  
  677. {block:Chat}
  678. <div style="padding-top:15px; padding-bottom:10px;">
  679. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  680. <ul class="chat">
  681. {block:Lines}
  682. <li class="user_{UserNumber}">
  683. {block:Label}
  684. <span class="label" style="line-height:12px;">{Label}</span>
  685. {/block:Label}
  686. {Line}
  687. </li>
  688. {/block:Lines}
  689. </ul>
  690. {block:Caption}{Caption}{/block:Caption}
  691. {block:IndexPage}<div class="otherpostsnotes">
  692. </div>{/block:IndexPage}
  693. </div>
  694. <div align="right"><a href="{Permalink}">+</a></div>
  695. {/block:Chat}
  696.  
  697. {block:Audio}
  698. <div class="player">{AudioPlayerGrey}</div>
  699. {block:Caption}{Caption}{/block:Caption}
  700. {block:IndexPage}<div class="otherpostsnotes">
  701. <a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a>
  702. &nbsp;
  703. {/block:Date}</div>{/block:IndexPage}
  704. <div align="right"><a href="{Permalink}">+</a></div>
  705. {/block:Audio}
  706.  
  707.  
  708. {block:Video}
  709. <div style="padding-top:28px; padding-bottom:8px;">
  710. {Video-250}</div>
  711. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  712. {block:IndexPage}<div class="otherpostsnotes">
  713. {/block:Date}</div>{/block:IndexPage}
  714. <div align="right"><a href="{Permalink}">+</a></div>
  715. {/block:Video}
  716.  
  717. {block:PermalinkPage}
  718. <div align="left">
  719. <div class="pl">
  720. {block:Date}
  721. <li>
  722. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  723. {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
  724. at {12Hour}:{Minutes}{AmPm} {block:Date}
  725. </li>
  726. <li>
  727. {block:RebloggedFrom}
  728. Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>.
  729. {/block:RebloggedFrom}
  730. </li>
  731. <li>
  732. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  733. </li>
  734. <li>
  735. {block:HasTags} &middot; {block:Tags}<a href="/{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  736. </li>
  737. <p>
  738. {block:PostNotes}
  739. {PostNotes}
  740. {/block:PostNotes}
  741. {/block:PermalinkPage}
  742. </div>
  743. {/block:Posts}
  744. </div></div></div></center></div></div>
  745. {block:indexpage}
  746. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  747. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  748. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  749. <script type="text/javascript">
  750. $(window).load(function(){
  751. var $wall = $('#posts');
  752. $wall.imagesLoaded(function(){
  753. $wall.masonry({
  754. itemSelector: '#entry, #entry_photo',
  755. isAnimated : false
  756. });
  757. });
  758.  
  759. $wall.infinitescroll({
  760. navSelector : '#page-nav',
  761. nextSelector : '#page-nav a',
  762. itemSelector : '#entry, #entry_photo',
  763. bufferPx : 2000,
  764. debug : false,
  765. errorCallback: function() {
  766. $('#infscr-loading').fadeOut('normal');
  767. }},
  768. function( newElements ) {
  769. var $newElems = $( newElements );
  770. $newElems.hide();
  771. $newElems.imagesLoaded(function(){
  772. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  773. });
  774. }); $('#content').show(500);
  775. });
  776. </script>
  777. {/block:indexpage}
  778. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement