Advertisement
reptilha

Grécia — 002

Jul 24th, 2018
1,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. <!--
  2.  
  3. Theme desenvolvido por @reptilha
  4. Não copie detalhes e não remova os créditos.
  5.  
  6. Grata pela preferência.
  7. Atenciosamente, G.
  8.  
  9. --->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="https://www.w3.org/1999/xhtml">
  16.  
  17. <head>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20.  
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link rel="shortcut icon" href="{Favicon}">
  24. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  25.  
  26. <!-- jquery -->
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  28. <!-- jquery -->
  29.  
  30. <script>
  31. $(document).ready(function(){
  32. /**** tumblr blogs avatars ****/
  33. $(".tumblr_blog").each(function() {
  34. var tumblrblogurl = $(this).text();
  35. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  36. });
  37. /**** tumblr blogs avatars ****/
  38. });
  39. </script>
  40.  
  41. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  42.  
  43. <meta name="image:Background" content="" />
  44. <meta name="image:Foto" content="" />
  45.  
  46. <meta name="color:Font" content="#000"/>
  47. <meta name="color:Background" content="#000"/>
  48. <meta name="color:Links" content="#000"/>
  49. <meta name="color:Links Menu" content="#ccc"/>
  50. <meta name="color:Link Hover" content="#ccc"/>
  51. <meta name="color:Titles" content="#000"/>
  52. <meta name="color:Links Hover Menu" content="#ccc"/>
  53. <meta name="color:Borders" content="#eee"/>
  54.  
  55. <meta name="text:AskLabel" content="perguntou" />
  56. <meta name="if:DarkButtons" content="" />
  57. <meta name="if:Social" content="/u" />
  58.  
  59. <meta name="text:Link 1" content="Link" />
  60. <meta name="text:Link 1 url" content="" />
  61. <meta name="text:Link 2" content="Link" />
  62. <meta name="text:Link 2 url" content="" />
  63. <meta name="text:Link 3" content="Link" />
  64. <meta name="text:Link 3 url" content="" />
  65. <meta name="text:Link 4" content="Link" />
  66. <meta name="text:Link 4 url" content="" />
  67. <meta name="text:Link 5" content="Link" />
  68. <meta name="text:Link 5 url" content="" />
  69.  
  70. <meta name="select:Position" content="auto" title="Center">
  71. <meta name="select:Position" content="50px" title="Left">
  72.  
  73. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  76.  
  77. <style type="text/css">
  78.  
  79. /* config */
  80.  
  81. body{
  82. font-family:calibri;
  83. background:{color:Background};
  84. background-image:url('{image:Background}');
  85. background-repeat:no-repeat;
  86. background-attachment:fixed;
  87. background-size:100%;
  88. font-size:15px;
  89. color:{color:Font};
  90. line-height:22px;
  91. overflow-x:hidden;
  92. }
  93.  
  94. img {
  95. height: auto;
  96. width: auto;
  97. }
  98.  
  99. iframe, img, embed, object, video{
  100. max-width: 100%;
  101. }
  102.  
  103. .photo{
  104. width:100%;
  105. opacity:0.5;
  106. -webkit-transition: all 0.5s ease-out;
  107. -moz-transition: all 0.5s ease-out;
  108. -o-transition: all 0.5s ease-out;
  109. transition: all 0.5s ease-out;
  110. }
  111.  
  112. .post:hover .photo{
  113. opacity:1.0;
  114. }
  115.  
  116.  
  117. a{
  118. color:{color:Links};
  119. cursor:help;
  120. font-weight:bold;
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. -o-transition: all 0.5s ease-out;
  124. transition: all 0.5s ease-out;
  125. }
  126.  
  127. .box iframe {
  128. max-width: 100%;
  129.  
  130. }
  131.  
  132. .text img {
  133. max-width: 100%;
  134.  
  135. }
  136.  
  137. blockquote{
  138. margin-left:0%;
  139. width:100%;
  140. }
  141.  
  142. .box img {
  143. display: block;
  144.  
  145. }
  146.  
  147. .clear {
  148. clear: both;
  149.  
  150. }
  151.  
  152. #pagination {
  153. display: none;
  154.  
  155. }
  156.  
  157. a:hover{
  158. color:{color:Link Hover};
  159. }
  160.  
  161. .clearfix:after{
  162. content:".";
  163. display:block;
  164. clear:both;
  165. visibility:hidden;
  166. line-height:0;
  167. height:0;
  168.  
  169. }
  170.  
  171. .clearfix{
  172. display:inline-block;
  173.  
  174. }
  175.  
  176. html[xmlns] .clearfix{
  177. display:block;
  178.  
  179. }*
  180.  
  181. html .clearfix{
  182. height:1%;
  183.  
  184. }
  185.  
  186. a{
  187. text-decoration:none;
  188. }
  189.  
  190. .post {
  191. position: relative;
  192. width:450px;
  193. text-align:justify;
  194. float:left;
  195. margin-right:0px;
  196. margin-top:0px;
  197. {block:PermalinkPage}
  198. width:450px;
  199. {/block:PermalinkPage}
  200.  
  201. }
  202.  
  203. #contain {
  204. width:700px;
  205. height:100%;
  206. margin-top:0px;
  207. margin-left:{select:Position};
  208. margin-right:auto;
  209. min-height:700px;
  210.  
  211. }
  212.  
  213. #content {
  214. width:450px;
  215. margin-top:30px;
  216. margin-left:270px;
  217. }
  218.  
  219. #infscr-loading {display:none!important;}
  220. #infscr-loading img {display:none;}
  221. #pagination {display:none;}
  222.  
  223. /**** tumblr blogs avatars ****/
  224. .tumblr_blog {margin-left: px;text-transform:uppercase;
  225. font-weight:normal; font-size:12px;
  226. } /** aqui você edita a aparência do link do blog **/
  227. .tumblr_blog_avatar {width: 30px; height: 30px; border-radius: 1px;position:absolute;margin-right:px;margin-top:-4px;vertical-align:-5px;display:none;} /** aqui você edita a aparência do avatar **/
  228. /**** tumblr blogs avatars ****/
  229.  
  230.  
  231.  
  232. .iframe-controls--desktop {
  233. position:fixed;
  234. padding-top:20px;
  235. padding-right:20px;
  236. z-index:9999999999999999999999999999;
  237. {block:IfDarkButtons}
  238. filter:invert(100%);
  239. -webkit-filter:invert(100%);
  240. {/block:IfDarkButtons}
  241. -webkit-transform:scale(0.6,0.6);
  242. -webkit-transform-origin: 100% 0%;
  243. -ms-transform-origin:100% 0%;
  244. -ms-transform:scale(0.6,0.6);
  245. transform:scale(0.6,0.6);
  246. transform-origin:100% 0%;
  247. }
  248.  
  249. .thememaker{
  250. position:fixed;
  251. margin-top:-10px;
  252. right:0px;
  253. font-size:13px;
  254. z-index:9999999999999999999999999999;
  255. {block:IfDarkButtons}
  256. color:black;
  257. {/block:IfDarkButtons}
  258. {block:IfNotDarkButtons}
  259. color:white;
  260. {/block:IfNotDarkButtons}
  261. }
  262.  
  263. #scrollToTop{
  264. right:5px;
  265. bottom:10px;
  266. position:fixed;
  267. font-size:13px;
  268. z-index:9999999999999999999999999999;
  269. {block:IfDarkButtons}
  270. color:black;
  271. {/block:IfDarkButtons}
  272. {block:IfNotDarkButtons}
  273. color:white;
  274. text-shadow: 1px 1px 1px rgba(68,68,68,.4), -1px -1px 1px rgba(68,68,68,.4), -1px 1px 1px rgba(68,68,68,.4), 1px -1px 1px rgba(68,68,68,.4);
  275. {/block:IfNotDarkButtons}
  276. }
  277.  
  278.  
  279.  
  280. ::-moz-selection {color:inherit;background: transparent;}
  281.  
  282. ::selection {color:inherit;background: transparent;}
  283.  
  284. b{
  285. font-weight:bold;
  286. }
  287.  
  288. .caption{
  289. margin-top:10px;
  290. }
  291.  
  292. ::-webkit-scrollbar
  293. {width: 19px; height: 19px; z-index:-1;}
  294. ::-webkit-scrollbar-track-piece
  295. {background-color: {color:Background};-webkit-border-radius:px;}
  296. ::-webkit-scrollbar-thumb:vertical
  297. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  298. ::-webkit-scrollbar-thumb:horizontal
  299. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  300.  
  301. .source{
  302. font-weight:bold;
  303. margin-top:3px;
  304. }
  305.  
  306. #s-m-t-tooltip {
  307. max-width:200px;
  308. padding:3px 10px 3px 10px;
  309. border:1px solid {color:Borders};
  310. margin:15px 20px;
  311. border-radius:3px;
  312. background:{color:Background};
  313. z-index:123456789;
  314.  
  315. }
  316.  
  317. #tumblr_lightbox {
  318. background-color:rgba(225, 225, 225, .7)!important;
  319. z-index:99999!important;
  320. }
  321.  
  322. #tumblr_lightbox img {opacity:0;}
  323.  
  324. #tumblr_lightbox_caption {
  325. color:black!important;
  326. font-family:arial!important;
  327. font-size:10px!important;
  328. font-weight:normal!important;
  329. text-shadow:none!important;
  330. }
  331. #tumblr_lightbox_center_image,
  332. #tumblr_lightbox_left_image,
  333. #tumblr_lightbox_right_image {
  334. background:white!important;
  335. -moz-box-shadow:none!important;
  336. -webkit-box-shadow:none!important;
  337. box-shadow:none!important;
  338. -moz-border-radius:0px!important;
  339. -webkit-border-radius:0px!important;
  340. border-radius:0px!important;
  341. opacity:1!important;
  342. }
  343.  
  344. #tumblr_lightbox_left_image,
  345. #tumblr_lightbox_right_image {opacity:.6!important;}
  346.  
  347. /* config */
  348.  
  349. reb{
  350. display:block;
  351. font-style:italic;
  352. }
  353.  
  354. reb span{
  355. vertical-align:0px;
  356. margin-left:5px;
  357. margin-right:5px;
  358. display:inline-block;
  359. font-size:8px;
  360. }
  361.  
  362. time{ font-style:;
  363. margin-right:10px;
  364. -webkit-transition: all 0.5s ease-out;
  365. -moz-transition: all 0.5s ease-out;
  366. -o-transition: all 0.5s ease-out;
  367. transition: all 0.5s ease-out;
  368. {block:PermalinkPage}
  369. display:none;
  370. {/block:PermalinkPage}
  371. }
  372.  
  373. pd{
  374. display:block;
  375. padding:px;
  376. }
  377.  
  378. /**Fragile Help**/
  379. .lnotes {display:block; margin-top:5px;}
  380. .lnotes .avatar {border:none; margin:5px; width:46px; padding:0;border-radius:1px;}
  381. .lnotes ol {margin:0; padding:0;}
  382. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  383. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  384. .more_box {display:block; width:500px; height:35px; margin:0; padding:0;width:}
  385. .more_notes_link_container a {width:500px; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:500px;margin-top:30px;margin-bottom:30px;}
  386. .lnotes blockquote {display:none;}
  387.  
  388. lin{
  389. display:block;
  390. padding:10px;
  391. width:500px;
  392. }
  393.  
  394. lin span{
  395. margin:5px;
  396. font-size:15px;
  397. }
  398. {block:Tags}
  399. a{
  400. font-weight:normal;
  401. }
  402. {/block:Tags}
  403.  
  404. .chat li{
  405. list-style:none;
  406. }
  407.  
  408. blockquote{
  409. margin-left:0px;
  410. }
  411.  
  412. .chat span{
  413. font-weight:bold;
  414. font-family:calibri;
  415. text-transform:uppercase;
  416. letter-spacing:1px;
  417. }
  418.  
  419. .pessoa { text-transform:uppercase; font-size:12px;;line-height:20px;}
  420. .pessoa a{display:;text-transform:uppercase; font-size:13px; font-weight:normal; color:{color:Links Hover};letter-spacing:x;
  421. border-bottom:1px solid {color:Borders};}
  422. .pessoa img{ width:40px;border-radius:1px;margin-bottom:5px;display:inline-block;position:absolute;}
  423. .pergunta { background:; margin-top:10px;padding-bottom:20px; margin-left:0px; border-bottom:1px solid {color:Borders}; text-align:left; }
  424. .resposta { padding:15px; padding-top:px; padding-bottom:10px; background:transparent;margin-top:-20px;}
  425.  
  426. sidebar{
  427. position:fixed;
  428. width:230px;
  429. margin-left:0px;
  430. margin-top:0px;
  431. height:105%;
  432. display:block;
  433. }
  434.  
  435.  
  436. sidebar img{
  437. width:100%;
  438. margin-bottom:20px;
  439. display:block;
  440. }
  441.  
  442. h1, h2, h3{
  443. font-size:20px;
  444. font-weight:normal;
  445. color:{color:Titles};
  446. }
  447.  
  448. sidebar h1{
  449. display:inline-block;
  450. background:{color:Background};
  451. padding:6px;
  452. margin-top:-5px;
  453. font-size:30px;
  454. z-index:99999999999999999;
  455. margin-bottom:-5px;
  456. margin-left:10px;
  457. font-family: 'Alex Brush', cursive;
  458. }
  459.  
  460. bio{
  461. text-align:justify;
  462. display:block;
  463. }
  464.  
  465. bio:first-letter{
  466. font-size:25px;
  467. padding:0px 10px 0px 10px;
  468. background:{color:Titles};
  469. color:white;
  470. margin-right:5px;
  471. font-family: 'Lora', serif;
  472.  
  473. }
  474.  
  475. .source{
  476. font-style:italic;
  477. font-weight:bold;
  478. }
  479.  
  480. notes{
  481. display:block;
  482. width:80%;
  483. margin-top:-10px;
  484. text-align:center;
  485. font-size:px;
  486. margin-left:0px!important;
  487. padding-bottom:30px;
  488. font-size:13px;
  489. text-transform:uppercase;
  490. font-family:calibri;
  491. opacity:0.0;
  492. -webkit-transition: all 0.2s ease-out;
  493. -moz-transition: all 0.2s ease-out;
  494. -o-transition: all 0.2s ease-out;
  495. transition: all 0.2s ease-out;
  496. padding-top:x;
  497. }
  498.  
  499. hov a{
  500. margin-right:10px;
  501. font-weight:normal;
  502. -webkit-transition: all 0.5s ease-out;
  503. -moz-transition: all 0.5s ease-out;
  504. -o-transition: all 0.5s ease-out;
  505. transition: all 0.5s ease-out;
  506. font-style:;
  507. }
  508.  
  509. .post:hover notes{
  510. opacity:1.0;
  511. margin-top:0px;
  512. }
  513.  
  514. .menu a:hover{
  515.  
  516. color:{color:Links Hover Menu};
  517. }
  518.  
  519. .menu a{
  520. font-weight:normal;
  521. margin:3px;
  522. display:inline-block;
  523. font-size:15px;
  524. color:{color:Links Menu};
  525. font-family:cambria;
  526. text-transform:upprcase;
  527. }
  528.  
  529. .menu{border-top:1px solid {color:Borders};
  530. padding-top:10px;
  531. -webkit-transition: all 0.5s ease-out;
  532. -moz-transition: all 0.5s ease-out;
  533. -o-transition: all 0.5s ease-out;
  534. transition: all 0.5s ease-out;
  535. overflow:hidden;
  536. font-family:;
  537. margin-top:10px;
  538. margin-bottom:10px; line-height:15px;
  539. }
  540.  
  541.  
  542. sidebar:hover .menu{
  543. }
  544.  
  545.  
  546. </style>
  547.  
  548. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  549.  
  550. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  551. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/uGBow50r6/info.js"></script>
  552.  
  553. <link href="https://fonts.googleapis.com/css?family=Lora|Playfair+Display|Roboto+Slab" rel="stylesheet">
  554.  
  555. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  556.  
  557. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  558.  
  559. <a class="thememaker" href="https://reptilha.tumblr.com/themes"><span class="fa fa-download"></span></a>
  560.  
  561.  
  562. </head>
  563.  
  564. <body>
  565. <div id="contain">
  566.  
  567. <sidebar>
  568.  
  569. <line></line>
  570.  
  571. <bio>{Description}
  572. </bio>
  573.  
  574. <nav class="menu">
  575. <a href="{text:Link 1 Url}">{text:Link 1}</a> <a href="{text:Link 2 Url}">{text:Link 2}</a> <a href="{text:Link 3 Url}">{text:Link 3}</a> <a href="{text:Link 4 Url}">{text:Link 4}</a> <a href="{text:Link 5 Url}">{text:Link 5}</a>
  576. </nav>
  577.  
  578. <img src="{image:Foto}">
  579.  
  580.  
  581. </sidebar>
  582.  
  583.  
  584. <div id="content">
  585. {block:Posts}
  586. <div class="post">
  587.  
  588. {block:Text}
  589. <pd> {block:Title}
  590. <h1>{Title}</h1>
  591. {/block:Title}{Body}</pd>
  592. {/block:Text}
  593.  
  594. {block:Photo}
  595. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  596.  
  597. {block:Caption}
  598. <div class="caption">{Caption}</div>
  599. {/block:Caption}</pd>
  600. {/block:Photo}
  601.  
  602. {block:Panorama}
  603. {LinkOpenTag}
  604. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  605. {LinkCloseTag}<pd>{block:Caption}
  606. <div class="caption">{Caption}</div>
  607. {/block:Caption}</pd>
  608. {/block:Panorama}
  609.  
  610. {block:Photoset}
  611. <pd> {Photoset}
  612. {block:Caption}{Caption}{/block:Caption}</pd>
  613. {/block:Photoset}
  614.  
  615. {block:Quote}
  616. <pd> {Quote}
  617.  
  618. {block:Source}
  619. <div class="source">{Source}</div>
  620. {/block:Source}</pd>
  621. {/block:Quote}
  622.  
  623. {block:Link}
  624. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  625. {block:Description}
  626. <div class="description">{Description}</div>
  627. {/block:Description}</pd>
  628. {/block:Link}
  629.  
  630. {block:Chat}
  631. <pd> {block:Title}
  632. <h3><a href="{Permalink}">{Title}</a></h3>
  633. {/block:Title}
  634.  
  635. <ul class="chat">
  636. {block:Lines}
  637. <li class="{Alt} user_{UserNumber}">
  638. {block:Label}
  639. <span class="label">{Label}</span>
  640. {/block:Label}{Line}
  641. </li>
  642. {/block:Lines}
  643. </ul></pd>
  644. {/block:Chat}
  645.  
  646. {block:Video}
  647. {Video-500}<pd>{block:Caption}
  648. <div class="caption">{Caption}</div>
  649. {/block:Caption}</pd>
  650. {/block:Video}
  651.  
  652. {block:Audio}
  653. {AudioEmbed}<pd>{block:Caption}
  654. <div class="caption">{Caption}</div>
  655. {/block:Caption}</pd>
  656. {/block:Audio}
  657.  
  658. {block:Answer}
  659. <pd><div class="pessoa">{Asker} {text:AskLabel}</div>
  660. <div class="pergunta">{Question}</div></pd>
  661. <div class="resposta">{Answer}</div>
  662. {/block:Answer}
  663.  
  664. {block:ContentSource}
  665. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  666. {/block:ContentSource}
  667. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  668.  
  669. <center>{block:IndexPage}<notes>
  670. <time>{TimeAgo}</time> <hov><a href="{Permalink}" title="Dados da Postagem"><span class="fa fa-heart-o"></span> {NoteCount}</a> <a href="{ReblogUrl}" title="Compartilhar"><span class="fa fa-refresh"></span></a></hov></notes>{/block:IndexPage} </center>
  671.  
  672. </div>
  673.  
  674. {block:PermalinkPage}
  675. {block:PostNotes}
  676. <div class="post">
  677.  
  678. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  679. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  680. {block:ContentSource}
  681. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  682. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  683.  
  684. </div>
  685. {/block:PostNotes}
  686. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  687.  
  688. {/block:PermalinkPage}
  689.  
  690. {block:Pagination}
  691. <div id="pagination">
  692. {block:PreviousPage}
  693. <a href="{PreviousPage}"></a>
  694. {/block:PreviousPage}
  695. {block:NextPage}
  696. <a id="nextPage" href="{NextPage}"></a>
  697. {/block:NextPage}
  698. </div>
  699. {/block:Pagination}
  700.  
  701.  
  702.  
  703.  
  704.  
  705. {block:IndexPage}
  706. <script type="text/javascript">
  707. $(window).load(function () {
  708. $('#content').masonry(),
  709. $('.masonryWrap').infinitescroll({
  710. navSelector : '#pagination',
  711. nextSelector : '#nextPage',
  712. itemSelector : ".post, .loading",
  713. bufferPx : 20,
  714. },
  715. function() { $('#content').masonry({ appendedContent: $(this) }); });
  716. });
  717. </script>
  718. {/block:IndexPage}
  719.  
  720. {/block:Posts}
  721.  
  722.  
  723. </div>
  724.  
  725. <div class="loading"></div>
  726.  
  727.  
  728.  
  729. </body>
  730.  
  731. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement