Advertisement
octomoosey

jello

Jul 15th, 2017
4,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.96 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="#ddd" />
  12. <meta name="color:sidebartext" content="#2e2a24" />
  13. <meta name="color:sidebartitle" content="#2e2a24" />
  14. <meta name="color:posts" content="#ffffff" />
  15. <meta name="color:text" content="#2e2a24" />
  16. <meta name="color:postinfobg" content="#2e2a24" />
  17. <meta name="color:postinfo" content="#fff" />
  18. <meta name="color:postinfohover" content="#f2992e" />
  19. <meta name="color:posttitle" content="#111" />
  20. <meta name="color:askbg" content="#fafafa" />
  21. <meta name="color:link" content="#f2992e" />
  22. <meta name="color:linkhover" content="#777777" />
  23. <meta name="color:bold" content="#f2992e" />
  24. <meta name="color:italic" content="#f2992e" />
  25. <meta name="color:borders" content="#2e2a24" />
  26. <meta name="color:scrollbar" content="#b3b3b3" />
  27. <meta name="color:selectionbg" content="#000000" />
  28. <meta name="color:selectiontext" content="#ffffff" />
  29. <meta name="color:navtext" content="#f2992e" />
  30. <meta name="color:navhover" content="#ffffff" />
  31.  
  32. <meta name="text:Link 1" content="">
  33. <meta name="text:Link 1 url" content="">
  34. <meta name="text:Link 2" content="">
  35. <meta name="text:Link 2 url" content="">
  36. <meta name="text:Link 3" content="">
  37. <meta name="text:Link 3 url" content="">
  38. <meta name="text:Link 4" content="">
  39. <meta name="text:Link 4 url" content="">
  40. <meta name="text:Link 5" content="">
  41. <meta name="text:Link 5 url" content="">
  42. <meta name="text:Link 6" content="">
  43. <meta name="text:Link 6 url" content="">
  44.  
  45. <meta name="select:postsize" content="200px" title="200px">
  46. <meta name="select:postsize" content="250px" title="250px">
  47. <meta name="select:postsize" content="300px" title="300px">
  48. <meta name="select:postsize" content="350px" title="350px">
  49. <meta name="select:postsize" content="400px" title="400px">
  50. <meta name="select:postsize" content="450px" title="450px">
  51. <meta name="select:postsize" content="500px" title="500px">
  52. <meta name="select:postsize" content="540px" title="540px">
  53.  
  54. <meta name="if:hide captions" content="0"/>
  55. <meta name="if:border radius" content="1"/>
  56.  
  57. <meta name="image:background" content="" />
  58. <meta name="font:bodyfont" content="Gibson">
  59. <meta name="text:bodyfontsize" content="10px" />
  60.  
  61. <meta name="text:maintitle" content="octomoosey">
  62. <meta name="text:subtitle" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ">
  63.  
  64. <!---••• Fonts and Icons •••--->
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Roboto" rel="stylesheet">
  67.  
  68. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  69.  
  70. <script src="https://use.fontawesome.com/ab7c03fd2a.js"></script>
  71.  
  72. <style type="text/css">
  73.  
  74. /* ---••• General Styling •••--- */
  75.  
  76. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  77. position:fixed;
  78. top:8px!important;
  79. right:10px!important;
  80. white-space:nowrap;
  81. transform: scale(0.8,0.8);
  82. opacity:0.7;
  83. transition: 0.7s ease-in-out;
  84. -webkit-transition: 0.7s ease-in-out;
  85. -moz-transition: 0.7s ease-in-out;
  86. -o-transition: 0.7s ease-in-out;}
  87.  
  88. #tumblr_lightbox {
  89. background-color:rgba(255, 255, 255, .9)!important;
  90. z-index:99999!important;}
  91.  
  92. #tumblr_lightbox img {opacity:0;}
  93.  
  94. #tumblr_lightbox_caption {
  95. font-weight:normal!important;
  96. text-shadow:none!important;}
  97.  
  98. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  99. -moz-box-shadow:none!important;
  100. -webkit-box-shadow:none!important;
  101. box-shadow:none!important;
  102. -moz-border-radius:0px!important;
  103. -webkit-border-radius:0px!important;
  104. border-radius:0px!important;
  105. opacity:1!important;}
  106.  
  107. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  108.  
  109. ::-webkit-scrollbar {
  110. width:17px;
  111. height:17px;}
  112.  
  113. ::-webkit-scrollbar {
  114. background-color:{color:background};}
  115.  
  116. ::-webkit-scrollbar-track {
  117. border:7px solid {color:background};
  118. background-color:rgb(230,230,230);}
  119.  
  120. ::-webkit-scrollbar-thumb {
  121. border:7px solid {color:background};
  122. background-color:{color:scrollbar};
  123. min-height:24px;
  124. min-width:24px;}
  125.  
  126. ::-moz-selection {
  127. color:{color:selectiontext};
  128. background:{color:selectionbg};}
  129.  
  130. ::selection {
  131. color:{color:selectiontext};
  132. background:{color:selectionbg};}
  133.  
  134. body {
  135. background:{color:background};
  136. color:{color:text};
  137. font-family:{font:bodyfont};
  138. font-size: {text:bodyfontsize};
  139. font-weight:normal;
  140. margin:0;
  141. line-height:130%;
  142. background-position:top left;
  143. background-image: url('{image:background}');
  144. background-repeat:repeat;
  145. background-attachment:fixed;}
  146.  
  147. blockquote {
  148. text-align:left;
  149. padding-left:10px;
  150. border-left:3px solid {color:borders};
  151. margin:0px 10px 0px 10px;
  152. {block:ifborderradius}
  153. -webkit-border-radius: 5px;
  154. -moz-border-radius: 5px;
  155. border-radius: 5px;
  156. {/block:ifborderradius}}
  157.  
  158. .caption blockquote {
  159. margin:0px 10px 0px 10px;
  160. text-align:left;}
  161.  
  162. blockquote img {
  163. max-width:100%;
  164. height:auto;}
  165.  
  166. blockquote iframe {
  167. max-width:100%;
  168. height:auto;}
  169.  
  170. img {
  171. max-width:100%;
  172. height:auto;}
  173.  
  174. .caption img {
  175. max-width:100%;
  176. height:auto;}
  177.  
  178. .posts img {
  179. margin:5px auto;
  180. max-width:100%;}
  181.  
  182. pre {
  183. font-size:8px;
  184. letter-spacing:1px;
  185. text-transform:uppercase;
  186. color:{color:posttitle};
  187. overflow: hidden;
  188. display: block;
  189. text-align: center;}
  190.  
  191. a {
  192. color:{color:link};
  193. text-decoration:none;
  194. cursor:help;
  195. -webkit-transition: all 0.7s ease;
  196. transition: all 0.7s ease;
  197. -moz-transition: all 0.7s ease;
  198. -o-transition: all 0.7s ease;}
  199.  
  200. a:hover {
  201. text-decoration:none;
  202. color:{color:linkhover};}
  203.  
  204. p {
  205. margin:10px 0 10px 0;}
  206.  
  207. p:first-of-type {
  208. margin-top:0;
  209. padding-top:0;}
  210.  
  211. p:last-of-type {
  212. margin-bottom:10px;
  213. padding-bottom:0;}
  214.  
  215. b, strong {
  216. color:{color:bold};}
  217.  
  218. i {
  219. font-style:italic;
  220. font-size: 10px;
  221. color:{color:italic};
  222. letter-spacing:1px;
  223. text-align:justify;}
  224.  
  225. small, big {
  226. font-size: {text:bodyfontsize};}
  227.  
  228. sub, sup {
  229. font-size: 63%;
  230. letter-spacing:1.7px;}
  231.  
  232. h1, h2, h3, h4 {
  233. text-align:center;
  234. font-size:18px;
  235. color:{color:posttitle};}
  236.  
  237. {block:IfGreyscale}
  238.  
  239. img {
  240. -webkit-filter:grayscale(100%);
  241. -webkit-transition: all 0.9s ease-in-out;
  242. -moz-transition: all 0.9s ease-in-out;
  243. -o-transition: all 0.9s ease-in-out;
  244. -ms-transition: all 0.9s ease-in-out;
  245. transition: all 0.9s ease-in-out;}
  246.  
  247. img:hover {
  248. -webkit-filter:none;}
  249.  
  250. .html_photoset {
  251. -webkit-filter: grayscale(100%);
  252. -webkit-transition: all 0.9s ease-in-out;
  253. -moz-transition: all 0.9s ease-in-out;
  254. -o-transition: all 0.9s ease-in-out;
  255. -ms-transition: all 0.9s ease-in-out;
  256. transition: all 0.9s ease-in-out;}
  257.  
  258. .html_photoset:hover {
  259. -webkit-filter: none;}
  260.  
  261. {/block:IfGreyscale}
  262.  
  263. .media {
  264. position:relative;
  265. display:inline-block;
  266. height:auto;
  267. width:100%;}
  268.  
  269. .caption {
  270. font-family:{font:bodyfont};
  271. margin-top:15px;
  272. {block:ifhidecaptions}
  273. {block:indexpage}
  274. display:none;
  275. {/block:indexpage}
  276. {/block:ifhidecaptions}}
  277.  
  278. /* ---••• Entries Styling •••--- */
  279.  
  280. .entries {
  281. width:calc({select:postsize} + 60px);
  282. margin-top:40px;
  283. margin-left:40px;
  284. position:absolute;}
  285.  
  286. #post {
  287. width: {select:postsize};
  288. padding:20px;
  289. background:{color:posts};
  290. {block:ifborderradius}
  291. -webkit-border-radius: 5px;
  292. -moz-border-radius: 5px;
  293. border-radius: 5px;
  294. {/block:ifborderradius}}
  295.  
  296. .date {
  297. color:{color:postinfo};
  298. width:calc({select:postsize} + 30px);
  299. {block:IndexPage}
  300. margin-bottom:40px;
  301. {/block:IndexPage}
  302. {block:PermalinkPage}
  303. margin-bottom:20px;
  304. {/block:PermalinkPage}
  305. padding:5px;
  306. text-align:center;
  307. background:{color:postinfobg};
  308. margin-top:5px;
  309. letter-spacing: .5px;
  310. text-transform: lowercase;
  311. {block:ifborderradius}
  312. -webkit-border-radius: 5px;
  313. -moz-border-radius: 5px;
  314. border-radius: 5px;
  315. {/block:ifborderradius}}
  316.  
  317. .date a {
  318. color:{color:postinfo};}
  319.  
  320. .date a:hover {
  321. color:{color:postinfohover};}
  322.  
  323. ol.notes {
  324. text-align:left;
  325. padding:0px;
  326. margin:25px 0px 0px 10px;
  327. list-style-type:none;}
  328.  
  329. ol.notes li.note {
  330. padding:10px;}
  331.  
  332. ol.notes li.note img.avatar {
  333. vertical-align:-4px;
  334. margin-right:10px;
  335. width:16px;
  336. height:16px;}
  337.  
  338. ol.notes li.note span.action {
  339. font-weight:none;}
  340.  
  341. ol.notes li.note .answer_content {
  342. font-weight:normal;}
  343.  
  344. ol.notes li.note blockquote {
  345. padding:4px 10px;
  346. margin:10px 0px 0px 25px;}
  347.  
  348. ol.notes li.note blockquote a {
  349. text-decoration:none;}
  350.  
  351. /* ---••• Sidebar Styling •••--- */
  352.  
  353. #sidebar {
  354. top:0px;
  355. margin-left:calc({select:postsize} + 120px);
  356. width:300px;
  357. position:fixed;
  358. height:100%;}
  359.  
  360. #sidebartitle{
  361. position:relative;
  362. text-transform:uppercase;
  363. margin-bottom:5px;
  364. color:{color:sidebartitle};
  365. font-family: 'Fjalla One', sans-serif;
  366. font-size: 24px;
  367. text-align:right;}
  368.  
  369. #portrait{
  370. margin-left:15px;
  371. float:right;
  372. width:64px;
  373. height:64px;}
  374.  
  375. #portrait img {
  376. {block:ifborderradius}
  377. -webkit-border-radius: 5px;
  378. -moz-border-radius: 5px;
  379. border-radius: 5px;
  380. {/block:ifborderradius} }
  381.  
  382. .description {
  383. text-align:right;
  384. padding-right:15px;
  385. border-right:3px solid {color:sidebartext};
  386. position:relative;
  387. top: 50%;
  388. -moz-webkit-transform: translateY(-50%);
  389. -o-webkit-transform: translateY(-50%);
  390. -webkit-transform: translateY(-50%);
  391. transform: translateY(-50%);
  392. {block:ifborderradius}
  393. -webkit-border-radius: 5px;
  394. -moz-border-radius: 5px;
  395. border-radius: 5px;
  396. {/block:ifborderradius}}
  397.  
  398. #desc {
  399. text-align:right;
  400. color:{color:sidebartext};}
  401.  
  402. .sidelinks {
  403. margin-top:5px;
  404. text-align:right;}
  405.  
  406. .sidelinks a {
  407. margin-left:10px;
  408. font-family: 'Fjalla One', sans-serif;
  409. font-size:12px;
  410. text-transform:uppercase;
  411. display: inline-block;
  412. height: 10px;
  413. color: {color:navtext};
  414. line-height: 10px;
  415. margin-top: 1px;}
  416.  
  417. .sidelinks a:hover {
  418. color: {color:navhover};}
  419.  
  420. #sidebar2 {
  421. top:0px;
  422. margin-left:calc({select:postsize} + 435px);
  423. width:100px;
  424. position:fixed;
  425. height:100%;}
  426.  
  427. .pagination {
  428. font-size:36px;
  429. text-align:left;
  430. position:relative;
  431. top: 50%;
  432. -moz-webkit-transform: translateY(-50%);
  433. -o-webkit-transform: translateY(-50%);
  434. -webkit-transform: translateY(-50%);
  435. transform: translateY(-50%);}
  436.  
  437. .pagination a {
  438. color:{color:navtext};}
  439.  
  440. .pagination a:hover {
  441. color: {color:navhover};}
  442.  
  443. /* ---••• Post Types Styling •••--- */
  444.  
  445. /* ---••• Quotes •••--- */
  446.  
  447. .quote {
  448. font-family: 'Fjalla One', sans-serif;
  449. text-transform:uppercase;
  450. font-size:18px;
  451. line-height:20px;
  452. font-weight:bold;
  453. text-align:center;}
  454.  
  455. .quotesource {
  456. text-align:center;
  457. margin-top:10px;}
  458.  
  459. /* ---••• Chat •••--- */
  460.  
  461. .chat {
  462. line-height:10px;
  463. list-style:none;}
  464.  
  465. .line.odd {
  466. background:{color:postinfobg};
  467. color:{color:postinfo};
  468. margin-bottom:2px;
  469. padding:5px;
  470. list-style:none;
  471. font-size:10px;
  472. {block:ifborderradius}
  473. -webkit-border-radius: 5px;
  474. -moz-border-radius: 5px;
  475. border-radius: 5px;
  476. {/block:ifborderradius}}
  477.  
  478. .line.even {
  479. margin-bottom:2px;
  480. padding:5px;
  481. list-style:none;
  482. font-size:10px;}
  483.  
  484. .label {
  485. padding-right:1px;
  486. text-transform:uppercase;
  487. font-weight:bold;
  488. color:{color:links};}
  489.  
  490. /* ---••• Asks •••--- */
  491.  
  492. .question {
  493. background:{color:askbg};
  494. padding:10px;
  495. {block:ifborderradius}
  496. -webkit-border-radius: 5px;
  497. -moz-border-radius: 5px;
  498. border-radius: 5px;
  499. {/block:ifborderradius}}
  500.  
  501. .asker {
  502. margin-top:7px;
  503. margin-bottom:6px;
  504. font-size:24px;
  505. font-family: 'Fjalla One', sans-serif;
  506. text-transform:uppercase;}
  507.  
  508. .askpor img {
  509. margin-right:5px;
  510. float:left;
  511. {block:ifborderradius}
  512. -webkit-border-radius: 5px;
  513. -moz-border-radius: 5px;
  514. border-radius: 5px;
  515. {/block:ifborderradius}}
  516.  
  517. .answer {
  518. margin-top:0px;}
  519.  
  520. /* ---••• Music •••--- */
  521.  
  522. .playerbutton {
  523. position:relative;
  524. width:30px;
  525. height:35px;
  526. overflow:hidden;}
  527.  
  528. .playerbuttonhug {
  529. position: absolute;
  530. top:-7px;
  531. left:2px;}
  532.  
  533. .tumblr_audio_player {
  534. height:50px;
  535. width:500px;}
  536.  
  537. .playerbuttonbg {
  538. -webkit-border-radius: 3px;
  539. -moz-border-radius: 3px;
  540. border-radius: 3px;
  541. position:absolute;
  542. width:35px;
  543. height:35px;
  544. background-color:#e4e4e4;
  545. padding:10px;}
  546.  
  547. .trackdetails {
  548. margin-top:10px;
  549. display:inline-block;
  550. margin-left:70px;
  551. font-size:10px;
  552. letter-spacing:1px;
  553. padding:5px;
  554. line-height:15px;}
  555.  
  556. .trackdetails span {
  557. text-transform:uppercase;}
  558.  
  559. .audiowrapper {
  560. position:relative;
  561. display:inline-block;}
  562.  
  563. /* ---••• Other •••--- */
  564.  
  565. #s-m-t-tooltip {
  566. max-width:300px;
  567. margin:15px;
  568. padding:5px;
  569. border:1px solid #eeeeee;
  570. border-radius:0px;
  571. background:#ffffff;
  572. color:{color:text};
  573. z-index:999999;
  574. font-size:7px;
  575. font-style:none;
  576. font-weight:lighter;
  577. letter-spacing:2px;
  578. font-family:helvetica;
  579. text-transform:uppercase;
  580. box-shadow:1px 1px 3px rgba(0,0,0,.0);}
  581.  
  582. #credit {
  583. z-index:999;
  584. bottom:0px;
  585. right:0px;
  586. height:30px;
  587. width:30px;
  588. opacity:0.8;
  589. position:fixed;
  590. padding:5px;}
  591.  
  592.  
  593.  
  594. </style>
  595.  
  596. </head>
  597.  
  598. <body>
  599.  
  600. <div id="sidebar">
  601. <div class="description">
  602. <div id="portrait"><img src="{PortraitURL-64}"></div>
  603. <div id="sidebartitle">{text:maintitle}</div>
  604. <div id="desc">{description}</div>
  605. <div class="sidelinks">
  606. <a href="/">index</a>
  607. <a href="/ask">queries</a>
  608. {block:IfLink1}<a href="{text:Link 1 url}">{text:Link 1}</a>{/block:IfLink1}
  609. {block:IfLink2}<a href="{text:Link 2 url}">{text:Link 2}</a>{/block:IfLink2}
  610. {block:IfLink3}<a href="{text:Link 3 url}">{text:Link 3}</a>{/block:IfLink3}
  611. {block:IfLink4}<a href="{text:Link 4 url}">{text:Link 4}</a>{/block:IfLink4}
  612. {block:IfLink5}<a href="{text:Link 5 url}">{text:Link 5}</a>{/block:IfLink5}
  613. {block:IfLink6}<a href="{text:Link 6 url}">{text:Link 6}</a>{/block:IfLink6}
  614. </div>
  615.  
  616. </div></div>
  617.  
  618. <div id="sidebar2">
  619. <div class="pagination">
  620. {block:Pagination}
  621. {block:PreviousPage}<a href="{PreviousPage}" title="back">«</a>{/block:PreviousPage}
  622. {block:NextPage}<a href="{NextPage}" title="next">»</a>
  623. {/block:NextPage}
  624. {/block:Pagination}
  625. </div>
  626. </div>
  627.  
  628. <div class="entries">{block:Posts}
  629.  
  630. <div id="post">
  631.  
  632. {block:Photo}
  633. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  634. {/block:Photo}
  635.  
  636. {block:Photoset}
  637. <div class="media">
  638. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  639. </div>
  640. {/block:Photoset}
  641.  
  642. {block:Panorama}
  643. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  644. {/block:Panorama}
  645.  
  646. {block:Video}
  647. <div class="media video">{Video-500}</div>
  648. {/block:Video}
  649.  
  650. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  651.  
  652. {block:Link}
  653. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  654. {block:Description}{Description}{/block:Description}
  655. {/block:Link}
  656.  
  657. {block:Chat}
  658. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  659. {/block:Chat}
  660.  
  661.  
  662. {block:Audio}
  663. {block:AudioPlayer}
  664. <div class="audiowrapper">
  665. <div class="playerbuttonbg">
  666. <div class="playerbutton">
  667. <div class="playerbuttonhug">
  668. {AudioPlayerGrey}
  669. </div></div></div>
  670.  
  671. <div class="trackdetails">
  672. {block:TrackName}<span>TRACK:</span> {TrackName}{/block:TrackName}<br>
  673.  
  674. {block:Artist}<span>ARTIST:</span> {Artist}{/block:Artist}
  675.  
  676. </div></div>
  677. {/block:AudioPlayer}
  678. {/block:Audio}
  679.  
  680. {block:Quote}<div class="quote">"{Quote}"</div>
  681. {block:Source}<div class="quotesource"> — {Source}</div>
  682. {/block:Source}{/block:Quote}
  683.  
  684. {block:Answer}
  685. <div class="question">
  686. <div class="askpor"><img src="{AskerPortraitURL-24}"></div>
  687. <div class="asker">{Asker} said:</div>
  688. {Question}</div><br>
  689. <div class="answer">
  690. {Answer}</div>
  691. {/block:Answer}
  692.  
  693. {block:Caption}
  694. <div class="caption">{Caption}</div>
  695. {/block:Caption}
  696.  
  697. </div>
  698.  
  699. <div id="{ShortURL}-hide">
  700. {block:Date}
  701. <div class="date"><span class="lnr lnr-calendar-full"></span>
  702. &nbsp<a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth}</a> &middot;
  703. <a href="{Permalink}">{NoteCount}n</a> &middot;
  704. <a href="{ReblogURL}" title="reblog"><span class="lnr lnr-redo"></span></a> &middot;
  705. {block:RebloggedFrom}
  706.  
  707. <a href="{ReblogParentURL}"> via </a> &middot;
  708. <a href="{ReblogRootURL}"> src </a>
  709. {/block:RebloggedFrom}
  710. <br>
  711.  
  712. {block:HasTags}{block:Tags}<span class="lnr lnr-tag"></span> <a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  713. {/block:Date}
  714.  
  715. {block:PostNotes}{PostNotes}
  716. {/block:PostNotes}
  717. </div></div>
  718.  
  719. {/block:Posts}
  720.  
  721. {block:ContentSource}
  722. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  723. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  724. {/block:SourceLogo}
  725. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  726. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  727.  
  728. {/block:Posts}</div> </div>
  729.  
  730. </div>
  731.  
  732. <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>
  733.  
  734. <!---••• Scripts •••--->
  735.  
  736. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  737.  
  738. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  739.  
  740. <script>
  741. (function($){
  742. $(document).ready(function(){
  743. $("a[title]").style_my_tooltips({
  744. tip_follows_cursor:true,
  745. tip_delay_time:90,
  746. tip_fade_speed:600,
  747. attribute:"title"
  748. });
  749. });
  750. })(jQuery);
  751. </script>
  752.  
  753. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  754. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  755. <script src="https://static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  756. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  757. <script src="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  758.  
  759. <script>
  760. $(document).ready(function(){
  761. $('.photo-slideshow').pxuPhotoset({
  762. lightbox: true,
  763. rounded: false,
  764. gutter: '3px',
  765. borderRadius: '0px',
  766. photoset: '.photo-slideshow',
  767. photoWrap: '.photo-data',
  768. photo: '.pxu-photo'
  769. });
  770. });
  771. </script>
  772.  
  773. </body>
  774. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement