Advertisement
planthed

R U Mine? theme #6

Nov 1st, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.14 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed // weedhs ★彡
  4.  
  5.  
  6. keep the creds u lil bitch
  7.  
  8. — http://painthemes.tumblr.com/
  9. — http://planthed.tumblr.com/
  10. — http://weedhs.tumblr.com/
  11.  
  12. *Sidebar idea by Bruno (http://virginity.tumblr.com/)
  13.  
  14. ------>
  15.  
  16.  
  17.  
  18. <html lang="en">
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44.  
  45.  
  46. </script>
  47. <meta name="color:Background" content="#fcfcfc"/>
  48. <meta name="color:Title" content=""/>
  49. <meta name="color:Text" content=""/>
  50. <meta name="color:Link" content=""/>
  51. <meta name="image:Background" content=""/>
  52. <meta name="image:Sidebar" content=""/>
  53. <meta name="if:Inverted Images" content="0" />
  54. <meta name="if:Rounded posts" content="0" />
  55. <meta name="if:box shadow" content="1" />
  56. <meta name="if:faded images" content="1" />
  57. <meta name="if:lace banner" content="0" />
  58. <meta name="if:color top" content="1" />
  59. <meta name="text:favicon" content="link of your favicon here" />
  60. <meta name="text:Link 1" content="/" />
  61. <meta name="text:Link 2" content="/ask" />
  62. <meta name="text:Link 3" content="/" />
  63. <meta name="text:Link 4" content="/" />
  64.  
  65.  
  66. <meta name="text:Link 1 Title" content="home" />
  67. <meta name="text:Link 2 Title" content="mail"/>
  68. <meta name="text:Link 3 Title" content="more" />
  69. <meta name="text:Link 4 Title" content="faves" />
  70.  
  71.  
  72.  
  73. </script>
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){$(document)
  79. .ready(function(){$("[title]")
  80. .style_my_tooltips();});})
  81. (jQuery);
  82. </script>
  83.  
  84. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  85. </script>
  86.  
  87. <style type="text/css">
  88.  
  89. #s-m-t-tooltip{
  90. max-width:300px;
  91. padding:7px;
  92. margin-left: 20px;
  93. margin-top: 2px;
  94. background:white;
  95. border: 1px solid #eee;
  96. text-transform:uppercase;
  97. font-family:calibri;
  98. font-size:10px;
  99. color:{color:text};
  100. letter-spacing:1px;
  101. z-index:9999;
  102. }
  103.  
  104. #color{
  105. background-color:{color:link};
  106. repeat:repeat-x;
  107. width:100%;
  108. height:5px;
  109. position: fixed;
  110. opacity:1;
  111. margin-left:0px;
  112. margin-top:-30px;
  113. z-index:99999;
  114. }
  115.  
  116.  
  117. #lace {
  118. border-top:3px solid {color:link};
  119. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  120. repeat:repeat-x;
  121. width:100%;
  122. height:18px;
  123. position: fixed;
  124. opacity:1;
  125. margin-left:0px;
  126. margin-top:-30px;
  127. z-index:99999;
  128. }
  129.  
  130.  
  131. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{top:20px;
  132. z-index:9999999999999999999999999999999999999;
  133. opacity:.2 !important;
  134. -webkit-filter:invert(100%);
  135. position:fixed!important;
  136. }
  137.  
  138. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  139. -webkit-transition:opacity 0.7s linear;
  140. opacity:1.0;
  141. -webkit-transition:all 0.4s ease-out;
  142. -moz-transition:all 0.4s ease-out;
  143. transition: all 0.4s ease-out;
  144. z-index:99999;
  145. }
  146.  
  147. ::-webkit-scrollbar {width: 8px; height: 4px; background:{color:background}; }
  148.  
  149. ::-webkit-scrollbar-thumb { background-color:{color:link}; }
  150.  
  151.  
  152.  
  153.  
  154. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  155.  
  156. body {
  157. padding:0px;
  158. margin:0px;
  159. color:{color:Text};
  160. font-family:calibri;
  161. font-size:8px;
  162. line-height:12px;
  163. text-transform:uppercase;
  164. background-color:{color:Background};
  165. background-image:url({image:Background});
  166. background-attachment: fixed;
  167. background-position:center;
  168. background-repeat: no-repeat;
  169. background-attachment:fixed;
  170. background-size: cover;
  171.  
  172.  
  173. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
  174.  
  175. a:link, a:active, a:visited{
  176. color:{color:Link};
  177. text-decoration:none;
  178. font-style:italic;
  179. -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;}
  180.  
  181. a:hover{
  182. color:#aaa;
  183. text-decoration:underline;
  184. -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;
  185. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
  186.  
  187. #audio {
  188. width:200px;
  189. height:auto;
  190. min-height:60px;
  191. padding-bottom:0px;
  192. }
  193.  
  194. .cover {
  195. position:absolute;
  196. z-index:1;
  197. width:60px;
  198. height:60px;
  199. }
  200.  
  201. .cover img {
  202. float:left;
  203. width:60px;
  204. height:60px;
  205. }
  206.  
  207. .playbox {
  208. opacity:0.6;
  209. width:27px;
  210. height:30px;
  211. overflow:hidden;
  212. position:absolute;
  213. z-index:1000;
  214. margin-left:17px;
  215. margin-top:17px;
  216. text-align:center;
  217. }
  218.  
  219. .info {
  220. margin-left:73px;
  221. margin-top:4px;
  222. line-height:14px;
  223. }
  224.  
  225. #cunt{width:250px; height:auto;}
  226. {block:PermalinkPage}
  227. width:10px;
  228. {/block:PermalinkPage}
  229. }
  230.  
  231. #center{
  232. padding-top:3px;
  233. padding-bottom:3px;
  234. position:fixed !important;
  235. width:250px;
  236. height:207px;
  237. background-color:#fff;
  238. {block:PermalinkPage}
  239. width:410px;
  240. height:207px;
  241. {/block:PermalinkPage}
  242. }
  243.  
  244. #posts{
  245. float:center;
  246. {block:indexpage}
  247. width:800px;
  248. {/block:indexpage}
  249. {block:permalinkpage}
  250. width:800px;
  251. overflow:hidden;
  252. {/block:permalinkpage}
  253. margin-left:400px;
  254. margin-top:30px;
  255. z-index:999;
  256. }
  257.  
  258. #entry img{
  259. {block:ifinvertedimages}
  260. -webkit-filter:grayscale(60%);{/block:ifinvertedImages}
  261. {block:indexpage}
  262. max-width:100%;
  263. {block:iffadedimages}opacity:0.8;{/block:iffadedImages}
  264. z-index:999;
  265. -webkit-transition:all 0.7s ease-out;
  266. -moz-transition:all 0.7s ease-out;
  267. transition:all 0.7s ease-out;
  268. {/block:indexpage}
  269. }
  270.  
  271. #entry img:hover{
  272. opacity:1;
  273. -webkit-filter:grayscale(0%);
  274. }
  275.  
  276. #entry{
  277. {block:ifroundedposts}border-radius:7px;{/block:ifroundedposts}
  278. {block:ifboxshadow}box-shadow:rgba(0,0,0,.03) 7px 7px;{/block:ifboxshadow}
  279. z-index:999;
  280. margin:15px;
  281. float:left;
  282. background:#fff;
  283. font-size:8px;
  284. letter-spacing:1px;
  285. font-family:calibri;
  286. line-height:13px;
  287. text-transform:uppercase;
  288. width:250px;
  289. padding:17px;
  290. border:1px solid #eee;
  291. {block:PermalinkPage}
  292. overflow:hidden;
  293. opacity:0.8;
  294. width:400px;
  295. margin-top:5px;
  296. margin-left:83px;
  297. z-index:999;
  298. {/block:PermalinkPage}
  299. -moz-transition: all 3.9s ease-out;
  300. -o-transition: all 3.9s ease-out;
  301. -webkit-transition: all 3.9s ease-out;
  302. transition: all 3.9s ease-out;
  303. }
  304.  
  305. #entry .perma{
  306. {block:ifboxshadow}box-shadow:rgba(0,0,0,.03) 7px 7px;{/block:ifboxshadow}
  307. font-family:calibri;
  308. font-size:8px;
  309. width:auto;
  310. text-transform:uppercase;
  311. letter-spacing:1px;
  312. background:{color:link};
  313. position: absolute;
  314. text-align:center;
  315. line-height: 15px;
  316. z-index: 99999;
  317. overflow:hidden;
  318. margin-top:0px;
  319. margin-left: 10px;
  320. padding:7px;
  321. height:auto;
  322. border:1px double #fff;
  323. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  324. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  325. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  326. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  327. -webkit-transition: all 0.5s linear;
  328. -moz-transition: all 0.5s linear;
  329. transition: all 0.5s linear;
  330.  
  331. }
  332.  
  333. #entry:hover .perma{
  334. overflow:visible;
  335. opacity:1;
  336. margin-top:10px;
  337. transform: rotate(0deg);
  338. -ms-transform: rotate(0deg);
  339. -webkit-transform: rotate(0deg);
  340. -o-transform: rotate(0deg);
  341. -moz-transform: rotate(0deg);
  342. -webkit-transition: all 0.5s linear;
  343. -webkit-transition: all 0.5s linear;
  344. -moz-transition: all 0.5s linear;
  345. transition: all 0.5s linear;
  346. }
  347.  
  348.  
  349. .permalinktext{
  350. display:block;
  351. text-align:right;
  352. text-decoration:none;
  353. font-size:8px;
  354. letter-spacing:1px;
  355. padding-top:5px;font-family:calibri;
  356. text-transform:uppercase;
  357.  
  358. padding:2px;
  359. }
  360.  
  361.  
  362. #postnotes{
  363. border:1px solid #eee;
  364. overflow:scroll;
  365. height:140px;
  366. font-size:10px;
  367. line-height:15px;
  368. padding:8px;
  369. }
  370.  
  371. #postnotes blockquote{
  372. border:0px;}
  373.  
  374. blockquote{
  375. padding:2px;
  376. padding-left:5px;
  377. margin:5px 5px 5px 5px;
  378. border-left:1px solid #fff;
  379. }
  380.  
  381. ol.notes li.note img.avatar {
  382. width:15px;
  383. display:inline;
  384. position:relative;
  385. list-style-type:none;
  386. display:none;
  387. }
  388.  
  389. .title{
  390. font-family:cambria;
  391. font-style:italic;
  392. font-size:18px;
  393. line-height:15px;
  394. text-transform:none;
  395. letter-spacing:1px;
  396. color:{color:Title};
  397. }
  398.  
  399. blockquote{background:{color:link};
  400. border-radius:4px;
  401. color:#fff;
  402. padding:5px;
  403. box-shadow:rgba(0,0,0,.03) 4px 4px;
  404. margin:0px 0px 2px 1px;
  405. }
  406.  
  407. #javascript-scroll{
  408. position:fixed;
  409. -webkit-filter: invert(100%);
  410. opacity: 0.7;
  411. top:30px;
  412. right:5px;
  413. height:auto;
  414. text-transform:uppercase;
  415. background: transparent;
  416. width:auto;
  417. z-index: 9999;
  418. border-radius: 5px;
  419. }
  420.  
  421. ul, ol, li{
  422. list-style:none;
  423. margin:0px;
  424. padding:0px;
  425. }
  426.  
  427.  
  428. #sidebar {{block:ifroundedposts}border-radius:7px;{/block:ifroundedposts}
  429. width:150px;
  430. background:#fff;
  431. position:fixed;
  432. margin-left:170px;
  433. margin-right:auto;
  434. top:100px;
  435. padding:10px;
  436. border:1px solid #eee;
  437. height:auto;
  438. z-index:999;
  439. font-family:calibri;
  440. text-transform:uppercase;
  441. font-size:8px;{block:ifboxshadow}box-shadow:rgba(0,0,0,.03) 7px 7px;{/block:ifboxshadow}
  442. }
  443.  
  444. .sidelink a{
  445. display:inline-block;
  446. width: 16px;
  447. height: 16px;
  448. float: center;
  449. margin-top:-5px;
  450. padding:4px;
  451. }
  452.  
  453. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  454. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  455. </style>
  456.  
  457.  
  458.  
  459. </style>
  460.  
  461. <title>{Title}</title>
  462. <link rel="shortcut icon" href="{text:favicon}">
  463. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  464. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  465. <meta name="viewport" content="width=720" />
  466. </head>
  467.  
  468.  
  469. <body>
  470. {block:iflacebanner}<div id="lace"></div>{/block:iflacebanner}
  471. {block:ifcolortop}<div id="color"></div>{/block:ifcolortop}
  472.  
  473. <div id="sidebar">
  474.  
  475. <div style=" margin-bottom: 2px;width:128px;padding:10px;background-color:#ffffff;border:1px solid #eee;{block:ifinvertedimages}-webkit-filter:grayscale(30%);{/block:ifinvertedImages}{block:iffadedimages}opacity:0.7;{/block:iffadedImages}"><img src="{image:sidebar}" width="128px"></div>
  476. <p>
  477. <div style="background:{color:link};height:14px;margin-top:3px;padding:3px">
  478. <center>
  479. <span class="sidelink"><a href="{text:link 1}" title="{text:link 1 title}"><img src= "http://static.tumblr.com/qglwiwx/skNmso5n2/sin_t__tulo.png" style=" width: 16px; height:16px; float: center;"></a></span>
  480.  
  481. <span class="sidelink"><a title="{text:link 2 title}" href="{text:link 2}"><img src="http://static.tumblr.com/qglwiwx/2Xsmso5nv/2.png" style=" width: 16px; height:16px; float: center;"></a></span>
  482.  
  483. <span class="sidelink"><a title="{text:link 3 title}" href="{text:link 3}"><img src="http://static.tumblr.com/qglwiwx/wVsmso5op/3.png" style=" width: 16px; height:16px; float: center;"></a></span>
  484.  
  485.  
  486. <span class="sidelink"><a title="{text:link 4 title}" href="{text:link 4}"><img src="http://static.tumblr.com/qglwiwx/TeQmso5pl/4.png" style=" width: 16px; height:16px; float: center;"></a></span>
  487.  
  488. <span class="sidelink"><a title="theme credit" href="http://planthed.tumblr.com"><img src="http://static.tumblr.com/qglwiwx/GNGmso5q8/5.png" style=" width: 16px; height:16px; float: center;"></a></span>
  489.  
  490.  
  491. </center></div>
  492. <p>
  493. <div style="margin-top:5px;width:135px;margin-left:0px;font-size:8px;line-height:11px;padding-top:3px;padding:6px;
  494. font-family:calibri;text-transform:uppercase;letter-spacing:1px;color:{color:text};background:#fff;;border:1px solid #eee"> {description} </div>
  495.  
  496.  
  497.  
  498. </div>
  499.  
  500.  
  501.  
  502. <div id="center">
  503. <div id="content">
  504.  
  505.  
  506.  
  507.  
  508. <div id="posts">
  509. {block:Posts}
  510. <div id="entry">
  511.  
  512. {block:Text}
  513. {block:Title}<span class="title">{Title}</span>{/block:Title}
  514. <span class="entrytext">{Body}</span></a>
  515. {block:IndexPage}<br>
  516. <div class="permalinktext">
  517. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  518. {/block:Text}
  519.  
  520. {block:Link}
  521. <a href="{URL}" class="title">{Name}</a>
  522. {block:Description}{Description}{/block:Description}
  523. {block:IndexPage}<br>
  524. <div class="permalinktext">
  525. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  526. </div>
  527. {/block:IndexPage}
  528. {block:Link}
  529.  
  530. {block:Photo}{block:IndexPage}
  531. <div class="perma">
  532. <a title="go to the permalink page" href="{Permalink}"><font color="#fff">{NoteCountwithlabel}</font></a> <font color="#fff">-</font>
  533. <a title="click to reblog" href="{ReblogURL}"><font color="#fff">steal this post</font></a></center></div>{/block:IndexPage}
  534. {block:IndexPage}
  535. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%;>
  536. {/block:IndexPage}
  537. {block:permalinkpage}{LinkOpenTag}<center>
  538. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=400px;/>
  539. {LinkCloseTag}</center>{/block:permalinkpage}
  540. {/block:Photo}
  541.  
  542. {block:Quote}
  543. <div class="quote">❝ {quote}</div>
  544. {block:IndexPage}<br>
  545. <div class="permalinktext">
  546. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  547. {/block:Quote}
  548.  
  549. {block:Chat}
  550. {block:Title}<span class="title">{Title}</span>{/block:Title}
  551. <ul class="chat">
  552. {block:Lines}
  553. <li class="user_{UserNumber}">
  554. {block:Label}
  555. <span class="label">{Label}</span>
  556. {/block:Label}
  557.  
  558. {Line}<br>
  559. {/block:Lines}
  560. {block:IndexPage}<br>
  561. <div class="permalinktext">
  562. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  563. {/block:Chat}
  564.  
  565. {block:Audio}
  566. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  567. {block:IndexPage}<br>
  568. <div class="permalinktext">
  569. <center> <font color="#999">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#999">{notecount} notes</font></a></center></div>{/block:IndexPage}
  570. {/block:Audio}
  571.  
  572. {block:Video}
  573. {block:IndexPage}
  574. {Video-250}<br>
  575. <div class="permalinktext">
  576. <center> <font color="#999">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#999">{notecount} notes</font></a></center></div>{/block:IndexPage}
  577. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}</center>
  578. {block:Video}
  579.  
  580. {block:Answer}
  581. <div style="margin:2px 2px 2px 2px; min-height:30px; padding:3px; background-color:#fafafa; border:1px solid #eee; border-radius:5px">
  582.  
  583. <div style="background:transparent; padding:1px; height:auto">
  584. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:4px; margin-left:-3px; margin-top:-3px; border-radius:20px; background:#fafafa; padding:3px"/><askk>{Asker}:</askk> {Question}</div></div>
  585. <div style="margin-left:-1px; margin-bottom:3px; padding:4px; background:transparent; line-height:12px; text-align:justify; width:195px">{Answer}</div>
  586. <div class="permalinktext">
  587. <center> <font color="#999">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#999">{notecount} notes</font></a></center></div>
  588. {/block:Answer}
  589.  
  590. {block:PermalinkPage}
  591. <center><br>
  592. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  593. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  594. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  595. {/block:PermalinkPage}
  596. {block:PostNotes}
  597. <div id="postnotes">{PostNotes}</div>
  598. {/block:PostNotes}</div>{/block:Posts}
  599. </div></div>
  600.  
  601. {block:indexpage}
  602. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  603. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  604. <script type="text/javascript" src="http://static.tumblr.com/5jb4lhb/HUOncl3cj/lmtxt.txt"></script>
  605. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  606. <script type="text/javascript">
  607. $(window).load(function(){
  608. var $wall = $('#posts');
  609. $wall.imagesLoaded(function(){
  610. $wall.masonry({
  611. itemSelector: '#entry, #entry_photo',
  612. isAnimated : false
  613. });
  614. });
  615.  
  616. $wall.infinitescroll({
  617. navSelector : '#page-nav',
  618. nextSelector : '#page-nav a',
  619. itemSelector : '#entry, #entry_photo',
  620. bufferPx : 2000,
  621. debug : false,
  622. errorCallback: function() {
  623. $('#infscr-loading').fadeOut('normal');
  624. }},
  625. function( newElements ) {
  626. var $newElems = $( newElements );
  627. $newElems.hide();
  628. $newElems.imagesLoaded(function(){
  629. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  630. });
  631. }); $('#content').show(500);
  632. });
  633. </script>
  634. {/block:indexpage}
  635. </body>
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement