Asiasthemes

As long as you love me theme

Aug 12th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1. <!--
  2. theme 30 by inhalingtrust. do not take the credit off. if you do put the credit in your faq. thanks.
  3. -->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  37. <meta name="color:Background" content="#ffffff"/>
  38. <meta name="color:Title" content="#292929"/>
  39. <meta name="color:Text" content="#363636"/>
  40. <meta name="color:Link" content="#C29B9B"/>
  41. <meta name="color:scrollbar" content="#727272"/>
  42. <meta name="color:Sidebar Title" content="#717171"/>
  43. <meta name="color:Hover" content="#ddd"/>
  44. <meta name="image:Background" content=""/>
  45.  
  46. <meta name="image:sidebar2" content="2" />
  47. <meta name="image:sidebar3" content="3" />
  48. <meta name="text:Sidebar Title" content="Lovely"/>
  49. <meta name="text:Link One" content="/"/>
  50. <meta name="text:Link One Title" content="home"/>
  51. <meta name="text:Link Two" content="/ask"/>
  52. <meta name="text:Link Two Title" content="inbox"/>
  53. <meta name="text:Link Three" content="/links"/>
  54. <meta name="text:Link Three Title" content="links"/>
  55. <meta name="text:Link Four" content=""/>
  56. <meta name="text:Link Four Title" content="1 here"/>
  57. </script>
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62.  
  63. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  64.  
  65. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  66.  
  67. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  68.  
  69. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  70. #aaaaaa; border-radius:10px; }
  71.  
  72. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  73.  
  74. @font-face {
  75. font-family: "dawning";
  76. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  77. }
  78.  
  79. body{
  80. margin:5px;
  81. background-color: {color:Background};
  82. background-image:url({image:Background});
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. font-size: 8px;
  86. font-family: tinytots;
  87. line-height:10px;
  88. color:{color:Text};
  89. cursor:url(http://i.imgur.com/2qleX.jpg), progress;
  90. }
  91.  
  92. a:link, a:active, a:visited{
  93. color: {color:Link};
  94. text-decoration: none;
  95. -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;
  96. }
  97.  
  98. a:hover{
  99. color:{color:Hover};
  100. text-decoration: none;
  101. -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;
  102. text-shadow:1px 1px 5px {color:text shadow};
  103. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  104. }
  105.  
  106. #cunt{width:250px; height:auto;}
  107. {block:PermalinkPage}
  108. width:410px;
  109. {/block:PermalinkPage}
  110. }
  111.  
  112. #center{
  113. padding-top:3px;
  114. padding-bottom:3px;
  115. position:fixed !important;
  116. width:250px;
  117. height:207px;
  118. background-color:#fff;
  119. {block:PermalinkPage}
  120. width:410px;
  121. height:207px;
  122. {/block:PermalinkPage}
  123. }
  124.  
  125. #posts{
  126.  
  127. opacity: .85;
  128. float:center;
  129. {block:indexpage}
  130. width:522px;
  131. {/block:indexpage}
  132. {block:permalinkpage}
  133. width:800px;
  134. {/block:permalinkpage}
  135. margin-left: 464px;
  136. margin-top: 0px;
  137. -webkit-transition: all .7s ease;
  138. -moz-transition: all .7s ease;
  139. -o-transition: all .7s ease;
  140. transition: all .7s ease;
  141. }
  142. #posts:hover{
  143. opacity: 1;
  144. -webkit-transition: all .7s ease;
  145. -moz-transition: all .7s ease;
  146. -o-transition: all .7s ease;
  147. transition: all .7s ease;
  148. }
  149.  
  150.  
  151. #pic2{
  152. background-color: clear;
  153. margin-top:-18px;
  154. margin-left:12px;
  155. position:fixed;
  156. -webkit-transition: all .7s ease;
  157. -moz-transition: all .7s ease;
  158. -o-transition: all .7s ease;
  159. transition: all .7s ease;
  160. }
  161.  
  162. #sidebar:hover #pic2{
  163. opacity:0.2;
  164. -webkit-transition: all .7s ease;
  165. -moz-transition: all .7s ease;
  166. -o-transition: all .7s ease;
  167. transition: all .7s ease;
  168. }
  169.  
  170. #pic2 img{
  171. width:70px;
  172. height:px;
  173. }
  174.  
  175. #pic3{
  176. background-color: clear;
  177. margin-top:-18px;
  178. margin-left:434px;
  179. position:fixed;
  180. -webkit-transition: all .7s ease;
  181. -moz-transition: all .7s ease;
  182. -o-transition: all .7s ease;
  183. transition: all .7s ease;
  184. }
  185.  
  186. #sidebar:hover #pic3{
  187. opacity:0;
  188. -webkit-transition: all .7s ease;
  189. -moz-transition: all .7s ease;
  190. -o-transition: all .7s ease;
  191. transition: all .7s ease;
  192. }
  193.  
  194. #pic3 img {
  195. width:70px;
  196. height:px;
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. div#desc{
  213. position:fixed !important;
  214. width: 600px;
  215. height: 12px;
  216. font color: #000;
  217. margin-top: 605px;
  218. margin-left: 430px;
  219. letter-spacing: 1px;
  220. font-size: 8px;
  221. z-index: 100;
  222. background-color:clear;
  223. font-family: arma;
  224. overflow: auto;
  225. opacity: .9;
  226. text-align: left;
  227. }
  228.  
  229.  
  230.  
  231.  
  232.  
  233. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  234.  
  235. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  236.  
  237.  
  238. @font-face { font-family: "pacifico"; src: url('http://static.tumblr.com/jdjsstr/Julm7s6p2/pacifico_1_.ttf'); }
  239. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  240.  
  241. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  242. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  243.  
  244. @font-face { font-family: "pauly"; src: url('http://static.tumblr.com/jdjsstr/JGKm7h9ln/neou-thin_1_.otf'); }
  245. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  246. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  247. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/pwgdr2n/yAkm3iisd/a_s_black_swan.ttf'); }
  248. @font-face { font-family: "arsenale white"; text-transform: uppercase; src: url('http://static.tumblr.com/oct6d4x/kKxlp9veh/freebsc_.ttf'); }
  249.  
  250. @font-face{
  251. font-family: 'pixel';
  252. font-style: normal;
  253. font-weight: normal;
  254. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  255.  
  256. .titlebar{
  257. position: fixed !important;
  258. opacity: .9;
  259. margin-left:467px;
  260. margin-top:550px;
  261. background-color: white;
  262. color:{color:Sidebar Title};
  263. border: 1px dashed #aaa;
  264. border-bottom: 1px dashed #aaa;
  265. width: 509px;
  266. height: 55px;
  267. padding-top: 30px;
  268. font-family: pacifico;
  269. font-size: 34px;
  270. z-index: 100;
  271. line-height:0px;
  272. letter-spacing:0px;
  273. text-transform: lowercase;
  274. text-align: center;
  275. -webkit-animation:fadeInDownBig 3s;
  276. -moz-animation:fadeInDownBig 3s;
  277. -ms-animation:fadeInDownBig 3s;
  278. -webkit-transition: all 0.5s ease;
  279. -moz-transition: all 0.5s ease;
  280. -o-transition: all 0.5s ease;
  281. }
  282. .titlebar:hover{
  283. height:95px
  284. opacity:0.9;
  285. z-index: 100;
  286.  
  287. }
  288. div#titlebar:first-letter {
  289. text-transform: normal;
  290. }
  291.  
  292. @font-face{
  293. font-family: 'pixel';
  294. font-style: normal;
  295. font-weight: normal;
  296. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  297.  
  298. #links {
  299. color: {color:link};
  300. position: fixed;
  301. background: {color:link one};
  302. margin-top:615px;
  303. width: 300px;
  304. display: inline-block;
  305. font-family: arma;
  306. opacity: 0.;
  307. font-size: 8px;
  308. text-align: center;
  309. line-height: 15px;
  310. letter-spacing: 1px;
  311. margin-left:585px;
  312. z-index: 100;
  313. text-transform: lowercase;
  314. transition: all 0.5s ease-out;
  315. -o-transition-transition: all 0.5s ease-out;
  316. -webkit-transition: all 0.5s ease-out;
  317. -moz-transition: all 0.5s ease-out;
  318. }
  319.  
  320. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  321.  
  322. #links :hover {
  323. padding-top: 0px;
  324. opacity: 0.9;
  325. color:{color:Hover};
  326. transition: all 0.5s ease-out;
  327. -o-transition-transition: all 0.5s ease-out;
  328. -webkit-transition: all 0.5s ease-out;
  329. -moz-transition: all 0.5s ease-out;
  330. }
  331.  
  332.  
  333. h3{
  334. font-family: stars;
  335. font-size: 80px;
  336. line-height: 12px;
  337. color: #A78282;
  338. font-weight: normal;
  339. line-height:15px;
  340. letter-spacing: 1px;
  341. font-style: normal;
  342. text-transform: lowercase;
  343. text-align: right;
  344. padding: 0px;
  345. margin:0px;
  346. }
  347.  
  348. #entry .perma a{
  349. color:;}
  350.  
  351. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  352.  
  353. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  354.  
  355. .permalink {
  356. display: block;
  357. border-top: 1px solid #ddd;
  358. padding: 2px;
  359. margin: 4px 8px 0px 8px;
  360. text-transform: uppercase;
  361. font-family: littlefont;
  362. font-size: 8px;
  363. color: #424242;
  364. line-height: 18px;
  365. text-align: center;
  366. text-decoration: none;
  367. -webkit-transition: color 0.5s ease-out;
  368. -moz-transition: color 0.5s ease-out;
  369. }
  370.  
  371. #entry .perma a{
  372. color:;}
  373.  
  374.  
  375. #entry .perma{
  376. width:250px;
  377. height: 0px;
  378. text-transform: uppercase;
  379. font-family: pixel;
  380. position: absolute;
  381. font-size: 8px;
  382. line-height: 11px;
  383. text-align: center;
  384. overflow:hidden;
  385. opacity: 0.0;
  386. background-color:#fff;
  387. margin-top:0px;
  388. margin-left: 0px;
  389. letter-spacing: 0px;
  390. border-radius: 0px;
  391. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  392. -webkit-transition: all 0.5s linear;
  393. -moz-transition: all 0.5s linear;
  394. transition: all 0.5s linear;
  395. }
  396.  
  397. #entry:hover .perma{
  398. margin-top: 0px;
  399. margin-left: 0px;
  400. width: 250px;
  401. height: 12px;
  402. text-transform:uppercase;
  403. overflow:visible;
  404. -webkit-transition: all 0.5s linear; opacity: 0.8;
  405. -webkit-transition: all 0.5s linear;
  406. -moz-transition: all 0.5s linear;
  407. transition: all 0.5s linear;
  408. }
  409.  
  410. .permalinktext {
  411. display: block;
  412. padding: 1px;
  413. margin: 0px 0px 0px 8px;
  414. text-transform: uppercase;
  415. font-family: pixel;
  416. letter-spacing: 1px;
  417. font-size: 8px;
  418. color: #424242;
  419. line-height: 10px;
  420. text-align: right;
  421. text-decoration: none;
  422. -webkit-transition: color 0.5s ease-out;
  423. -moz-transition: color 0.5s ease-out;
  424. border-top: 1px solid #dcdcdc;
  425. }
  426.  
  427. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  428. #postnotes{
  429. text-align: left;
  430. }
  431.  
  432. askk {
  433. font-family: ronda;
  434. font-size:8px;
  435. z-index:1;
  436. }
  437.  
  438. #postnotes blockquote{
  439. border: 0px;
  440. }
  441.  
  442. #entry{
  443. opacity:1;
  444. font-family: ronda;
  445. font-size: 8px;
  446. line height: 11px;
  447. text-align:center;
  448. z-index:9999;
  449. float:left;
  450. width: 250px;
  451. height: auto;
  452. {block:PermalinkPage}
  453. width: 514px;
  454. height: auto;
  455. {/block:PermalinkPage}
  456. line-height:8px;
  457. background-color:#fff;
  458. padding:1px;
  459. margin:2px;
  460. overflow:hidden;
  461. margin-bottom:3px;
  462. border: 1px solid #aaa;
  463. -webkit-transition: all .7s ease;
  464. -moz-transition: all .7s ease;
  465. -o-transition: all .7s ease;
  466. transition: all .7s ease;
  467. }
  468.  
  469. .entry:hover{
  470. opacity:1;
  471. -webkit-transition: all .7s ease;
  472. -moz-transition: all .7s ease;
  473. -o-transition: all .7s ease;
  474. transition: all .7s ease;
  475. }
  476.  
  477.  
  478. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  479.  
  480. #permapage{
  481. font-family: tinytots;
  482. font-size: 8px;
  483. line-height: 8px;
  484. text-align: center;
  485. padding-bottom:10px;
  486. z-index:9999;}
  487.  
  488. .title{
  489. font-family: didact gothic;
  490. font-size: 14px;
  491. line-height: 20px;
  492. color: {color:Title};
  493. font-weight: normal;
  494. letter-spacing: 0px;
  495. padding:0px 0px 0px 0px;
  496. }
  497.  
  498. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  499.  
  500. .blogtitle{
  501. font-family: beauty;
  502. font-size: 18px;
  503. line-height: 18px;
  504. color: {color:Link};
  505. font-weight: normal;
  506. }
  507.  
  508. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  509.  
  510. blockquote{
  511. padding:0px 0px 2px 3px;
  512. margin:0px 0px 2px 1px;
  513. }
  514. ul, ol, li{
  515. list-style:none;
  516. margin:0px;
  517. padding:0px;
  518. }
  519.  
  520. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  521. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  522. }
  523.  
  524. a.links {
  525. font-family: tinytots;
  526. font-size: 8px;
  527. line-height: 8px;
  528. text-transform: normal;
  529. letter-spacing:0px;
  530. display:block;
  531. padding: 0px;
  532. margin-bottom: 0px;
  533. }
  534.  
  535. a.links:hover {
  536. font-style: underline;
  537. text-decoration: underline;
  538. letter-spacing:10px;
  539. }
  540.  
  541. </style>
  542.  
  543. <title>{title}</title>
  544. <link rel="shortcut icon" href="{Favicon}">
  545. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  546. <meta name="viewport" content="width=720" />
  547. </head>
  548. <body>
  549. <div id="center">
  550. <div id="content">
  551. <span class="titlebar">
  552. <center>
  553. {text:Sidebar Title}
  554. </center>
  555. <div id="pic2"><a href="/"><img src="{image:sidebar2}"></a></div>
  556. <div id="pic3"><a href="/"><img src="{image:sidebar3}"></a></div>
  557.  
  558. </span>
  559. <div id="sidebar">
  560.  
  561.  
  562.  
  563.  
  564. </div>
  565. <div id="desc">
  566. <center>{Description}
  567. </div>
  568. <div id="links">
  569. <a href="{text:Link One}">{text:Link One Title}</a> ♥
  570. <a href="{text:Link Two}">{text:Link Two Title}</a> ♥
  571. <a href="{text:Link Three}">{text:Link Three Title}</a> ♥
  572. <a href="{text:Link Four}">{text:Link Four Title}</a>
  573. ONLINE USERS</a>
  574. </div>
  575. <div id="posts">
  576. {block:Posts}
  577. <div id="entry">
  578.  
  579. {block:Text}
  580. {block:Title}<span class="title">{Title}</span>{/block:Title}
  581. <span class="entrytext">{Body}</span>
  582. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  583. {/block:Text}
  584.  
  585. {block:Link}
  586. <a href="{URL}" class="title">{Name}</a>
  587. {block:Description}{Description}{/block:Description}
  588. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  589. {block:Link}
  590.  
  591. {block:Photo}{block:IndexPage}
  592. <div class="perma">
  593. <a href="{permalink}">{NoteCountWithLabel}</a> - <a> posted {timeago} </a> - <a> <a href="{ReblogURL}" target="_blank"> relove </a></span></div>
  594. {/block:IndexPage}
  595. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=514px/>{LinkCloseTag}{/block:PermalinkPage}
  596. {/block:Photo}
  597.  
  598.  
  599. {block:Quote}
  600. <span class="entrytext">{Quote}</span>
  601. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  602. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  603. {/block:Quote}
  604.  
  605. {block:Chat}
  606. {block:Title}<span class="title">{Title}</span>{/block:Title}
  607. <ul class="chat">
  608. {block:Lines}
  609. <li class="user_{UserNumber}">
  610. {block:Label}
  611. <span class="label">{Label}</span>
  612. {/block:Label}
  613.  
  614. {Line}
  615. </li>
  616. {/block:Lines}
  617. </ul>
  618. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  619. {/block:Chat}
  620.  
  621.  
  622. {block:Audio}
  623. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  624. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  625. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  626. {/block:Audio}
  627.  
  628. <!--
  629. theme 'as long as you love me' by seekingtrust,
  630. put the credit in your faq ?
  631. -->
  632.  
  633.  
  634. {block:Video}<center>
  635. <div class="video">{Video-400}</div></center>
  636. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  637. {block:Video}
  638.  
  639. {block:Answer}
  640. <br>
  641. <div style="border-radius:5px; border: 1px solid #aaa; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  642. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  643. {Asker} was like: {Question}<br></div>
  644. <div style="font-family: tinytots; font-size: 8px;">
  645. AND I WAS LIKE:
  646. <br>
  647. {Answer}
  648. </div><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  649. {/block:Answer}
  650.  
  651. {block:PostNotes}<div align="middle">{caption}</div>
  652. <center>
  653.  
  654. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  655.  
  656. {block:HasTags}
  657. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  658. {block:RebloggedFrom}
  659. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  660. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  661.  
  662. {/block:RebloggedFrom}
  663. </center></span>
  664. <br>
  665. <div id="postnotes">{PostNotes}</div><br>
  666.  
  667. <center>{block:ContentSource}
  668. <br><a href="{SourceURL}">
  669. {lang:Source}:
  670. {block:SourceLogo}
  671. <img src="{BlackLogoURL}" width="{LogoWidth}"
  672. height="{LogoHeight}" alt="{SourceTitle}" />
  673. {/block:SourceLogo}
  674. {block:NoSourceLogo}
  675. {SourceLink}
  676. {/block:NoSourceLogo}
  677. </a>
  678. {/block:ContentSource}</center>
  679.  
  680. {/block:PostNotes}
  681. </div>
  682. {/block:Posts}
  683. </div></div>
  684.  
  685. {block:indexpage}
  686. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  687. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  688. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  689. <script type="text/javascript">
  690. $(window).load(function(){
  691. var $wall = $('#posts');
  692. $wall.imagesLoaded(function(){
  693. $wall.masonry({
  694. itemSelector: '#entry, #entry_photo',
  695. isAnimated : false
  696. });
  697. });
  698.  
  699. $wall.infinitescroll({
  700. navSelector : '#page-nav',
  701. nextSelector : '#page-nav a',
  702. itemSelector : '#entry, #entry_photo',
  703. bufferPx : 2000,
  704. debug : false,
  705. errorCallback: function() {
  706. $('#infscr-loading').fadeOut('normal');
  707. }},
  708. function( newElements ) {
  709. var $newElems = $( newElements );
  710. $newElems.hide();
  711. $newElems.imagesLoaded(function(){
  712. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  713. });
  714. }); $('#content').show(500);
  715. });
  716. </script>
  717. {/block:indexpage}
  718.  
  719. </div>
  720. </body>
Advertisement
Add Comment
Please, Sign In to add comment