azurethemes

042 //Bullet//

Aug 10th, 2015
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.97 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. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  3. <script>
  4. $(function () {
  5. $('.click-nav > ul').toggleClass('no-js js');
  6. $('.click-nav .js ul').hide();
  7. $('.click-nav .js').click(function(e) {
  8. $('.click-nav .js ul').slideToggle(200);
  9. $('.clicker').toggleClass('active');
  10. e.stopPropagation();
  11. });
  12. $(document).click(function() {
  13. if ($('.click-nav .js ul').is(':visible')) {
  14. $('.click-nav .js ul', this).slideUp();
  15. $('.clicker').removeClass('active');
  16. }
  17. });
  18. });
  19. </script>
  20. <script type="text/javascript">
  21. WebFontConfig = {
  22. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  23. };
  24. (function() {
  25. var wf = document.createElement('script');
  26. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  27. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  28. wf.type = 'text/javascript';
  29. wf.async = 'true';
  30. var s = document.getElementsByTagName('script')[0];
  31. s.parentNode.insertBefore(wf, s);
  32. })(); </script>
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("a[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:90,
  42. tip_fade_speed:600,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <head>
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56. <!----
  57.  
  58.  
  59.  
  60. — Theme made by azureofrp —
  61. — Theme number 42 //Bullet// —
  62. — Do not steal anything :) —
  63. — Do not take parts of my coding and use them for your themes —
  64. — To request a custom theme, visit my custom theme request page —
  65. — Please respect my effort and the time I put into my themes —
  66.  
  67.  
  68.  
  69.  
  70.  
  71. --->
  72.  
  73.  
  74.  
  75. <meta name="color:blockquote border" content="#ffffff">
  76. <meta name="color:border" content="#000000">
  77. <meta name="color:text" content="#000000"/>
  78. <meta name="color:post text" content="#b6b6b6"/>
  79. <meta name="color:title text" content="#ffffff"/>
  80. <meta name="color:italic text" content="#000000">
  81. <meta name="color:bold text" content="#000000">
  82. <meta name="color:hover" content="#c1b8b8">
  83. <meta name="color:links" content="#ffffff"/>
  84. <meta name="color:accent" content="#ffffff"/>
  85. <meta name="color:scrollbar" content="#473f3f">
  86. <meta name="color:credit" content="#616b6b">
  87. <meta name="color:text shadow" content="#ffffff">
  88. <meta name="color:shadow" content="#ffffff">
  89. <meta name="color:background" content="#c3cccc"/>
  90. <meta name="color:blockquote background" content="#c3cccc">
  91.  
  92. <meta name="color:description background" content="#c1b6b6"/>
  93. <meta name="color:post background" content="#000000">
  94. <meta name="color:links background" content="#a1adad">
  95. <meta name="color:drop down background" content="#a1adad">
  96. <meta name="color:sidebar background" content="#adb3b3">
  97. <meta name="color:question background" content="#adb3b3">
  98. <meta name="color:scrollbar background" content="#616b6b">
  99.  
  100. <meta name="image:background" content=""/>
  101. <meta name="image:png" content=""/>
  102. <meta name="image:sidebar" content=""/>
  103.  
  104. <meta name="text:title" content="">
  105. <meta name="text:music box code" content="">
  106.  
  107.  
  108. <meta name="text:link 1" content="Link 1">
  109. <meta name="text:link 2" content="Link 2">
  110. <meta name="text:link 3" content="Link 3">
  111. <meta name="text:link 4" content="Link 4">
  112. <meta name="text:link 5" content="Link 5">
  113.  
  114.  
  115.  
  116.  
  117. <meta name="text:link 1 url" content="/">
  118. <meta name="text:link 2 url" content="/">
  119. <meta name="text:link 3 url" content="/">
  120. <meta name="text:link 5 url" content="/">
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125. ::-webkit-scrollbar-thumb {
  126. height:auto;
  127. background-color:{color:scrollbar};
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. height:9px;
  132. width:2px;
  133. background-color:{color:scrollbar background};
  134. }
  135. #s-m-t-tooltip {
  136. max-width:300px;
  137. margin:10px 0px 0px 10px;
  138. padding:5px;
  139. font-weight:bold;
  140. background-color:{color:post background};
  141. border-bottom:1px solid #ddd;
  142. font-family: 'Roboto', sans-serif;
  143. font-size:8px;
  144. text-transform:uppercase;
  145. letter-spacing:1px;
  146. color:{color:text};
  147. z-index:999999999999999999999999999999999999;
  148. }
  149.  
  150.  
  151.  
  152. body {
  153. background-color:{color:background};
  154. background-image:url('{image:background}');
  155. background-attachment: fixed;
  156. background-repeat: repeat;
  157. font-weight:none;
  158. font-family: 'Roboto', sans-serif;
  159. font-size:9px;
  160. text-align:justify;
  161. color:{color:text};
  162. margin:0;
  163.  
  164.  
  165. }
  166.  
  167. a {
  168. text-decoration:none;
  169. color:{color:links};
  170. transition-duration: 0.2s;
  171. -moz-transition-duration: 0.2s;
  172. -webkit-transition-duration: 0.3s;
  173. -o-transition-duration: 0.3s;
  174.  
  175. }
  176.  
  177. a:hover {
  178. text-decoration:none;
  179. color:{color:hover};
  180. transition-duration: 0.2s;
  181. -moz-transition-duration: 0.2s;
  182. -webkit-transition-duration: 0.3s;
  183. -o-transition-duration: 0.3s;
  184.  
  185. }
  186.  
  187. img {
  188. border:none;
  189.  
  190.  
  191.  
  192. }
  193.  
  194. blockquote {
  195. font-size:9px;
  196. max-width:545px;
  197. border-left:1px solid{color:blockquote border};
  198. background-color:{color:blockquote background};
  199. text-align:left;
  200. padding:5px;
  201. font-weight:none;
  202. margin-left:5px;
  203. margin-right:5px;
  204. padding-left:5px;
  205. color:{color:text};
  206.  
  207. }
  208.  
  209. pre{
  210. font-size:9px;
  211. text-align:center;
  212. text-transform:none;
  213. font-family: 'Bitter', serif;
  214. font-weight:bold;
  215. line-height:9px;
  216. border-left:1px solid {color:blockquote border};
  217. border-bottom:1px solid {color:blockquote border};
  218. letter-spacing:2px;
  219. background-color:{color:blockquote background};
  220. color:{color:text};
  221. padding:6px;
  222. }
  223.  
  224. small{
  225. font-size:9px;
  226. }
  227.  
  228. big{
  229. font-size:9px;
  230. }
  231.  
  232. sub{
  233. font-size:9px;
  234. }
  235.  
  236.  
  237. h1 {
  238. font-size:17px;
  239. text-align:center;
  240. font-family: 'Roboto', sans-serif;
  241. letter-spacing:1px;
  242. text-transform:uppercase;
  243. border-bottom:1px solid #ddd;
  244. color:{color:title text};
  245. padding:6px;
  246.  
  247.  
  248. }
  249.  
  250. h1 a{
  251. color:{color:title text};
  252. }
  253.  
  254.  
  255. h2{
  256. color:{color:text};
  257. text-transform:uppercase;
  258. text-decoration:underline;
  259. text-shadow: 1px 1px 0px #ddd;
  260. text-align:left;
  261.  
  262. }
  263.  
  264.  
  265.  
  266.  
  267. b {
  268. font-weight:bold;
  269. background:{color:accent};
  270. padding:2px;
  271. text-shadow: 1px 1px 3px {color:text shadow};
  272. color:{color:bold text};
  273.  
  274.  
  275. }
  276.  
  277. i {
  278. font-weight:italic;
  279. color:{color:italic text};
  280.  
  281.  
  282. }
  283.  
  284. u {
  285. text-decoration:none;
  286. border-bottom:1px solid {color:border};
  287.  
  288.  
  289. }
  290.  
  291.  
  292.  
  293. #description {
  294. overflow:auto;
  295. position:fixed;
  296. text-align:center;
  297. margin-top:227px;
  298. margin-left:220px;
  299. text-transform:none;
  300. font-style:normal;
  301. font-family:arial;
  302. width:230px;
  303. height:120px;
  304. opacity:1;
  305. line-height:10px;
  306. font-weight:none;
  307. color:{color:text};
  308. padding:10px;
  309. letter-spacing:0px;
  310. padding-top:15px;
  311. font-size:8px;
  312. z-index:99;
  313. transition-duration: 0.9s;
  314. -moz-transition-duration:0.9s;
  315. -webkit-transition-duration:0.9s;
  316. -o-transition-duration:0.9s;
  317.  
  318.  
  319. }
  320.  
  321. #musicbox {
  322. overflow:auto;
  323. position:fixed;
  324. text-align:center;
  325. margin-top:380px;
  326. margin-left:220px;
  327. text-transform:none;
  328. font-style:normal;
  329. font-family:arial;
  330. width:230px;
  331. height:15px;
  332. opacity:1;
  333. line-height:10px;
  334. font-weight:none;
  335. color:{color:text};
  336. padding:10px;
  337. letter-spacing:0px;
  338. padding-top:8px;
  339. font-size:8px;
  340. z-index:99;
  341. transition-duration: 0.9s;
  342. -moz-transition-duration:0.9s;
  343. -webkit-transition-duration:0.9s;
  344. -o-transition-duration:0.9s;
  345.  
  346.  
  347. }
  348.  
  349.  
  350.  
  351. #pagination {
  352. height:auto;
  353. position:fixed;
  354. padding:2px;;
  355. line-height:25px;
  356. margin-top:8px;
  357. width:250px;
  358. font-weight:bold;
  359. color:{color:text};
  360. margin-left:160px;
  361. font-size:11px;
  362. font-family: 'Roboto', sans-serif;
  363. text-align:center;
  364. float:center;
  365. font-style:italic;
  366. text-transform:uppercase;
  367. overflow:hidden;
  368. letter-spacing:1px;
  369. z-index:999999;
  370. opacity:1;
  371. transition-duration: 0.9s;
  372. -moz-transition-duration:0.9s;
  373. -webkit-transition-duration:0.9s;
  374. -o-transition-duration:0.9s;
  375.  
  376.  
  377.  
  378.  
  379.  
  380. }
  381.  
  382. #pagination:hover{
  383. color:{color:hover};
  384. transition-duration: 0.9s;
  385. -moz-transition-duration:0.9s;
  386. -webkit-transition-duration:0.9s;
  387. -o-transition-duration:0.9s;
  388.  
  389.  
  390.  
  391.  
  392. }
  393.  
  394. #png{
  395. position:fixed;
  396. opacity:1;
  397. background-image:url('{image:png}');
  398. width:290px;
  399. height:405px;
  400. margin-top:198px;
  401. background:none;
  402. margin-left:0px;
  403. z-index:-999;
  404.  
  405. }
  406.  
  407. #png img{
  408. width:290px;
  409. height:405px;
  410. background-image:url('{image:png}');
  411. }
  412.  
  413. #sidebar1{
  414. position:fixed;
  415. opacity:1;
  416. background-image:url('{image:sidebar}');
  417. width:250px;
  418. height:150px;
  419. background:{color:post background};
  420. margin-top:50px;
  421. margin-left:220px;
  422. z-index:99;
  423.  
  424. }
  425.  
  426. #sidebar1 img{
  427. background-image:url('{image:sidebar}');
  428. width:250px;
  429. height:150px;
  430.  
  431.  
  432. }
  433.  
  434. #bbackground3{
  435. position:fixed;
  436. opacity:1;
  437. width:288px;
  438. height:395px;
  439. box-shadow:5px 5px 8px #99a8d7;
  440. background-color: rgba(255,255,255, 0.3);
  441. margin-top:30px;
  442. margin-left:200px;
  443. z-index:9;
  444.  
  445. }
  446.  
  447. #entries {
  448. overflow-y:auto;
  449. margin-left:627px;
  450. letter-spacing:0px;
  451. margin-top:80px;
  452.  
  453.  
  454. }
  455. #post {
  456. font-size:10px;
  457. width:400px;
  458. color:{color:post text};
  459. background-color: rgba(255,255,255, 0.3);
  460. box-shadow:5px 5px 8px #99a8d7;
  461. text-align:justify;
  462. padding:20px;
  463. overflow:hidden;
  464. line-height:20px;
  465. margin-bottom:50px;
  466. }
  467.  
  468. #post img{
  469. max-width:400px;
  470. height:auto;
  471. }
  472.  
  473.  
  474.  
  475. #info {
  476. width:512px;
  477. text-align:legt;
  478. font-family: 'Roboto', sans-serif;
  479. text-transform:none;
  480. margin-left:-13px;
  481. font-weight:none;
  482. font-size:9px;
  483. margin-top:20px;
  484. letter-spacing:0px;
  485. overflow:hidden;
  486. margin-bottom:-19px;
  487. font-style:none;
  488. padding:10px;
  489. line-height:10px;
  490. color:{color:text};
  491. }
  492.  
  493. #info a {
  494. text-align:left;
  495. font-family: 'Roboto', sans-serif;
  496. line-height:2px;
  497. color:{color:text};
  498. }
  499.  
  500. #info a:hover{
  501. color:{color:hover};
  502. }
  503.  
  504.  
  505. .right{
  506. float:left;
  507.  
  508. }
  509.  
  510.  
  511.  
  512. #tags {
  513. text-align:left;
  514. opacity:1;
  515. font-size:8px;
  516. font-family: 'Roboto', sans-serif;
  517. margin-top:1px;
  518. margin-left:-5px;
  519. padding:-5px;
  520. font-weight:none;
  521. margin-bottom:0px;
  522. height:15px;
  523. width:530px;
  524. padding-top:0px;
  525. background-color:{color:post background};
  526. text-transform:uppercase;
  527. transition-duration: 0.5s;
  528. -moz-transition-duration: 0.5s;
  529. -webkit-transition-duration: 0.5s;
  530. -o-transition-duration: 0.5s;
  531. }
  532.  
  533.  
  534.  
  535. #tags a {
  536. padding:0px;
  537. margin-top:1px;
  538. color:{color:text};
  539. line-height:6px;
  540. letter-spacing:0.5px;
  541. font-weight:none;
  542. font-size:8px;
  543. font-family: 'Roboto', sans-serif;
  544. text-decoration:underline;
  545. display:inline-block;
  546. }
  547.  
  548. #tags a:hover {
  549. -moz-transition-duration:0.3s;
  550. -webkit-transition-duration:0.3s;
  551. -o-transition-duration:0.3s;
  552. color:{color:hover};
  553. }
  554.  
  555. #permalink{
  556. margin-bottom:15px;
  557. text-align:left;
  558. font-size:9px;
  559. font-weight:300;
  560. text-transform:uppercase;
  561. width:590px;
  562. letter-spacing:0px;
  563. line-height:250%;
  564. color:{color:text};
  565. }
  566.  
  567. #permalink a{
  568. color:{color:text};
  569. font-weight:normal;
  570. }
  571.  
  572.  
  573. #asking {
  574. margin-left:15px;
  575. margin-top:10px;
  576.  
  577. }
  578.  
  579. #question {
  580. padding:12px;
  581. padding-left:70px;
  582. color:{color:text};
  583. background-color:{color:question background};
  584. }
  585.  
  586. #asker{
  587. margin-top:-35px;
  588. margin-left:70px;
  589. font-family: 'Roboto', sans-serif;
  590. text-transform:lowercase;
  591.  
  592. }
  593.  
  594. #c{
  595. position:fixed;
  596. font-size:10px;
  597. font-weight:bold;
  598. padding-bottom:5px;
  599. padding-top:5px;
  600. height:20px;
  601. width:20px;
  602. opacity:1;
  603. padding-left:5px;
  604. padding-right:5px;
  605. margin-left:1325px;
  606. top:645px;
  607. letter-spacing:0px;
  608. line-height:22px;
  609. border:1px solid {color:border};
  610. text-align:center;
  611. float:left;
  612. border-radius:100px;
  613. font-family: 'Roboto', sans-serif;
  614. color:{color:text};
  615. text-transform:uppercase;
  616. background-color: rgba(255,255,255, 0.3);
  617. transition-duration: 0.8s;
  618.  
  619.  
  620. }
  621.  
  622.  
  623. lol {
  624. font-size:11px;
  625. text-align:center;
  626. width:210px;
  627. height:5px;
  628. font-family: 'Calibri';
  629. text-shadow: 1px 1px 3px {color:text shadow};
  630. letter-spacing:1px;
  631. background-color:{color:blockquote background};
  632. color:{color:text};
  633. padding:5px;
  634.  
  635.  
  636. }
  637.  
  638. .click-nav {
  639. top:271px;
  640. margin-left:180px;
  641. width:250px;
  642. text-align:center;
  643. position:fixed;
  644. height:20px;
  645. z-index:999;
  646.  
  647. }
  648. .click-nav ul {
  649. position:fixed;
  650. font-weight:900;
  651.  
  652. }
  653. .click-nav ul li {
  654. position:relative;
  655. list-style:none;
  656. cursor:pointer;
  657.  
  658. }
  659. .click-nav ul li ul {
  660. position:absolute;
  661. left:-10;
  662. right:0;
  663.  
  664. }
  665. .click-nav ul .clicker {
  666. position:relative;
  667. background:{color:drop down background};
  668. color:{color:text};
  669. text-transform:uppercase;
  670. letter-spacing:1px;
  671. font-size:9px;
  672. text-align:center;
  673.  
  674. }
  675. .click-nav ul .clicker:hover,.click-nav ul .active
  676. {
  677. background:{color:hover};
  678.  
  679. }
  680.  
  681. .click-nav ul li a {
  682. transition:background-color 0.2s ease-in-out;
  683. -webkit-transition:background-color
  684. 0.2s ease-in-out;
  685. -moz-transition:background-color 0.2s ease-in-out;
  686. display:block;
  687. text-align:center;
  688. padding:8px;
  689. letter-spacing:1px;
  690. font-size:8px;
  691. width:234px;
  692. text-transform:uppercase;
  693. background:{color:links background};
  694. color:{color:text};
  695. text-decoration:none;
  696. z-index:999;
  697.  
  698. }
  699. .click-nav ul li a:hover {
  700. background:{color:hover};
  701.  
  702. }
  703.  
  704. /* Fallbacks */
  705. .click-nav .no-js ul {display:none;}
  706. .click-nav .no-js:hover ul {display:block;}
  707.  
  708.  
  709. {CustomCSS}</style>
  710.  
  711.  
  712.  
  713. </head>
  714. <body>
  715.  
  716.  
  717. <div id="sidebar">
  718. <div id="description">{description}</div>
  719. <div id="bbackground3"></div>
  720. <div id="sidebar1"><a href="/"><img src="{image:sidebar}"></a></div>
  721. <div id="png"><img src="{image:png}"></a></div>
  722. <div id="musicbox">{text:music box code}</div>
  723.  
  724.  
  725. </div>
  726.  
  727. </div>
  728.  
  729. </div>
  730.  
  731.  
  732. </div>
  733. <div class="click-nav">
  734. <ul class="no-js">
  735. <li>
  736. <a href="#" class="clicker">Click for links</a>
  737. <ul>
  738. <a href="/"title= "Refresh">home</a></li>
  739. <li><a href="/ask"title= "Askbox">message</a></li>
  740. <li><a href="{text:link 1 url}"title= "link hover">{text:link 1}</a></li>
  741. <li><a href="{text:link 2 url}"title= "link hover">{text:link 2}</a></li>
  742. <li><a href="{text:link 3 url}"title= "link hover">{text:link 3}</a></li>
  743. <li><a href="{text:link 4 url}"title= "link hover">{text:link 4}</a></li>
  744. <li><a href="{text:link 5 url}"title= "link hover">{text:link 5}</a></li>
  745. </ul>
  746. </li>
  747. </ul>
  748. </div>
  749.  
  750.  
  751. <div id="title">
  752. <div id="pagination">
  753. {block:Pagination}
  754. {block:PreviousPage}
  755. <a href="{PreviousPage}">previous</a> -
  756. {/block:PreviousPage}
  757. {text:title} -
  758. {block:NextPage}
  759. <a href="{NextPage}">next</a>
  760. {/block:NextPage}
  761. {/block:Pagination}</div>
  762. </div></div>
  763.  
  764.  
  765. <div id="entries">
  766. {block:Posts}
  767. <div id="post"
  768.  
  769.  
  770.  
  771. <div id="post">
  772.  
  773. {block:Date}
  774. <div id="permalink">
  775. {block:NotReblog}<a href="{URL}" target="_blank" title="{Name}"></a>{/block:NotReblog}
  776. <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}
  777. </div>
  778. {/block:Date}
  779.  
  780.  
  781. <!--TEXT POSTS-->
  782.  
  783. {block:Text}
  784. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  785. {Body}
  786. {/block:Text}
  787.  
  788.  
  789.  
  790. {block:Answer}
  791. <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
  792. <div id="asker">{Asker} sent:</div>
  793. <div id="question">{Question}</div>
  794. {Answer}{/block:Answer}
  795.  
  796.  
  797. {block:Quote}
  798.  
  799. {block:Quote}
  800. <h2>{Quote}</h2>
  801. <div align="right">
  802. {block:Source}<h1>-{Source}</h1>{/block:Source}
  803. </div>
  804. {/block:Quote}
  805.  
  806.  
  807. {block:Link}
  808. <h2><center><a href="{URL}">{Name}</center></a></h2>
  809. {block:Description}{Description}{/block:Description}
  810. {/block:Link}
  811.  
  812.  
  813.  
  814. {block:Chat}
  815. {block:Title}<h2>{Title}</h2>{/block:Title}
  816. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  817. {Line}</li>{/block:Lines}</ul>
  818. {/block:Chat}
  819.  
  820.  
  821.  
  822. {block:Photo}
  823. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  824.  
  825. {block:Caption}{Caption}{/block:Caption}
  826. {/block:Photo}
  827.  
  828.  
  829.  
  830. {block:Photoset}
  831. {Photoset-400}
  832. {block:Caption}{Caption}{/block:Caption}
  833. {/block:Photoset}
  834.  
  835.  
  836.  
  837. {block:Video}
  838. {Video-400}
  839. {block:Caption}{Caption}{/block:Caption}
  840. {/block:Video}
  841.  
  842.  
  843.  
  844.  
  845. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  846. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  847. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  848. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  849. {/block:Audio}
  850.  
  851.  
  852. <div id="info">
  853. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  854. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  855. </div></div>
  856.  
  857. {/block:Posts}{/block:Posts}</div></div></div>
  858. </div>
  859.  
  860.  
  861. <div id="c">
  862. <a href="http://adf.ly/1IcHXD">©AZ</a>
  863.  
  864. </div>
  865.  
  866.  
  867. </html>
Advertisement
Add Comment
Please, Sign In to add comment