Advertisement
mira0403

Love box

Mar 20th, 2014
6,780
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 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>
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://31.media.tumblr.com/9b9a91a90bef4342db62d9136d2b08aa/tumblr_inline_n2prxen3Rm1s7kbfp.png" style="opacity:.4;" class="btn_close" title="Close" alt="Close" /></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35. <title>{Title}</title>
  36. {block:ifInfiniteScroll}
  37. <script type="text/javascript" src="http://codes.bitshare.cm/infinitescrolling.js"></script>
  38. {/block:ifInfiniteScroll}
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  45. <!---4rd theme by Mira-Dyodoroo !!--->
  46.  
  47.  
  48. <meta name="color:Background" content ="#f7f3f3">
  49. <meta name="color:box bg" content ="#ffffff">
  50. <meta name="color:topbar" content="#f3e9e9"/>
  51. <meta name="color:bottombar" content="#f3e9e9"/>
  52. <meta name="color:toplinks" content="#ccc"/>
  53. <meta name="color:toplinks hover" content="#fff"/>
  54. <meta name="color:toplinks box hover" content="#7c7b7b"/>
  55. <meta name="color:post links" content="#ccc"/>
  56. <meta name="color:post links hover" content="#f3e9e9"/>
  57. <meta name="color:box border" content="#eee"/>
  58. <meta name="color:blockquote border" content="#ccc"/>
  59. <meta name="color:asker name color" content=" #E0E0E0"/>
  60. <meta name="color:Text" content="#aaaaaa"/>
  61. <meta name="color:title" content="#e3bebe"/>
  62. <meta name="color:scrollbar" content="#ccc"/>
  63. <meta name="color:scrollbar bg" content="#ffffff"/>
  64. <meta name="color:italics" content="92a7c1"/>
  65. <meta name="color:bold" content="989898"/>
  66.  
  67.  
  68. <meta name="image:corner" content="http://static.tumblr.com/06c0562d894de646c4efb5b1aecd2f10/uh7cief/7rfn2o1ax/tumblr_static_hhh.png"/>
  69.  
  70. <meta name="image:Background" content=""/>
  71.  
  72. <meta name="text:Link 1" content="/" />
  73. <meta name="text:Link 1 Text" content="home" />
  74. <meta name="text:Link 2" content="/" />
  75. <meta name="text:Link 2 Text" content="ask" />
  76. <meta name="text:Link 3" content="/" />
  77. <meta name="text:Link 3 Text" content="link3" />
  78. <meta name="text:Link 4" content="/" />
  79. <meta name="text:Link 4 Text" content="link4" />
  80. <meta name="text:Link 5" content="/" />
  81. <meta name="text:Link 5 Text" content="link5" />
  82. <meta name="text:Link 6" content="/" />
  83. <meta name="text:Link 6 Text" content="link6" />
  84.  
  85. <meta name="if:InfiniteScroll" content="0" />
  86. <meta name="if:cornerimage" content="1"/>
  87. <meta name="if:lilCursor" content="1"/>
  88. <meta name="if:faded posts" content="1"/>
  89. <meta name="if:popupask" content="1"/>
  90.  
  91. <meta name="if:Show Link 2" content="1" />
  92. <meta name="if:Show Link 3" content="1" />
  93. <meta name="if:Show Link 4" content="1" />
  94. <meta name="if:Show Link 5" content="1" />
  95. <meta name="if:Show Link 6" content="1" />
  96.  
  97.  
  98.  
  99. <style type="text/css">
  100. /*follow|dash buttuon*/
  101. iframe#tumblr_controls {
  102. white-space:nowrap;
  103. -webkit-filter: invert(100%);
  104. -moz-filter: invert(100%);
  105. -o-filter: invert(100%);
  106. -ms-filter: invert(100%);
  107. filter: invert(100%);
  108. opacity:.2;transition: .8s ease-in-out;
  109. -webkit-transition: .8s ease-in-out;
  110. -moz-transition: .8s ease-in-out;
  111. -o-transition: .8s ease-in-out; }
  112.  
  113. /*lil cursor*/
  114. {block:iflilCursor}
  115. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  116. {/block:iflilCursor}
  117.  
  118. /*scrollbar*/
  119. ::-webkit-scrollbar {
  120. width: 5px;
  121. height:3px;
  122. background:{color:scrollbar bg};}
  123. ::-webkit-scrollbar-thumb:vertical {
  124. height: 20px;
  125. background-color:{color:scrollbar};
  126. border-radius: 10px 10px 10px 10px;
  127. }
  128.  
  129.  
  130.  
  131. /* Body*/
  132. body {
  133. font-family: calibri;
  134. font-size:10px;
  135. margin:0;
  136. background-attachment:fixed;
  137. background-repeat:repeat;
  138. background:url('{image:Background}');
  139. background-color:{color:Background};
  140. color:{color:Text};
  141. }
  142.  
  143. a {
  144. text-decoration:none;
  145. outline:none;
  146. color:{color:Post Links};
  147. -webkit-transition: all 0.5s ease-in-out;
  148. -moz-transition: all 0.5s ease-in-out;
  149. -o-transition: all 0.5s ease-in-out;
  150. -ms-transition: all 0.5s ease-in-out;
  151. transition: all 0.5s ease-in-out;
  152. }
  153. a:hover {
  154. color:{color:Post Links Hover};
  155. -moz-transition-duration:0.3s;
  156. -webkit-transition-duration:0.3s;
  157. -o-transition-duration:0.3s;
  158. }
  159. b, strong {
  160. color:{color:Bold};
  161. font-weight:bold;
  162. }
  163.  
  164. i, em {
  165. color:{color:Italic};
  166. font-style:italic;
  167. }
  168.  
  169. img {
  170. border:none;
  171. }
  172.  
  173.  
  174. h1 {
  175. font-size:12px;
  176. text-transform:uppercase;
  177. }
  178.  
  179. blockquote {
  180. padding-left:5px;
  181. border-left:2px solid {color:blockquote border};
  182. }
  183.  
  184. blockquote blockquote {
  185. padding-left:5px;
  186. border-left:2px solid {color:blockquote border};
  187. }
  188.  
  189. blockquote img {
  190. max-width: 100%;}
  191.  
  192.  
  193. /*entries*/
  194. #box {
  195. width: 470px;
  196. max-height: 550px;
  197. margin: auto;
  198. background-color: {color:box bg};
  199. overflow-x: hidden;
  200. overflow-y: scroll;
  201. padding: 10px 10px 0px 10px ;
  202. margin-top: 70px;
  203. border: 1px solid {color:box border};
  204. z-index: 99999;}
  205.  
  206. #entries{
  207. position:relative;
  208. float:left;
  209. width:422px;
  210. top:0px;
  211. text-align:justify;
  212. left:-20px;
  213. padding:40px;}
  214.  
  215. .posts {
  216. width:400px;
  217. padding:15px;
  218. background-color: #fafafa;
  219. border-bottom: 2px solid #ffffff;
  220. margin-bottom:45px;}
  221.  
  222. {block:iffadedposts}
  223. .posts img{
  224. max-width: 100%;
  225. -webkit-transition: opacity 0.9s linear;
  226. opacity: 0.6;
  227. -moz-opacity: 0.2;
  228. -webkit-transition: all 0.9s ease;
  229. -moz-transition: all 0.9s ease;
  230. -o-transition: all 0.9s ease;
  231. }
  232. .posts img:hover {
  233. -webkit-transition: opacity 0.9s linear;
  234. opacity: 1;
  235. -moz-opacity: 1;
  236. -webkit-transition: all 0.9s ease;
  237. -moz-transition: all 0.9s ease;
  238. -o-transition: all 0.9s ease;
  239. }
  240.  
  241. .posts iframe.photoset {
  242. max-width: 100%;
  243. -webkit-transition: opacity 0.9s linear;
  244. opacity: 0.6;
  245. -moz-opacity: 0.2;
  246. -webkit-transition: all 0.9s ease;
  247. -moz-transition: all 0.9s ease;
  248. -o-transition: all 0.9s ease;
  249. }
  250.  
  251. .posts iframe.photoset:hover {
  252. -webkit-transition: opacity 0.9s linear;
  253. opacity: 1;
  254. -moz-opacity: 1;
  255. -webkit-transition: all 0.9s ease;
  256. -moz-transition: all 0.9s ease;
  257. -o-transition: all 0.9s ease;
  258. }
  259. {/block:iffadedposts}
  260. {block:ifNOTfadedposts}
  261. .posts img{
  262. max-width: 100%;}
  263. {/block:ifNOTfadedposts}
  264.  
  265. /*permalink*/
  266.  
  267. #indexinfo {
  268. background: #fafafa;
  269. position: absolute;
  270. margin-top: 15px;
  271. border-TOP: 2px solid #ffffff;
  272. margin-left: -15px;
  273. font-family: calibri;
  274. font-size: 7px;
  275. padding: 2px 2px 2px 2px;
  276. letter-spacing: 1px;
  277. line-height: 4px;
  278. text-transform: uppercase;
  279. width: 425px;}
  280.  
  281. #indexinfo a {
  282. font:8px calibri;
  283. width:auto;
  284. display:inline-block;
  285. text-align:center;
  286. padding:1px 1px 1px 1px;
  287. }
  288. #indexinfo a:hover {
  289. width:auto;
  290. display:inline-block;
  291. -moz-transition:all .3s;
  292. -webkit-transition:all .3s;
  293. -o-transition:all .3s;
  294. padding:1px 1px 1px 1px;
  295. }
  296.  
  297. #permainfo{
  298. margin-left:5px;
  299. background: #fff;
  300. padding: 5px;
  301. border-top: 4px solid {color:topbar};
  302. color: #aaa;
  303. font-family: consolas;
  304. font-size: 9px;
  305. letter-spacing: 1px;
  306. text-transform: uppercase;
  307. }
  308. #note{
  309. margin-left:10px;
  310. background: #fafafa;
  311. padding: 5px;
  312. border-left: 10px solid {color:topbar};
  313. color: #aaa;
  314. font-family: consolas;
  315. font-size: 8px;
  316. letter-spacing: 1px;
  317. text-transform: uppercase;
  318. }
  319.  
  320. /*ask box*/
  321. #asker {
  322. color: {color:asker name color};
  323. font-size: 20px;
  324. font-family: helvetica;
  325. font-weight: bold;}
  326. #asker a {
  327. color: {color:asker name color};
  328. font-size: 20px;
  329. font-family: helvetica;
  330. font-weight: bold;}
  331. #qes {
  332. color: {color:Text};
  333. background: #fff;
  334. padding: 10px;
  335. font-family: helvetica;
  336. font-size: 10px;
  337. padding-bottom:10px;
  338. border-top:1px solid {color:box border};
  339. border-left:1px solid {color:box border};
  340. border-right:1px solid {color:box border};
  341. border-bottom:5px solid {color:topbar};
  342. }
  343.  
  344.  
  345. /*top and bottom bar*/
  346. #top {
  347. text-align:center;
  348. background: {color:topbar};
  349. width: 100%;
  350. z-index: 9;
  351. height: 33px;
  352. left:0px;
  353. top: 0px;
  354. position: fixed;
  355. float: none;
  356. }
  357. #bottom {
  358. text-align:center;
  359. background: {color:bottombar};
  360. width: 100%;
  361. z-index: 9;
  362. height: 43px;
  363. left: -10px;
  364. bottom: -10px;
  365. position: fixed;
  366. float: none;
  367. }
  368.  
  369. /*toplinks*/
  370. #toplinks {
  371. text-align: center;
  372. font-family: trebuchet ms;
  373. Font-size: 9px;
  374. text-transform: uppercase;
  375. display: inline-block;
  376. word-spacing: -4px;
  377. letter-spacing: 2px;
  378. margin-top: 8px;
  379. }
  380. #toplinks a {
  381. color: {color:toplinks};
  382. line-height: 8px;
  383. padding:10px;
  384. }
  385. #toplinks a:hover {
  386. color: {color:toplinks hover};
  387. background-color:{color:toplinks box hover};
  388. }
  389.  
  390. /*desc box*/
  391. #desc {
  392. position: fixed;
  393. left: 80%;
  394. top: 70%;
  395. text-align: center;
  396. width: 120px;
  397. padding: 20px;
  398. height: auto;
  399. background: #fff;
  400. border: 1px solid {color:box border};
  401. opacity: 1;
  402. float: center;
  403. text-align: justify;
  404. text-transform: uppercase;
  405. font-family: calibri;
  406. font-size: 8px;
  407. border-radius: 25px 25px 25px 25px;
  408. }
  409.  
  410. /*blog title*/
  411. @font-face {font-family: "marim";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  412. #title {
  413. color:{color:title};
  414. margin-bottom:5px;
  415. font-family:marim;
  416. text-align:center;
  417. font-size:20px;
  418. line-height:20px;
  419. letter-spacing:-2px;
  420. text-transform:lowercase;
  421. }
  422.  
  423. /*pagination___optional*/
  424. #pagination {
  425. display: inline-block;
  426. text-align: center;
  427. padding: 4px
  428. font-family: trebuchet ms;
  429. letter-spacing: 2px;
  430. text-transform: uppercase;
  431. margin-top: 11px;
  432. font-size: 10px;
  433. }
  434. #pagination a {
  435. color: {color:toplinks};
  436. }
  437. #pagination a:hover {
  438. color: {color:toplinks hover};
  439. }
  440.  
  441. /*corner pic*/
  442. #ima {
  443. position: fixed;
  444. bottom: 30px;
  445. opacity: 0.4;
  446. margin-left:50px;
  447. z-index: -4;
  448. }
  449.  
  450. /*tooltips*/
  451. #s-m-t-tooltip{
  452. max-width:300px;
  453. margin:15px;
  454. padding:2px 8px;
  455. border:1px solid #DDD;
  456. border-radius:4px;
  457. background:#FFF;
  458. color:#AAA;
  459. z-index:999999;
  460. font-size:9px;
  461. font-style:consolas;
  462. text-transform:lowercase;
  463. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  464. /*Popupaskbox*/
  465. #fade { /*--Transparent background layer--*/
  466. background:{color:Background} ;
  467. display: none; /*--hidden by default--*/
  468. position: fixed; left: 0; top: 0;
  469. width: 100%; height: 100%;
  470. opacity: 1.0;
  471. z-index: 9999;
  472. }
  473. .popup_block{
  474. display: none; /*--hidden by default--*/
  475. background: #fff;
  476. padding: 10px;
  477. float: left;
  478. font-size: 10;
  479. position: fixed;
  480. top: 50%; left: 50%;
  481. z-index: 99999;
  482. -webkit-border-radius: 5px;
  483. -moz-border-radius: 5px;
  484. border-radius: 1px 1px 1px 1px;
  485. box-shadow: 8px 8px #eee;
  486. }
  487. img.btn_close {
  488. float: right;
  489. margin: -30px -30px;
  490. }
  491. /*--Making IE6 Understand Fixed Positioning--*/
  492. *html #fade {
  493. position: absolute;
  494. }
  495. *html .popup_block {
  496. position: absolute;
  497. }
  498. /*credit|dyodoroo*/
  499. #cred {
  500. position:fixed;
  501. font-family:calibri;
  502. text-transform:uppercase;
  503. font-size:8px;
  504. right:5px;
  505. bottom:5px;
  506. padding:4px;
  507. }
  508.  
  509.  
  510. {CustomCSS}</style>
  511. {block:ifInfiniteScroll}
  512. <script type="text/javascript" src="http://static.tumblr.com/0szq8b5/R0cmg0bw1/tumblr-endless-scrolling.js"></script>
  513. {/block:ifInfiniteScroll}
  514. </head>
  515. <body>
  516. <div id="desc">
  517. <div id="title">{title}</div>
  518. {Description}</div>
  519. <div id="top">
  520. <div id="toplinks">
  521. <a href="{text:Link 1}">{text:Link 1 Text} </a>
  522. {block:ifpopupask}
  523. <a href="#?w=500" rel="02" class="poplight">{text:Link 2 Text} </a>
  524. {/block:ifpopupask}
  525. {block:ifnotpopupask}
  526. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text} </a>{/block:IfShowLink2}
  527. {/block:ifnotpopupask}
  528. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text} </a>{/block:IfShowLink3}
  529. {block:IfShowLink4}<a href="{text:Link 4}"> {text:Link 4 Text}</a>{/block:IfShowLink4}
  530. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  531. {block:IfShowLink6}<a href="{text:Link 5}">{text:Link 6 Text}</a>{/block:IfShowLink6}
  532. </div></div></div>
  533. <div id="box">
  534. <div id="bottom">
  535. <div id="cred">
  536. <a href="http://dyodoroo.tumblr.com/" title="theme by Mira|Dyodoroo "> <FONT color="#585858">Theme </FONT></a>
  537. </div>
  538. {block:IfNotInfiniteScroll}
  539. {block:Pagination}
  540. <div id="pagination">
  541. {block:PreviousPage}
  542. <a href="{PreviousPage}">BACK</a>
  543. {/block:PreviousPage}
  544. {block:JumpPagination length="5"}
  545. {block:CurrentPage}
  546. <span class="current_page"><span class="selectedpage">{PageNumber}</span></span>
  547. {/block:CurrentPage}
  548. {block:JumpPage}
  549. <a class="jump_page" href="{URL}">{PageNumber}</a>
  550. {/block:JumpPage}
  551. {/block:JumpPagination}
  552. {block:NextPage}
  553. <a href="{NextPage}">NEXT</a>
  554. {/block:NextPage}
  555. </div>
  556. {/block:Pagination}
  557. {/block:ifnotInfiniteScroll}</div>
  558. <div id="entries">
  559. <div class = "autopagerize_page_element" >
  560. {block:Posts}
  561. <div class="posts">
  562.  
  563. {block:Text}
  564. <h1>{block:Title}{Title}{/block:Title}</h1>
  565. {Body}{/block:Text}
  566.  
  567. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  568.  
  569. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  570.  
  571. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  572.  
  573. {block:Quote}{Quote}{/block:Quote}
  574.  
  575. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  576. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  577. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  578. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  579. {/block:Audio}
  580.  
  581. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  582.  
  583. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  584.  
  585. {block:Answer}<div id="asker">{Asker}:</div><br> <div id="qes">{Question}</div><left><div style="padding:4px;margin-top:3px;font-size:11px;">{Answer}</div>{/block:Answer}
  586.  
  587. {block:IndexPage}
  588. <div id="indexinfo">
  589.  
  590. |<a href="{Permalink}">{TimeAgo}</a> | <a href="{Permalink}">{NoteCountWithLabel}</a>|
  591.  
  592. {block:ContentSource} <a href="{SourceURL}"> © <a href="{SourceURL}">{SourceLink}|</a> {/block:ContentSource}
  593.  
  594. <span style="float:right; margin-right:3px; padding-top: 2px;">
  595. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="https://31.media.tumblr.com/daca331ce470ad1ae47c52d909180fc9/tumblr_inline_n28dez6wkw1s7kbfp.png" style="opacity: 0.1;"></a>&nbsp;<a href="{ReblogURL}" target="_blank" title="reblog?"><img src="https://31.media.tumblr.com/daca331ce470ad1ae47c52d909180fc9/tumblr_inline_n28dez6wkw1s7kbfp.png" style="opacity: 0.2;"></a>
  596. <span title="{block:Tags}#{Tag} {/block:Tags}"> {block:HasTags}
  597. <img src="https://31.media.tumblr.com/daca331ce470ad1ae47c52d909180fc9/tumblr_inline_n28dez6wkw1s7kbfp.png" style="opacity: 0.3;"></font> {/block:HasTags}
  598. </span></span>
  599. </div>
  600. {block:IndexPage}
  601. {block:PermalinkPagination}
  602. {block:PermalinkPage}
  603. <BR><BR>
  604. <div id="permainfo">
  605. {block:RebloggedFrom}<b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  606. <br>
  607. <b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  608. <br>
  609.  
  610. {block:NoteCount}<B>notes:</b> {NoteCountWithLabel}{/block:NoteCount}<br>
  611. {/block:RebloggedFrom}
  612.  
  613. {block:Date}<b>Posted:</b>{TimeAgo}{/block:Date}<br>
  614.  
  615. {block:HasTags}<b>tags:</b>{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}<br>{/block:HasTags}
  616. </div>
  617. </div>
  618.  
  619. {/block:PermalinkPage}
  620. {/block:PermalinkPagination}
  621. </div>
  622. {block:PostNotes}<div id="note">{PostNotes}</div>{/block:PostNotes}
  623. {/block:Posts}</div></div></div>
  624.  
  625.  
  626.  
  627. <div id="ima">{block:Ifcornerimage}<img src="{image:corner}" style="Max-width:400px;">{/block:Ifcornerimage}</div>
  628.  
  629. </body>
  630. <div id="02" class="popup_block">
  631.  
  632. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  633. </center></div>
  634.  
  635. </div></div></div></div></div></div></div></div></div></div> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement