Advertisement
octomoosey

nightlights 2

Nov 22nd, 2016
2,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#000" />
  12. <meta name="color:posts" content="#000" />
  13. <meta name="color:sidebarbg" content="#282828" />
  14. <meta name="color:text" content="#bbb"/>
  15. <meta name="color:borders" content="#8c8c8c" />
  16. <meta name="color:headertitle" content="#8c8c8c" />
  17. <meta name="color:headersubtitle" content="#8c8c8c" />
  18. <meta name="color:bold" content="#8c8c8c" />
  19. <meta name="color:italic" content="#8c8c8c" />
  20. <meta name="color:link" content="#8c8c8c"/>
  21. <meta name="color:linkhover" content="#aaaaaa"/>
  22. <meta name="color:nav" content="#bbb"/>
  23. <meta name="color:navhover" content="#8c8c8c" />
  24. <meta name="color:tags" content="#bbb"/>
  25. <meta name="color:tagshover" content="#8c8c8c" />
  26. <meta name="color:updatesbox" content="#8c8c8c" />
  27. <meta name="color:asktext" content="#ffffff"/>
  28. <meta name="color:askbackground" content="#000000"/>
  29. <meta name="color:posttitle" content="#8c8c8c"/>
  30. <meta name="color:scrollbar" content="#fb9d28" />
  31. <meta name="color:selectiontext" content="#ffffff" />
  32. <meta name="color:selectionbg" content="#8c8c8c" />
  33. <meta name="color:tooltiptext" content="#ffffff" />
  34. <meta name="color:tooltipbg" content="#8c8c8c" />
  35.  
  36. <meta name="text:link 1" content="link 1"/>
  37. <meta name="text:link 1 url" content="/"/>
  38. <meta name="text:link 2" content="link 2"/>
  39. <meta name="text:link 2 url" content="/"/>
  40. <meta name="text:link 3" content="link 3"/>
  41. <meta name="text:link 3 url" content="/"/>
  42. <meta name="text:link 4" content="link 4"/>
  43. <meta name="text:link 4 url" content="/"/>
  44. <meta name="text:link 5" content="link 5"/>
  45. <meta name="text:link 5 url" content="/"/>
  46. <meta name="text:link 6" content="link 6"/>
  47. <meta name="text:link 6 url" content="/"/>
  48.  
  49. <meta name="text:headertitle" content="header title goes here!"/>
  50. <meta name="text:headersubtitle" content="header subtitle goes here!"/>
  51.  
  52. <meta name="text:update1" content="update 1 goes here"/>
  53. <meta name="text:update2" content="update 2 goes here"/>
  54. <meta name="text:update3" content="update 3 goes here"/>
  55. <meta name="text:update4" content="update 4 goes here"/>
  56. <meta name="text:update5" content="update 5 goes here"/>
  57.  
  58. <meta name="if:hide captions" content="0"/>
  59. <meta name="if:greyscale" content="0"/>
  60.  
  61. <meta name="image:header" content=""/>
  62. <meta name="image:sidebar" content=""/>
  63.  
  64. <meta name="font:bodyfont" content="Gibson">
  65. <meta name="text:bodyfontsize" content="10px" />
  66. <meta name="text:descriptionfontsize" content="7px" />
  67.  
  68. <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Roboto" rel="stylesheet">
  69.  
  70. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  71.  
  72. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  73.  
  74. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  75.  
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("a[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:90,
  82. tip_fade_speed:600,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  92. position:fixed;
  93. top:8px!important;
  94. right:-10px!important;
  95. white-space:nowrap;
  96. transform: scale(0.8,0.8);
  97. opacity:0.7;
  98. transition: 0.7s ease-in-out;
  99. -webkit-transition: 0.7s ease-in-out;
  100. -moz-transition: 0.7s ease-in-out;
  101. -o-transition: 0.7s ease-in-out;}
  102.  
  103. #tumblr_lightbox {
  104. background-color:rgba(255, 255, 255, .9)!important;
  105. z-index:99999!important;}
  106.  
  107. #tumblr_lightbox img {opacity:0;}
  108.  
  109. #tumblr_lightbox_caption {
  110. font-weight:normal!important;
  111. text-shadow:none!important;}
  112.  
  113. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  114. -moz-box-shadow:none!important;
  115. -webkit-box-shadow:none!important;
  116. box-shadow:none!important;
  117. -moz-border-radius:0px!important;
  118. -webkit-border-radius:0px!important;
  119. border-radius:0px!important;
  120. opacity:1!important;}
  121.  
  122. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  123.  
  124. ::-webkit-scrollbar{
  125. height:3px;
  126. width:8px;
  127. background:inherit;}
  128.  
  129. ::-webkit-scrollbar-thumb {
  130. background:{color:scrollbar};
  131. border: 3px solid {color:background};}
  132.  
  133. ::-webkit-scrollbar-track {
  134. background: {color:background};}
  135.  
  136. ::-moz-selection {
  137. color:{color:selectiontext};
  138. background:{color:selectionbg};}
  139.  
  140. ::selection {
  141. color:{color:selectiontext};
  142. background:{color:selectionbg};}
  143.  
  144.  
  145. body {
  146. background:{color:background};
  147. color:{color:text};
  148. font-family:{font:bodyfont};
  149. font-size: {text:bodyfontsize};
  150. font-weight:normal;
  151. position:relative;
  152. text-align:left;
  153. margin:0;
  154. line-height:15px;
  155. height:100%;
  156. width:100%;}
  157.  
  158. blockquote {
  159. text-align:justify;
  160. padding:10px;
  161. border-left:1px solid {color:borders};
  162. margin:15px 10px 10px 10px;}
  163.  
  164. .caption blockquote {
  165. margin:15px 10px 10px 10px;
  166. text-align:justify;}
  167.  
  168. blockquote img {
  169. max-width:100%;
  170. height:auto;}
  171.  
  172. blockquote iframe {
  173. max-width:100%;
  174. height:auto;}
  175.  
  176. img {
  177. max-width:100%;
  178. height:auto;}
  179.  
  180. .caption img {
  181. max-width:100%;
  182. height:auto;}
  183.  
  184. .posts img {
  185. max-width:100%;
  186. margin-top:5px;
  187. margin-bottom:5px;}
  188.  
  189. pre {
  190. font-family:{font:bodyfont};
  191. white-space: pre-wrap;
  192. white-space: -moz-pre-wrap;
  193. white-space: -pre-wrap;
  194. white-space: -o-pre-wrap;
  195. word-wrap: break-word;}
  196.  
  197. a {
  198. color:{color:link};
  199. text-decoration:none;
  200. letter-spacing:1px;
  201. cursor:help;
  202. -webkit-transition: all 0.7s ease;
  203. transition: all 0.7s ease;
  204. -moz-transition: all 0.7s ease;
  205. -o-transition: all 0.7s ease;}
  206.  
  207. a:hover {
  208. letter-spacing:1px;
  209. text-decoration:none;
  210. color:{color:linkhover};}
  211.  
  212. p {
  213. margin:10px 0 10px 0;}
  214.  
  215. p:first-of-type {
  216. margin-top:0;
  217. padding-top:0;}
  218.  
  219. p:last-of-type {
  220. margin-bottom:10px;
  221. padding-bottom:0;}
  222.  
  223. b, strong {
  224. font-family:font-family: 'Roboto', sans-serif;
  225. text-transform:uppercase;
  226. font-size: {text:bodyfontsize};
  227. color:{color:bold};}
  228.  
  229. i, em {
  230. font-family: 'Fjalla One', sans-serif;
  231. font-size: 12px;
  232. color:{color:italic};
  233. letter-spacing:1.5px;}
  234.  
  235. small, big {
  236. font-size:1em;}
  237.  
  238. h1, h2, h3, h4 {
  239. font-family: 'Fjalla One', sans-serif;
  240. font-size:18px;
  241. letter-spacing:2px;
  242. line-height:30px;
  243. text-align:center;
  244. color:{color:posttitle};}
  245.  
  246. .fancy {
  247. font-family: 'Fjalla One', sans-serif;
  248. font-size:14px;
  249. letter-spacing:2px;
  250. line-height:16px;
  251. color:{color:posttitle};
  252. overflow: hidden;
  253. text-align: left;}
  254.  
  255. .fancy span {
  256. position: relative;}
  257.  
  258. .fancy span:after {
  259. $linesHeight: 16px;
  260. content: "";
  261. position: absolute;
  262. border-bottom: 1px solid {color:posttitle};
  263. width:500px;
  264. height: $linesHeight;
  265. top: 40%;
  266. margin-top: floor(-$linesHeight / 2);}
  267.  
  268. .fancy span:after {
  269. left: 100%;
  270. margin-left: 7px;}
  271.  
  272. {block:IfGreyscale}
  273.  
  274. img {
  275. -webkit-filter:grayscale(100%);
  276. -webkit-transition: all 0.9s ease-in-out;
  277. -moz-transition: all 0.9s ease-in-out;
  278. -o-transition: all 0.9s ease-in-out;
  279. -ms-transition: all 0.9s ease-in-out;
  280. transition: all 0.9s ease-in-out;}
  281.  
  282. img:hover {
  283. -webkit-filter:none;}
  284.  
  285. .html_photoset {
  286. -webkit-filter: grayscale(100%);
  287. -webkit-transition: all 0.9s ease-in-out;
  288. -moz-transition: all 0.9s ease-in-out;
  289. -o-transition: all 0.9s ease-in-out;
  290. -ms-transition: all 0.9s ease-in-out;
  291. transition: all 0.9s ease-in-out;}
  292.  
  293. .html_photoset:hover {
  294. -webkit-filter: none;}
  295.  
  296. {/block:IfGreyscale}
  297.  
  298. .media {
  299. position:relative;
  300. display:inline-block;
  301. height:auto;
  302. width:100%;}
  303.  
  304. .caption {
  305. font-family:{font:bodyfont};
  306. margin-top:15px;
  307. {block:ifhidecaptions}
  308. {block:indexpage}
  309. display:none;
  310. {/block:indexpage}
  311. {/block:ifhidecaptions}}
  312.  
  313. .content {
  314. position:absolute;
  315. left:50%;
  316. margin-left:-175px;
  317. margin-top:390px;
  318. width:600px;
  319. opacity:0;
  320. -webkit-animation:fadeIn ease-in 1;
  321. -moz-animation:fadeIn ease-in 1;
  322. animation:fadeIn ease-in 1;
  323. -webkit-animation-fill-mode:forwards;
  324. -moz-animation-fill-mode:forwards;
  325. animation-fill-mode:forwards;
  326. -webkit-animation-duration:1s;
  327. -moz-animation-duration:1s;
  328. animation-duration:1s;}
  329.  
  330. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  331. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  332. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  333.  
  334. .posts {
  335. border:1px solid {color:borders};
  336. background: {color:posts};
  337. position:relative;
  338. width:500px;
  339. padding:50px;
  340. text-align:justify;
  341. margin-bottom:10px;}
  342.  
  343. .date {
  344. width:570px;
  345. margin-top:3px;
  346. padding:15px;
  347. letter-spacing: .5px;
  348. text-transform: lowercase;
  349. border:1px solid {color:borders};
  350. background: {color:posts};
  351. margin-bottom:100px;}
  352.  
  353. .date a {
  354. color:{color:tags};}
  355.  
  356. .date a:hover {
  357. color:{color:tagshover};}
  358.  
  359. .sidebar {
  360. top:0px;
  361. position:fixed;
  362. z-index:9;
  363. height:100%;
  364. left:0px;
  365. width:250px;
  366. border-right:1px solid {color:borders};
  367. background:{color:posts};
  368. background: url('{image:sidebar}');
  369. background-repeat:no-repeat;
  370. background-position:center center;}
  371.  
  372. .sidecontent {
  373. border: solid 1px {color:borders};
  374. position:absolute;
  375. background:{color:sidebarbg};
  376. padding:20px;
  377. margin-top:-190px;
  378. margin-left:30px;
  379. top:50%;
  380. height:340px;
  381. width:150px;}
  382.  
  383. #description {
  384. font-family:lucida sans, arial;
  385. font-weight:none;
  386. font-size:{text:descriptionfontsize};
  387. text-transform:uppercase;
  388. padding:5px 2px 5px 8px;
  389. max-height:150px;
  390. overflow-y:scroll;
  391. background:{color:background};
  392. text-align:justify;}
  393.  
  394. .nav {
  395. display:block;
  396. text-align:center;
  397. margin-top:5px;
  398. margin-bottom:5px;}
  399.  
  400. .nav a {
  401. font-size:{text:descriptionfontsize};
  402. margin-bottom:2px;
  403. border-left:20px solid {color:nav};
  404. border-right:20px solid {color:nav};
  405. background:{color:background};
  406. text-transform:uppercase;
  407. color:{color:nav};
  408. display:block;
  409. -webkit-transition: all 0.7s ease;
  410. transition: all 0.7s ease;
  411. -moz-transition: all 0.7s ease;
  412. -o-transition: all 0.7s ease;}
  413.  
  414. .nav a:hover {
  415. border-left:1px solid {color:nav};
  416. border-right:1px solid {color:nav};
  417. color:{color:navhover};
  418. -webkit-transition: all 0.7s ease;
  419. transition: all 0.7s ease;
  420. -moz-transition: all 0.7s ease;
  421. -o-transition: all 0.7s ease;}
  422.  
  423. img.avatar {display:none; }
  424. ol.notes {
  425. margin-top: 20px;}
  426.  
  427. .asked {
  428. text-align:justify;
  429. padding:15px;
  430. margin-bottom:15px;
  431. border:1px solid {color:borders};
  432. color:{color:asktext};
  433. background:{color:askbackground};}
  434.  
  435. .asker {
  436. font-family: 'Fjalla One', sans-serif;
  437. font-size:20px;
  438. line-height:30px;
  439. text-align:center;}
  440.  
  441. .answer {
  442. color:{color:text};
  443. border:0;}
  444.  
  445. #titlequote {
  446. line-height:22px;
  447. font-family: 'Fjalla One', sans-serif;
  448. font-size:20px;}
  449.  
  450. #source {margin-top:10px;}
  451.  
  452. .playerbuttonbg {
  453. position: absolute;
  454. left: 15px;
  455. top: 17px;
  456. width: 30px;
  457. height: 30px;
  458. background-color: #000;
  459. padding: 10px;
  460. opacity: 0.4;
  461. filter: alpha(opacity=40);
  462. -moz-opacity: 0.4;
  463. -khtml-opacity: 0.4;
  464. transition: opacity .7s ease-in-out;
  465. -moz-transition: opacity .7s ease-in-out;
  466. -webkit-transition: opacity .7s ease-in-out;}
  467.  
  468. .playerbuttonbg:hover {
  469. opacity: 1;
  470. filter: alpha(opacity=100);
  471. -moz-opacity: 1;
  472. -khtml-opacity: 1;}
  473.  
  474. .newplayerbutton {
  475. position: relative;
  476. width: 30px;
  477. height: 30px;
  478. overflow: hidden;}
  479.  
  480. .playerbuttonhug {
  481. position: absolute;
  482. top: -30px;
  483. left: -10px;}
  484.  
  485. .tumblr_audio_player {
  486. height: 90px;
  487. width: 270px;}
  488.  
  489. .audioimgwrapper {
  490. position: absolute;
  491. overflow: hidden;
  492. width: 80px;
  493. height: 80px;}
  494.  
  495. .trackdetails {
  496. padding:10px;
  497. display:inline-block;
  498. margin-left: 90px;
  499. min-height: 75px;}
  500.  
  501. .audiowrapper {
  502. position: relative;
  503. display:inline-block;}
  504.  
  505. #s-m-t-tooltip {
  506. margin:0px 10px 5px 0px;
  507. padding:4px;
  508. color:{color:tooltiptext};
  509. border:1px solid {color:tooltiptext};
  510. font-size:10px;
  511. letter-spacing:1px;
  512. background:{color:tooltipbg};
  513. z-index:99999;}
  514.  
  515. #credit {
  516. z-index:999;
  517. bottom:0px;
  518. right:0px;
  519. height:30px;
  520. width:30px;
  521. opacity:0.8;
  522. position:fixed;
  523. padding:5px;}
  524.  
  525. #portrait {
  526. margin-top:-42px;
  527. margin-left:55px;
  528. margin-bottom:5px;}
  529.  
  530. #portrait img {
  531. border: solid 1px {color:borders};
  532. height:40px;}
  533.  
  534. .search {
  535. bottom:60px;
  536. display:block;}
  537.  
  538. .sfm input {
  539. background-color: {color:background};
  540. font-size: 6px;
  541. border: 0px;
  542. text-transform: uppercase;
  543. margin-top: 0px;
  544. height:20px;
  545. color: {color:text};
  546. letter-spacing: 1px;
  547. height:28px;
  548. font-family: calibri, helvetica, arial;}
  549.  
  550. #sb {
  551. border:1px solid {color:borders};
  552. height:26px;}
  553.  
  554. #sf {
  555. width:96px;
  556. border:1px solid {color:borders};
  557. margin-right:2px;
  558. height:22px;}
  559.  
  560. #pagination {
  561. width:250px;
  562. z-index:9;
  563. text-align:center;
  564. font-family:{font:bodyfont};
  565. position:fixed;
  566. top:50%;
  567. margin-top:210px;
  568. height:20px;
  569. text-transform:uppercase;
  570. color:{color:text};
  571. font-size:{text:bodyfontsize};}
  572.  
  573. #header {
  574. border:1px solid {color:borders};
  575. margin-top:40px;
  576. position:absolute;
  577. right:30px;
  578. width:calc(100% - 320px);
  579. background:#eee;
  580. height:300px;
  581. background: url('{image:header}');
  582. background-repeat:no-repeat;
  583. background-position:center center;
  584. background-attachment:absolute;
  585. -webkit-background-size: cover;
  586. -moz-background-size: cover;
  587. -o-background-size: cover;
  588. background-size: cover;}
  589.  
  590. #headertitle {
  591. margin-left:20px;
  592. margin-top:130px;
  593. font-family:lucida sans, arial;
  594. font-weight:none;
  595. font-size:40px;
  596. text-transform:uppercase;
  597. color:{color:headertitle};}
  598.  
  599. #headersubtitle {
  600. margin-left:20px;
  601. margin-top:20px;
  602. font-size:14px;
  603. text-transform:uppercase;
  604. color:{color:headersubtitle};}
  605.  
  606. #updates {
  607. overflow-y:scroll;
  608. position:absolute;
  609. top:80px;
  610. margin-left:calc(100% - 190px);
  611. padding:10px;
  612. width:130px;
  613. height:130px;
  614. background:{color:background};}
  615.  
  616. </style>
  617.  
  618. </head>
  619.  
  620. <body>
  621.  
  622. <div id="header">
  623. <div id="headertitle">{text:headertitle}</div>
  624. <div id ="headersubtitle">{text:headersubtitle}</div>
  625.  
  626. <div id="updates">
  627. <div class="updates">{text:update1}</div>
  628. <div class="updates">{text:update2}</div>
  629. <div class="updates">{text:update3}</div>
  630. <div class="updates">{text:update4}</div>
  631. <div class="updates">{text:update5}</div>
  632. </div>
  633. </div>
  634.  
  635. <div class="sidebar">
  636.  
  637. <div class="sidecontent">
  638. <div id="portrait"><a href="/"><img src="{PortraitURL-128}"></a></div>
  639. <div id="description">{description}</div>
  640. <div class="nav">
  641. <a href="/">home</a>
  642. <a href="/ask">ask</a>
  643. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  644. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  645. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  646. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  647. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  648. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  649. </div>
  650.  
  651. <div class="search"><form action="/search" method="get" class="sfm">
  652. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  653. <input type="submit" value="Search" id="sb"/>
  654. </form></div></div>
  655.  
  656. <div id="pagination">
  657. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i></a> - {/block:PreviousPage} page {CurrentPage} of {TotalPages}{block:NextPage} - <a href="{NextPage}"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a>
  658. {/block:NextPage}
  659. {/block:Pagination}
  660.  
  661. </div></div>
  662.  
  663. </div></div>
  664.  
  665. <div class="content">
  666. {block:Posts}
  667. {block:NoRebloggedFrom}
  668. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  669. {/block:NoRebloggedFrom}
  670.  
  671. <div class="posts">
  672.  
  673. {block:Photo}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{/block:HighRes}{/block:Photo}
  674.  
  675. {block:Photoset}{Photoset-500}{/block:Photoset}
  676.  
  677. {block:Text}{block:Title}<p class="subtitle fancy"><span>{Title}</span>{/block:Title}{Body} {/block:Text}
  678.  
  679. {block:Link}<p class="subtitle fancy"><span><a href="{URL}">{Name}</a></span>{block:Description}{Description}{/block:Description}{/block:Link}
  680.  
  681. {block:Quote}
  682. <div id="titlequote">{Quote}</div>
  683. {block:Source}<div id="source">{Source}</div>{/block:Source}
  684. {/block:Quote}
  685.  
  686. {block:Chat}{block:Title}<p class="subtitle fancy"><span>{Title}</span>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  687.  
  688. {block:AudioPlayer}
  689. <div class="audiowrapper">
  690. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  691. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  692. </div></div></div><div class="trackdetails">
  693. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  694. </div></div>{/block:AudioPlayer}
  695.  
  696. {block:Video}{Video-500}{block:Video}
  697.  
  698. {block:Answer}
  699. <div class="asked"><div class="asker">from {Asker}</div>{Question}</div><div class="answer">{Answer}</div>
  700. {/block:Answer}
  701.  
  702. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  703.  
  704. </div>
  705. <div id="{ShortURL}-hide">
  706. {block:Date}
  707. <div class="date">
  708. posted on:
  709. <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  710. <br>
  711. info: <a href="{Permalink}">{NoteCountwithLabel}</a> &middot;
  712. <a href="{ReblogURL}">reblog</a> &middot;
  713. {block:RebloggedFrom}
  714.  
  715. <a href="{ReblogParentURL}"> via </a> &middot;
  716. <a href="{ReblogRootURL}"> src </a>
  717. {/block:RebloggedFrom}
  718. <br>
  719.  
  720. {block:HasTags}filed under: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  721. {/block:Date}
  722.  
  723. {block:PostNotes}{PostNotes}
  724. {/block:PostNotes}
  725. </div> </div>
  726.  
  727. {/block:Posts}
  728.  
  729. </div></div>
  730.  
  731. {block:ContentSource}
  732. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  733. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  734. {/block:SourceLogo}
  735. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  736. {/block:ContentSource}
  737. </div></div></div></div></div>
  738.  
  739. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  740.  
  741. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  742. </body>
  743.  
  744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement