Advertisement
octomoosey

oversight

Jul 21st, 2017
1,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.58 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="#ffffff" />
  13. <meta name="color:text" content="#111" />
  14. <meta name="color:postinfo" content="#111" />
  15. <meta name="color:posttitle" content="#111" />
  16. <meta name="color:link" content="#f2992e" />
  17. <meta name="color:linkhover" content="#777777" />
  18. <meta name="color:bold" content="#f2992e" />
  19. <meta name="color:italic" content="#f2992e" />
  20. <meta name="color:borders" content="#eeeeee" />
  21. <meta name="color:scrollbar" content="#b3b3b3" />
  22. <meta name="color:selectionbg" content="#ffffff" />
  23. <meta name="color:selectiontext" content="#000000" />
  24. <meta name="color:nav" content="#f2992e" />
  25. <meta name="color:navhover" content="#c0c0c0" />
  26. <meta name="color:pagination" content="#ffffff" />
  27.  
  28. <meta name="text:link 1" content="link 1">
  29. <meta name="text:link 1 url" content="/">
  30. <meta name="text:link 2" content="link 2">
  31. <meta name="text:link 2 url" content="/">
  32. <meta name="text:link 3" content="link 3">
  33. <meta name="text:link 3 url" content="/">
  34. <meta name="text:link 4" content="link 4">
  35. <meta name="text:link 4 url" content="/">
  36. <meta name="text:link 5" content="link 5">
  37. <meta name="text:link 5 url" content="/">
  38. <meta name="text:link 6" content="link 6">
  39. <meta name="text:link 6 url" content="/">
  40.  
  41. <meta name="select:postsize" content="200px" title="200px">
  42. <meta name="select:postsize" content="250px" title="250px">
  43. <meta name="select:postsize" content="300px" title="300px">
  44. <meta name="select:postsize" content="350px" title="350px">
  45. <meta name="select:postsize" content="400px" title="400px">
  46. <meta name="select:postsize" content="450px" title="450px">
  47. <meta name="select:postsize" content="500px" title="500px">
  48. <meta name="select:postsize" content="540px" title="540px">
  49.  
  50. <meta name="if:hide captions" content="0"/>
  51. <meta name="if:topimage" content="1"/>
  52.  
  53. <meta name="image:background" content="" />
  54. <meta name="image:topbar" content="" />
  55. <meta name="font:bodyfont" content="Gibson">
  56. <meta name="text:bodyfontsize" content="10px" />
  57.  
  58. <!---••• Fonts and Icons •••--->
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Roboto" rel="stylesheet">
  61.  
  62. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  63.  
  64. <script src="https://use.fontawesome.com/ab7c03fd2a.js"></script>
  65.  
  66. <style type="text/css">
  67.  
  68. /* ---••• General Styling •••--- */
  69. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  70. position:fixed;
  71. top:8px!important;
  72. right:10px!important;
  73. white-space:nowrap;
  74. transform: scale(0.8,0.8);
  75. opacity:0.7;
  76. transition: 0.7s ease-in-out;
  77. -webkit-transition: 0.7s ease-in-out;
  78. -moz-transition: 0.7s ease-in-out;
  79. -o-transition: 0.7s ease-in-out;}
  80.  
  81. #tumblr_lightbox {
  82. background-color:rgba(255, 255, 255, .9)!important;
  83. z-index:99999!important;}
  84.  
  85. #tumblr_lightbox img {opacity:0;}
  86.  
  87. #tumblr_lightbox_caption {
  88. font-weight:normal!important;
  89. text-shadow:none!important;}
  90.  
  91. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  92. -moz-box-shadow:none!important;
  93. -webkit-box-shadow:none!important;
  94. box-shadow:none!important;
  95. -moz-border-radius:0px!important;
  96. -webkit-border-radius:0px!important;
  97. border-radius:0px!important;
  98. opacity:1!important;}
  99.  
  100. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  101.  
  102. ::-webkit-scrollbar {
  103. width:17px;
  104. height:17px;}
  105.  
  106. ::-webkit-scrollbar {
  107. background-color:{color:background};}
  108.  
  109. ::-webkit-scrollbar-track {
  110. border:7px solid {color:background};
  111. background-color:rgb(230,230,230);}
  112.  
  113. ::-webkit-scrollbar-thumb {
  114. border:7px solid {color:background};
  115. background-color:{color:scrollbar};
  116. min-height:24px;
  117. min-width:24px;}
  118.  
  119. ::-moz-selection {
  120. color:{color:selectiontext};
  121. background:{color:selectionbg};}
  122.  
  123. ::selection {
  124. color:{color:selectiontext};
  125. background:{color:selectionbg};}
  126.  
  127. body {
  128. background:{color:background};
  129. color:{color:text};
  130. font-family:{font:bodyfont};
  131. font-size: {text:bodyfontsize};
  132. font-weight:normal;
  133. margin:0;
  134. background-image: url('{image:background}');
  135. background-repeat:no-repeat;
  136. background-position:center;
  137. background-attachment:fixed;
  138. -webkit-background-size: cover;
  139. -moz-background-size: cover;
  140. -o-background-size: cover;
  141. background-size: cover;}
  142.  
  143. blockquote {
  144. text-align:left;
  145. padding-left:10px;
  146. border-left:1px solid {color:borders};
  147. margin:0px 10px 0px 10px;}
  148.  
  149. .caption blockquote {
  150. margin:0px 10px 0px 10px;
  151. text-align:left;}
  152.  
  153. blockquote img {
  154. max-width:100%;
  155. height:auto;}
  156.  
  157. blockquote iframe {
  158. max-width:100%;
  159. height:auto;}
  160.  
  161. img {
  162. max-width:100%;
  163. height:auto;}
  164.  
  165. .caption img {
  166. max-width:100%;
  167. height:auto;}
  168.  
  169. .posts img {
  170. margin:5px auto;
  171. max-width:100%;}
  172.  
  173. pre {
  174. font-size:8px;
  175. letter-spacing:1px;
  176. text-transform:uppercase;
  177. color:{color:posttitle};
  178. overflow: hidden;
  179. display: block;
  180. text-align: center;}
  181.  
  182. a {
  183. color:{color:link};
  184. text-decoration:none;
  185. cursor:help;
  186. -webkit-transition: all 0.7s ease;
  187. transition: all 0.7s ease;
  188. -moz-transition: all 0.7s ease;
  189. -o-transition: all 0.7s ease;}
  190.  
  191. a:hover {
  192. text-decoration:none;
  193. color:{color:linkhover};}
  194.  
  195. p {
  196. margin:10px 0 10px 0;}
  197.  
  198. p:first-of-type {
  199. margin-top:0;
  200. padding-top:0;}
  201.  
  202. p:last-of-type {
  203. margin-bottom:10px;
  204. padding-bottom:0;}
  205.  
  206. b, strong {
  207. color:{color:bold};}
  208.  
  209. i {
  210. font-style:italic;
  211. font-size: 10px;
  212. color:{color:italic};
  213. letter-spacing:1px;
  214. text-align:justify;}
  215.  
  216. small, big {
  217. font-size: {text:bodyfontsize};}
  218.  
  219. sub, sup {
  220. font-size: 1em;
  221. letter-spacing:1.7px;}
  222.  
  223. h1, h2, h3, h4 {
  224. text-align:center;
  225. font-size:18px;
  226. color:{color:posttitle};}
  227.  
  228. {block:IfGreyscale}
  229.  
  230. img {
  231. -webkit-filter:grayscale(100%);
  232. -webkit-transition: all 0.9s ease-in-out;
  233. -moz-transition: all 0.9s ease-in-out;
  234. -o-transition: all 0.9s ease-in-out;
  235. -ms-transition: all 0.9s ease-in-out;
  236. transition: all 0.9s ease-in-out;}
  237.  
  238. img:hover {
  239. -webkit-filter:none;}
  240.  
  241. .html_photoset {
  242. -webkit-filter: grayscale(100%);
  243. -webkit-transition: all 0.9s ease-in-out;
  244. -moz-transition: all 0.9s ease-in-out;
  245. -o-transition: all 0.9s ease-in-out;
  246. -ms-transition: all 0.9s ease-in-out;
  247. transition: all 0.9s ease-in-out;}
  248.  
  249. .html_photoset:hover {
  250. -webkit-filter: none;}
  251.  
  252. {/block:IfGreyscale}
  253.  
  254. .media {
  255. position:relative;
  256. display:inline-block;
  257. height:auto;
  258. width:100%;}
  259.  
  260. .caption {
  261. font-family:{font:bodyfont};
  262. margin-top:15px;
  263. {block:ifhidecaptions}
  264. {block:indexpage}
  265. display:none;
  266. {/block:indexpage}
  267. {/block:ifhidecaptions}}
  268.  
  269. /* ---••• Entries Styling •••--- */
  270.  
  271. #container {
  272. width:calc({select:postsize} + 60px);
  273. left:50%;
  274. margin-top:120px;
  275. margin-left:calc(-{select:postsize}/2 - 30px);
  276. position:absolute;
  277. margin-bottom:80px;
  278. -webkit-animation:fadeIn ease-in 1;
  279. -moz-animation:fadeIn ease-in 1;
  280. animation:fadeIn ease-in 1;
  281. -webkit-animation-fill-mode:forwards;
  282. -moz-animation-fill-mode:forwards;
  283. animation-fill-mode:forwards;
  284. -webkit-animation-duration:1s;
  285. -moz-animation-duration:1s;
  286. animation-duration:1s;}
  287.  
  288. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  289. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  290. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  291.  
  292. .entries {
  293. }
  294.  
  295. #post {
  296. line-height:150%;
  297. width: {select:postsize};
  298. padding:30px;
  299. background:{color:posts};
  300. border:1px solid {color:borders};}
  301.  
  302. .date {
  303. width:calc({select:postsize} + 52px);
  304. {block:IndexPage}
  305. margin-bottom:100px;
  306. {/block:IndexPage}
  307. {block:PermalinkPage}
  308. margin-bottom:20px;
  309. {/block:PermalinkPage}
  310. padding:5px;
  311. text-align:center;
  312. padding:5px;
  313. margin-top:5px;
  314. letter-spacing: .5px;
  315. text-transform: lowercase;}
  316.  
  317. .date a {
  318. color:{color:tags};}
  319.  
  320. .date a:hover {
  321. color:{color:tagshover};}
  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. svg {
  352. width:10px;
  353. height:auto;
  354. opacity:.5;
  355. padding:1px;
  356. display:inline-block;
  357. overflow:visible;}
  358.  
  359. .controls {
  360. position:relative;
  361. display:inline;
  362. top:2px;}
  363.  
  364. .controls a {
  365. position:relative;
  366. display:inline-block;
  367. overflow:hidden;
  368. width:12px;
  369. height:12px;}
  370.  
  371. .controls .reblog {
  372. opacity:1;}
  373.  
  374. .controls .reblog svg {
  375. width:9px;
  376. margin-top:1px;}
  377.  
  378. .controls .like .liked + svg {
  379. opacity:1;}
  380.  
  381. .controls .like .liked + svg path {
  382. fill:{color:tags};}
  383.  
  384. .controls .like .like_button {
  385. position:relative;}
  386.  
  387. .controls .like .like_button iframe {
  388. position:absolute;
  389. top:0;
  390. left:0;
  391. bottom:0;
  392. right:0;
  393. z-index:2;
  394. opacity:0;}
  395.  
  396. /* ---••• Topbar Styling •••--- */
  397.  
  398. #topbarimage {
  399. position:relative;
  400. width:calc({select:postsize} + 62px);
  401. background:{color:posts};
  402. margin:0px;}
  403.  
  404. #topbar {
  405. text-align:center;
  406. line-height:150%;
  407. position:relative;
  408. margin-top:-5px;
  409. margin-bottom:100px;
  410. width: {select:postsize};
  411. padding:30px;
  412. background:{color:posts};
  413. border:1px solid {color:borders};}
  414.  
  415. #title {
  416. color:{color:maintitle};
  417. display:inline-block;
  418. font-size:28px;
  419. margin-right:10px;}
  420.  
  421. #subtitle {
  422. margin-top:2px;
  423. color:{color:subtitle};
  424. font-style: italic;
  425. letter-spacing:2px;}
  426.  
  427. #nav {
  428. font-size:10px;
  429. margin-top:5px;
  430. display:inline-block;
  431. position:relative;
  432. text-transform:uppercase;}
  433.  
  434. #nav a {
  435. letter-spacing:1px;
  436. border-bottom:1px solid {color:borders};
  437. margin-right:10px;
  438. display:inline-block;
  439. color:{color:nav};}
  440.  
  441. #nav a:hover {
  442. color:{color:navhover};}
  443.  
  444. /* ---••• Footer Styling •••--- */
  445.  
  446. #footer {
  447. width:calc({select:postsize} + 60px);
  448. left:50%;
  449. margin-left:calc(-{select:postsize}/2 - 30px);
  450. position:relative;
  451. text-align:center;
  452. color:{color:pagination};
  453. z-index:9;
  454. font-size:12px;}
  455.  
  456. #footer a {
  457. color:{color:pagination};}
  458.  
  459. /* ---••• Post Types Styling •••--- */
  460.  
  461. /* ---••• Quotes •••--- */
  462.  
  463. .quote {
  464. text-transform:uppercase;
  465. font-size:12px;
  466. font-weight:bold;
  467. text-align:center;}
  468.  
  469. .quotesource {
  470. text-align:center;
  471. margin-top:10px;}
  472.  
  473. /* ---••• Chat •••--- */
  474.  
  475. .chat {
  476. line-height:20px;
  477. list-style:none;}
  478.  
  479. .line.odd {
  480. background:{color:headerbg};
  481. color:{color:text};
  482. margin-bottom:2px;
  483. padding:5px;
  484. list-style:none;
  485. font-size:10px;}
  486.  
  487. .line.even {
  488. margin-bottom:2px;
  489. padding:5px;
  490. list-style:none;
  491. font-size:10px;}
  492.  
  493. .label {
  494. padding-right:1px;
  495. text-transform:uppercase;
  496. font-weight:bold;
  497. color:{color:links};}
  498.  
  499. /* ---••• Asks •••--- */
  500.  
  501. .question {
  502. background:#fafafa;
  503. padding:10px;}
  504.  
  505. .asker {
  506. text-transform:uppercase;}
  507.  
  508. .answer {
  509. padding:10px;
  510. margin-top:-15px;}
  511.  
  512. /* ---••• Music •••--- */
  513.  
  514. .playerbutton {
  515. position:relative;
  516. width:30px;
  517. height:35px;
  518. overflow:hidden;}
  519.  
  520. .playerbuttonhug {
  521. position: absolute;
  522. top:-7px;
  523. left:2px;}
  524.  
  525. .tumblr_audio_player {
  526. height:50px;
  527. width:500px;}
  528.  
  529. .playerbuttonbg {
  530. -webkit-border-radius: 3px;
  531. -moz-border-radius: 3px;
  532. border-radius: 3px;
  533. position:absolute;
  534. width:35px;
  535. height:35px;
  536. background-color:#e4e4e4;
  537. padding:10px;}
  538.  
  539. .trackdetails {
  540. margin-top:10px;
  541. display:inline-block;
  542. margin-left:70px;
  543. font-size:10px;
  544. letter-spacing:1px;
  545. padding:5px;
  546. line-height:15px;}
  547.  
  548. .trackdetails span {
  549. text-transform:uppercase;}
  550.  
  551. .audiowrapper {
  552. position:relative;
  553. display:inline-block;}
  554.  
  555. /* ---••• Other •••--- */
  556.  
  557. #s-m-t-tooltip {
  558. max-width:300px;
  559. margin:15px;
  560. padding:5px;
  561. border:1px solid #eeeeee;
  562. border-radius:0px;
  563. background:#ffffff;
  564. color:{color:text};
  565. z-index:999999;
  566. font-size:7px;
  567. font-style:none;
  568. font-weight:lighter;
  569. letter-spacing:2px;
  570. font-family:helvetica;
  571. text-transform:uppercase;
  572. box-shadow:1px 1px 3px rgba(0,0,0,.0);}
  573.  
  574. #credit {
  575. z-index:999;
  576. bottom:0px;
  577. right:0px;
  578. height:30px;
  579. width:30px;
  580. opacity:0.8;
  581. position:fixed;
  582. padding:5px;}
  583.  
  584. .totop {
  585. position:fixed;
  586. color:{color:pagination};
  587. text-transform:uppercase;
  588. display:none;
  589. bottom:30px;
  590. left:30px;
  591. font-size:9px;
  592. letter-spacing:1.8px;}
  593.  
  594. .totop a {
  595. color:{color:description};}
  596.  
  597. </style>
  598.  
  599. </head>
  600.  
  601. <body>
  602.  
  603. <div class="totop"><a href="#">scroll to top</a> </div>
  604.  
  605. <div id="container">
  606.  
  607. {block:iftopimage}<div id="topbarimage"><img src="{image:topbar}"></div>
  608. {/block:iftopimage}
  609.  
  610. <div id="topbar">
  611. {description}
  612. <div id="nav">
  613. <a href="/">home</a>
  614. <a href="/ask">ask</a>
  615. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  616. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  617. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  618. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  619. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  620. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  621. </div></div>
  622.  
  623. <div class="entries">
  624.  
  625. {block:Posts}
  626.  
  627. <div id="post">
  628.  
  629. {block:Photo}
  630. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  631. {/block:Photo}
  632.  
  633. {block:Photoset}
  634. <div class="media">
  635. <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>
  636. </div>
  637. {/block:Photoset}
  638.  
  639. {block:Panorama}
  640. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  641. {/block:Panorama}
  642.  
  643. {block:Video}
  644. <div class="media video">{Video-500}</div>
  645. {/block:Video}
  646.  
  647. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  648.  
  649. {block:Link}
  650. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  651. {block:Description}{Description}{/block:Description}
  652. {/block:Link}
  653.  
  654. {block:Chat}
  655. {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>
  656. {/block:Chat}
  657.  
  658. {block:Audio}
  659. {block:AudioPlayer}
  660. <div class="audiowrapper">
  661. <div class="playerbuttonbg">
  662. <div class="playerbutton">
  663. <div class="playerbuttonhug">
  664. {AudioPlayerGrey}
  665. </div></div></div>
  666.  
  667. <div class="trackdetails">
  668. {block:TrackName}<span>TRACK:</span> {TrackName}{/block:TrackName}<br>
  669.  
  670. {block:Artist}<span>ARTIST:</span> {Artist}{/block:Artist}
  671.  
  672. </div></div>
  673. {/block:AudioPlayer}
  674. {/block:Audio}
  675.  
  676. {block:Quote}<div class="quote">"{Quote}"</div>
  677. {block:Source}<div class="quotesource"> — {Source}</div>
  678. {/block:Source}{/block:Quote}
  679.  
  680. {block:Answer}
  681. <div class="question">
  682. <div class="asker"><b>{Asker} said:</b></div>
  683. {Question}</div><br>
  684. <div class="answer">
  685. {Answer}</div>
  686. {/block:Answer}
  687.  
  688. {block:Caption}
  689. <div class="caption">{Caption}</div>
  690. {/block:Caption}
  691.  
  692. </div>
  693.  
  694.  
  695. <div id="{ShortURL}-hide">
  696. {block:Date}
  697. <div class="date"><span class="lnr lnr-calendar-full"></span>
  698. &nbsp<a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth}</a> &middot;
  699. <a href="{Permalink}">{NoteCount}n</a> &middot;
  700.  
  701. <div class="controls">
  702. <a href="{ReblogURL}" target="_blank" class="reblog">
  703. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  704. </a> &middot;
  705. <a href="#" class="like">{LikeButton}
  706. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  707. </a>
  708. </div>
  709.  
  710. &middot;
  711. {block:RebloggedFrom}
  712.  
  713. <a href="{ReblogParentURL}"> via </a> &middot;
  714. <a href="{ReblogRootURL}"> src </a>
  715. {/block:RebloggedFrom}
  716. <br>
  717.  
  718. {block:HasTags}{block:Tags}<span class="lnr lnr-tag"></span> <a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  719. {/block:Date}
  720.  
  721. {block:PostNotes}{PostNotes}
  722. {/block:PostNotes}
  723. </div></div>
  724.  
  725. {/block:Posts}
  726.  
  727. {block:ContentSource}
  728. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  729. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  730. {/block:SourceLogo}
  731. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  732. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  733.  
  734. {/block:Posts}</div>
  735.  
  736. <div id="footer">
  737. {block:Pagination}<div id="pagination">
  738. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  739. {block:JumpPagination length="5"}
  740. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  741. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  742. {/block:JumpPagination}
  743. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  744. </div>{/block:Pagination}
  745. </div> </div>
  746.  
  747. </div></div>
  748.  
  749. <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>
  750.  
  751. <!---••• Scripts •••--->
  752.  
  753. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  754.  
  755. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  756.  
  757. <script>
  758. (function($){
  759. $(document).ready(function(){
  760. $("a[title]").style_my_tooltips({
  761. tip_follows_cursor:true,
  762. tip_delay_time:90,
  763. tip_fade_speed:600,
  764. attribute:"title"
  765. });
  766. });
  767. })(jQuery);
  768. </script>
  769.  
  770. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  771. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  772. <script src="https://static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  773. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  774. <script src="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  775.  
  776. <script>
  777. $(document).ready(function(){
  778. $('.photo-slideshow').pxuPhotoset({
  779. lightbox: true,
  780. rounded: false,
  781. gutter: '3px',
  782. borderRadius: '0px',
  783. photoset: '.photo-slideshow',
  784. photoWrap: '.photo-data',
  785. photo: '.pxu-photo'
  786. });
  787. });
  788. </script>
  789.  
  790. <script>
  791. $(document).ready(function(){
  792.  
  793. $('.totop').click(function(){
  794. $('html, body, #container').animate({scrollTop : 0},1200);
  795. return false;
  796. });
  797. $('.clickdown').click(function(){
  798. $('html, body, #container').animate({scrollTop : $("#post").offset().top},1200);
  799. return false;
  800. });
  801.  
  802. $(window).scroll(function(){
  803. if ($(this).scrollTop() > 200) {
  804. $('.totop').fadeIn();
  805. } else {
  806. $('.totop').fadeOut();
  807. }
  808. });
  809. });
  810. </script>
  811.  
  812.  
  813. </body>
  814. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement