Advertisement
ramisaaaaa

Untitled

Jan 4th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7. <title>{title}</title>
  8. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript" src="http://static.tumblr.com/
  10. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:scrollbar Background" content="#ffffff"/>
  13. <meta name="color:Blog Description" content="#000000"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Hover" content="#FFF"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Sidebar" content=""/>
  20. <meta name="if:Scrollbar" content="1"/>
  21. <meta name="if:one column" content="0"/>
  22. <meta name="if:Less Space Between Posts" content="0"/>
  23. <meta name="if:Post shadows" content="1"/>
  24. <meta name="if:Dark images" content="0"/>
  25. <meta name="if:Black and white images" content="0"/>
  26. <meta name="text:link one" content="/" />
  27. <meta name="text:link one title" content="home" />
  28. <meta name="text:link two" content="/ask" />
  29. <meta name="text:link two title" content="ask" />
  30. <meta name="text:link three" content="/archive" />
  31. <meta name="text:link three title" content="archive" />
  32. <meta name="text:link four" content="" />
  33. <meta name="text:link four title" content="" />
  34. <meta name="text:link five" content="" />
  35. <meta name="text:link five title" content="" />
  36. <meta name="text:link six" content="" />
  37. <meta name="text:link six title" content="" />
  38. <meta name="text:link seven" content="" />
  39. <meta name="text:link seven title" content="" />
  40. <meta name="text:link eight" content="" />
  41. <meta name="text:link eight title" content="" />
  42. </script>
  43.  
  44. <style type="text/css">
  45.  
  46. {block:ifblackandwhitefollowbutton}
  47. iframe#tumblr_controls {opacity: 1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  48. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  49. {/block:ifblackandwhitefollowbutton}
  50.  
  51.  
  52. body{
  53. margin:0px;
  54. background-color: {color:Background};
  55. background-image:url({image:Background});
  56. background-attachment: fixed;
  57. background-repeat: no-repeat;
  58. background-position: bottom right;
  59. font-size: 10px;
  60. text-transform:uppercase;letter-spacing:1px;
  61. font-family:consolas;
  62. line-height:10px;
  63. color:{color:Text};
  64. }
  65.  
  66.  
  67.  
  68.  
  69. a:link, a:active, a:visited{
  70. color: {color:Link};
  71. text-decoration: none;
  72. transition: all 0.4s ease;
  73. -o-transition-transition: all 0.9s ease;
  74. -webkit-transition: all 0.9s ease;
  75. -moz-transition: all 0.4s ease;
  76.  
  77.  
  78. }
  79.  
  80. a:hover{
  81. color:{color:Hover};
  82. text-decoration: underline;
  83. transition: all 0.4s ease;
  84. -o-transition-transition: all 0.9s ease;
  85. -webkit-transition: all 0.9s ease;
  86. -moz-transition: all 0.4s ease;
  87. }
  88.  
  89. @font-face {font-family:Mixtape Mike; src: url(http://static.tumblr.com/9wzbixa/EZ4mj3kyl/mixtmk_t.otf);}
  90.  
  91.  
  92. {block:ifscrollbar}
  93. ::-webkit-scrollbar-thumb{
  94. background-color:{color:link};
  95. height:0px;width:10px;border:3px {color:scrollbar Background} solid;
  96. }
  97. ::-webkit-scrollbar {
  98. height:0px;
  99. width:10px;
  100. background-color:{color:scrollbar background};
  101. }
  102. {/block:ifscrollbar}}
  103.  
  104.  
  105. div#stuff{
  106. }
  107.  
  108. div#sidebar{
  109. position:absolute !important;
  110. position:fixed !important;
  111. left: 220px;background-color:#fff;
  112. width:180px;
  113. {block:ifpostshadows}
  114. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  115. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  116. -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.07);
  117. padding:10px;
  118. {/block:ifpostshadows}
  119. border:1px solid #eee;
  120. top:100px;
  121. {block:ifsidebarimage}
  122. top:100px;{/block:ifsidebarimage}
  123. {block:ifnotsidebarimage}
  124. top:230px;{/block:ifnotsidebarimage}
  125. }
  126. }
  127.  
  128. div#sidebar a{
  129. {block:ifblackandwhiteimages}
  130. -webkit-filter: grayscale(100%);
  131. {/block:ifblackandwhiteimages}
  132. {block:ifdarkimages}
  133. -webkit-filter: grayscale(40%);
  134. {/block:ifdarkimages}
  135. }
  136.  
  137. div#content{
  138. margin:auto;
  139. top:0px;
  140. padding-top:5px;
  141. position:absolute;
  142. overflow:hidden;
  143. width:1080px;
  144. {block:ifonecolumn}
  145. width:840px;
  146. {/block:ifonecolumn}
  147. }
  148.  
  149.  
  150.  
  151. .permalinks2{
  152. width:230px;
  153. height: 8px;
  154. line-height: 10px;
  155. text-align: center;
  156. overflow:hidden;
  157. color: #fff;
  158. opacity: 1;
  159. padding:10px;
  160. background-color:#000;
  161. bottom:50px;
  162. padding-top:6px; padding-bottom:8px;
  163. left:0px;
  164. margin-top:-2px;
  165. -webkit-transition: opacity 0.6s ease-out;
  166. -webkit-transition: all 0.6s ease-out;
  167. -moz-transition: all 0.6s ease-out;
  168. transition: all 0.6s ease-out;
  169. }
  170. .permalinks2 a{
  171. color:#fff;
  172. }
  173.  
  174.  
  175. .permalinks{
  176. width:230px;
  177. height: 8px;
  178. line-height: 10px;
  179. text-align: center;
  180. overflow:hidden;
  181. color: #fff;
  182. opacity: 1;
  183. padding:10px;
  184. background-color:#000;
  185. bottom:50px;
  186. padding-top:6px; padding-bottom:8px;
  187. left:0px;
  188. margin-top:7px;
  189. -webkit-transition: opacity 0.6s ease-out;
  190. -webkit-transition: all 0.6s ease-out;
  191. -moz-transition: all 0.6s ease-out;
  192. transition: all 0.6s ease-out;
  193. }
  194. .permalinks a{
  195. color:#fff;
  196. }
  197.  
  198. div#posts{
  199. float:right;
  200. {block:ifdarkimages}
  201. -webkit-filter: grayscale(50%);
  202. {/block:ifdarkimages}
  203. {block:ifblackandwhiteimages}
  204. -webkit-filter: grayscale(100%);
  205. {/block:ifblackandwhiteimages}
  206. {block:indexpage}
  207. width:630px;
  208. {block:ifonecolumn}
  209. width:310px;
  210. {/block:ifonecolumn}
  211. {/block:indexpage}
  212. {block:permalinkpage}
  213. width:630px;
  214. {/block:permalinkpage}
  215. }
  216.  
  217. div#entry{
  218. z-index:9999;
  219. float: left;
  220. width: 250px;
  221. text-align:left;background-color:#fff;
  222. {block:PermalinkPage}
  223. width: 500px;
  224. height: auto;
  225. {/block:PermalinkPage}
  226. line-height:8px;
  227. margin-right:70px;
  228. overflow:hidden;
  229. margin:20px;
  230. {block:iflessspacebetweenposts}
  231. margin:4px;
  232. {/block:iflessspacebetweenposts}
  233. {block:ifpostshadows}
  234. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  235. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  236. -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.07);
  237. padding:10px;
  238. {/block:ifpostshadows}
  239. border:1px solid #eee;
  240. }
  241.  
  242. ::selection {
  243. color:{color:Text};
  244. background-color: {color:Link};
  245. }
  246.  
  247. ::-moz-selection {
  248. color:{color:Text};
  249. background-color: {color:Link};
  250. }
  251.  
  252. ::-webkit-selection {
  253. color:{color:Text};
  254. background-color:{color:Link};
  255. }
  256.  
  257.  
  258. #entry img{
  259. {block:IndexPage}
  260. max-width: 250px;
  261. height: auto;
  262. {/block:IndexPage}
  263. {block:PermalinkPage}
  264. max-width:500px;
  265. height: auto;
  266. {/block:PermalinkPage}
  267. -webkit-transition: all 0.5s ease-out;
  268. -moz-transition: all 0.5s ease-out;
  269. transition: all 0.5s ease-out;
  270. }
  271.  
  272.  
  273. .title{
  274. font-family: calibri;
  275. font-size: 12px;
  276. line-height: 12px;
  277. color: {color:Title};
  278. font-weight: normal;
  279. letter-spacing: 0px;
  280. text-transform:uppercase;
  281. letter-spacing:2px;
  282. }
  283.  
  284. .quote{
  285. font-family: cambria;
  286. font-size: 12px;
  287. line-height: 12px;
  288. color: {color:Title};
  289. font-weight: bold;
  290. text-transform:lowercase;
  291. letter-spacing: 0px;
  292. font-style:italic;
  293. }
  294.  
  295. blockquote{
  296. padding:0px 0px 2px 3px;
  297. margin:0px 0px 2px 1px;
  298. }
  299.  
  300. ul, ol, li{
  301. list-style:none;
  302. margin:0px;
  303. padding:0px;
  304. }
  305.  
  306. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  307. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  308. }
  309.  
  310. ::selection {
  311. color:{color:Text};
  312. background-color: {color:Link};
  313. }
  314.  
  315. ::-moz-selection {
  316. color:{color:Text};
  317. background-color: {color:Link};
  318. }
  319.  
  320. ::-webkit-selection {
  321. color:{color:Text};
  322. background-color:{color:Link};
  323. }
  324.  
  325.  
  326. #audio {
  327. width:250px;
  328. height:auto;
  329. min-height:60px;
  330. margin-top:17px;
  331. padding-bottom:5px;
  332. margin-left:30px;
  333. }
  334. .cover {
  335. position:absolute;
  336. z-index:1;
  337. width:70px;
  338. height:670px;
  339. margin-top:-4px;
  340. margin-left:-10px;
  341. }
  342. .cover img {
  343. float:left;
  344. width:70px;
  345. height:70px;
  346. }
  347. .playbox {
  348. opacity:0.6;
  349. width:27px;
  350. height:30px;
  351. overflow:hidden;
  352. position:absolute;
  353. z-index:1000;
  354. margin-left:14px;
  355. margin-top:18px;
  356. text-align:center;
  357. }
  358. .info {
  359. margin-left:73px;
  360. margin-top:4px;
  361. line-height:14px;
  362. }
  363.  
  364. #hmm{
  365. margin-top:2px;
  366. padding:3px;
  367. text-align:center;background-color:#000;
  368. }
  369.  
  370. #hmm a{
  371. padding:2px;
  372. color:#fff;
  373. }
  374.  
  375. .yo{
  376. position:fixed;
  377. text-align:center;
  378. bottom:0px;
  379. font-family:tahoma;
  380. font-size:20px;
  381. right:0px;
  382. padding-top:1px;
  383. padding-right:6px;
  384. padding-left:5px;
  385. padding-bottom:6px;
  386. width:auto;
  387. height:auto;
  388. border-top-left-radius:5px;
  389. background-color:#000;
  390. z-index:99999;
  391. color:#fff;
  392. }
  393.  
  394.  
  395. </style>
  396. <link rel="shortcut icon" href="{Favicon}">
  397. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  398. <meta name="viewport" content="width=720" />
  399. </head>
  400. <body>
  401.  
  402. <div id="stuff">
  403. <div id="content">
  404. <div id="sidebar">
  405.  
  406. {block:ifsidebarimage}<div align="center" style="padding-bottom:5px;">
  407. <a href="/">
  408. <img style="" src="{image:sidebar}"width=100%" /></a></div>{/block:ifsidebarimage}
  409.  
  410.  
  411. <div align="center" style="line-height:12px; margin-top:3px; margin-bottom:6px; color:{color:Blog Description};">{description}</div>
  412.  
  413.  
  414. <div id="hmm">
  415. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  416. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  417. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  418. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  419. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  420. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  421. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  422. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  423. <a href="http://cyrusnigga.tumblr.com">©</a>
  424. </div>
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430. <div align="center">
  431.  
  432. <div id="posts">
  433.  
  434. {block:Posts}
  435.  
  436.  
  437. {block:ContentSource}
  438.  
  439. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  440.  
  441. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  442.  
  443. {/block:SourceLogo}
  444.  
  445. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  446.  
  447. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  448.  
  449.  
  450. <div id="entry">
  451.  
  452.  
  453.  
  454. {block:Photo}
  455. {block:IndexPage}
  456.  
  457.  
  458.  
  459.  
  460. <div id="postys">
  461. <a href="{permalink}">
  462. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  463.  
  464. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  465. </div>
  466.  
  467.  
  468. {/block:IndexPage}
  469. {block:PermalinkPage}
  470. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  471. <center>{caption}</center>
  472. {/block:PermalinkPage}
  473. {/block:Photo}
  474.  
  475. {block:Photoset}
  476. {block:IndexPage}
  477.  
  478.  
  479.  
  480. {Photoset-250}
  481.  
  482. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  483. </div>
  484.  
  485.  
  486. {/block:IndexPage}
  487.  
  488.  
  489. {block:PermalinkPage}
  490. {Photoset-500}
  491. {/block:PermalinkPage}
  492.  
  493. {/block:Photoset}
  494.  
  495.  
  496.  
  497. {block:Text}<div style="padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  498. {block:Title}
  499. <a href="{permalink}"><span class="title">{Title}</span></a>
  500. {/block:Title}
  501. <span class="entrytext" style="line-height:12px;">{Body}</span>
  502. <a href="{Permalink}"></a></div>
  503. {block:indexpage}
  504. <div class="permalinks2"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  505. </div>
  506. {/block:indexpage}
  507. {/block:Text}
  508.  
  509. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  510. <a href="{URL}"><span class="title">{Name}</span></a></div>
  511. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  512. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  513. {block:indexpage}
  514. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  515. </div>
  516. {/block:indexpage}
  517. {/block:Link}
  518.  
  519. {block:Quote}
  520.  
  521. <div align="center" style="margin-top:-10px;position:absolute;opacity:0.2;">
  522. <a href="/">
  523. <img style="" src="http://etc-mysitemyway.s3.amazonaws.com/icons/legacy-previews/icons-256/high-resolution-dark-blue-denim-jeans-icons-alphanumeric/072419-high-resolution-dark-blue-denim-jeans-icon-alphanumeric-quote-open2.png"width=50px" /></a></div>
  524.  
  525.  
  526. <div style="padding-top:10px; padding-bottom:0px;z-index:9999999999999;">
  527. <span class="quote" style="line-height:16px;">{Quote}"</span><br><br>
  528. <div style="text-align: right; padding-right:10px;">{block:Source}
  529. -{Source}
  530. {/block:Source}</div><br>{block:indexpage}
  531. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  532. </div>
  533. {/block:indexpage}
  534. </div>
  535. {/block:Quote}
  536.  
  537. {block:Chat}
  538. <div style="padding-top:15px; padding-bottom:10px;">
  539. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  540. <ul class="chat">
  541. {block:Lines}
  542. <li class="user_{UserNumber}">
  543. {block:Label}
  544. <span class="label" style="line-height:12px;">{Label}</span>
  545. {/block:Label}
  546. {Line}
  547. </li>
  548. {/block:Lines}
  549. </ul>
  550. {block:Caption}{Caption}{/block:Caption}
  551. <br>{block:indexpage}
  552. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  553. </div>
  554. {/block:indexpage}
  555. </div>
  556. {/block:Chat}
  557.  
  558.  
  559.  
  560.  
  561. {block:Audio}
  562. <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 style="text-align:left"><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}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
  563.  
  564.  
  565. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  566. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  567. </div>
  568. {/block:indexpage}
  569.  
  570.  
  571. {/block:Audio}
  572.  
  573.  
  574.  
  575. {block:Video}
  576.  
  577. {block:IndexPage}
  578.  
  579.  
  580. {Video-250}
  581.  
  582. <div class="permalinks"><a href="{ReblogURL}">reblog ↻</a> post with <a href="{permalink}">{notecountwithlabel}</a>
  583. </div>
  584.  
  585.  
  586. {/block:IndexPage}
  587.  
  588.  
  589. {block:PermalinkPage}
  590. {Video-500}
  591. {/block:PermalinkPage}
  592. {/block:Video}
  593.  
  594.  
  595.  
  596.  
  597.  
  598. {block:PermalinkPage}
  599. <center>
  600. {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}
  601. </center>
  602.  
  603. <br><br>
  604. <div align="left">
  605. {block:PostNotes}
  606. {PostNotes}
  607. {/block:PostNotes}</div>
  608. {/block:PermalinkPage}
  609.  
  610.  
  611. </div>
  612.  
  613.  
  614.  
  615. {/block:Posts}
  616. </div>
  617. </div>
  618. </div>
  619. </center>
  620. </div>
  621. </div>
  622.  
  623.  
  624.  
  625. {block:indexpage}
  626.  
  627.  
  628. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  629. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  630. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  631. <script type="text/javascript">
  632. $(window).load(function(){
  633. var $wall = $('#posts');
  634. $wall.imagesLoaded(function(){
  635. $wall.masonry({
  636. itemSelector: '#entry, #entry_photo',
  637. isAnimated : false
  638. });
  639. });
  640.  
  641. $wall.infinitescroll({
  642. navSelector : '#page-nav',
  643. nextSelector : '#page-nav a',
  644. itemSelector : '#entry, #entry_photo',
  645. bufferPx : 2000,
  646. debug : false,
  647. errorCallback: function() {
  648. $('#infscr-loading').fadeOut('normal');
  649. }},
  650. function( newElements ) {
  651. var $newElems = $( newElements );
  652. $newElems.hide();
  653. $newElems.imagesLoaded(function(){
  654. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  655. });
  656. }); $('#content').show(500);
  657. });
  658. </script>
  659. {/block:indexpage}
  660.  
  661.  
  662.  
  663. </body>
  664. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement