Advertisement
Laighlin

#25: Chillstepper

Jul 25th, 2018
2,402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.43 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. [Theme 25] Chillstepper by @Laighlin
  5.  
  6.    1. Leave the credit intact, don't move it to a different page or obscure it with anything. Be nice thanks xoxo
  7.    2. Don't redistribute the theme/claim as your own/lift large chunks of code to use in your own themes
  8.    3. Check my FAQ if you can't get the unlimited custom links to work!
  9.  
  10.  
  11. -->
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <meta name="image:Favicon" content=""/>
  17. <meta name="image:Background" content=""/>
  18.  
  19. <meta name="select:Background size" content="repeat" title ="Tiled"/>
  20. <meta name="select:Background size" content="no-repeat;background-size:cover" title="Cover"/>
  21.  
  22. <meta name="if:Custom favicon" content="0"/>
  23. <meta name="if:400px posts" content="1"/>
  24. <meta name="if:Gradient background" content="0"/>
  25. <meta name="if:Background image" content="1"/>
  26. <meta name="if:Show title" content="1"/>
  27. <meta name="if:Show description" content="1"/>
  28. <meta name="if:Show captions" content="1"/>
  29. <meta name="if:Show tags" content="1"/>
  30.  
  31. <meta name="color:Gradient top" content="#fffcf3"/>
  32. <meta name="color:Gradient bottom" content="#81d5e7"/>
  33. <meta name="color:Borders" content="#83a3b8"/>
  34. <meta name="color:Text highlight" content="#fff"/>
  35. <meta name="color:Text highlight bg" content="#3b8fb3"/>
  36. <meta name="color:Text" content="#313131"/>
  37. <meta name="color:Text accent" content="#848484"/>
  38. <meta name="color:Link" content="#197197"/>
  39. <meta name="color:Link hover" content="#929292"/>
  40.  
  41. <!-- text fields -->
  42. <meta name="text:Accent font" content="Quicksand"/>
  43. <meta name="text:Body font" content="Affogato"/>
  44. <meta name="text:Body font size" content="16px"/>
  45.  
  46.  
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. <head><title>{Title}{block:PostSummary} &mdash; {PostSummary}{/block:PostSummary}{block:SearchPage} &mdash; {lang:Search results for SearchQuery}{/block:SearchPage}</title>
  49.  
  50. {block:ifCustomFavicon}
  51. <link rel="shortcut icon" href="{image:favicon}"/>
  52. {/block:ifCustomFavicon}
  53. {block:ifNotCustomFavicon}
  54. <link rel="shortcut icon" href="{Favicon}"/>
  55. {/block:ifNotCustomFavicon}
  56.  
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.  
  60. <link href="https://fonts.googleapis.com/css?family={text:Body font}:400,400i,700,700i|{text:Accent font}:400,400i,700,700i" rel="stylesheet">
  61. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}"><link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  63. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  64.  
  65. <style type="text/css">
  66.  
  67. @font-face {
  68.     font-family:Affogato;
  69.     src:url(https://static.tumblr.com/xwoxjom/tDhp5j13e/affogato-regular.woff);
  70. }
  71.  
  72. @font-face {
  73.     font-family:Affogato;
  74.     src:url(https://static.tumblr.com/xwoxjom/pOrpcdlc1/affogato-bold.woff);
  75.     font-weight:bold;
  76. }
  77.  
  78. * {
  79.     transition:.2s all ease-out;
  80. }
  81.  
  82. .tmblr-iframe {
  83.     position: fixed !important;
  84.     transform: scale(.8) !important;
  85.     transform-origin: 100% 100%;
  86.     margin-top: -11px !important;
  87. }
  88.  
  89. body, html {
  90.     margin:0;
  91.     padding:0;
  92. }
  93.  
  94. ::selection {
  95.     background:rgba({RGBcolor:text highlight bg},.7);
  96.     color:{color:text highlight};
  97. }
  98.  
  99. ::moz-selection {
  100.     background:rgba({RGBcolor:text highlight bg},.7);
  101.     color:{color:text highlight};
  102. }
  103.  
  104. #s-m-t-tooltip {
  105.     margin:0 16px;
  106.     z-index:999999999;
  107.     padding:3px 7px;
  108.     background:{color:gradient top};
  109.     pointer-events:none;
  110.     white-space:pre;
  111.     max-width:200px;
  112.     font-size:.9em;
  113.     transition:none;
  114. }
  115.  
  116. a, .title.link-post {
  117.     color:{color:link};
  118.     text-decoration:none;
  119. }
  120.  
  121. a:hover, .title.link-post:hover {
  122.     color:{color:link hover};
  123. }
  124.  
  125. .post ol {
  126.     list-style-type:decimal-leading-zero;
  127.     padding-left:40px;
  128. }
  129.  
  130. .post ul {
  131.     list-style-type:none;
  132.     padding-left:35px;
  133. }
  134.  
  135. .post ul li { position:relative; }
  136. .post ul li:before {
  137.     font-family:'Linearicons-Free';
  138.     content:'\e87a';
  139.     color:{color:borders};
  140.     position:absolute;
  141.     left:-1.8em;
  142.     top:0;
  143.     font-size:.8em;
  144. }
  145.  
  146. hr {
  147.     border:1px solid {color:borders};
  148.     margin:1em 20%;
  149. }
  150.  
  151. code {
  152.     font-family:monospace;
  153.     border:1px solid {color:borders};
  154.     padding:10px;
  155.     display:inline-block;
  156. }
  157.  
  158. code, #s-m-t-tooltip, .media-wrap.no-text {
  159.     border-radius:10px;
  160.     overflow:hidden;
  161. }
  162.  
  163. h1, h2 {
  164.     margin:0;
  165.     font-weight:inherit;
  166. }
  167.  
  168. b, strong, i, em { color:{color:Text accent}; }
  169.  
  170. p { margin:.9em 0; }
  171.  
  172. p:first-child { margin-top:0; }
  173. p:last-child { margin-bottom:0; }
  174.  
  175. blockquote, blockquote blockquote {
  176.     margin:.5em 0 .5em 10px;
  177.     padding-left:10px;
  178.     border-left:1px solid {color:borders};
  179. }
  180.  
  181. body {
  182.     color:{color:text};
  183.     font-family:'{text:body font}',sans-serif;
  184.     font-size:{text:body font size};
  185.     word-wrap:break-word;
  186.     overflow-y:scroll;
  187.     overflow-x:hidden;
  188.     line-height:1.7em;
  189.     {block:ifNotGradientBackground}
  190.     background:{color:gradient top};
  191.     {/block:ifNotGradientBackground}
  192.     {block:ifBackgroundImage}
  193.     background:url('{image:background}') fixed {select:background size};
  194.     {/block:ifBackgroundImage}
  195. }
  196.  
  197. .background:before {
  198.     position:fixed;
  199.     content:'';
  200.     z-index:-999;
  201.     top:0; right:0; bottom:0; left:0;
  202.     {block:ifGradientBackground}
  203.     background-image:linear-gradient(
  204.         to bottom right,
  205.         {color:gradient top},
  206.         {color:gradient bottom}
  207.     );
  208.     {/block:ifGradientBackground}
  209. }
  210.  
  211. ::-webkit-scrollbar {
  212.     height:8px;
  213.     width:8px;
  214.     background:{color:gradient bottom};
  215. }
  216.  
  217. ::-webkit-scrollbar-thumb {
  218.     background:{color:borders} padding-box;
  219.     border:3px solid transparent;
  220. }
  221.  
  222. #sbar {
  223.     position:fixed;
  224.     left:20px;
  225.     width:200px;
  226.     top:0;
  227.     bottom:0;
  228.     display:flex;
  229.     flex-flow:column nowrap;
  230.     align-items:center;
  231.     /*justify-content:center;*/
  232. }
  233.  
  234. #sbar:before, #icon-bord, #icon-bord:after, .linky:after, #pagination:before, .pag:after, .via:before, .via:after, .title:before, .title:after {
  235.     background:{color:borders};
  236. }
  237.  
  238. #sbar:before {
  239.     content:'';
  240.     position:fixed;
  241.     height:100%;
  242.     width:2px;
  243. }
  244.  
  245. #icon-bord {
  246.     height:2px;
  247.     position:fixed;
  248.     left:0;
  249.     right:50%;
  250.     top:116px;
  251. }
  252.  
  253. #icon-bord:after {
  254.     content:'';
  255.     position:absolute;
  256.     height:6px;
  257.     width:6px;
  258.     right:-4px;
  259.     top:-2px;
  260.     border-radius:50%;
  261. }
  262.  
  263. #icon {
  264.     padding:15px;
  265.     position:relative;
  266.     border:2px solid {color:borders};
  267.     margin:50px;
  268. }
  269.  
  270. #icon img, #icon {
  271.     height:100px;
  272.     width:100px;
  273.     border-radius:50%;
  274. }
  275.  
  276. #texts {
  277.     position:fixed;
  278.     left:195px;
  279.     right:calc(50vw + 20px);
  280.     top:110px;
  281. }
  282.  
  283. #title {
  284.     font:1.5em '{text:accent font}';
  285.     text-transform:uppercase;
  286.     line-height:1em;
  287.     margin-top:-1em;
  288. }
  289.  
  290. #desc {
  291.     margin-top:8px;
  292. }
  293.  
  294. #linx {
  295.     position:fixed;
  296.     top:230px;
  297.     left:155px;
  298. }
  299.  
  300. .linky {
  301.     position:relative;
  302.     display:block;
  303.     font-size:17px;
  304.     padding:5px 5px 6px;
  305.     line-height:1em;
  306.     border-radius:50%;
  307.     border:2px solid {color:borders};
  308.     margin:10px 0;
  309. }
  310.  
  311. .linky:after {
  312.     content:'';
  313.     position:absolute;
  314.     width:230px;
  315.     left:-230px;
  316.     top:12px;
  317.     height:2px;
  318. }
  319.  
  320. #pagination {
  321.     position:fixed;
  322.     left:calc(50% - 50px);
  323.     top:0;
  324.     padding-top:calc(100vh - 300px);
  325.     display:flex;
  326.     flex-flow:column nowrap;
  327.     align-items:center;
  328. }
  329.  
  330. #pagination:before {
  331.     content:'';
  332.     position:absolute;
  333.     width:2px;
  334.     height:calc(100vh - 250px);
  335.     top:-46px;
  336. }
  337.  
  338. .pag {
  339.     position:relative;
  340.     margin-top:12px;
  341.     font-size:18px;
  342.     padding:5px 5px 6px;
  343.     border:2px solid {color:borders};
  344.     border-radius:50%;
  345. }
  346.  
  347. .pag:after {
  348.     content:'';
  349.     position:absolute;
  350.     width:2px;
  351.     height:12px;
  352.     top:-14px;
  353.     left:13px;
  354.     background:{color:borders};
  355. }
  356.  
  357. /*Start of content styling*/
  358.  
  359. #content {
  360.     width:50%;
  361.     position:absolute;
  362.     left:50%;
  363.     border-left:2px solid {color:borders};
  364.     min-height:100%;
  365.     padding:0 20px;
  366. }
  367.  
  368. .post-wrapper {
  369.     {block:if400pxposts}
  370.     width:400px;
  371.     {/block:if400pxposts}
  372.     {block:ifnot400pxposts}
  373.     width:500px;
  374.     {/block:ifnot400pxposts}
  375.     margin:50px auto 50px 30px;
  376.     position:relative;
  377. }
  378.  
  379. .info .lnr, .via .lnr {
  380.     font-size:.9em;
  381. }
  382.  
  383. .via {
  384.     line-height:1em;
  385.     margin-bottom:10px;
  386. }
  387.  
  388. .via, .title {
  389.     position:relative;
  390.     text-transform:uppercase;
  391. }
  392.  
  393. .via:before, .via:after, .title:before, .title:after {
  394.     content:'';
  395.     position:absolute;
  396. }
  397.  
  398. .via:before, .title:before {
  399.     width:40px;
  400.     left:-48px;
  401.     height:2px;
  402.     top:.5em;
  403. }
  404.  
  405. .via:after, .title:after {
  406.     top:calc(.5em - 2px);
  407.     left:-54px;
  408.     height:6px;
  409.     width:6px;
  410.     border-radius:50%;
  411. }
  412.  
  413. .title {
  414.     font:bold 1.5em '{text:Accent font}';
  415.     margin-bottom:5px;
  416.     line-height:1.3em;
  417.     color:{color:text accent};
  418. }
  419.  
  420. .caption a, #desc a { border-bottom:1px solid {color:borders}; }
  421.  
  422. .caption a:hover, #desc a:hover { border-color:transparent; }
  423.  
  424. .caption img {
  425.     margin:0;
  426.     max-width:100%;
  427.     border-radius:10px;
  428. }
  429. .caption { margin-top:7px; }
  430.  
  431. {block:ifNotShowCaptions}
  432. {block:IndexPage}
  433. .type-audio .caption, .type-video .caption, .type-photo .caption, .type-photoset .caption {
  434.     display:none;
  435. }
  436. {/block:IndexPage}
  437. {/block:ifNotShowCaptions}
  438.  
  439. .media-wrap.no-text {
  440.     margin:0;
  441.     line-height:0;
  442. }
  443.  
  444. .chat.even { padding-left:25px; }
  445. .chat b { color:{color:link}; }
  446.  
  447. iframe.tumblr_audio_player { height:85px!important }
  448.  
  449. .a-url {
  450.     position:relative;
  451. }
  452.  
  453. .a-url img {
  454.     border-radius:50%;
  455.     width:36px;
  456. }
  457.  
  458. .askr {
  459.     text-transform:uppercase;
  460.     position:absolute;
  461.     top:calc(18px - .5em);
  462.     line-height:1em;
  463.     margin-left:10px;
  464. }
  465.  
  466. .tag-wrap {
  467.     margin-top:10px;
  468.     {block:ifNotShowTags}
  469.     {block:IndexPage}
  470.     display:none;
  471.     {/block:IndexPage}
  472.     {/block:ifNotShowTags}
  473. }
  474.  
  475. .info {
  476.     position:relative;
  477.     text-transform:uppercase;
  478.     margin-top:10px;
  479. }
  480.  
  481. .controls {
  482.     font:initial;
  483.     position:absolute;
  484.     font-size:20px;
  485.     bottom:0;
  486.     right:0;
  487.     pointer-events:none;
  488.     /* ^ really nitpicky, sorry, i just hate that text cursor that pops up between the like and reblog buttons*/
  489. }
  490.  
  491. .controls * {
  492.     pointer-events:initial;
  493.     color:{color:link};
  494. }
  495.  
  496. .like-wrap {
  497.     position:relative;
  498.     width:30px;
  499.     height:30px;
  500. }
  501.  
  502. .like_button {
  503.     position:absolute;
  504.     z-index:5;
  505.     top:-2px;
  506.     left:0;
  507.     opacity:0;
  508.     width:20px;
  509.     height:20px;
  510. }
  511.  
  512. .like_button iframe {
  513.     width:100% !important;
  514.     height:100% !important;
  515. }
  516.  
  517. .like-btn { z-index:1; }
  518.  
  519. .like_button.liked + .like-btn { color:#f55; }
  520.  
  521. #notes { margin:10px auto 50px 22px; }
  522.  
  523. #notes ol.notes {
  524.     list-style-type:decimal-leading-zero;
  525.     padding:0;
  526.     margin:0;
  527.     font-size:.9em;
  528. }
  529.  
  530. li.note { margin-bottom:10px; }
  531. #notes blockquote { margin-left:9px; }
  532. #notes ol.notes img.avatar { display:none; }
  533. #notes .tumblelog, #notes .source_tumblelog, .note.like a {
  534.     font-family:'{text:accent font}';
  535. }
  536.  
  537. {CustomCSS}
  538.  
  539. </style>
  540. </head>
  541.  
  542. <body class="background">
  543.  
  544. <div id="sidebar-wrapper">
  545.  
  546. <aside id="texts">
  547.     {block:ifShowTitle}<h1 id="title">{Title}</h1>{block:ifShowTitle}
  548.     {block:ifShowDescription}<div id="desc">{Description}</div>{/block:ifShowDescription}
  549. </aside>
  550.  
  551. <aside id="sbar">
  552.     <div id="icon-bord"></div>
  553.     <div id="icon"><img src="{PortraitURL-128}" alt="User icon"></div>
  554. </aside>
  555.  
  556. <nav id="linx">
  557.     <a class="linky lnr lnr-home" href="/" title="Index"></a>
  558.     {block:AskEnabled}<a class="linky lnr lnr-pencil" href="/ask" title="Ask"></a>{/block:AskEnabled}
  559.     {block:SubmissionsEnabled}<a class="linky lnr lnr-envelope" href="/submit" title="Submit"></a>{/block:SubmissionsEnabled}
  560.     {block:HasPages}
  561.     {block:Pages}
  562.     <a class="linky lnr lnr-link" href="{URL}" title="{Label}"></a>
  563.     {/block:Pages}
  564.     {/block:HasPages}
  565.     <!--Don't remove the next line thanks xoxo-->
  566.     <a class="linky lnr lnr-code" href="http://linthm.tumblr.com/thm" title="Theme &copy; Laighlin"></a>
  567. </nav>
  568.  
  569. {block:Pagination}
  570. <nav id="pagination">
  571.     {block:PreviousPage}<a class="pag lnr lnr-arrow-left" href="{PreviousPage}" title="Previous"></a>{/block:PreviousPage}
  572.     {block:NextPage}<a class="pag lnr lnr-arrow-right" href="{NextPage}" title="Next"></a>
  573. </nav>{/block:NextPage}
  574. {/block:Pagination}
  575.    
  576. </div>
  577.  
  578. <main id="content">
  579.     {block:SearchPage}
  580.     <h2 class="title">
  581.         {block:SearchResults}
  582.             {lang:SearchResultCount results for SearchQuery 2}
  583.         {/block:SearchResults}
  584.         {block:NoSearchResults}
  585.             {lang:No search results for SearchQuery 2}
  586.         {/block:NoSearchResults}
  587.     </h2>
  588.     {/block:SearchPage}
  589.     {block:TagPage}
  590.     <h2 class="title">
  591.         {lang:Posts tagged Tag 3}
  592.     </h2>
  593.     {/block:TagPage}
  594.     {block:Posts inlineMediaWidth="400" nestedMediaWidth="380"}
  595.     <div class="post-wrapper">
  596.     {block:Reblog}
  597.     <header class="via">
  598.         <span class="lnr lnr-sync" aria-label="reblogged from"></span>&nbsp;&nbsp;<a href="{ReblogParentURL}" title="Reblogged from">{ReblogParentName}</a>
  599.     </header>
  600.     {/block:Reblog}
  601.     <article class="post {block:Date}not-page{/block:Date} type-{PostType}">
  602.         {block:Title}
  603.         <h2 class="title">{Title}</h2>
  604.         {/block:Title}
  605.        
  606.         {block:Text}
  607.         <div class="text-body caption">{Body}</div>
  608.         {/block:Text}
  609.        
  610.         {block:Answer}
  611.         <div class="ques">
  612.         <div class="a-url"><img src="{AskerPortraitURL-48}"> <span class="askr">{Asker} says &mdash;</span></div>
  613.             <div style="text-align:right">&#8220;{Question}&#8221;</div>
  614.         </div>
  615.         <div class="caption">{Answer}</div>
  616.         {/block:Answer}
  617.        
  618.         {block:Chat}
  619.         {block:Lines}
  620.         <div class="chat {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>
  621.         {/block:Lines}
  622.         {/block:Chat}
  623.        
  624.         {block:Link}
  625.         <a href="{URL}">
  626.         <h2 class="title link-post">
  627.             <span class="lnr lnr-link"></span>&nbsp;{Name}&nbsp;&#129106;
  628.         </h2></a>
  629.         <div class="caption">
  630.             {block:Excerpt}<blockquote>{Excerpt}</blockquote>{/block:Excerpt}
  631.             {block:Description}{Description}{/block:Description}
  632.         </div>
  633.         {/block:Link}
  634.        
  635.         {block:Quote}
  636.         <h2 class="post-title quote">&#8220;{Quote}&#8221;</h2>
  637.         {block:Source}<div class="caption" style="text-align:right">— {Source}</div>{/block:Source}
  638.         {/block:Quote}
  639.        
  640.         {block:Photo}
  641.         <figure class="media-wrap no-text">
  642.             {LinkOpenTag}<img src="{PhotoURL-500}" width="100%">{LinkCloseTag}
  643.         </figure>
  644.         {block:Caption}
  645.         <div class="caption">{Caption}</div>
  646.         {/block:Caption}
  647.         {/block:Photo}
  648.        
  649.         {block:Photoset}
  650.         <figure class="media-wrap no-text">
  651.         {block:if400pxposts}
  652.             {Photoset-400}
  653.         {/block:if400pxposts}
  654.         {block:ifnot400pxposts}
  655.             {Photoset-500}
  656.         {/block:ifnot400pxposts}
  657.         </figure>
  658.         {block:Caption}
  659.         <div class="caption">{Caption}</div>
  660.         {/block:Caption}
  661.         {/block:Photoset}
  662.        
  663.         {block:Audio}
  664.         <figure class="media-wrap no-text">
  665.         {block:if400pxposts}
  666.             {AudioEmbed-400}
  667.         {/block:if400pxposts}
  668.         {block:ifnot400pxposts}
  669.             {AudioEmbed-500}
  670.         {/block:ifnot400pxposts}
  671.         </figure>
  672.         {block:Caption}
  673.         <div class="caption">{Caption}</div>
  674.         {/block:Caption}
  675.         {/block:Audio}
  676.        
  677.         {block:Video}
  678.         <figure class="media-wrap no-text">
  679.         {block:if400pxposts}
  680.             {Video-400}
  681.         {/block:if400pxposts}
  682.         {block:ifnot400pxposts}
  683.             {Video-500}
  684.         {/block:ifnot400pxposts}
  685.         </figure>
  686.         {block:Caption}
  687.         <div class="caption">{Caption}</div>
  688.         {/block:Caption}
  689.         {/block:Video}
  690.        
  691.         {block:More}
  692.         <a class="more" href="{Permalink}">{lang:Keep reading}</a>
  693.         {/block:More}
  694.        
  695.         {block:HasTags}
  696.         <footer class="tag-wrap">
  697.             {block:Tags}#<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}
  698.         </footer>
  699.         {/block:HasTags}
  700.     </article>
  701.     {block:Date}
  702.     <footer class="info">
  703.         <span class="lnr lnr-calendar-full" aria-label="posted on"></span>&nbsp;<a href="{Permalink}" title="{TimeAgo}">{DayofMonth}.{MonthNumber}.{Year}</a>&nbsp;
  704.         {block:NoteCount}
  705.         <span class="lnr lnr-bookmark" aria-hidden="true"></span>&nbsp;<a href="{Permalink}#notes">{NoteCountWithLabel}</a>&nbsp;
  706.         {/block:NoteCount}
  707.         {block:RebloggedFrom}
  708.         <span class="src" {block:ContentSource} style="display:none" {/block:ContentSource}><span class="lnr lnr-user" aria-label="originally posted by"></span>&nbsp;<a href="{ReblogRootURL}" title="Originally by">{ReblogRootName}</a></span>&nbsp;
  709.         {/block:RebloggedFrom}
  710.         {block:ContentSource}
  711.         <span class="lnr lnr-pushpin" aria-label="source"></span>&nbsp;<a href="{SourceURL}">SRC</a>&nbsp;
  712.         {/block:ContentSource}
  713.        
  714.         <div class="controls">
  715.             <a href="{ReblogURL}" class="lnr lnr-redo"></a>
  716.             <span class="like-wrap">{LikeButton}<a class="like-btn lnr lnr-heart"></a></span>
  717.         </div>
  718.     </footer>
  719.     {/block:Date}
  720.     {block:PostNotes}
  721.     <div class="note-title via" style="margin-top:50px" name="notes">Notes</div>
  722.     <footer id="notes">
  723.         {PostNotes}
  724.     </footer>
  725.     {/block:PostNotes}
  726.     </div>
  727.     {/block:Posts}
  728. </main>
  729.  
  730. </body>
  731.  
  732. <script type="text/javascript">
  733. $(document).ready(function() {
  734.     $('[title]').style_my_tooltips({
  735.         tip_follows_cursor:true,
  736.         tip_delay_time:100,
  737.         tip_fade_speed:300
  738.     }); // tooltip script
  739. });
  740. </script>
  741. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement