Advertisement
cornetespoir

12 // Drop Pop Candy

Mar 24th, 2016
1,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 KB | None | 0 0
  1. <!--
  2. // drop pop candy
  3.  
  4. by espoirthemes//
  5.  
  6. +don't touch the credit
  7. +edit as much as you want
  8.  
  9. popup tutorial by htmlqueens
  10. container base by octomoosey
  11.  
  12. -->
  13.  
  14.  
  15. <html>
  16. <head>
  17. <script type="text/javascript"
  18. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <script>
  20. $(document).ready(function() {
  21. //
  22. $('a.poplight[href^=#]').click(function() {
  23. var popID = $(this).attr('rel'); //Get Popup Name
  24. var popURL = $(this).attr('href'); //Get Popup href to define size
  25. var query= popURL.split('?');
  26. var dim= query[1].split('&');
  27. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  28. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://38.media.tumblr.com/30853fe6c9b10e246922a5953db4d1a0/tumblr_inline_nl8j0gMXwf1ry72eo.gif" class="btn_close" title="escape" alt="escape" /></a>');
  29. var popMargTop = ($('#' + popID).height() + 80) / 2;
  30. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  31. //Apply Margin to Popup
  32. $('#' + popID).css({
  33. 'margin-top' : -popMargTop,
  34. 'margin-left' : -popMargLeft
  35. });
  36. $('body').append('<div id="fade"></div>');
  37. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  38. return false;
  39. });
  40. $('a.close, #fade').live('click', function() {
  41. $('#fade , .popup_block').fadeOut(function() {
  42. $('#fade, a.close').remove(); //fade them both out
  43. });
  44. return false;
  45. });
  46. });
  47. </script>
  48.  
  49.  
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />
  55. {/block:Description}
  56.  
  57. <meta name="color:background" content="#fff" />
  58. <meta name="color:title background" content="#eee" />
  59. <meta name="color:title first line" content="#fff" />
  60. <meta name="color:title" content="#9ac2fe" />
  61. <meta name="color:posts" content="#fff" />
  62. <meta name="color:border" content="#eee" />
  63.  
  64.  
  65. <meta name="color:text" content="#006f94" />
  66. <meta name="color:bold" content="#888" />
  67. <meta name="color:italic" content="#aaa" />
  68. <meta name="color:link background" content="#ffeaaa" />
  69. <meta name="color:links" content="#BDBDBD" />
  70. <meta name="color:link hover" content="#f2992e" />
  71.  
  72. <meta name="color:info background" content="#ffb7b7" />
  73. <meta name="color:info links" content="#fff" />
  74. <meta name="color:info links hover" content="#636363" />
  75. <meta name="color:tag background" content="#ffeaaa" />
  76. <meta name="color:tags" content="#636363" />
  77. <meta name="color:ask bubble" content="#eee" />
  78. <meta name="color:ask bubble text" content="#aaa" />
  79.  
  80. <meta name="color:scrollbar" content="#ddd" />
  81. <meta name="color:scrollbar background" content="#f8f8f8" />
  82. <meta name="color:tooltip" content="#ffeaaa" />
  83. <meta name="color:tooltip text" content="##006f94" />
  84. <meta name="color:selection background" content="#ffb7b7" />
  85. <meta name="color:selection text" content="#fff" />
  86.  
  87. <meta name="color:current page" content="#fff" />
  88. <meta name="color:jump page" content="#fff" />
  89. <meta name="color:jump page hover" content="#fefefe" />
  90. <meta name="color:jump page hover text" content="#000" />
  91.  
  92. <meta name="text:link1"content="link" /><meta name="text:url1"content="/">
  93. <meta name="text:link2"content="link" /><meta name="text:url2"content="/">
  94. <meta name="text:link3"content="link" /><meta name="text:url3"content="/" />
  95. <meta name="text:link4" content="link"/><meta name="text:url4" content="/"/>
  96. <meta name="text:link5"content="link" /><meta name="text:url5"content="/" />
  97. <meta name="text:link6" content="link"/><meta name="text:url6" content="/"/>
  98.  
  99.  
  100. <meta name="text:current page" content="X" />
  101. <meta name="image:background" content="" />
  102. <meta name="image:side image" content="" />
  103.  
  104. <meta name="if:full background" content="" />
  105.  
  106. <script type="text/javascript"
  107. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  108. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  109. <script>
  110. (function($){
  111. $(document).ready(function(){
  112. $("[title]").style_my_tooltips({
  113. tip_follows_cursor:true,
  114. tip_delay_time:200,
  115. tip_fade_speed:300
  116. }
  117. );
  118. });
  119. })(jQuery);
  120. </script>
  121.  
  122.  
  123.  
  124. </head>
  125.  
  126. <style type="text/css">
  127.  
  128. #s-m-t-tooltip{
  129. max-width:300px;
  130. margin-top:-50px;
  131. margin-left:-20px;
  132.  
  133. border:2px solid white;
  134. box-shadow: 0px 0px 0px 2px {color:tooltip};
  135. font-family:consolas;
  136. padding:5px 5px;
  137. background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
  138. color:{color:tooltip text};
  139. z-index:99999999;
  140. font-size:12px;
  141. text-transform:uppercase;
  142. }
  143.  
  144. /* don't touch this, this is the what makes it look like a speech bubble */
  145. #s-m-t-tooltip:after{
  146.  
  147. content: '';
  148. position: absolute;
  149. border-style: solid;
  150. border-width: 8px 10px 0;
  151. border-color: {color:tooltip} transparent;
  152. display: block;
  153. width: 0;
  154. z-index: 1;
  155. bottom: -10px;
  156. left: 10%;}
  157.  
  158.  
  159.  
  160. ::-webkit-scrollbar {
  161. width: 10px;
  162. height: 2px;
  163. }
  164. ::-webkit-scrollbar-button {
  165. width: 0px;
  166. height: 0px;
  167. }
  168. ::-webkit-scrollbar-thumb {
  169. background: {color:scrollbar};
  170. border: 0px none #ffffff;
  171. border-radius: 0px;
  172. }
  173. ::-webkit-scrollbar-track {
  174. background: {color:scrollbar background};
  175. border: 0px none #ffffff;}
  176.  
  177.  
  178.  
  179. #fade { /*--Transparent background layer--*/
  180. display: none; /*--hidden by default--*/
  181. background: #fff;
  182. background-image: url('');
  183. position: fixed; left: 0; top: 0;
  184. width: 100%; height: 100%;
  185. opacity: .8;
  186. z-index: 9999;
  187. }
  188.  
  189. .popup_block{
  190. display: none; /*--hidden by default--*/
  191.  
  192. padding: 20px;
  193. z-index: 99999;
  194. float: left;
  195. font-size: 12px;
  196. position: fixed;
  197. top: 50%; left: 50%;
  198. background: {color:posts};
  199. z-index: 99999; border: 2px solid {color:border};
  200. -webkit-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  201. -moz-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  202. box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  203. }
  204. img.btn_close {
  205. float: right;
  206. margin: -5px -5px 0 0;
  207. }
  208. /*--Making IE6 Understand Fixed Positioning--*/
  209. *html #fade {
  210. position: absolute;
  211. }
  212. *html .popup_block {
  213. position: absolute;
  214. }
  215.  
  216.  
  217. .pop li{padding:10px; background:{color:posts}; list-style:none; display:inline-block;font-size:16px; margin-top:10px; margin-left:10px; border:1px solid #ddd; -webkit-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  218. -moz-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  219. box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);}
  220.  
  221.  
  222.  
  223. body {
  224.  
  225. font-family:'Gibson', sans-serif;
  226. font-size: 14px;
  227. color:{color:text};
  228. background:{color:background} url({image:background})
  229.  
  230.  
  231. {block:iffullbackground} no-repeat center center fixed;
  232. -webkit-background-size: cover;
  233. -moz-background-size: cover;
  234. -o-background-size: cover;
  235. background-size: cover; {/block:iffullbackground};
  236. background-attachment:fixed;
  237. word-wrap:break-word;
  238. margin:0;
  239. }
  240.  
  241. a {
  242. text-decoration:none;
  243. color:{color:links};
  244.  
  245. -webkit-transition: all 0.7s ease;
  246. -moz-transition: all 0.7s ease;
  247. -o-transition: all 0.7s ease;
  248.  
  249. }
  250.  
  251. a:hover {
  252. color:{color:link hover};
  253. }
  254.  
  255. b, strong {
  256. color:{color:bold};
  257. }
  258.  
  259. i, em {
  260. color:{color:italic};
  261.  
  262. }
  263.  
  264. blockquote {
  265. padding:2px 7px;
  266. margin:3px 0 3px 8px;
  267. border-left:1px solid #006f94;
  268. }
  269.  
  270. blockquote img {
  271. max-width:100%;
  272. height:auto;
  273. }
  274.  
  275. img {
  276. max-width: 100%;
  277. }
  278.  
  279. ::selection {
  280. background: {color:selection background}; /* WebKit/Blink Browsers */color:{color:selection text};
  281. }
  282. ::-moz-selection {
  283. background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
  284. }
  285.  
  286. ul{list-style-image: url('http://sorahana.ciao.jp/material/onepoint/maru-y.gif');}
  287.  
  288. h1 {
  289. font-size:30px;
  290. line-height:30px;
  291. text-align:right;
  292. padding:10px;
  293. color:{color:title};
  294. }
  295.  
  296. h1::first-line {background:{color:title background}; color:{color:title first line};text-shadow: 3px 3px 0px rgba(98, 155, 255, 0.93);}
  297. h2 {
  298. font-size:30px;
  299. line-height:30px;
  300. text-align:left;
  301. padding:10px;
  302. background:{color:title background}; color:{color:title first line};text-shadow: 3px 3px 0px rgba(98, 155, 255, 0.93);}
  303.  
  304. #container {
  305. position:absolute;
  306. left:420px;
  307. height:90%;
  308. -webkit-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  309. -moz-box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  310. box-shadow: 8px 8px 0px 0px rgba(217, 50, 50, 0.15);
  311. padding:10px;
  312. overflow-y:scroll;
  313. width:500px;
  314. top:20px;
  315. background:{color:posts};
  316. border:1px solid {color:border};
  317. }
  318.  
  319. .posts {
  320. width:400px;
  321. background-color:{color:posts};
  322. margin-top:40px;
  323. margin-left:50px;
  324. margin-bottom:100px;
  325. }
  326.  
  327. .permalinks {
  328.  
  329. padding:10px;background:{color:info background};
  330. height:30px;
  331. color:{color:info links};
  332.  
  333. }
  334.  
  335. .permalinks a {
  336. background:none;
  337. text-decoration:none;
  338. font-size: 14px;
  339. font-family:arial;
  340. color:{color:info links};
  341.  
  342. }
  343.  
  344. .permalinks a:hover {
  345. color:{color:info links hover};
  346. }
  347.  
  348. .date {
  349. float:left;
  350. }
  351.  
  352. .reblogs {
  353. float:right;
  354. }
  355.  
  356. #albumart{
  357. z-index:2;
  358. width:150px;
  359. height:150px;
  360. border-radius:100%;
  361.  
  362. }
  363.  
  364. .dinky {
  365. float:left;
  366. }
  367.  
  368.  
  369. #albumart img{
  370. background:{color:highlight};
  371. width:150px;
  372. border-radius:100%;
  373. height:150px;
  374. padding:2px;
  375. border:1px solid transparent;
  376. box-shadow:0px 0px 0px 2px {color:link background};
  377. border-width:0px; transition:.6s;
  378.  
  379. }
  380.  
  381. .posts:hover #albumart img{transform:rotate(200deg); transition:.6s;}
  382.  
  383.  
  384. .player {
  385. width:26px;
  386. overflow:hidden;
  387. height:40px;
  388. padding:0px;
  389. padding-top:10px;
  390. padding-left:4px;
  391. margin-left:8px;
  392. transform:scale(1.32);
  393. border-radius:90px;
  394. position:relative;
  395.  
  396.  
  397. }
  398.  
  399.  
  400. .playercon {
  401. width:50px;
  402. height:50px;
  403. background:{color:posts};
  404. border-radius:90px;
  405. position:relative;
  406. margin-top:-100px;
  407. margin-left:50px;
  408.  
  409. border:1px solid transparent;
  410. box-shadow:0px 0px 0px 2px {color:link background};
  411. -webkit-transition-duration:500ms;
  412. -moz-transition-duration:500ms;
  413. -o-transition-duration:500ms;
  414. -ms-transition-duration:500ms;
  415. }
  416.  
  417. .donkey {
  418. float:left top;
  419. margin-left:150px;
  420. background-color:transparent;
  421. padding:20px;
  422.  
  423. height:110px;
  424. text-align:center;
  425. color:{color:text};
  426. }
  427.  
  428. .track {
  429.  
  430. font-size:12px;
  431. letter-spacing:4px;
  432. text-shadow:2px 2px 0px {color:link background};
  433. border-bottom:1px solid {color:border};
  434. padding:10px;
  435. font-weight:300;
  436. text-transform:uppercase; transition:.6s;
  437. color:#333;
  438.  
  439.  
  440. }
  441. .artist {
  442. letter-spacing:1px;
  443. font-style:italic;
  444. border-bottom:1px solid {color:border};
  445.  
  446.  
  447. }
  448.  
  449. .playcount {
  450. font-size:9px;
  451. text-transform:uppercase;
  452. letter-spacing:3px;
  453. }
  454.  
  455.  
  456. #audiolo {
  457.  
  458. width:400px;
  459.  
  460.  
  461. }
  462.  
  463. .tags {
  464. text-align:center;
  465. }
  466.  
  467. .tags a {
  468. text-decoration:none;
  469. font-size: 14px;
  470. margin:4px;
  471. color:{color:tags};
  472. }
  473.  
  474. .tags a:hover {
  475. color:{color:info link hover};
  476. }
  477.  
  478.  
  479. #sidebar {
  480. position:fixed;
  481. left:210px;
  482. top:70px;
  483. height:350px;
  484. width:200px;
  485. background:transparent;
  486. background-position: bottom left;
  487. background-repeat:no-repeat;
  488. background-attachment:fixed;
  489.  
  490. }
  491.  
  492. #sidebar:hover {
  493. opacity:1;
  494. }
  495.  
  496.  
  497.  
  498. #sideimage img {
  499. max-width:250px;
  500. margin-left:10px;
  501. }
  502.  
  503. #sidebar a{
  504. text-shadow:2px 2px 0px {color:link background};
  505.  
  506. }
  507.  
  508. #links {
  509. font-size:14px;
  510. padding:10px;
  511. text-align:right;
  512.  
  513. }
  514.  
  515. .link{font-size:20px;}
  516.  
  517. #links a {
  518. display:inline-block;
  519. font-family:arial;
  520. padding:4px;font-style:italic;
  521. color:#006f94;background:{color:link background};
  522. -webkit-transition: all 0.7s ease;
  523. -moz-transition: all 0.7s ease;
  524. -o-transition: all 0.7s ease;
  525. }
  526.  
  527. #links a:hover {
  528. color:#dddddd;
  529. letter-spacing:1px;
  530. }
  531.  
  532. #pagination { position:fixed;
  533. bottom:30px;
  534. font-size:20px;
  535. right:200px;}
  536.  
  537. #pagination a {
  538. line-height:10px;
  539.  
  540. }
  541.  
  542. .current_page{
  543.  
  544. font-family:calibri;background-color:{color:current page}; width:20px; padding:6px; font-size:14px; height:10px;
  545. border-bottom:2px solid {color:info background};}
  546.  
  547. .jump_page{background-color:{color:jump page}; transition:.5s; -webkit-transition:.5s; -moz-transition:.5s; height:10px;font-size:14px;padding:6px; border-bottom:2px solid {color:links};
  548.  
  549. width:20px;
  550.  
  551. font-family:calibri; height:14px;
  552. }
  553.  
  554. .jump_page:hover{opacity:.8; background:{color:jump page hover};}
  555. .jump_page a:hover {color:{color:jump page hover text};}
  556.  
  557.  
  558. .speechbubble {
  559. width:300px;
  560. position: relative;
  561. background:{color:ask bubble} ;
  562. left:70px;
  563. color:{color:ask bubble text};
  564. margin: 0;
  565. padding:8px;
  566. text-align:left;
  567.  
  568. box-shadow: 0px 0 1px rgba(0,0,0,0);
  569. }
  570. .speechbubble a{background:none;}
  571.  
  572.  
  573. .speechbubble:after {
  574. position: absolute;
  575. content: "";
  576. border-color: {color:ask bubble} transparent transparent transparent;
  577. border-style: solid;
  578. border-width: 15px 15px 0px;
  579. height:0;
  580. width:0;
  581. position:absolute;
  582. left:-15px;
  583. top:10px;
  584. }
  585.  
  586.  
  587. .quote {
  588. font-size:13px;
  589. letter-spacing:1px;
  590. text-align:center;
  591. border-bottom:1px solid #eee;
  592. margin-bottom:5px;
  593. padding-bottom:3px;
  594. }
  595.  
  596. .quotesource {
  597. font-size:10px;
  598. letter-spacing:1px;
  599. text-align:center;
  600. margin-bottom:5px;
  601. }
  602.  
  603. #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  604. font-family: "bitxmap";
  605. border:1px solid #000; z-index:4;
  606.  
  607. }
  608. #egg:hover { animation-name: egg;
  609. animation-duration: 1s;
  610. animation-iteration-count: infinite;}
  611. @keyframes egg{
  612. 0%{}
  613. 10%{transform:rotate(20deg)}
  614. 80%{transform:rotate(-20deg)}
  615. 100%{}
  616. }
  617. ol.notes{position:relative;
  618.  
  619. margin:20px auto;
  620. width:424px; padding:10px;
  621.  
  622. }
  623.  
  624. .notes li{list-style:none;
  625. margin:10px;
  626. background:{color:link background};
  627. padding:10px;
  628. text-align:center;
  629.  
  630. font-size:13.4px;
  631.  
  632. }
  633.  
  634. .notes li img{ padding:10px; border-right:2px solid {color:background}; width:16px; position:absolute; left:18px; margin-top:-10px;}
  635.  
  636.  
  637.  
  638.  
  639. </style>
  640.  
  641. <body>
  642.  
  643. <img src="{image:side image}" style="right:2px; max-width:280px; position:fixed; bottom:2px;">
  644. <div id="sidebar">
  645. <h1>{Title}</h1>
  646.  
  647. <div style="text-align:right; padding:10px; margin-top:-20px; font-size:14px; font-family:courier;">{block:Description}{Description}{/block:Description}</div>
  648.  
  649. <div id="links">
  650. <a href="/">home</a>
  651. <a href="/ask">ask</a>
  652. <a href="#?w=400" rel="02" class="poplight">more +</a>
  653. </div>
  654.  
  655. </div>
  656.  
  657. {block:Pagination}
  658. <div id="pagination">
  659. {block:previousPage} <span class ="jump_page"><a href="{PreviousPage}"> &#171;</a></span>{/block:PreviousPage}
  660.  
  661. {block:JumpPagination length="5"}
  662. {block:CurrentPage}
  663. <span class="current_page">{text:current page}</span>
  664. {/block:CurrentPage}
  665.  
  666. {block:JumpPage}
  667. <a class="jump_page" href="{URL}">{PageNumber}</a>
  668. {/block:JumpPage}
  669. {/block:JumpPagination}
  670.  
  671. {block:NextPage} <span class="jump_page">
  672. <a href="{NextPage}"> &#187; </a>
  673. </span>{/block:NextPage}
  674. </div>
  675. {/block:Pagination}
  676. <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
  677. <div id="container">
  678.  
  679. {block:Posts}
  680.  
  681. <div class="posts">
  682.  
  683. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  684.  
  685. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  686.  
  687. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  688.  
  689. {block:Photoset}{Photoset-400}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  690.  
  691. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  692.  
  693. {block:Link}<a href="{URL}" class="link" {Target}>» {Name} »</a>{block:Description}{Description}{/block:Description}{/block:Link}
  694.  
  695. {block:Chat}{block:Title}<h2>{Title}</h2></a>{/block:Title}
  696. {block:Lines}<li style="list-style:none;">{block:Label} <b style="letter-spacing:1px">{Label} </b>{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  697.  
  698. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  699. {block:Audio}
  700.  
  701. <div id="audiolo">
  702. <div class="dinky">
  703. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  704.  
  705. <div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></div>
  706. <div class="donkey">
  707. <div class="track"> {block:TrackName}
  708. {TrackName}
  709. {/block:TrackName} </div>
  710.  
  711.  
  712. <div class="artist">
  713. {block:Artist}{Artist}
  714. {/block:Artist} </div>
  715.  
  716. <div class="album">
  717. {block:Album}
  718. {Album}
  719. {/block:Album}
  720. </div>
  721.  
  722. <div class="playcount">
  723.  
  724. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  725. </div></div>
  726. {block:caption}<div class="caption">{caption} </div> {/block:Caption}
  727.  
  728. {/block:Audio}
  729.  
  730.  
  731.  
  732. {block:Answer}
  733.  
  734. <div class="askerportrait"><img style=" margin-left:10px; width:40px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div>
  735.  
  736. <br>{answer}
  737.  
  738.  
  739. {/block:Answer}
  740.  
  741.  
  742. <div class="permalinks">
  743. <div class="date"><a href="{Permalink}" title="{timeago}">{DayOfMonth}.{MonthNumber}.{ShortYear} </a> {block:NoteCount}| <a href="{Permalink}" title="notes">{NoteCount}</a>{/block:NoteCount}</div>
  744. <div class="reblogs">{block:RebloggedFrom}
  745. <a href="{ReblogParentURL}" title="{reblogparentname}">via</a> |
  746. <a href="{ReblogRootURL}" title="{reblogrootname}">source</a> |
  747. {/block:RebloggedFrom} <a href="{ReblogURL}">+reblog</a></div>
  748. </div>
  749. <br>
  750. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"><font style="background:{color:tag background};"> #{Tag}</font></a>{/block:Tags}{/block:HasTags}</div>
  751.  
  752. </div>
  753.  
  754. {/block:Posts}
  755.  
  756. {block:PostNotes}{PostNotes}{/block:PostNotes}
  757.  
  758. </div>
  759.  
  760. {block:ContentSource}
  761. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  762. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  763. {/block:SourceLogo}
  764. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  765. {/block:ContentSource}
  766. </body>
  767.  
  768.  
  769. <div id="02" class="popup_block">
  770. <div class="pop">
  771. <li><a href="{text:url1}">{text:link1}</a></li>
  772. <li><a href="{text:url2}">{text:link2}</a></li>
  773. <li><a href="{text:url3}">{text:link3}</a></li>
  774. <li><a href="{text:url4}">{text:link4}</a></li>
  775. <li><a href="{text:url5}">{text:link5}</a></li>
  776. <li><a href="{text:url6}">{text:link6}</a></li>
  777.  
  778. </div>
  779. </div></div>
  780.  
  781.  
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement