Advertisement
Laighlin

#27: Earworm

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