Advertisement
sofiiayala

Theme 18 by Sofi for Tumblr (Double column)

Apr 11th, 2014
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 18 by doctorwatsn. DON'T CHANGE OR REMOVE THE CREDIT --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:hover Link" content="#b8b8b8"/>
  14. <meta name="image:sidebar" content=""/>
  15.  
  16. <meta name="text:title" content=""/>
  17. <meta name="text:link 1 message" content="Link 1"/>
  18. <meta name="text:link 1 url" content="/"/>
  19. <meta name="text:link 2 message" content="Link 2"/>
  20. <meta name="text:link 2 url" content="/"/>
  21. <meta name="text:link 3 message" content="Link 3"/>
  22. <meta name="text:link 3 url" content="/"/>
  23. <meta name="text:link 4 message" content="Link 4"/>
  24. <meta name="text:link 4 url" content="/"/>
  25. <meta name="text:link 5 message" content="Link 5"/>
  26. <meta name="text:link 5 url" content="/"/>
  27.  
  28. <script type="text/javascript">
  29. WebFontConfig = {
  30. google: { families: [ 'Old+Standard+TT:400,400italic:latin' ] }
  31. };
  32. (function() {
  33. var wf = document.createElement('script');
  34. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  35. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  36. wf.type = 'text/javascript';
  37. wf.async = 'true';
  38. var s = document.getElementsByTagName('script')[0];
  39. s.parentNode.insertBefore(wf, s);
  40. })(); </script>
  41.  
  42. <script type="text/javascript">
  43. WebFontConfig = {
  44. google: { families: [ 'Lato::latin' ] }
  45. };
  46. (function() {
  47. var wf = document.createElement('script');
  48. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  49. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  50. wf.type = 'text/javascript';
  51. wf.async = 'true';
  52. var s = document.getElementsByTagName('script')[0];
  53. s.parentNode.insertBefore(wf, s);
  54. })(); </script>
  55.  
  56. <style type="text/css">
  57.  
  58. #dhtmltooltip{
  59. position: absolute;
  60. padding:5px;
  61. margin-left:70px;
  62. margin-top: -5px;
  63. background: #fff; /* change the background color */
  64. border:0px solid {color:text}; /* change the border color */
  65. font-family: 'Lato', sans-serif; /* change the font */
  66. font-size:7px; /* change the font size */
  67. letter-spacing:1px; /* change the letter spacing */
  68. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  69. font-style: bold;
  70. color:{color:text}; /* change the text color */
  71. visibility: hidden;
  72. z-index: 100;
  73. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  74. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  75. }
  76.  
  77. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  78. ::-webkit-scrollbar-thumb { background-color: #65788e; -webkit-border-radius: 0ex; }
  79.  
  80. body {
  81. background:{color:background};
  82. margin:0px;
  83. color:{color:text};
  84. font-family:Calibri;
  85. font-size:9px;
  86. line-height:110%;
  87. letter-spacing: 0.5px;
  88. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png) 3 3, auto;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. a:hover {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:none;
  105. color:{color:hover link};
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;
  109. }
  110.  
  111. img {
  112. border:none;
  113. }
  114.  
  115. blockquote {
  116. padding-left:5px;
  117. border-left:1px dotted {color: link};
  118. margin-left: 2px;
  119. }
  120.  
  121. h1 {
  122. font-size:16px;
  123. font-family: garamond;
  124. font-weight: lighter;
  125. letter-spacing: 1px;
  126. line-height: 105%;
  127. text-align: center;
  128. }
  129.  
  130. #entries {
  131. padding:10px;
  132. width:630px;
  133. margin-left:475px;
  134. padding-top:40px;
  135. padding-left: 50px;
  136. padding-bottom: 30px;
  137. }
  138.  
  139. #post {
  140. width:250px;
  141. float: left;
  142. margin-top:40px;
  143. margin-bottom:5px;
  144. padding:0px;
  145. overflow: hidden;
  146. margin-right: 65px;
  147. text-align: left;
  148. {block:indexpage}
  149. width: 250px;
  150. opacity: 1;
  151. {/block:indexpage}
  152. {block:PermalinkPage}
  153. width: 500px;
  154. height: auto;
  155. opacity: 1;
  156. {/block:PermalinkPage}
  157. transition: all 0.3s linear;
  158. -webkit-transition: opacity 0.3s linear;
  159. -webkit-transition: all 0.3s linear;
  160. -moz-transition: all 0.3s linear;
  161. }
  162.  
  163. #post:hover {
  164. opacity: 1.5;
  165. margin-bottom:10px;
  166. transition: all 0.3s linear;
  167. -webkit-transition: opacity 0.3s linear;
  168. -webkit-transition: all 0.3s linear;
  169. -moz-transition: all 0.3s linear;
  170. }
  171.  
  172. {block:indexpage}
  173. #post:hover #info {
  174. opacity: 1;
  175. font-size: 9px;
  176. margin-top: 4px;
  177. text-align:center;
  178. letter-spacing: 0.8;
  179. padding-top: 1px;
  180. margin-top: 6px;
  181. border-top: 1px solid #f0eded;
  182. transition: all 0.3s linear;
  183. -webkit-transition: opacity 0.3s linear;
  184. -webkit-transition: all 0.3s linear;
  185. -moz-transition: all 0.3s linear;
  186. }
  187. {/block:indexpage}
  188.  
  189. #con {
  190. width: 460px;
  191. height: 100%;
  192. position: fixed;
  193. border-right: 1px solid #f0eded;
  194. }
  195.  
  196. #sidebar {
  197. width:200px;
  198. position:fixed;
  199. margin-left:225px;
  200. margin-top:150px;
  201. }
  202.  
  203. #title {
  204. font-size:20px;
  205. text-align:center;
  206. margin-bottom:5px;
  207. font-family: 'Alegreya Sans', sans-serif;
  208. line-height: 180%;
  209. letter-spacing: 0.5px;
  210. }
  211.  
  212. #sidebarimage {
  213. width: 200px;
  214. }
  215.  
  216. #sidebarimage img {
  217. width:150px;
  218. margin-left: 25px;
  219. }
  220.  
  221. #description {
  222. padding:10px;
  223. text-align:justify;
  224. font-family: garamond;
  225. font-size: 9px;
  226. letter-spacing: 2px;
  227. line-height: 150%;
  228. border-top: 1px {color:link} solid;
  229. border-bottom: 1px {color:link} solid;
  230. }
  231.  
  232. #links {
  233. width: 200px;
  234. text-align: center;
  235. font-family: calibri;
  236. }
  237.  
  238. #links li {
  239. display:inline;
  240. }
  241.  
  242. #links a {
  243. width:30px;
  244. line-height:20px;
  245. text-decoration:none;
  246. padding-right:3px;
  247. padding-left:3px;
  248. margin-left: 2px;
  249. margin-right: 2px;
  250. display:inline-block;
  251. color: {color:background};
  252. background-color: {color:link};
  253. transition: all 0.3s linear;
  254. -webkit-transition: opacity 0.3s linear;
  255. -webkit-transition: all 0.3s linear;
  256. -moz-transition: all 0.3s linear;
  257. }
  258.  
  259. #links a:hover {
  260. color: {color:link};
  261. background-color: {color:background};
  262. transition: all 0.3s linear;
  263. -webkit-transition: opacity 0.3s linear;
  264. -webkit-transition: all 0.3s linear;
  265. -moz-transition: all 0.3s linear;
  266. }
  267.  
  268. #info {
  269. {block:indexpage}
  270. opacity: 0;
  271. font-size: -10px;
  272. padding-top: -3px;
  273. margin-top: -7px;
  274. border-top: -1px solid #f0eded;
  275. text-align: center;
  276. {/block:indexpage}
  277. {block:PermalinkPage}
  278. font-size: 9px;
  279. margin-top: 4px;
  280. text-align:right;
  281. letter-spacing: 0.8;
  282. padding-top:1px;
  283. border-top: 1px solid #f0eded;
  284. {/block:PermalinkPage}
  285. transition: all 0.3s linear;
  286. -webkit-transition: opacity 0.3s linear;
  287. -webkit-transition: all 0.3s linear;
  288. -moz-transition: all 0.3s linear;
  289. }
  290.  
  291. #tags {
  292. text-align:center;
  293. font-size: 8px;
  294. margin-top: 5px;
  295. letter-spacing: 1.5px;
  296. }
  297.  
  298. #tags a {
  299. margin-left: 3px;
  300. margin-right: 3px;
  301. }
  302.  
  303. #asker {
  304. float:left;
  305. }
  306.  
  307. .question{
  308. text-align: center;
  309. padding:6px;
  310. line-height: 10px;
  311. }
  312.  
  313. .question a {
  314. color: {color:text};
  315. }
  316.  
  317. .answer{
  318. background-color:transparent;
  319. line-height: 10px;
  320. text-align: left;
  321. {block:indexpage}
  322. width: 280px;
  323. {/block:indexpage}
  324. }
  325.  
  326. .answer img {
  327. {block:indexpage}
  328. max-width: 180px;
  329. {/block:indexpage}
  330. {block:PermalinkPage}
  331. width: 480px;
  332. height: auto;
  333. {/block:PermalinkPage}
  334. }
  335.  
  336. #quote {
  337. line-height: 105%;
  338. font-size:18px;
  339. font-family: times;
  340. font-weight: lighter;
  341. text-align: center;
  342. letter-spacing: 1px;
  343. padding: 15px;
  344. border:1px solid #eeeeee;
  345. background:rgba(222,222,222,0.2);
  346. -webkit-border-radius: 2px;
  347. -moz-border-radius: 2px;
  348. }
  349.  
  350. #source {
  351. text-align: center;
  352. font-family: courier new;
  353. }
  354.  
  355. .text {
  356. padding: 13px;
  357. padding-top: 2px;
  358. padding-bottom: 5px;
  359. border:1px solid #eeeeee;
  360. background:rgba(222,222,222,0.2);
  361. -webkit-border-radius: 2px;
  362. -moz-border-radius: 2px;
  363. border-radius: 2px;
  364. {block:indexpage}
  365. max-width: 220px;
  366. {/block:indexpage}
  367. {block:permalink}
  368. max-width: 470px;
  369. {/block:permalink}
  370. }
  371.  
  372. .text img {
  373. {block:indexpage}
  374. max-width: 220px;
  375. {/block:indexpage}
  376. {block:permalink}
  377. max-width: 470px;
  378. {/block:permalink}
  379. }
  380.  
  381. #credit {
  382. font-size:8px;
  383. font-family:georgia;
  384. letter-spacing:1px;
  385. background-color:#fff;
  386. padding:5px;
  387. border:1px solid #e9e9e9;
  388. position:fixed;
  389. right:10px;
  390. bottom:10px;
  391. -moz-transition-duration:0.5s;
  392. -webkit-transition-duration:0.5s;
  393. -o-transition-duration:0.5s;
  394. }
  395.  
  396. #what {
  397. font-size:1px;
  398. font-family:georgia;
  399. letter-spacing:1px;
  400. background-color:#fff;
  401. padding:5px;
  402. position:fixed;
  403. left:0px;
  404. bottom:0px;
  405. color: #fff;
  406. }
  407.  
  408. #what a {
  409. color: #fff;
  410. }
  411.  
  412. heart {
  413. font-size: 8px;
  414. line-height: -5px;
  415. }
  416.  
  417. #cover {
  418. position: relative;
  419. z-index: 1;
  420. height: 80px;
  421. float:left;
  422. border:1px solid #f0f0f0;
  423. padding:4px;
  424. }
  425.  
  426. #button {
  427. width:20px;
  428. height:30px;
  429. overflow: hidden;
  430. position: relative;
  431. z-index: 99;
  432. margin: 15px 24px 13px 16px;
  433. }
  434.  
  435. #buttons {
  436. background-color: #fff;
  437. position: absolute;
  438. z-index: 99;
  439. margin-top: 15px;
  440. margin-left: 15px;
  441. opacity: 0;
  442. -webkit-transition: opacity 0.5s linear;
  443. -webkit-transition: all 0.5s linear;
  444. -moz-transition: all 0.5s linear;
  445. -o-transition: all 0.5s linear;
  446. }
  447.  
  448. #post:hover #buttons {
  449. opacity:0.5;
  450. }
  451.  
  452. #musicinfo {
  453. margin-top:5px;
  454. padding-top:5px;
  455. margin-left: 100px;
  456. font-size:12px;
  457. min-height:70px;
  458. margin-bottom: 15px;
  459. text-align:center;
  460. }
  461.  
  462. #notez {
  463. list-style:lower-roman;
  464. padding-bottom:5px;
  465. padding-top:5px;
  466. margin-left:0px;
  467. font-size:8px;
  468. display:inline-block;
  469. }
  470.  
  471. #notez a {
  472. display:inline-block;
  473. padding-bottom:10px;
  474. }
  475.  
  476. #notez img {
  477. display:none;
  478. }
  479.  
  480. </style>
  481. </head><body>
  482.  
  483. <div id="sidebar">
  484.  
  485. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  486.  
  487. <div id="title">{text:title}</div>
  488.  
  489. <div id="description">{Description}</div>
  490.  
  491. <div id="links">
  492. <a href="{text:link 1 url}" onMouseover="ddrivetip('{text:link 1 message}')";
  493. onMouseout="hideddrivetip()">01</a>
  494. <a href="{text:link 2 url}" onMouseover="ddrivetip('{text:link 2 message}')";
  495. onMouseout="hideddrivetip()">02</a>
  496. <a href="{text:link 3 url}" onMouseover="ddrivetip('{text:link 3 message}')";
  497. onMouseout="hideddrivetip()">03</a>
  498. <a href="{text:link 4 url}" onMouseover="ddrivetip('{text:link 4 message}')";
  499. onMouseout="hideddrivetip()">04</a>
  500.  
  501. </div>
  502.  
  503. </div>
  504.  
  505. <div id="entries">
  506. {block:Posts}
  507.  
  508. {block:ContentSource}
  509.  
  510. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  511.  
  512. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  513.  
  514. {/block:SourceLogo}
  515.  
  516. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  517.  
  518. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  519.  
  520. <div id="post">
  521.  
  522. {block:Text}<div class="text"><h1>{block:Title}<span style="padding-top: -5px;">{Title}</span>{/block:Title}</h1>{Body}</div>{/block:Text}
  523.  
  524. {block:Photo}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=500px/>{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Photo}
  525.  
  526. {block:Photoset}{block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Photoset}
  527.  
  528. {block:Quote}<div id="quote"><font size="3">'{Quote}'</font></div>{block:Source}<div id="source"><br><b><font size="1.5">{Source}</font></b></div>{/block:Source}{/block:Quote}
  529.  
  530. {block:Link}<div class="text"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  531.  
  532. {block:Chat}{block:Title}<span style="font-family: courier new;"><h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font></span>{/block:Chat}
  533.  
  534. {block:Audio}
  535. <div id="buttons"><div id="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  536. {block:AlbumArt}<img src="{AlbumArtURL}" id="cover">{/block:AlbumArt}
  537. <div id="musicinfo">
  538. {block:TrackName}<h1><div style="text-transform: none; padding-bottom: 4px; margin-bottom: 0px; border-bottom: 1px solid #f0f0f0;">{TrackName}</div></h1>{/block:Trackname}
  539. {block:Artist}by {Artist}{/block:Artist}
  540. </div>
  541. {block:permalinkpage}<div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:permalinkpage}
  542. {/block:Audio}
  543.  
  544. {block:Video}{block:IndexPage}{LinkOpenTag}{VideoEmbed-250}{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Video}
  545.  
  546. {block:Answer}
  547. <div class="question">❝<b>{Asker}:</b> {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  548.  
  549.  
  550. <div id="info">
  551. {block:Date} {ShortMonth} {DayofMonth}{DayOfMonthSuffix} (<a href="{Permalink}">+{NoteCount}</a>){/block:Date}
  552.  
  553.  
  554. {block:permalinkpage}<div id="tags">{block:HasTags}file under: {block:Tags}<a href="{TagURL}">{Tag}-</a>{/block:Tags}{/block:HasTags}</div>{/block:permalinkpage}
  555. </div>
  556.  
  557. </div>
  558.  
  559. {block:PostNotes}<div id="notez">{PostNotes}</div>{/block:PostNotes}
  560. {/block:Posts}</div>
  561.  
  562. <div id="credit" style="display:inline-block;"><a href="http://doctorwatsn.tumblr.com">221b</a></div>
  563.  
  564. <div id="dhtmltooltip"></div>
  565.  
  566. <script type="text/javascript">
  567.  
  568. /***********************************************
  569. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  570. * This notice MUST stay intact for legal use
  571. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  572. ***********************************************/
  573.  
  574. var offsetxpoint=-60 //Customize x offset of tooltip
  575. var offsetypoint=20 //Customize y offset of tooltip
  576. var ie=document.all
  577. var ns6=document.getElementById && !document.all
  578. var enabletip=false
  579. if (ie||ns6)
  580. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  581.  
  582. function ietruebody(){
  583. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  584. }
  585.  
  586. function ddrivetip(thetext, thecolor, thewidth){
  587. if (ns6||ie){
  588. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  589. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  590. tipobj.innerHTML=thetext
  591. enabletip=true
  592. return false
  593. }
  594. }
  595.  
  596. function positiontip(e){
  597. if (enabletip){
  598. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  599. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  600. //Find out how close the mouse is to the corner of the window
  601. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  602. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  603.  
  604. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  605.  
  606. //if the horizontal distance isn't enough to accomodate the width of the context menu
  607. if (rightedge<tipobj.offsetWidth)
  608. //move the horizontal position of the menu to the left by it's width
  609. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  610. else if (curX<leftedge)
  611. tipobj.style.left="5px"
  612. else
  613. //position the horizontal position of the menu where the mouse is positioned
  614. tipobj.style.left=curX+offsetxpoint+"px"
  615.  
  616. //same concept with the vertical position
  617. if (bottomedge<tipobj.offsetHeight)
  618. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  619. else
  620. tipobj.style.top=curY+offsetypoint+"px"
  621. tipobj.style.visibility="visible"
  622. }
  623. }
  624.  
  625. function hideddrivetip(){
  626. if (ns6||ie){
  627. enabletip=false
  628. tipobj.style.visibility="hidden"
  629. tipobj.style.left="-1000px"
  630. tipobj.style.backgroundColor=''
  631. tipobj.style.width=''
  632. }
  633. }
  634.  
  635. document.onmousemove=positiontip
  636. </script>
  637.  
  638. {block:indexpage}
  639. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  640. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  641. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  642. <script type="text/javascript">
  643. $(window).load(function(){
  644. var $wall = $('#entries');
  645. $wall.imagesLoaded(function(){
  646. $wall.masonry({
  647. itemSelector: '#post',
  648. isAnimated : false
  649. });
  650. });
  651.  
  652. $wall.infinitescroll({
  653. navSelector : '#page-nav',
  654. nextSelector : '#page-nav a',
  655. itemSelector : '#post',
  656. bufferPx : 2000,
  657. debug : false,
  658. errorCallback: function() {
  659. $('#infscr-loading').fadeOut('normal');
  660. }},
  661. function( newElements ) {
  662. var $newElems = $( newElements );
  663. $newElems.hide();
  664. $newElems.imagesLoaded(function(){
  665. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  666. });
  667. }); $('#content').show(500);
  668. });
  669. </script>
  670. {/block:indexpage}
  671.  
  672. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement