Advertisement
odeysseus_thm

theme / CORAL

Feb 13th, 2019
6,784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. coral
  12.  
  13. @odeysseus
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. - credits listed at odeysseus.tumblr.com/credit
  23.  
  24. -->
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} <meta name="viewport" content="width=device-width, initial-scale=1">
  29.  
  30. <title>{Title}</title>
  31.  
  32. <!--metas-->
  33.  
  34.  
  35. <meta name="color:background" content="#f8f8f8"/>
  36. <meta name="color:text" content="#626262"/>
  37. <meta name="color:link" content="#444"/>
  38. <meta name="color:accent" content="#fa7268"/>
  39. <meta name="color:accent dark" content="#222"/>
  40. <meta name="if:hide caption" content="0"/>
  41. <meta name="if:infinite scroll" content="0"/>
  42. <meta name="if:load more" content="0"/>
  43. <meta name="if:scroll to top" content="0"/>
  44. <meta name="if:show tags" content="0"/>
  45.  
  46. <meta name="text:link 1 url" content=""/>
  47. <meta name="text:link 1" content=""/>
  48. <meta name="text:link 2 url" content=""/>
  49. <meta name="text:link 2" content=""/>
  50. <meta name="text:link 3 url" content=""/>
  51. <meta name="text:link 3" content=""/>
  52.  
  53. <meta name="text:font size" content="11px"/>
  54.  
  55.  
  56. <meta name="select:font" content="Roboto"/>
  57. <meta name="select:font" content="Source Sans Pro"/>
  58. <meta name="select:font" content="Open Sans"/>
  59. <meta name="select:font" content="PT Sans"/>
  60. <meta name="select:font" content="Trebuchet MS"/>
  61.  
  62. <meta name="select:post width" content="350px"/>
  63. <meta name="select:post width" content="380px"/>
  64. <meta name="select:post width" content="400px"/>
  65. <meta name="select:post width" content="420px"/>
  66. <meta name="select:post width" content="450px"/>
  67.  
  68.  
  69. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <link href="https://static.tumblr.com/aptzszz/9QNp5fv1g/normalize.css" rel="stylesheet" tyle="text/css"/>
  70.  
  71. <!--font-->
  72.  
  73. <link href='https://fonts.googleapis.com/css?family={select:font}:400,400italic,700,700italic|Inconsolata' rel='stylesheet' type='text/css'>
  74.  
  75. <!--videos-->
  76.  
  77. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83. /* general */
  84.  
  85. * { margin:0;padding:0;box-sizing:border-box; }
  86.  
  87. @-webkit-keyframes fadein {
  88. 0% {opacity: 0;}
  89. 100% { opacity: 1; }
  90. }
  91.  
  92. @-moz-keyframes fadein {
  93. 0% { opacity: 0; }
  94. 100% { opacity: 1; }
  95. }
  96.  
  97. @keyframes fadein {
  98. 0% { opacity: 0; }
  99. 100% { opacity: 1; }
  100. }
  101.  
  102.  
  103. ::-webkit-scrollbar{
  104. height:3px;
  105. width:7px;
  106. background:#fff;
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb {
  110. background:rgba({RGBcolor:accent},0.5);
  111. border:3px solid #fff;
  112. }
  113.  
  114. ::-webkit-scrollbar-track {
  115. background:#eee;
  116. border:3px solid #fff;
  117. }
  118.  
  119. ::-moz-selection{
  120. background: rgba({RGBcolor:accent},.2);
  121. color:{color:accent dark};
  122. }
  123.  
  124. ::selection {
  125. background: rgba({RGBcolor:accent},.2);
  126. color:{color:accent dark};
  127. }
  128.  
  129.  
  130. .tmblr-iframe{
  131. white-space:nowrap;
  132. -webkit-filter: invert(100%);
  133. -moz-filter: invert(100%);
  134. -o-filter: invert(100%);
  135. -ms-filter: invert(100%);
  136. filter: invert(100%);
  137. opacity:.2;
  138. transition: .4s ease-in-out;
  139. transform:scale(0.7,0.7);
  140. transform-origin:right top;
  141. }
  142.  
  143. .tmblr-iframe:hover { opacity:1; }
  144.  
  145. #s-m-t-tooltip{
  146. position:absolute;
  147. margin:15px;
  148. max-width:250px;
  149. z-index:9999;
  150. color:{color:accent dark};
  151. background:#fff;padding:2px 4px;
  152. border:1px solid #eee;
  153. }
  154.  
  155. blockquote {
  156. padding:0px 0px 0px 10px;
  157. margin:0px 0px 0px 10px;
  158. border-left:1px solid #eee;
  159. }
  160.  
  161. pre,code {
  162. white-space: pre-wrap;
  163. white-space: -moz-pre-wrap;
  164. white-space: -pre-wrap;
  165. white-space: -o-pre-wrap;
  166. word-wrap: break-word;
  167. font-family:'Inconsolata',monospace;
  168. }
  169.  
  170. body {
  171. background:{color:background};
  172. color:{color:text};
  173. font-family:'{select:font}',serif;
  174. font-weight:400;
  175. font-size:{text:font size};
  176. text-align:left;
  177. line-height:180%;
  178. animation:fadein 1.5s;
  179. -webkit-animation:fadein 1.5s;
  180. -moz-animation:fadein 1.5s;
  181. -moz-osx-font-smoothing:grayscale;
  182. -webkit-font-smoothing:antialiased;
  183. font-smoothing:antialiased;
  184. }
  185.  
  186.  
  187. a { color:{color:link};text-decoration:none;}
  188. a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:5px; } .tags { word-wrap:break-word; }
  189. a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent}!important; }
  190. b,strong { font-weight:600;color:{color:accent dark}; }
  191. p { margin:10px 0px 0px; }
  192. img{ opacity:1;border:none;text-decoration:none;}
  193. small { font-size:calc({text:font size} - 0.5px); }
  194. hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
  195. .posts ul { margin-top:10px;list-style:square;margin-left:20px; }
  196. big { font-size:calc({text:font size} + 0.5px); }
  197. h1,h2,h3,h4,h5,h6 { padding-bottom:10px;margin:0;font-size:calc({text:font size} + 5px);color:{color:accent};font-weight:400;font-family:'Inconsolata';} h1 i { font-style:normal;} h1 a,h1 i a { color:{color:accent dark};} .posts img, .posts li, .posts blockquote { max-width: 100%;height:auto;} .posts img { display:block; }
  198.  
  199. /* posts */
  200.  
  201. .stuff {
  202. width:calc(({select:post width} + 100px) * 2 + 300px);
  203. margin:120px auto;
  204. padding-left:50px;
  205. }
  206.  
  207. .entries {
  208. margin-left:250px;
  209. }
  210.  
  211. .posts {
  212. position:relative;
  213. width:{select:post width};
  214. margin:50px;
  215. }
  216.  
  217. .q { padding:20px;background:#fff;border-bottom:1px solid #eee; }
  218. .q a { border-bottom:1px solid {color:accent}; }
  219.  
  220. /* sidebar */
  221.  
  222. aside {
  223. width:200px;
  224. box-sizing:border-box;
  225. top:170px;
  226. position:fixed;
  227. background:#fff;
  228. padding:20px;
  229. border-bottom:1px solid #eee;
  230. }
  231.  
  232.  
  233. nav {
  234. margin:-20px -20px 20px;
  235. padding:20px;
  236. border-bottom:2px solid {color:accent};
  237. }
  238.  
  239. nav a {
  240. display:inline-block;
  241. width:49%;
  242. }
  243.  
  244. a.t {
  245. font-family:'Inconsolata';
  246. font-size:calc({text:font size} + 5px);
  247. margin-bottom:10px;
  248. display:block;
  249. }
  250.  
  251. footer {
  252. font-family:'Inconsolata';
  253. {block:ifloadmore}margin-top:5px;{/block:ifloadmore}
  254. }
  255.  
  256.  
  257. /* permalink page */
  258.  
  259. {block:permalinkpage}
  260.  
  261. .stuff { width:500px;padding:0; }
  262. .entries { margin:0; }
  263. .posts { margin:50px 0;width:500px; }
  264. nav { border-bottom:1px solid #eee; }
  265.  
  266. aside {
  267. width:500px;
  268. margin:auto;
  269. padding:20px;
  270. background:#fff;
  271. top:0;
  272. text-align:center;
  273. border-bottom:2px solid {color:accent};
  274. position:relative;
  275. }
  276.  
  277. {/block:permalinkpage}
  278.  
  279. /* captions */
  280.  
  281. .caption {
  282. margin-top:20px;
  283. {block:ifhidecaption}
  284. {block:indexpage}
  285. display:none;
  286. {/block:indexpage}
  287. {/block:ifhidecaption}
  288.  
  289. }
  290.  
  291. .user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};}
  292. .user,.answerer { display:block;margin-top:10px;margin-bottom:-10px;}
  293. .user:first-of-type { margin-top:0;}
  294. .user,.asker { font-weight:700; } a.user,a.asker { border:0!important; }
  295.  
  296. /* notes */
  297.  
  298. ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
  299. li.note { padding:0;margin:2px 0px;font-style:normal; }
  300. .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
  301. .notes img { display:none!important; }
  302. ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
  303.  
  304. /* quotes */
  305.  
  306. .quote { font-size:calc({text:font size} + 3px);color:{color:accent dark};margin-bottom:10px; } .quotesource { font-style:italic }
  307. .quotesource .tumblr_blog { top:0px;position:relative;}
  308.  
  309. /* chat */
  310.  
  311. .chat { list-style:none;}
  312. .line { list-style:none;}
  313. .line.odd { background:#fff; }
  314. .label { color:{color:accent};font-weight:700;}
  315.  
  316. /* asks */
  317.  
  318. .asker a:hover,.answer b a:hover { color:{color:accent}} .answer b a { color:{color:accent dark};} .asker { text-transform:lowercase;float:left;margin-right:5px; } .question { font-family:'Inconsolata';font-size:calc({text:font size} + 2px); }
  319.  
  320. /* audio */
  321.  
  322. .player { display:inline-block;width:50px;background:#fff;height:50px;overflow:hidden;margin-bottom:-5px;}
  323. .audio_d { float:right;padding:15px 10px;width:calc({select:post width} - 130px );background:#fff;}
  324. .tumblr_audio_player { background:#fff!important; }
  325. .tumblr_audio_player { width:40px;margin:10px 7px;height:40px;overflow:hidden;}
  326. iframe.spotify_audio_player { height:80px;overflow-y:hidden!important; }
  327.  
  328. /* lightboxes */
  329.  
  330. #vignette,.vignette { opacity:0!important; } .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;} #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; } #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; } .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
  331.  
  332. /* post info */
  333.  
  334. .inf { margin-top:10px; }
  335.  
  336. a.nc {
  337. font-family:'Inconsolata';
  338. font-size:calc({text:font size} + 2px);
  339. color:{color:accent dark};
  340. text-transform:lowercase;
  341. }
  342.  
  343. /* etc */
  344.  
  345. #fuckchad {
  346. bottom:27px;
  347. position:fixed;
  348. right:27px;
  349. }
  350.  
  351. .sc {
  352. bottom:15px;
  353. right:27px;
  354. text-align:right;
  355. position:fixed;
  356. display:none;
  357. font-weight:bold;
  358. cursor:help;
  359. }
  360.  
  361. .sc a { cursor:help;}
  362.  
  363. /* footer stuff */
  364.  
  365. #pagination { {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}margin-top:5px; } #pagination a { margin-right:10px; }
  366. .current_page { margin-right:10px;font-weight:700;color:{color:accent}; }
  367. #infscr-loading { display:none!Important; }
  368.  
  369.  
  370. /* weird font shit */
  371.  
  372. @font-face {
  373. font-family: Calluna;
  374. src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
  375. src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
  376. font-weight: 700;
  377. font-style: italic
  378. }
  379.  
  380. @font-face {
  381. font-family: Fairwater;
  382. src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
  383. font-weight: 400;
  384. font-style: normal
  385. }
  386. p.npf_quirky{font-family:Fairwater;font-size:20px;}
  387. p.npf_chat{font-family:Courier;font-size:20px;}
  388. p.npf_quote{font-family:Calluna;font-size:20px;}
  389.  
  390. .npf_color_joey {color:#ff492f;}
  391. .npf_color_monica {color:#ff8a00;}
  392. .npf_color_phoebe {color:#fcf01d;}
  393. .npf_color_ross {color:#00cf35;}
  394. .npf_color_rachel {color:#00b8ff;}
  395. .npf_color_chandler {color:#973ff4;}
  396. .npf_color_niles {color:#ff62ce;}
  397.  
  398. /* responsive */
  399.  
  400. @media only screen and (max-width: 1200px) {
  401.  
  402. {block:indexpage}
  403. .stuff { width:800px;padding:0; }
  404. .posts { width:500px; }
  405. {/block:indexpage}
  406.  
  407. }
  408.  
  409. @media only screen and (max-width: 900px) {
  410.  
  411. {block:indexpage}
  412. .stuff { width:650px; }
  413. .posts { width:350px; }
  414. {/block:indexpage}
  415.  
  416. }
  417.  
  418. @media only screen and (max-width: 700px) {
  419.  
  420. .stuff { width:100vw; }
  421. .posts { width:95vw;margin:50px 2.5vw; }
  422.  
  423. aside {
  424. width:95vw;
  425. margin:10% 2.5vw;
  426. padding:20px;
  427. background:#fff;
  428. top:0;
  429. text-align:center;
  430. border-bottom:2px solid {color:accent};
  431. position:relative;
  432. }
  433.  
  434. .entries { margin:0; }
  435. nav { border-bottom:1px solid #eee; }
  436. nav a { width:auto;margin:0 5px; }
  437. }
  438.  
  439. </style>
  440.  
  441. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  442. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  443. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  444. <script src="https://dl.dropboxusercontent.com/s/lkc34gq5tgmwqj0/basics.js?dl=0"></script>
  445. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  446. {block:indexpage}{block:ifinfinitescroll}
  447. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll} <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script> {/block:indexpage}
  448.  
  449. </head>
  450. <body>
  451. <div class="stuff">
  452.  
  453. <aside>
  454.  
  455. <nav><a href="/">home</a><a href="/ask">message</a><a href="/archive">history</a>{block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}{block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}{block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}</nav>
  456.  
  457. <a class="t" href="/">{Title}</a>
  458. <div class="d">{Description}</div>
  459.  
  460. {block:indexpage}
  461. <footer>
  462. {block:ifloadmore}
  463. <a id="more" style="cursor:help">load more posts</a>
  464. {/block:ifloadmore}
  465.  
  466. {block:Pagination}<div id="pagination">{block:previouspage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:nextpage}</div>{/block:Pagination}
  467. </footer>
  468. {/block:indexpage}
  469. </aside>
  470.  
  471. <div class="entries">
  472. {block:Posts}
  473. <div class="posts">
  474.  
  475. {block:Text}
  476. <div class="q">{block:Title}<h1>{Title}</h1>{/block:Title} {block:NotReblog}<div class="txt">{Body}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="txt">{block:Reblogs} <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body} {/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Text}
  477.  
  478. {block:Photo} <div class="q"> {LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{LinkCloseTag}{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photo}
  479.  
  480. {block:Photoset}<div class="q"><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" style="border:0!important" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photoset}
  481.  
  482.  
  483. {block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}
  484.  
  485. {block:Link}<div class="q txt"><h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{block:NotReblog}<div class="caption">{Descriptionn}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Description}</div>{/block:Link}
  486.  
  487.  
  488. {block:Chat}<div class="q txt">{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></div>{/block:Chat}
  489.  
  490.  
  491. {block:Audio}<div class="q txt">{block:AudioPlayer}<div class="player"> {AudioPlayerWhite}</div><div class="audio_d">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} : {Artist} {/block:Artist}</div>{/block:AudioPlayer} {block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Audio}
  492.  
  493.  
  494. {block:Video}<div class="q"><div class="video iframe">{Video-500}</div>{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Video}
  495.  
  496. {block:Answer}<div class="q txt"><div class="question"> <div class="asker">{Asker}:</div> {Question}</div>{block:Answerer}<div class="answer">{Answerer}{Answer}</div>{/block:Answerer} {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="txt">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a>{Body}{/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Answer}
  497.  
  498.  
  499. {block:date}
  500. <div class="inf">
  501.  
  502. {block:indexpage}
  503. <a href="{Permalink}" class="nc">{DayOfWeek} / {NoteCount}N</a>
  504. {block:ifshowtags}
  505. {block:HasTags}
  506. <div class="tags">
  507. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  508. </div>
  509. {/block:HasTags}
  510. {/block:ifshowtags}
  511. {/block:indexpage}
  512.  
  513.  
  514. {block:permalinkpage}
  515. <a class="nc" href="{Permalink}">posted on {DayOfWeek}, {TimeAgo}, with {NoteCountWithLabel}</a>
  516. {block:RebloggedFrom}
  517. <br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  518. {block:ContentSource} . <a href="{ReblogRootURL}" >source {ReblogRootName}</a>{/block:ContentSource}
  519. {/block:RebloggedFrom}
  520. {block:HasTags}
  521. <br><div class="tags">
  522. {block:Tags}
  523. <a href="{TagURL}">#{Tag}</a>
  524. {/block:Tags}
  525. </div>
  526. {/block:HasTags}
  527. {/block:permalinkpage}
  528.  
  529. </div>
  530. {/block:date}
  531.  
  532.  
  533. {block:PostNotes}{PostNotes}{/block:PostNotes}
  534. </div>
  535. {/block:Posts}
  536. </div>
  537. </div>
  538.  
  539. {block:ContentSource}<!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}” width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  540.  
  541. <div id="fuckchad"><a href="https://odeysseus.tumblr.com">O</a></div>
  542.  
  543. {block:ifscrolltotop}
  544. <div class="sc"> <a href="#">scroll to top</a></div>
  545. {/block:ifscrolltotop}
  546.  
  547. <script>
  548. $(document).ready(function(){
  549. $("a[title]").style_my_tooltips({
  550. tip_follows_cursor:true,
  551. tip_delay_time:30,
  552. tip_fade_speed:300,
  553. attribute:"title"
  554. });
  555. var $container = $('.entries');
  556. $container.imagesLoaded(function(){
  557. $container.masonry({ itemSelector: '.posts', });
  558. });
  559. {block:ifinfinitescroll}
  560. $container.infinitescroll({
  561. itemSelector: '.posts',
  562. navSelector: '#pagination',
  563. nextSelector: '.next',
  564. loadingImg: '',
  565. loadingText: '',
  566. doneText: 'no more posts',
  567. bufferPx: 10000,
  568. {block:ifloadmore}
  569. errorCallback: function () {
  570. jQuery ('a#more').delay(50).fadeOut();
  571. $('.posts').last().after($('a#more'));
  572. }
  573. {/block:ifloadmore}
  574. },
  575. function( newElements ) {
  576. var $newElems = $( newElements ).css({ opacity: 0 });
  577. $newElems.find('.photo-slideshow').pxuPhotoset({
  578. lightbox: true,
  579. rounded: false,
  580. gutter: '1px',
  581. photoset: '.photo-slideshow',
  582. photoWrap: '.photo-data',
  583. photo: '.pxu-photo'
  584. })
  585. resizeVideos();
  586. $newElems.imagesLoaded(function(){
  587. $newElems.animate({ opacity: 1 });
  588. $container.masonry( 'appended', $newElems, true );
  589. });
  590. $newElems.find('iframe.tumblr_audio_player').load( function() {
  591. $('iframe.tumblr_audio_player').contents().find("head")
  592. .append($("<style type='text/css'> .audio-player{background:#fff !important} </style>"));
  593. });
  594.  
  595. });
  596. {block:ifloadmore}
  597. $(window).unbind('.infscr');
  598. $('a#more').click(function(){
  599. $container.infinitescroll('retrieve');return false;
  600. $('.posts').last().after($('a#more'));
  601. });
  602. {/block:ifloadmore}
  603. {/block:ifinfinitescroll}
  604. });
  605. </script>
  606. </body>
  607.  
  608. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement