Advertisement
ammetrine

Crocidolite Theme by Ammetrine

Dec 11th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47.  
  48. <meta name="image:Background" content=""/>
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Blog Title" content="#000000"/>
  51. <meta name="color:Description" content="#000000" />
  52. <meta name="color:Text" content="#000000"/>
  53. <meta name="color:Link" content="#7a8fa0"/>
  54. <meta name="color:Link Hover" content="#000000"/>
  55. <meta name="color:Navlink" content="#7a8fa0"/>
  56. <meta name="color:Navlink Hover" content="#000000"/>
  57. <meta name="color:Scrollbar" content="#7a8fa0"/>
  58. <meta name="color:Credit BG" content="#7a8fa0"/>
  59. <meta name="color:Post Border" content="#7a8fa0"/>
  60. <meta name="color:Post Shadow" content="#7a8fa0"/>
  61. <meta name="color:Sidebar Border" content="#7a8fa0"/>
  62. <meta name="color:Sidebar Shadow" content="#7a8fa0"/>
  63. <meta name="color:Perma Background" content="#ffffff"/>
  64. <meta name="color:Perma Border" content="#7a8fa0"/>
  65. <meta name="color:Perma Text" content="#7a8fa0"/>
  66. <meta name="color:Perma Text Hover" content="#000000"/>
  67.  
  68.  
  69. <meta name="if:Show Custom Link 1" content="1"/>
  70. <meta name="if:Show Custom Link 2" content="1"/>
  71. <meta name="if:Show Custom Link 3" content="1"/>
  72.  
  73.  
  74. <meta name="text:Link 1 URL" content="" />
  75. <meta name="text:Link 2 URL" content="" />
  76. <meta name="text:Link 3 URL" content="" />
  77.  
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81.  
  82. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:0,
  89. tip_fade_speed:0
  90. }
  91. );
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96.  
  97. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. ::-webkit-scrollbar-thumb{
  103. background-color:{color:scrollbar};
  104. border:1px solid {color:background};
  105. height:6px;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. height:6px;
  110. width:4px;
  111. background-color:{color:background};
  112. }
  113.  
  114. #s-m-t-tooltip{
  115. position:absolute;
  116. margin-top: 15px;
  117. z-index:9999;
  118. background:{color:background};
  119. }
  120.  
  121.  
  122. body {
  123. background:{color:Background};
  124. color:{color:text};
  125. font-family: 'Raleway', sans-serif;family:courier;
  126. font-size:11px;
  127. text-align:justify;
  128. margin:0;
  129. line-height:16px;
  130.  
  131.  
  132. background-color:{color:Background};
  133. background-image:url('{image:background}');
  134. background-attachment:fixed;
  135.  
  136. }
  137.  
  138.  
  139. a {
  140. color:{color:link};
  141. text-decoration:none;
  142. -webkit-transition: all 0.2s ease-in-out;
  143. -moz-transition: all 0.2s ease-in-out;
  144. -o-transition: all 0.2s ease-in-out;
  145. }
  146.  
  147.  
  148. #sidebar {
  149. text-align:left;
  150. position:fixed;
  151. left:140px;
  152. bottom:80px;
  153. width:170px;
  154. height:140px;
  155. padding:7px;
  156. background:#fff;
  157. border:solid 1px {color:Sidebar Border};
  158. box-shadow: 10px 10px {color:Sidebar Shadow};
  159. }
  160.  
  161.  
  162. #blogt {
  163. font-size:22px;
  164. text-align:center;
  165. font-family: 'Raleway', sans-serif;
  166. text-transform:Normal;
  167. font-style:italic;
  168. margin-bottom:20px;
  169. color:{color:Blog Title};
  170. }
  171.  
  172.  
  173. .navlinks {
  174. line-height:16px;
  175. text-transform:lowercase;
  176. position:relative;
  177. font-family: 'Raleway', sans-serif;
  178. text-align:center;
  179. }
  180.  
  181.  
  182. .navlinks a {
  183. margin-right:5px;
  184. margin-bottom:5px;
  185. display:inline-block;
  186. }
  187.  
  188.  
  189. .navlinks a:hover {
  190. color:{color:Link Hover};
  191. background:#fff;
  192. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  193. -webkit-transition:all 0.3s ease-in-out;
  194. -moz-transition:all 0.3s ease-in-out;
  195. transition:all 0.3s ease-in-out;
  196. }
  197.  
  198.  
  199. #description {
  200. margin-top:10px;
  201. margin-bottom:15px;
  202. color:{color:Description};
  203. font-family: 'Raleway', sans-serif;
  204. text-align:center;
  205. }
  206.  
  207.  
  208. #con {
  209. left:50%;
  210. margin-left:-250px;
  211. position:absolute;
  212. }
  213.  
  214.  
  215. #entries {
  216. width:650px;
  217. margin-top:50px;
  218. margin-left:40px;
  219.  
  220. {block:PermalinkPage}
  221. width:500px;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225.  
  226. .posts {
  227. width:200px;
  228. float:left;
  229. margin-right:40px;
  230. padding:7px 7px 2px 7px;
  231. border:solid 1px {color:Post Border};
  232. box-shadow: 10px 10px {color:Post Shadow};
  233. {block:IndexPage}
  234. margin-bottom:40px;
  235. {/block:IndexPage}
  236.  
  237.  
  238. {block:PermalinkPage}
  239. width:500px;
  240. margin-bottom:30px;
  241. position:relative;
  242. float:left;
  243. {/block:PermalinkPage}
  244. }
  245.  
  246.  
  247. .posts img {
  248. max-width:250px;
  249. }
  250.  
  251. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  252. .caption {width:100%;
  253. margin-top:10px;
  254.  
  255. }
  256.  
  257. #title {
  258. font-size:12px;
  259. line-height:18px;
  260. font-weight:bold;
  261. margin-bottom:10px;
  262. text-transform:uppercase;
  263. text-align:left;
  264. }
  265.  
  266.  
  267. .text {
  268. font-size:11px;
  269. font-family: 'Raleway', sans-serif;
  270. }
  271.  
  272.  
  273. .text a:hover {
  274. text-decoration:underline;
  275. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  276. -webkit-transition:all 0.3s ease-in-out;
  277. -moz-transition:all 0.3s ease-in-out;
  278. transition:all 0.3s ease-in-out;
  279. }
  280.  
  281.  
  282. #quote{
  283. text-align:left;
  284. font-size:14px;
  285. line-height:18px;
  286. font-weight:bold;
  287. }
  288.  
  289.  
  290. #quote a:hover {
  291. text-decoration:underline;
  292. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  293. -webkit-transition:all 0.3s ease-in-out;
  294. -moz-transition:all 0.3s ease-in-out;
  295. transition:all 0.3s ease-in-out;
  296. }
  297.  
  298.  
  299. #quotesource {
  300. margin-top:15px;
  301. margin-left:15px;
  302.  
  303. }
  304.  
  305.  
  306. .player {
  307. width:25px;
  308. height:25px;
  309. overflow:hidden;
  310. position:absolute;
  311. margin-left:12px;
  312. margin-top:12px;
  313. background:white;
  314. }
  315.  
  316.  
  317. .audioinfo {
  318. margin-left:70px;
  319. }
  320.  
  321.  
  322. .albumart {
  323. position:absolute;
  324. {block:IndexPage}
  325. width:60px;
  326. height:60px;
  327. {/block:IndexPage}
  328. {block:PermalinkPage}
  329. width:60px;
  330. height:60px;
  331. {/block:PermalinkPage}
  332. }
  333.  
  334.  
  335. .albumart img {
  336. float:left;
  337. {block:IndexPage}
  338. width:60px;
  339. height:60px;
  340. {/block:IndexPage}
  341. {block:PermalinkPage}
  342. width:60px;
  343. height:60px;
  344. {/block:PermalinkPage}
  345. }
  346.  
  347.  
  348. .question {
  349. margin-bottom:10px;
  350. text-align:right;
  351. }
  352.  
  353. .asker {
  354. font-weight:bold;
  355. }
  356.  
  357.  
  358. .answer {
  359. margin-top:10px;
  360. }
  361.  
  362.  
  363. .chat ol {
  364. padding:0;
  365. list-style:none;
  366. }
  367.  
  368.  
  369. .line {
  370. padding:5px 0;
  371. }
  372.  
  373.  
  374. .label {
  375. font-weight:bold;
  376. }
  377.  
  378.  
  379. #permalink {
  380. font-size:10px;
  381. text-align:center;
  382. opacity:0;
  383. position:absolute;
  384. padding-top:0px;
  385. padding-right:5.5px;
  386. margin-top:-40px;
  387. margin-left:-60px;
  388. top:50%;
  389. left:50%;
  390. width:110px;
  391. height:auto;
  392. background:{color:Perma Background};
  393. border:solid 1px {color:Perma Border};
  394. -webkit-transition: all .3s ease-in-out;
  395. -moz-transition: all .3s ease-in-out;
  396. -ms-transition: all .3s ease-in-out;
  397. -o-transition: all .3s ease-in-out;
  398. transition: all .3s ease-in-out;
  399.  
  400. }
  401.  
  402. .posts:hover #permalink {
  403. opacity:1;
  404. }
  405.  
  406.  
  407. #permalink a {
  408. margin-left:10px;
  409. color:{color:Perma Text};
  410. padding:3px;
  411. }
  412.  
  413.  
  414. #permalink a:hover {
  415. padding:3px;
  416. color:{color:Perma Text Hover};
  417. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  418. -webkit-transition:all 0.3s ease-in-out;
  419. -moz-transition:all 0.3s ease-in-out;
  420. transition:all 0.3s ease-in-out;
  421. }
  422.  
  423.  
  424. .pagination {
  425. display:none;
  426. }
  427.  
  428.  
  429. .popup_block{
  430. display:none;
  431. background:#fff;
  432. padding:20px;
  433. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  434. float:left;
  435. position:fixed;
  436. top:50%;left:50%;
  437. z-index: 99999;
  438. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  439. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  440. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  441. }
  442.  
  443. *html #fade {position: absolute;}
  444. *html .popup_block {position: absolute;}
  445. #fade {
  446. display:none;
  447. position:fixed;
  448. left:0px;
  449. top:0px;
  450. width:100%;
  451. height:100%;
  452. z-index:9999;
  453. background:#000; /* change to #fff for solid white */
  454. opacity:0.5; /* change to opacity:1; */
  455. }
  456.  
  457.  
  458. .notes {
  459. padding-left:20px;
  460. font-size:11px;
  461. }
  462.  
  463. .pagination {
  464. display: none;
  465. }
  466.  
  467.  
  468. #credit {
  469. position:fixed;
  470. right:5px;
  471. bottom:5px;
  472. background:{color:Credit BG};
  473. padding-top:5px;
  474. padding-right:5px;
  475. padding-left:5px;
  476. padding-bottom:2px;
  477. font-size:12px;
  478. font-family: 'Raleway', sans-serif;
  479. z-index:9999;
  480. }
  481.  
  482. #credit a{
  483. color:#666;
  484. }
  485.  
  486. {CustomCSS}
  487. </style>
  488.  
  489. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  490.  
  491. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  492.  
  493. <script>
  494. $(function(){
  495. var $container = $('#entries');
  496. $container.imagesLoaded(function(){
  497. $container.masonry({
  498. itemSelector: '.posts',
  499. });
  500. });
  501. $container.infinitescroll({
  502. itemSelector : ".posts",
  503. navSelector : "div.pagination",
  504. nextSelector : ".pagination a#next",
  505. loadingImg : "",
  506. loadingText : "<em></em>",
  507. bufferPx : 10000,
  508. extraScrollPx: 12000,
  509. },
  510. // trigger Masonry as a callback
  511. function( newElements ) {
  512. var $newElems = $( newElements ).css({ opacity: 0 });
  513. // ensure that images load before adding to masonry layout
  514. $newElems.imagesLoaded(function(){
  515. $newElems.animate({ opacity: 1 });
  516. $container.masonry( 'appended', $newElems, true );
  517. });
  518. }
  519. );
  520. });
  521. </script>
  522.  
  523.  
  524. </head>
  525.  
  526. <body>
  527.  
  528. <div id="con">
  529.  
  530. <div id="credit"><a href="http://ammetrine.tumblr.com/">AT</a></div>
  531.  
  532. <div id="sidebar">
  533. <div id="description">{Description}</div>
  534. <div id="blogt">{Title}</div>
  535. <div class="navlinks">
  536. <a href="/"><i class="fa fa-refresh" aria-hidden="true"></i></a>
  537. <a href="#?w=400" rel="box1" class="poplight"><i class="fa fa-inbox" aria-hidden="true"></i></a>
  538. <a href="/archive"><i class="fa fa-archive" aria-hidden="true"></i></a>
  539. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}"><i class="fa fa-user" aria-hidden="true"></i></a>
  540. {/block:ifShowCustomLink1}
  541. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" ><i class="fa fa-heart" aria-hidden="true"></i></a>{/block:ifShowCustomLink2}
  542. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}"><i class="fa fa-rss" aria-hidden="true"></i></a>{/block:ifShowCustomLink3}
  543. <a href="http://ammetrine.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  544. </a>
  545. </div>
  546.  
  547. </div>
  548.  
  549.  
  550. <div id="entries">
  551.  
  552. {block:Posts}
  553.  
  554. <div class="posts">
  555.  
  556. {block:Quote}
  557. <div class="quote">
  558. '<strong><i>{Quote}</i></strong>'
  559. </div>
  560. {block:Source}
  561. <br><div class="quotesource">— {Source}</div>
  562. {/block:Source}
  563.  
  564. {block:IndexPage}
  565. <div id="permalink">
  566. {TimeAgo} <br>
  567. ---------------<br>
  568. <a href="{Permalink}" >{NoteCount}</a> <br>
  569. ---------------<br>
  570. <a href="{ReblogURL}">reblog</a><br>
  571. </div>
  572. {/block:IndexPage}
  573. {/block:Quote}
  574.  
  575.  
  576. {block:Text}
  577. {block:Title}
  578. <div id="title">{Title}</div>
  579. {/block:Title}
  580. <div class="text">
  581. {Body}
  582. </div>
  583.  
  584. {block:IndexPage}
  585. <div id="permalink">
  586. {TimeAgo} <br>
  587. ---------------<br>
  588. <a href="{Permalink}" >{NoteCount}</a> <br>
  589. ---------------<br>
  590. <a href="{ReblogURL}">reblog</a><br>
  591. </div>
  592. {/block:IndexPage}
  593. {/block:Text}
  594.  
  595.  
  596. {block:Link}
  597. <div id="title">
  598. <a href="{URL}">{Name}</a>
  599. </div>
  600. {block:Description}{Description}{/block:Description}
  601.  
  602. {block:IndexPage}
  603. <div id="permalink">
  604. {TimeAgo} <br>
  605. ---------------<br>
  606. <a href="{Permalink}" >{NoteCount}</a> <br>
  607. ---------------<br>
  608. <a href="{ReblogURL}">reblog</a><br>
  609. </div>
  610. {/block:IndexPage}
  611. {/block:Link}
  612.  
  613.  
  614. {block:Chat}
  615. {block:Title}
  616. <h1>{Title}</h1>
  617. {/block:Title}
  618. <div class="chat">
  619. <ol>{block:Lines}
  620. <li class="line {Alt}">
  621. {block:Label}
  622. <span class="label">
  623. {Label}</span>
  624. {/block:Label}{Line}</li>
  625. {/block:Lines}
  626. </ol>
  627. </div>
  628.  
  629. {block:IndexPage}
  630. <div id="permalink">
  631. {TimeAgo} <br>
  632. ---------------<br>
  633. <a href="{Permalink}" >{NoteCount}</a> <br>
  634. ---------------<br>
  635. <a href="{ReblogURL}">reblog</a><br>
  636. </div>
  637. {/block:IndexPage}
  638. {/block:Chat}
  639.  
  640.  
  641. {block:Photo}
  642. {block:IndexPage}
  643. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  644.  
  645. <div id="permalink">
  646. {TimeAgo} <br>
  647. ---------------<br>
  648. <a href="{Permalink}" >{NoteCount}</a> <br>
  649. ---------------<br>
  650. <a href="{ReblogURL}">reblog</a><br>
  651. </div>
  652. {/block:IndexPage}
  653.  
  654. {block:PermalinkPage}
  655. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  656. <br>
  657. {/block:PermalinkPage}
  658. {/block:Photo}
  659.  
  660.  
  661. {block:Photoset}
  662. <center>
  663. {block:Photos}
  664. {block:indexpage}
  665. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  666. {/block:indexpage}
  667. {block:permalinkpage}
  668. <img src="{PhotoURL-500}"/>
  669. {/block:permalinkpage}
  670. {/block:Photos}
  671. </center>
  672. <div id="permalink">
  673. {TimeAgo} <br>
  674. ---------------<br>
  675. <a href="{Permalink}" >{NoteCount}</a> <br>
  676. ---------------<br>
  677. <a href="{ReblogURL}">reblog</a><br>
  678. </div>
  679. {/block:Photoset}
  680.  
  681.  
  682. {block:Video}
  683. {Video-250}
  684.  
  685. {block:IndexPage}
  686. <div id="permalink">
  687. {TimeAgo} <br>
  688. ---------------<br>
  689. <a href="{Permalink}" >{NoteCount}</a> <br>
  690. ---------------<br>
  691. <a href="{ReblogURL}">reblog</a><br>
  692. </div>
  693. {/block:IndexPage}
  694. {/block:Video}
  695.  
  696.  
  697. {block:Audio}
  698. {block:AlbumArt}
  699. <div class="albumart">
  700. <img src="{AlbumArtURL}">
  701. </div>
  702. {/block:AlbumArt}
  703. <div class="player">{AudioPlayerWhite}</div>
  704.  
  705. <div class="audioinfo">
  706. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  707.  
  708. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  709.  
  710. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  711.  
  712. {block:IndexPage}
  713. <div id="permalink">
  714. {TimeAgo} <br>
  715. ---------------<br>
  716. <a href="{Permalink}" >{NoteCount}</a> <br>
  717. --------------- <br>
  718. <a href="{ReblogURL}">reblog</a><br>
  719. </div>
  720. {/block:IndexPage}
  721. </div>
  722. {/block:Audio}
  723.  
  724.  
  725. {block:Answer}
  726. <div class="question">
  727. <div class="asker">{Asker} said: </div>
  728. {Question}
  729. </div>
  730. <div class="answer">{Answer}</div>
  731.  
  732. {block:IndexPage}
  733. <div id="permalink">
  734. {TimeAgo} <br>
  735. -------------- <br>
  736. <a href="{Permalink}" >{NoteCount}</a> <br>
  737. --------------- <br>
  738. <a href="{ReblogURL}">reblog</a><br>
  739. </div>
  740. {/block:IndexPage}
  741. {/block:Answer}
  742.  
  743.  
  744.  
  745. {block:PermalinkPage}
  746. <div class="notes">
  747. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  748. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  749. {block:RebloggedFrom}
  750. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  751. {/block:RebloggedFrom}
  752. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  753. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  754. <br>{PostNotes}
  755. </div>
  756. {/block:PermalinkPage}
  757.  
  758. </div>
  759. {/block:Posts}
  760.  
  761. <div class="pagination">
  762. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  763. </div>
  764.  
  765.  
  766.  
  767. </div>
  768.  
  769. </div>
  770.  
  771. </body>
  772.  
  773. <div id="box1" class="popup_block">
  774. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  775.  
  776. </div>
  777.  
  778.  
  779. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement