Advertisement
thepinkrebellion

neonthemes1

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