Advertisement
Laighlin

#4: Azul

Aug 13th, 2016
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.79 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><title>{Title}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title><script type="text/javascript" src="http://static.tumblr.com/8oupd2j/BYTm7u5cn/tag_search.js"></script>
  4. <link rel="shortcut icon" href="{image:favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"><link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i" rel="stylesheet">
  6. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <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>
  7.  
  8. <script>
  9.  
  10. (function($){
  11. $(document).ready(function(){
  12. $("a[title]").style_my_tooltips({
  13. tip_follows_cursor:true,
  14. tip_delay_time:300,
  15. tip_fade_speed:300,
  16. attribute:"title"
  17. });
  18. });
  19. })(jQuery);
  20.  
  21. </script>
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <!-------------------- Azul by Laighlin ---------------------
  26.  
  27. 1. do not touch the credit. period.
  28. 2. do not redistribute or use as a base.
  29. 3. contact me with any questions or bug reports!
  30.  
  31. --------------------------------------------------------------->
  32.  
  33. <meta name="color:background color" content="#e7d990"/>
  34. <meta name="color:borders" content="#0af"/>
  35. <meta name="image:background" content="http://static.tumblr.com/b1d251975af59e3d95bd0bbbb8586be2/xwoxjom/L7hobu72j/tumblr_static_dqypdk7d5c00c48osswwkccg4.jpg"/>
  36. <meta name="image:side image" content="http://static.tumblr.com/52f38cffd59ed85ed1317b3b9aed54e4/xwoxjom/tSBobu72k/tumblr_static_96g2jlm35r0go8g4o04s8k8kk.png"/>
  37. <meta name="image:corners" content="http://static.tumblr.com/598b4b4ac4d26dc352fb7cfea0c344b1/xwoxjom/BUOobu72k/tumblr_static_ar93l3qdeawosc4kw8o0gow4o.png"/>
  38. <meta name="color:corners" content="#ddfff6"/>
  39. <meta name="image:favicon" content="http://static.tumblr.com/72376337d378bd39a04997a0f149360a/xwoxjom/SeWobu7bm/tumblr_static_drcjzf83hpw8ow4488cw40co0.png"/>
  40. <meta name="if:contained posts" content="0"/>
  41. <meta name="if:500 px" content="0"/>
  42. <meta name="if:search bar" content="1"/>
  43.  
  44. <!-- color options -->
  45. <meta name="color:title" content="#1b7faa"/>
  46. <meta name="color:desc text" content="#1b4742"/>
  47. <meta name="color:post bg" content="#fff"/>
  48. <meta name="color:post text" content="#222"/>
  49. <meta name="color:bold" content="#049281"/>
  50. <meta name="color:italic" content="#926829"/>
  51. <meta name="color:link" content="#157d9d"/>
  52. <meta name="color:link hover" content="#53899a"/>
  53. <meta name="color:entries" content="#c2ede8"/>
  54. <meta name="color:selection text" content="#fff"/>
  55. <meta name="color:selection bg" content="#4dd7be"/>
  56. <meta name="color:scroll thumb" content="#095b84"/>
  57. <meta name="color:nav bg" content="#039292"/>
  58. <meta name="color:nav text" content="#ffffff"/>
  59. <meta name="color:blockquotes" content="#509eb0"/>
  60. <meta name="color:tags" content="#078660"/>
  61. <meta name="color:tags hover" content="#d4b969"/>
  62.  
  63. <!-- text fields -->
  64. <meta name="text:title font" content="bromello"/>
  65. <meta name="text:body font" content="Exo 2"/>
  66. <meta name="text:desc font" content="consolas"/>
  67. <meta name="text:body font size" content="13px"/>
  68. <meta name="text:desc font size" content="11px"/>
  69. <meta name="text:background opacity" content=".4"/>
  70. <meta name="text:corner opacity" content=".3"/>
  71. <meta name="text:search label" content="search tags" />
  72.  
  73. <style type="text/css">
  74.  
  75. .tmblr-iframe {
  76.     opacity:.8;
  77.     z-index:9999999!important;
  78.     transition:.3s all ease;
  79. }
  80.  
  81. @font-face {
  82.     font-family:'bromello';
  83.     src:url('https://dl.dropboxusercontent.com/s/nuvy8ogi6vbhhcg/bromello.otf');
  84. }
  85.  
  86. body {
  87.     background:{color:corners} fixed;
  88.     background-size:repeat;
  89.     margin:0px;
  90.     color:{color:post text};
  91.     font-family:'{text:body font}';
  92.     font-size:{text:body font size};
  93.     line-height:130%;
  94. }
  95.  
  96. #bodybg {
  97.     background:url('{image:corners}') fixed;
  98.     height:100%;
  99.     width:100%;
  100.     position:absolute;
  101.     opacity:{text:corner opacity};
  102.     overflow:hidden;
  103. }
  104.  
  105. b, strong {
  106.     color:{color:bold};
  107. }
  108.  
  109. i, em {
  110.     color:{color:italic};
  111. }
  112.  
  113. a {
  114.     text-decoration:none;
  115.     outline:none;
  116.     -moz-outline-style:none;
  117.     color:{color:link};
  118.     transition:.3s color ease-in-out;
  119. }
  120.  
  121. a:hover {
  122.     color:{color:link hover};
  123. }
  124.  
  125. img {
  126.     border:none;
  127.     max-height:100%;
  128.     max-width:100%;
  129. }
  130.  
  131. #s-m-t-tooltip {
  132.     z-index: 100000;
  133.     max-width:250px;
  134.     margin:10px;
  135.     padding:5px;
  136.     padding-top:4px;
  137.     font-size: 12px;
  138.     border-radius: 2px;
  139.     text-decoration: none;
  140.     background:{color:link};
  141.     color:{color:post bg};
  142.     opacity:.8;
  143. }
  144.  
  145. .quote {
  146.     font-family:'{text:title font}';
  147.     font-size:160%;
  148.     line-height:180%;
  149. }
  150.  
  151. blockquote {
  152.     padding-left:7px;
  153.     margin-left:7px;
  154.     border-left:2px solid {color:blockquotes};
  155.     margin-right:0px;
  156. }
  157.    
  158. blockquote blockquote {
  159.     padding-left:7px;
  160.     margin-left:7px;
  161.     border-left:2px solid {color:blockquotes};
  162.     margin-right:0px;
  163. }
  164.  
  165. h1 {
  166.     font-size:150%px;
  167.     text-align:center;
  168. }
  169.  
  170. ::selection {
  171.   background: {color:selection bg};
  172.   color: {color:selection text};
  173. }
  174. ::-moz-selection {
  175.   background: {color:selection bg};
  176.   color: {color:selection text};
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180.     width: 10px;
  181.     height:10px;
  182. }
  183.  
  184. /* Track */
  185. ::-webkit-scrollbar-track {
  186.     background: transparent;
  187.     border-radius:5px;
  188. }
  189.  
  190. /* Handle */
  191. ::-webkit-scrollbar-thumb {
  192.     background: {color:scroll thumb};
  193.     border-radius:5px;
  194.     border:2px solid transparent;
  195.     background-clip:content-box;
  196. }
  197.  
  198. #pagination {
  199.     margin:auto;
  200.     z-index:99999;
  201.     text-align:center;
  202.     font-family:calibri;
  203. }
  204.  
  205. .pag {
  206.     width:18px;
  207.     height:17px;
  208.     padding-top:1px;
  209.     margin-left:5px;
  210.     margin-right:5px;
  211. }
  212.  
  213. .pag, .links {
  214.     display:inline-block;
  215.     background:{color:nav bg};
  216.     color:{color:nav text};
  217.     text-align:center;
  218.     border-radius:50%;
  219.     padding:5px;
  220.     transition:.3s all ease;
  221. }
  222.  
  223. .pag:hover, .links:hover {
  224.     color:{color:nav bg};
  225.     background:{color:nav text};
  226. }
  227.  
  228. #oval {
  229.     position:fixed;
  230.     border-radius:50%;
  231.     width:110%;
  232.     height:140%;
  233.     background:{color:background color};
  234.     overflow:hidden;
  235.     top:-20%;
  236.     left:-5%;
  237.     background-clip:content-box;
  238. }
  239.  
  240. #ovalbg {
  241.     position:absolute;
  242.     width:100%;
  243.     height:100%;
  244.     background:url('{image:background}') fixed;
  245.     opacity:{text:background opacity};
  246. }
  247.  
  248. #entries {
  249.     padding:20px;
  250.     {block:if500px}
  251.     width:540px;
  252.     {/block:if500px}
  253.     {block:ifNot500px}
  254.     width:440px;
  255.     {/block:ifNot500px}
  256.     margin:auto;
  257.     position:relative;
  258.     height:66%;
  259.     top:15%;
  260.     overflow-y:auto;
  261.     {block:ifContainedPosts}
  262.     height:55%;
  263.     top:49%;
  264.     transform: translateY(-48%);
  265.     border-radius:7px;
  266.     background:{color:entries};
  267.     background-clip:padding-box;
  268.     {/block:ifContainedPosts}
  269.     z-index:999;
  270. }
  271.  
  272. #posts {
  273.     {block:if500px}
  274.     width:500px;
  275.     {/block:if500px}
  276.     {block:ifNot500px}
  277.     width:400px;
  278.     {/block:ifNot500px}
  279.     margin:20px auto;
  280.     padding:15px;
  281.     background:{color:post bg};
  282.     border-radius:2px;
  283.     z-index:999;
  284. }
  285.  
  286. #info {
  287.     text-align:center;
  288.     font-family:consolas;
  289.     line-height:13px;
  290.     font-size:12px;
  291.     margin:auto;
  292.     margin-bottom:30px;
  293.     margin-top:10px;
  294.     {block:if500px}
  295.     width:500px;
  296.     {/block:if500px}
  297.     {block:ifNot500px}
  298.     width:400px;
  299.     {/block:ifNot500px}
  300.     padding:10px 15px;
  301.     background:{color:post bg};
  302.     border-radius:2px;
  303. }
  304.  
  305. .tags {
  306.     display:inline;
  307.     color:{color:tags};
  308.     padding:0px 0px 3px 3px;
  309. }
  310.  
  311. .tags a {
  312.     color:{color:tags};
  313. }
  314.  
  315. .tags a:hover {
  316.     color:{color:tags hover};
  317. }
  318.  
  319. .line {
  320.     width:100%;
  321.     height:1px;
  322.     border-top:1px dotted {color:borders};
  323.     padding-top:3px;
  324.     padding-bottom:3px;
  325. }
  326.  
  327. .aligner {
  328.     position:fixed;
  329.     width:300px;
  330.     z-index:99999;
  331. }
  332.  
  333. #title {
  334.     padding-top:10px;
  335.     position:relative;
  336.     padding:10px;
  337.     font-size:190%;
  338.     color:{color:title};
  339.     font-family:'{text:title font}';
  340.     z-index:99999;
  341.     margin-top:23px;
  342.     margin-left:20px;
  343.     width:250px;
  344.     line-height:180%;
  345. }
  346.  
  347. #title, #descb {
  348.     border-bottom:3px solid {color:borders};
  349.     border-left:3px solid {color:borders};
  350.     position:relative;
  351. }
  352.  
  353. #titleb, #desc {
  354.     border-top:3px solid {color:borders};
  355.     border-right:3px solid {color:borders};
  356.     position:relative;
  357. }
  358.  
  359. #description i, #description b, #description em, #description strong, #description a {
  360.     text-shadow:1px 1px #000;
  361. }
  362.  
  363. #titleb {
  364.     height:20px;
  365.     width:20px;
  366.     margin-right:30px;
  367.     margin-top:-3px;
  368. }
  369.  
  370. #descb {
  371.     width:20px;
  372.     height:20px;
  373.     left:286px;
  374.     bottom:190px;
  375.     position:fixed;
  376. }
  377.  
  378. #desc {
  379.     position:fixed;
  380.     left:26px;
  381.     bottom:150px;
  382.     width:260px;
  383.     height:40px;
  384. }
  385.  
  386. #description {
  387.     padding:10px;
  388.     height:150px;
  389.     overflow-y:auto;
  390.     line-height:130%;
  391.     position:absolute;
  392.     bottom:20px;
  393.     width:240px;
  394.     left:2px;
  395.     font-family:'{text:desc font}';
  396.     color:{color:desc text};
  397.     font-size:{text:desc font size};
  398. }
  399.  
  400. #note {
  401.     overflow-x:hidden;
  402.     text-align:left;
  403.     padding-top:10px;
  404.     width:380px;
  405.     margin:auto;
  406. }
  407.  
  408. #note ol.notes {
  409.     list-style-type:none;
  410.     margin:5px;
  411.     padding:5px;
  412. }
  413.  
  414. #note ol.notes img.avatar {
  415.     margin-right: 5px;
  416.     margin-bottom:-3px;
  417.     width: 16px;
  418.     height: 16px;
  419.     border-radius:50%;
  420. }
  421.  
  422. #note ol.notes li {
  423.     padding:3px;
  424. }
  425.  
  426. #notecount {
  427.     right:35px;
  428. }
  429.  
  430. #lrb {
  431.     text-align:right;
  432.     float:right;
  433.     bottom:0px;
  434.     opacity:.7;
  435.     display:block;
  436.     margin:5px;
  437.     position:relative;
  438.     width:15px;
  439. }
  440.  
  441. #asker {
  442.     float:left;
  443.     margin-right:5px;
  444. }
  445.  
  446. .aud {
  447.     height:30px;
  448.     width:23px;
  449.     overflow:hidden;
  450.     position:relative;
  451.     margin: 14px 24px 13px 14px;
  452. }
  453.  
  454. .audholder {
  455.     position:absolute;
  456.     z-index:1000;
  457.     background:#f3f3f3;
  458.     margin-top:11px;
  459.     margin-left:11px;
  460.     opacity:.5;
  461.     border-radius:50%;
  462. }
  463.  
  464. #song {
  465.     height:51px;
  466.     padding:15px;
  467. }
  468.  
  469. #cover {
  470.     margin-right:5px;
  471.     border-radius:3px;
  472.     width:81px;
  473.     height:81px;
  474.     float:left;
  475.     background-size:cover;
  476.     z-index:1;
  477. }
  478.  
  479. #linkcont {
  480.     margin:auto;
  481.     width:255px;
  482.     text-align:center;
  483.     margin-left:-2px;
  484. }
  485.  
  486. #elcont {
  487.     position:absolute;
  488.     bottom:270px;
  489.     margin-left:-2px;
  490.     width:255px;
  491.     padding:10px 0px;
  492.     max-height:400px;
  493.     overflow-y:auto;
  494.     transition:.3s all ease;
  495. }
  496.  
  497. .elinx, .search {
  498.     border-radius:5px;
  499.     font-size:{text:desc font size};
  500.     background:{color:nav bg};
  501.     color:{color:nav text};
  502.     padding:5px;
  503.     text-align:center;
  504.     font-family:'{text:desc font}';
  505.     transition:.3s all ease;
  506.     float:bottom;
  507.     margin-top:10px;
  508. }
  509.  
  510. .elinx:hover {
  511.     color:{color:nav bg};
  512.     background:{color:nav text};
  513. }
  514.  
  515. .search input {
  516.     width:211px;
  517.     outline:none;
  518.     border-radius:2px;
  519.     border:none;
  520.     padding:2px 4px;
  521.     background:{color:nav text};
  522.     color:{color:nav bg};
  523.     font-family:'{text:desc font}';
  524. }
  525.  
  526. .search i {
  527.     color:{color:nav text};
  528.     font-size:16px;
  529.     padding:0px 2px;
  530. }
  531.  
  532. .links {
  533.     height:21px;
  534.     width:25px;
  535.     padding:5px;
  536.     padding-top:9px;
  537.     margin:2px;
  538. }
  539.  
  540. .links i {
  541.     color:{color:nav text};
  542.     font-size:19px;
  543. }
  544.  
  545. .links:hover i {
  546.     color:{color:nav bg};
  547. }
  548.  
  549. #ml {
  550.     display:inline-block;
  551. }
  552.  
  553. .cur {
  554.     height:19px;
  555.     width:20px;
  556.     border-radius:50%;
  557.     padding-top:1px;
  558.     background:{color:post bg};
  559.     color:{color:post text};
  560.     margin-left:5px;
  561.     margin-right:5px;
  562.     display:inline-block;
  563. }
  564.  
  565. {CustomCSS}</style></head><body>
  566. <div id="bodybg"></div>
  567.  
  568. <div class="aligner" style="left:30px;height:260px;bottom:0">
  569.     <div id="elcont">
  570.     {block:Pages}<a href="{URL}"><div class="elinx">{Label}</div></a>{/block:Pages}
  571.     {block:ifSearchBar}
  572.     <form class="search" style="outline:none" onsubmit="return tagSearch(this)"><i class="fa fa-search" aria-hidden="true"></i>
  573.     <input type="text" name="tag" value="{text:Search Label}"
  574.   onfocus="if (this.value == '{text:Search Label}') {this.value=''}"
  575.   onblur="if (this.value == '') {this.value='{text:Search Label}'}" />
  576. </form>{/block:ifSearchBar}
  577.     </div>
  578.     <div id="descb"></div><div id="desc"></div><div id="description">{Description}</div>
  579.     <div id="linkcont">
  580.     <a href="/" title="index" class="links"><i class="fa fa-home fa-2x" aria-hidden="true"></i></a>
  581.     {block:AskEnabled}<a href="/ask" title="ask" class="links"><i class="fa fa-pencil" aria-hidden="true"></i></a>{/block:AskEnabled}
  582.     {block:SubmissionsEnabled}<a href="/submit" title="submit" class="links"><i class="fa fa-paper-plane" aria-hidden="true"></i></a>{/block:SubmissionsEnabled}
  583.     <a href="/archive" title="archive" class="links"><i class="fa fa-files-o" aria-hidden="true"></i></a>
  584.     <a href="http://linthm.tumblr.com/thm" title="Azul by Laighlin" class="links"><i class="fa fa-code" aria-hidden="true"></i></a>
  585.     </div>
  586. </div>
  587.  
  588. <div class="aligner" style="right:30px;height:40%;width:300px">
  589. <div id="title" style="font-size:45px">{Title}</div>
  590. <div id="titleb"></div>
  591.  
  592. {block:Pagination}
  593. <div id="pagination">
  594.     {block:PreviousPage}
  595.     <a href="{PreviousPage}">
  596.         <div class="pag"></div>
  597.     </a>
  598.     {/block:PreviousPage}
  599.     {block:JumpPagination length="5"}
  600. {block:CurrentPage}<div class="cur">{PageNumber}</div>{/block:CurrentPage}
  601. {block:JumpPage}<a href="{URL}"><div class="pag">{PageNumber}</div></a>{/block:JumpPage}{/block:JumpPagination}
  602.     {block:NextPage}
  603.         <a href="{NextPage}">
  604.             <div class="pag"></div>
  605.         </a>
  606.     {/block:NextPage}
  607. </div>
  608. {/block:Pagination}
  609. </div>
  610. </div>
  611.  
  612.  
  613. <div id="oval"><div id="ovalbg"></div>{block:ifNotContainedPosts}
  614. <div class="chain"></div>
  615. {/block:ifNotContainedPosts}
  616.  
  617.  
  618. <div id="entries">
  619.  
  620.  
  621. {block:SearchPage}
  622. <div id="posts">
  623. Found {SearchResultCount} posts(s) matching <em>"{SearchQuery}"</em>
  624. {block:NoSearchResults}
  625.         <p>Sad. Maybe this blog has search indexing turned off.
  626. {/block:NoSearchResults}</div>{/block:SearchPage}
  627.  
  628. {block:Posts}
  629.  
  630. <!--{block:ifBlackOrWhiteControls}
  631.    <div id="lrb">{LikeButton color="white" size="17"}{ReblogButton color="white" size="17"}</div>
  632.    {/block:ifBlackOrWhiteControls}
  633.    {block:ifNotBlackOrWhiteControls}
  634.    <div id="lrb">{LikeButton color="black" size="17"}</div><div id="lrb">{ReblogButton color="black" size="17"}</div>
  635.    {/block:ifNotBlackOrWhiteControls}-->
  636.    
  637. <div id="posts">
  638.  
  639. {block:Text}{block:Title}<div class="quote" style="text-align:center">{Title}</div>{/block:Title}{Body}{/block:Text}
  640.  
  641. {block:Photo}
  642. {LinkOpenTag}
  643. {block:if500px}
  644.     <img src="{PhotoURL-500}">
  645.     {/block:if500px}
  646.     {block:ifNot500px}
  647.    <img src="{PhotoURL-400}">
  648. {/block:ifNot500px}
  649. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653. {block:if500px}
  654. {Photoset-500}
  655. {/block:if500px}
  656.     {block:ifNot500px}
  657.    {Photoset-400}
  658. {/block:ifNot500px}
  659. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  660.  
  661. {block:Quote}<div class="quote">"{Quote}"</div><p align="right">{block:Source} - {Source}{/block:Source}</p>{/block:Quote}
  662.  
  663. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  664.  
  665. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<p>{/block:Lines}{/block:Chat}
  666.  
  667. {block:Audio}
  668.                                
  669.                <div id="cover">
  670.        {block:AlbumArt}
  671. <img src="{AlbumArtURL}">
  672. {/block:AlbumArt}                                    
  673.      </div>
  674.                                
  675.                                 <div class="audholder"><div class="aud">{AudioPlayerBlack}</div></div>
  676.                                 <div id="song">{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  677.                                 {block:TrackName}<b>Title:</b> {TrackName}<p>{/block:TrackName}</div>
  678.                                 {block:Caption}<p>{Caption}{/block:Caption}
  679.                         {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:if500px}
  683. {Video-500}
  684. {/block:if500px}
  685.     {block:ifNot500px}
  686.    {Video-400}
  687. {/block:ifNot500px}
  688. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  689.  
  690. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} whispered:<br><em>{Question}</em><br>{Answer}{/block:Answer}
  691.  
  692. <div class="tags">{block:HasTags}<i class="fa fa-tags" aria-hidden="true"></i> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  693.  
  694. {/block:Date}
  695. </div>
  696.  
  697. {block:Date}
  698. <div id="info"><span style="float:left"><a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a>  
  699.  
  700. {block:RebloggedFrom}<strong></strong><a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> <strong></strong><a href="{ReblogRootURL}" title="{ReblogRootName}"> source </a>{/block:RebloggedFrom} </span>
  701.     <div id="notecount" style="position:absolute;text-align:right"><a href="{Permalink}" title="{NoteCountWithLabel}"> ♥ {NoteCount}</a></div>
  702. </p>
  703.    
  704. {/block:Date}
  705.     {block:PostNotes} <p><div id="note">{PostNotes}</div>{/block:PostNotes}
  706. </div>
  707. {/block:Posts}</div></div>
  708.  
  709. <img style="right:0px; bottom:0px; position:absolute; max-width:25%;" src="{image:side image}">
  710.  
  711. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement