Advertisement
ramisaaaaa

Untitled

Sep 8th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 KB | None | 0 0
  1. <!--
  2. theme by cyrusniggaaaaaaAaAaAAaAAAAAAAAaaaaaaaAAaAaAAAAAaaaaa
  3. -->
  4.  
  5.  
  6. <head>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <title>{title}</title>
  10. <meta name="font:Title" content="Trebuchet MS"/>
  11. <meta name="font:Body" content="Trebuchet MS"/>
  12. <meta name="color:Background" content="#FFF"/>
  13. <meta name="color:Blog Description" content="#5A5A5A"/>
  14. <meta name="color:Title" content="#4e4e4e"/>
  15. <meta name="color:Text" content="#363636"/>
  16. <meta name="color:Link" content="#646464"/>
  17. <meta name="color:Post Box" content="#ffffff"/>
  18. <meta name="color:Hover" content="#ffffff"/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="if:faded Images On Hover" content="0"/>
  22. <meta name="if:dark images" content="1"/>
  23. <meta name="if:black and white images" content="0"/>
  24. <meta name="if:black and white hover" content="0"/>
  25. <meta name="if:white and black reblog button" content="0"/>
  26. <meta name="if:back to top button" content="1"/>
  27. <meta name="text:link one" content="/" />
  28. <meta name="text:link one title" content="home" />
  29. <meta name="text:link two" content="/ask" />
  30. <meta name="text:link two title" content="ask" />
  31. <meta name="text:link three" content="/links" />
  32. <meta name="text:link three title" content="links" />
  33. <meta name="text:link four" content="/" />
  34. <meta name="text:link four title" content="link" />
  35. <meta name="text:link five" content="/" />
  36. <meta name="text:link five title" content="link" />
  37. <meta name="text:link six" content="/" />
  38. <meta name="text:link six title" content="link" />
  39. <meta name="text:link seven" content="/" />
  40. <meta name="text:link seven title" content="link" />
  41. <meta name="text:music code" content=""/>
  42. </script>
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. {block:ifblackandwhitehover}
  48. img{-webkit-filter: grayscale(0%);-webkit-transition: opacity 0.5s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.5s linear;
  49. transition: all 0.9s linear; opacity: 1.0;}
  50.  
  51. img:hover{ -webkit-filter: grayscale(100%);-webkit-transition: 0.5s linear; -moz-transition: all 0.5s linear;
  52. transition: all 0.5s linear; opacity:1.0;}
  53. {/block:ifblackandwhitehover}
  54.  
  55.  
  56. {block:iffadedimagesonhover}
  57. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  58. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  59. {/block:iffadedimagesonhover}
  60.  
  61.  
  62. body {
  63. margin: 0px;
  64. color:{color:text};
  65. font-family:{font:body};
  66. line-height:10px;
  67. text-transform: normal;
  68. font-size: 9px;
  69. letter-spacing: 0px;
  70. background-color: {color:Background};
  71. background-attachment: fixed;
  72. background-repeat: repeat;
  73. }
  74.  
  75.  
  76. a:link, a:active, a:visited{
  77. text-decoration: none;
  78. -webkit-transition: color 0.23s ease-out;
  79. -moz-transition: color 0.23s ease-out;
  80. transition: color 0.23s ease-out;
  81. color: {color:Link};
  82. }
  83.  
  84. a:hover {
  85. text-decoration: none;
  86. color: {color:Hover};
  87. -webkit-transition: color 0.23s ease-out;
  88. -moz-transition: color 0.23s ease-out;
  89. transition: color 0.23s ease-out;
  90. }
  91.  
  92. ::selection {
  93. color:{color:Text};
  94. background-color: {color:Link};
  95. }
  96.  
  97. ::-moz-selection {
  98. color:{color:Text};
  99. background-color: {color:Link};
  100. }
  101.  
  102. ::-webkit-selection {
  103. color:{color:Text};
  104. background-color:{color:Link};
  105. }
  106.  
  107.  
  108. blockquote{
  109. padding:0px 0px 2px 3px;
  110. margin:0px 0px 2px 1px;
  111. }
  112. ul, ol, li{
  113. list-style:none;
  114. margin:0px;
  115. padding:0px;
  116. }
  117.  
  118.  
  119. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  120. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  121. }
  122.  
  123.  
  124. #nohomo{
  125. width:370px;
  126. height:auto;}
  127. {block:PermalinkPage}
  128. width:420px;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132.  
  133. .gay{
  134. padding-top:3px;
  135. padding-bottom:3px;
  136. position:fixed !important;
  137. width:370px;
  138. background-color:{color:Post Box};
  139. {block:PermalinkPage}
  140. width:400px;
  141. {/block:PermalinkPage}
  142. }
  143.  
  144.  
  145. div#sidebar{
  146. position:absolute !important;
  147. position:fixed !important;
  148. z-index:999999999999999;
  149. left: 280px;
  150. width:200px;
  151. top:200px;
  152. }
  153.  
  154.  
  155. div#sidebar img{
  156. {block:ifdarkimages}
  157. -webkit-filter: grayscale(50%);
  158. {/block:ifdarkimages}
  159. {block:ifblackandwhiteimages}
  160. -webkit-filter: grayscale(100%);
  161. {/block:ifblackandwhiteimages}
  162. }
  163.  
  164.  
  165. .faggot{
  166. margin:1px;
  167. left:-180px;
  168. top:1px;
  169. padding-top:1px;
  170. padding-left:117px;
  171. position:absolute;
  172. {block:indexpage}
  173. width:940px;
  174. {/block:indexpage}
  175. {block:permalinkpage}
  176. width:890px;
  177. left:0px;
  178. {/block:permalinkpage}
  179. overflow:hidden;
  180. }
  181.  
  182. #posts{
  183. float:right;
  184. {block:ifdarkimages}
  185. -webkit-filter: grayscale(40%);
  186. {/block:ifdarkimages}
  187. {block:ifblackandwhiteimages}
  188. -webkit-filter: grayscale(100%);
  189. {/block:ifblackandwhiteimages}
  190. {block:indexpage}
  191. width:350px;
  192. {/block:indexpage}
  193. {block:permalinkpage}
  194. width:450px;
  195. {/block:permalinkpage}
  196. }
  197.  
  198.  
  199. #entry{
  200. float: left;
  201. width: 350px;
  202. height: auto;
  203. z-index:9999;
  204. margin:3px;
  205. padding:0px;
  206. {block:PermalinkPage}
  207. width: 400px;
  208. height: auto;
  209. background-color:{color:Post Box};
  210. margin-right:10px;
  211. overflow:hidden;
  212. {/block:PermalinkPage}
  213. line-height:8px;
  214. overflow:hidden;
  215. }
  216.  
  217. #entry img{
  218. {block:IndexPage}
  219. max-width: 350px;
  220. {/block:IndexPage}
  221. {block:PermalinkPage}
  222. max-width: 400px;
  223. {/block:PermalinkPage}
  224. }
  225.  
  226.  
  227. .perma
  228. {
  229. opacity: 0.0;
  230. filter: alpha(opacity = 0);
  231. bottom:19px;
  232. width: px;
  233. height: 30px;
  234. line-height: 30px;
  235. font-size: 9px;
  236. -webkit-filter:blur(5px);
  237. -moz-transition: all 0.4s linear;
  238. transition: all 0.4s linear;
  239. filter: alpha(opacity = 100);
  240. margin-left:292px;
  241. position:absolute;
  242. text-align: center;
  243. z-index:9999991;
  244. color: {color:permalink};}
  245.  
  246. a.p{
  247. color: {color:permalink};
  248. }
  249.  
  250.  
  251. #entry:hover .perma {
  252. -webkit-transition: opacity 0.4s linear;
  253. opacity: 1;
  254. -webkit-filter:blur(0px);
  255. -moz-transition: all 0.4s linear;
  256. transition: all 0.4s linear;
  257. filter: alpha(opacity = 100);
  258. }
  259.  
  260.  
  261. .likep {
  262. width: 21px;
  263. height: 20px;
  264. overflow: hidden;
  265. position: relative;
  266. z-index: 9999999;
  267. position: absolute;
  268. margin-top: 26px;
  269. margin-left: 5px;
  270. }
  271. .rep {
  272. width: 24px;
  273. height: 20px;
  274. overflow: hidden;
  275. position: relative;
  276. z-index: 9999999;
  277. position: absolute;
  278. margin-top: 26px;
  279. margin-left: 29px;
  280. }
  281. .likep a:hover {
  282. background-position: 0px 0px;
  283. }
  284. .likep a {
  285. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  286. background-position: 0px 0px;
  287. display: block;
  288. z-index: 9999999;
  289. webkit-transition: all 0s linear;
  290. -webkit-transition: all 0s linear;
  291. -moz-transition: all 0s linear;
  292. transition: all 0s linear;
  293. }
  294. .likep img {
  295. width: 21px;
  296. height: 20px;
  297. webkit-transition: all 0.2s linear;
  298. -webkit-transition: all 0.2s linear;
  299. -moz-transition: all 0.2s linear;
  300. transition: all 0.2s linear;
  301. }
  302. .rep img{
  303. width: 24px;
  304. height: 20px;
  305. line-height: 30px;
  306. display: inline;
  307. }
  308.  
  309.  
  310. #permalinks {
  311. text-align:center;
  312. -webkit-transition: all .5s ease;
  313. -moz-transition: all .3s ease;
  314. -o-transition: all .3s ease;
  315. transition: all .4s ease;
  316. }
  317.  
  318. #permalinks a{
  319. color:{color:text};
  320. }
  321.  
  322. #permalinks a:hover{
  323. color:{color:hover};
  324. }
  325.  
  326.  
  327. #nigga{
  328. }
  329.  
  330. #nigga a{
  331. padding:3px;
  332. }
  333.  
  334.  
  335. .title{
  336. font-size: 12px;
  337. line-height: 12px;
  338. color: {color:Title};
  339. font-weight: normal;
  340. text-transform:uppercase;
  341. font-family:"calibri";
  342. letter-spacing:2px;
  343. }
  344.  
  345. .entrytext{
  346. font-family: {font:Body};
  347. font-size: 9px;
  348. line-height: 12px;
  349. font-weight: normal;
  350. letter-spacing: 0px;
  351. align:left;
  352. }
  353.  
  354.  
  355. </style>
  356. <link rel="shortcut icon" href="{Favicon}">
  357. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  358. <meta name="viewport" content="width=720" />
  359. </head>
  360. <body>
  361.  
  362.  
  363. <div class="gay">
  364. <div class="faggot">
  365. <div id="sidebar">
  366.  
  367. <a href="/"><img src="{image:Sidebar}"style="" width="200"/></a>
  368.  
  369. <div id="nigga">
  370. <div align="center" style="line-height:14px; margin-top:2px;color:{color:Blog Description};margin-bottom:0px;">
  371. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  372. {block:IfLinktwotitle} <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  373. {block:IfLinkthreetitle} <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  374. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  375. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  376. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  377. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  378. </div></div>
  379.  
  380. <center>
  381. {description}</center>
  382.  
  383.  
  384. </div>
  385.  
  386.  
  387.  
  388.  
  389.  
  390. <div id="posts">
  391.  
  392. {block:Posts}
  393. <div id="entry">
  394. {block:Photo}
  395. {block:IndexPage}
  396.  
  397. <div class="perma">
  398. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  399. </div>
  400.  
  401. <div id="nohomo">
  402. <a href="{permalink}">
  403. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=370; 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>
  404. {/block:IndexPage}
  405. {block:PermalinkPage}
  406. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px; 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>
  407. {/block:PermalinkPage}
  408. {/block:Photo}
  409.  
  410. {block:Photoset}
  411. <center>
  412. <div style="background-color:{color:Post Box};{block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  413. <div style="padding:5px">
  414. {block:IndexPage}
  415. {Photoset-250}
  416. {/block:IndexPage}
  417. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</div>
  418. {block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  419. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  420. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  421. </a></div>{/block:indexpage}
  422. </div>
  423. </center>
  424. {/block:Photoset}
  425.  
  426.  
  427.  
  428. {block:Text}<div style="background-color:{color:Post Box};"><div style="padding:5px;">
  429. {block:Title}
  430. <a href="{permalink}"><span class="title">{Title}</span></a>
  431. {/block:Title}
  432. <span class="entrytext">{Body}</span>
  433.  
  434. <div id="permalinks">
  435.  
  436.  
  437. {block:indexpage}
  438. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  439. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  440. </a></div>{/block:indexpage}
  441.  
  442. </div></div></div>
  443.  
  444. {/block:Text}
  445.  
  446.  
  447.  
  448. {block:Answer}
  449. <div style="background-color:{color:Post Box};">
  450. <div style="padding-bottom:10px; padding-top:15px;">
  451. <div style="padding-left:10px;padding-right:10px; margin-bottom:-10px;"><span class="title"><B>{asker}</B>: {Question}</span></div><br>
  452. <div style="padding-right:10px; padding-left:10px;"><span class="entrytext" style="line-height:12px;">{Answer}</span></div></div>
  453.  
  454. <div id="permalinks">
  455.  
  456.  
  457. {block:indexpage}
  458. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  459. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  460. </a></div>{/block:indexpage}
  461.  
  462. </div></div></div>
  463. {/block:Answer}
  464.  
  465.  
  466. {block:Link}<div style="background-color:{color:Post Box};"><div style="padding:10px;>
  467. <a href="{URL}"><span class="title">{Name}</span></a></div>
  468. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  469. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  470.  
  471. <div id="permalinks">
  472.  
  473.  
  474. {block:indexpage}
  475. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  476. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  477. </a></div>{/block:indexpage}
  478.  
  479. </div></div>
  480.  
  481. {/block:Link}
  482.  
  483. {block:Quote}<div style="background-color:{color:Post Box};">
  484. <div style="padding:10px;">
  485. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  486. <div style="text-align: right; padding-right:0px;"><a href="{Permalink}">{block:Source}
  487. -{Source}
  488. {/block:Source}</a></div>
  489. <div id="permalinks">
  490.  
  491.  
  492. {block:indexpage}
  493. <div align="right" style="padding-right:0px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  494. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  495. </a></div>{/block:indexpage}
  496.  
  497. </div></div></div>
  498. {/block:Quote}
  499.  
  500. {block:Chat}
  501. <div style="background-color:{color:Post Box};">
  502. <div style="padding:5px;">
  503. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  504. <ul class="chat">
  505. {block:Lines}
  506. <li class="user_{UserNumber}">
  507. {block:Label}
  508. <span class="label" style="line-height:12px;">{Label}</span>
  509. {/block:Label}
  510. {Line}
  511. </li>
  512. {/block:Lines}
  513. </ul>
  514. {block:Caption}{Caption}{/block:Caption}
  515.  
  516. <div id="permalinks">
  517.  
  518.  
  519. {block:indexpage}
  520. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  521. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  522. </a></div>{/block:indexpage}
  523.  
  524. </div></div></div>
  525. {/block:Chat}
  526.  
  527. {block:Audio}
  528. <div style="background-color:{color:Post Box};">
  529. <div style="padding-top:20px; padding-left:50px; padding-right:50px;{block:ifNotShowNotes}padding-bottom:30px;{/block:ifNotShowNotes}">
  530. <div style="float:center">
  531. {AudioPlayerGrey}
  532. </div>
  533. </div>
  534.  
  535. <div id="permalinks">
  536.  
  537.  
  538. {block:indexpage}
  539. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:5px;"><a href="{Permalink}">{NoteCount}
  540. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}
  541. </a></div>{/block:indexpage}
  542.  
  543. </div></div>
  544. {/block:Audio}
  545.  
  546. {block:Video}
  547. <center>
  548. <div style="background-color:{color:Post Box};{block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  549. <div style="padding-top:5px; padding-bottom:8px;">
  550. {block:IndexPage}
  551. {Video-250}
  552. {/block:IndexPage}
  553. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  554. </div>
  555. <div id="permalinks">
  556.  
  557.  
  558. {block:indexpage}
  559. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  560. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  561. </a></div>{/block:indexpage}
  562.  
  563. </div>
  564. </div>
  565. </center>
  566. {/block:Video}
  567.  
  568. {block:PermalinkPage}
  569. <center>{block:caption}<br>{caption}{/block:caption}
  570. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  571. </center>
  572.  
  573. <br><br>
  574. <div align="left">
  575. {block:PostNotes}
  576. {PostNotes}
  577. {/block:PostNotes}</div>
  578. {/block:PermalinkPage}
  579.  
  580. </div>
  581. {/block:Posts}
  582. </div>
  583. </div>
  584. </div>
  585. </center>
  586. </div>
  587.  
  588. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  589. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  590.  
  591. {block:indexpage}
  592. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  593. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  594. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/ubAms8jvb/jgnsdfmsnry.js"></script>
  595. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  596. <script type="text/javascript">
  597. $(window).load(function(){
  598. var $wall = $('#posts');
  599. $wall.imagesLoaded(function(){
  600. $wall.masonry({
  601. itemSelector: '#entry, #entry_photo',
  602. isAnimated : false
  603. });
  604. });
  605. $wall.infinitescroll({
  606. navSelector : '#page-nav',
  607. nextSelector : '#page-nav a',
  608. itemSelector : '#entry, #entry_photo',
  609. bufferPx : 2000,
  610. debug : false,
  611. errorCallback: function() {
  612. $('#infscr-loading').fadeOut('normal'); }},
  613. function( newElements ) {
  614. var $newElems = $( newElements );
  615. $newElems.hide();
  616. $newElems.imagesLoaded(function(){
  617. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  618. });
  619. }); $('#content').show(500);
  620. });
  621. </script>
  622. {/block:indexpage}
  623.  
  624. </body>
  625. {block:ifbacktotopbutton}
  626. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow35.js"></script>
  627. <noscript><a href="http://www.scrolltotop.com"></a></noscript>
  628. {/block:ifbacktotopbutton}
  629.  
  630.  
  631. </html>
  632.  
  633. <div style="position:fixed;left:0px;bottom:11px;">
  634. {text:music code}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement