odeysseus_thm

theme / CHERRY

May 28th, 2020
6,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. cherry
  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="#767676"/>
  37. <meta name="color:link" content="#aaa"/>
  38. <meta name="color:accent" content="#9f84ba"/>
  39. <meta name="color:accent dark" content="#222"/>
  40. <meta name="if:hide caption" content="0"/>
  41. <meta name="if:infinite scroll" content="1"/>
  42. <meta name="if:load more" content="1"/>
  43. <meta name="if:scroll to top" content="1"/>
  44. <meta name="if:updates" content="1"/>
  45. <meta name="if:show tags" content="1"/>
  46.  
  47. <meta name="text:link 1 url" content=""/>
  48. <meta name="text:link 1" content=""/>
  49. <meta name="text:link 2 url" content=""/>
  50. <meta name="text:link 2" content=""/>
  51. <meta name="text:link 3 url" content=""/>
  52. <meta name="text:link 3" content=""/>
  53. <meta name="text:link 4 url" content=""/>
  54. <meta name="text:link 4" content=""/>
  55. <meta name="text:link 5 url" content=""/>
  56. <meta name="text:link 5" content=""/>
  57.  
  58. <meta name="text:font size" content="11px"/>
  59.  
  60. <meta name="text:update 1" content="update 1 content"/>
  61. <meta name="text:update 2" content="update 2 content"/>
  62. <meta name="text:update 3" content="update 3 content"/>
  63.  
  64. <meta name="select:font" content="Nunito Sans"/>
  65. <meta name="select:font" content="PT Serif"/>
  66. <meta name="select:font" content="Source Sans Pro"/>
  67. <meta name="select:font" content="Nunito"/>
  68. <meta name="select:font" content="Open Sans"/>
  69. <meta name="select:font" content="PT Sans"/>
  70. <meta name="select:font" content="Libre Franklin"/>
  71. <meta name="select:font" content="Muli"/>
  72. <meta name="select:font" content="Lora"/>
  73. <meta name="select:font" content="Source Serif Pro"/>
  74. <meta name="select:font" content="Merriweather"/>
  75. <meta name="select:font" content="ABeeZee"/>
  76.  
  77. <meta name="select:post width" content="300px"/>
  78. <meta name="select:post width" content="320px"/>
  79. <meta name="select:post width" content="350px"/>
  80. <meta name="select:post width" content="380px"/>
  81. <meta name="select:post width" content="400px"/>
  82.  
  83. <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"/>
  84.  
  85. <!--font-->
  86.  
  87. <link href='https://fonts.googleapis.com/css?family={select:font}:400,400italic,600,600italic,bold,bolditalic|Inconsolata' rel='stylesheet' type='text/css'>
  88.  
  89.  
  90. <!--videos-->
  91.  
  92. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97.  
  98. /* general */
  99.  
  100. * { margin:0;padding:0;box-sizing:border-box; }
  101.  
  102. @-webkit-keyframes fadein {
  103. 0% {opacity: 0;}
  104. 100% { opacity: 1; }
  105. }
  106.  
  107. @-moz-keyframes fadein {
  108. 0% { opacity: 0; }
  109. 100% { opacity: 1; }
  110. }
  111.  
  112. @keyframes fadein {
  113. 0% { opacity: 0; }
  114. 100% { opacity: 1; }
  115. }
  116.  
  117.  
  118. ::-webkit-scrollbar{
  119. height:3px;
  120. width:7px;
  121. background:#fff;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb {
  125. background:rgba({RGBcolor:accent},0.5);
  126. border:3px solid #fff;
  127. }
  128.  
  129. ::-webkit-scrollbar-track {
  130. background:#eee;
  131. border:3px solid #fff;
  132. }
  133.  
  134. ::-moz-selection{
  135. background: rgba({RGBcolor:accent},.2);
  136. color:{color:accent dark};
  137. }
  138.  
  139. ::selection {
  140. background: rgba({RGBcolor:accent},.2);
  141. color:{color:accent dark};
  142. }
  143.  
  144.  
  145. .tmblr-iframe{
  146. white-space:nowrap;
  147. -webkit-filter: invert(100%);
  148. -moz-filter: invert(100%);
  149. -o-filter: invert(100%);
  150. -ms-filter: invert(100%);
  151. filter: invert(100%);
  152. opacity:.2;
  153. transition: .4s ease-in-out;
  154. transform:scale(0.7,0.7);
  155. transform-origin:right top;
  156. }
  157.  
  158. .tmblr-iframe:hover { opacity:1; }
  159.  
  160. #s-m-t-tooltip{
  161. position:absolute;
  162. margin:15px;
  163. max-width:250px;
  164. z-index:9999;
  165. color:{color:accent dark};
  166. background:#fff;padding:2px 4px;
  167. border:1px solid #eee;
  168. }
  169.  
  170. blockquote {
  171. padding:0px 0px 0px 10px;
  172. margin:0px 0px 0px 10px;
  173. border-left:1px solid #eee;
  174. }
  175.  
  176. pre,code {
  177. white-space: pre-wrap;
  178. white-space: -moz-pre-wrap;
  179. white-space: -pre-wrap;
  180. white-space: -o-pre-wrap;
  181. word-wrap: break-word;
  182. font-family:'Inconsolata',monospace;
  183. }
  184.  
  185. body {
  186. background:{color:background};
  187. color:{color:text};
  188. font-family:'{select:font}',serif;
  189. font-weight:400;
  190. font-size:{text:font size};
  191. text-align:left;
  192. line-height:180%;
  193. -moz-osx-font-smoothing:grayscale;
  194. -webkit-font-smoothing:antialiased;
  195. font-smoothing:antialiased;
  196. }
  197.  
  198.  
  199. a { color:{color:link};text-decoration:none;}
  200. a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:7px; } .tags { word-wrap:break-word; }
  201. a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent}!important; }
  202. b,strong { font-weight:bold;color:{color:accent dark}; }
  203. p { margin:10px 0px 0px; } .posts p:first-of-type { margin-top:0;}
  204. img{ opacity:1;border:none;text-decoration:none;}
  205. small { font-size:calc({text:font size} - 0.5px); }
  206. hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
  207. .posts ul { margin-top:10px;list-style:square;margin-left:20px; }
  208. big { font-size:calc({text:font size} + 0.5px); }
  209. h1,h2,h3,h4,h5,h6 { padding:0;margin:0;font-size:calc({text:font size} + 3px);color:{color:accent dark};font-weight:600;} 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;margin-top:10px;} .posts img { display:block; }
  210.  
  211. /* posts */
  212.  
  213.  
  214. .entries { margin:120px 0 120px 440px;{block:permalinkpage}width:500px;{/block:permalinkpage}{block:indexpage}width:calc((83px + {select:post width}) * 2);{/block:indexpage}transition: .25s ease-in-out;}
  215.  
  216. .posts {
  217. {block:indexpage}margin:0 40px 80px;display:inline-block;width:{select:post width};{/block:indexpage}{block:permalinkpage}width:500px;{/block:permalinkpage}position:relative;vertical-align:top;
  218. animation:fadein 1s;-webkit-animation:fadein 1s;-moz-animation:fadein 1s;
  219. }
  220.  
  221.  
  222. /* captions */
  223.  
  224. .caption {
  225. {block:ifhidecaption}
  226. {block:indexpage}
  227. display:none;
  228. {/block:indexpage}
  229. {/block:ifhidecaption}
  230.  
  231. }
  232.  
  233. .pad {
  234. padding:20px;
  235. background:#fff;
  236. border-bottom:1px solid #eee;
  237. }
  238.  
  239. .user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};}
  240. .user,.answerer { display:block;margin-top:10px;}
  241. .user:first-of-type { margin-top:0;}
  242.  
  243. /* info */
  244.  
  245. .inf,.txt,h1 {
  246. padding:20px;
  247. border-bottom:1px solid #eee;
  248. background:#fff;
  249. }
  250.  
  251. h1.nopad { padding:0;border:0;}
  252. a.nc { font-weight:bold;color:{color:accent dark};}
  253. .buttons { margin-left:15px; } i.buttons { font-style:normal!important; }
  254. .tags a { color:{color:text};font-style:italic; }
  255. .like-b {
  256. position:relative;
  257. display:inline-block;
  258. height:1em;
  259. line-height:1em;
  260. margin-bottom:-2px;
  261. overflow:hidden;
  262. }
  263. .like-b .like_button iframe {
  264. position:absolute;
  265. top:0;
  266. left:0;
  267. bottom:0;
  268. right:0;
  269. z-index:2;
  270. opacity:0;
  271. }
  272. .like-b .liked + .b {
  273. color:{color:accent};
  274. }
  275. .like-b .liked + .b:after {
  276. content:'d';
  277. }
  278.  
  279. /* notes */
  280.  
  281. ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
  282. li.note { padding:0;margin:2px 0px;font-style:normal; }
  283. .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
  284. .notes img { display:none!important; }
  285. ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
  286.  
  287. /* quotes */
  288.  
  289. .quote { font-size:15px;color:{color:accent dark}; } .quotesource { font-style:italic;margin-top:5px; }
  290. .quotesource .tumblr_blog { top:0px;position:relative;}
  291.  
  292. /* chat */
  293.  
  294. .chat li,.line li { margin:0; }
  295. .chat { list-style:none;}
  296. .line { list-style:none;}
  297. .line.odd { background:#fff; }
  298. .label { color:{color:accent dark};margin-right:5px;}
  299.  
  300. /* asks */
  301.  
  302. .asker a:hover,.answer b a:hover { color:{color:accent}} .answer b a { color:{color:accent dark};} .asker { text-transform:lowercase;display:inline;margin-right:10px;font-weight:bold;color:{color:accent dark}; }
  303. .question { background:#fafafa;padding:20px; }
  304. /* audio */
  305.  
  306. .player { display:inline-block;width:50px;background:#fff;height:53px;overflow:hidden;}
  307. .audio_d { float:right;padding:5px 10px;border-left:1px solid #eee;{block:indexpage}width:calc({select:post width} - 90px);{/block:indexpage}{block:permalinkpage}width:410px;{/block:permalinkpage}} .tn { margin-bottom:-25px;color:{color:accent dark};}
  308. .tumblr_audio_player { background:#fff!important; }
  309. .tumblr_audio_player { width:40px;margin:10px 7px;height:40px;overflow:hidden;}
  310. iframe.spotify_audio_player { height:80px;overflow-y:hidden!important; }
  311.  
  312.  
  313. /* lightboxes */
  314.  
  315. #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; }
  316.  
  317. /* etc */
  318.  
  319. #fuckchad {
  320. bottom:27px;
  321. position:fixed;
  322. right:27px;
  323. }
  324.  
  325. .sc {
  326. bottom:15px;
  327. right:27px;
  328. text-align:right;
  329. position:fixed;
  330. display:none;
  331. font-weight:bold;
  332. cursor:help;
  333. }
  334.  
  335. .sc a { cursor:help;}
  336.  
  337. /* footer stuff */
  338.  
  339. #pagination { {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll} } #pagination a { margin:0px 5px; }
  340. .current_page { margin:0px 5px;font-weight:bold;color:{color:accent}; }
  341. #infscr-loading { display:none!Important; }
  342. footer { width:{select:post width};margin-left:480px;text-align:left;margin-bottom:120px;font-weight:bold;padding-left:5px;} a#more { position:relative; }
  343.  
  344. /* sidebar */
  345.  
  346. aside {
  347. width:360px;
  348. top:0;
  349. left:0;
  350. position:fixed;
  351. background:#fff;
  352. box-sizing:border-box;
  353. height:100%;
  354. padding:120px 60px;
  355. }
  356.  
  357. a.t {
  358. font-size:calc({text:font size} + 6px);
  359. color:{color:accent dark};
  360. display:block;
  361. margin-bottom:5px;
  362. }
  363.  
  364. .d { font-style:italic;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #eee; }
  365. {block:ifupdates}nav{ margin-top:40px;padding-top:40px;border-top:1px solid #eee; }{/block:ifupdates} nav { word-wrap:break-word; }
  366. nav a { margin-right:7px; } a.thm { color:{color:accent};font-weight:bold; } a.thm:hover { color:{color:link}!important; }
  367. aside b { font-weight:normal;color:{color:link};}
  368. aside span i,aside span b { font-style:normal;display:inline-block!important;color:{color:text};}
  369.  
  370. .search { margin-top:10px; }
  371. .search .query {
  372. border: 0;
  373. outline: 0;
  374. padding: 0px;
  375. font-family: inherit;
  376. width:100%;
  377. font-size: inherit;
  378. font-style:italic;
  379. color: inherit;
  380. transition:0.25s ease-in-out;
  381. }
  382.  
  383. ::-webkit-input-placeholder {color: inherit;}
  384. :-moz-placeholder {color: inherit; opacity:1;}
  385. ::-moz-placeholder {color: inherit; opacity:1;}
  386. :-ms-input-placeholder {color: inherit;}
  387.  
  388. input:focus::-webkit-input-placeholder {color: transparent;}
  389. input:focus:-moz-placeholder {color: transparent;}
  390. input:focus::-moz-placeholder {color: transparent;}
  391. input:focus:-ms-input-placeholder { color: transparent;}
  392.  
  393.  
  394.  
  395. /* weird font shit */
  396.  
  397. @font-face {
  398. font-family: Calluna;
  399. src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
  400. 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");
  401. font-weight: bold;
  402. font-style: italic
  403. }
  404.  
  405. @font-face {
  406. font-family: Fairwater;
  407. 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");
  408. font-weight: 400;
  409. font-style: normal
  410. }
  411. p.npf_quirky{font-family:Fairwater;font-size:20px;}
  412. p.npf_chat{font-family:Courier;font-size:20px;}
  413. p.npf_quote{font-family:Calluna;font-size:20px;}
  414.  
  415. .npf_color_joey {color:#ff492f;}
  416. .npf_color_monica {color:#ff8a00;}
  417. .npf_color_phoebe {color:#fcf01d;}
  418. .npf_color_ross {color:#00cf35;}
  419. .npf_color_rachel {color:#00b8ff;}
  420. .npf_color_chandler {color:#973ff4;}
  421. .npf_color_niles {color:#ff62ce;}
  422.  
  423. .upd {display:block;margin-bottom:5px;}
  424. .upd svg { height:{text:font size};margin-right:10px;margin-bottom:-3px;fill:{color:accent}}
  425.  
  426. /* responsive */
  427.  
  428. @media only screen and (max-width: 1300px) {
  429. {block:indexpage}.entries { width:calc(83px + {select:post width}); } {/block:indexpage}
  430. }
  431.  
  432. @media only screen and (max-width: 930px) {
  433. .entries,.posts { width:300px; } .entries { margin-left:440px; } .posts { margin:0 0 80px; }
  434. .audio_d {width:210px; }
  435. }
  436.  
  437.  
  438. @media only screen and (max-width: boldpx) {
  439. .entries,.posts { width:90vw;margin:60px auto; }
  440. footer { margin:80px auto 120px;width:100%;text-align:center; }
  441. aside { top:0;width:100%;height:auto;padding:40px;position:relative;}
  442. .hide { display:none; }
  443. nav { margin-top:0;border:0;padding-top:0; }
  444. .audio_d { width:calc(90vw - 90px); }
  445. }
  446.  
  447.  
  448. </style>
  449.  
  450. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  451. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  452. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  453. <script src="https://dl.dropboxusercontent.com/s/lkc34gq5tgmwqj0/basics.js?dl=0"></script>
  454. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  455. {block:indexpage}{block:ifinfinitescroll}
  456. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  457. {/block:ifinfinitescroll}{/block:indexpage}
  458.  
  459. </head>
  460.  
  461. <body>
  462.  
  463. <aside>
  464. <a class="t" href="/">{Title}</a>
  465. <div class="d">{Description}</div>
  466. {block:ifupdates}
  467. <div class="hide">
  468.  
  469. {block:ifupdate1}<span class="upd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M163.8,36.4c-1-2.1-3.1-3.4-5.4-3.4H80.7c-2.5,0-4.7,1.5-5.6,3.9l-33.7,88c-0.7,1.8-0.5,3.9,0.7,5.5c1.1,1.6,3,2.6,4.9,2.6 h37.8l-1.7,53.7c-0.1,2.6,1.5,4.9,3.9,5.8c0.7,0.3,1.4,0.4,2.1,0.4c1.8,0,3.5-0.8,4.6-2.2l81.9-98.9c1.5-1.8,1.8-4.3,0.8-6.4 s-3.1-3.4-5.4-3.4h-38.7l30.8-39.3C164.5,40.9,164.8,38.4,163.8,36.4z M115.3,84.3c-1.4,1.8-1.7,4.3-0.7,6.3c1,2.1,3.1,3.4,5.4,3.4 h38.3l-62.6,75.6l1.3-42.4c0.1-1.6-0.6-3.2-1.7-4.4c-1.1-1.2-2.7-1.8-4.3-1.8H55.7l29.1-76h61.3L115.3,84.3z"/></svg>
  470. {text:update 1}</span>{/block:ifupdate1}
  471. {block:ifupdate2}<span class="upd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 469.513 469.513" style="enable-background:new 0 0 469.513 469.513;" xml:space="preserve"><g><g><path d="M370.757,0h-272c-9.35,0-17,7.65-17,17v435.483c0,7.083,4.25,13.317,10.767,15.867c6.517,2.55,13.883,0.85,18.7-4.533 L238.157,324.7l119.85,138.833c3.4,3.683,7.933,5.95,12.75,5.95c1.983,0,3.967-0.283,5.95-1.133 c6.517-2.55,11.05-8.783,11.05-15.867V17C387.757,7.65,380.107,0,370.757,0z M353.757,406.867L251.473,288.15 c-3.117-3.683-7.65-5.95-12.75-5.95c-4.817,0-9.633,1.983-12.75,5.667L115.757,408.85V34h238V406.867z"/></g></g></svg> {text:update 2}</span>{/block:ifupdate2}
  472. {block:ifupdate3}<span class="upd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 491.115 491.115" style="enable-background:new 0 0 491.115 491.115;" xml:space="preserve"><g><g><path d="M475.624,177.416l-154.417-13.033l-60.067-142.8c-2.55-6.233-8.783-10.483-15.583-10.483s-13.033,3.967-15.583,10.483 l-60.067,142.8L15.491,177.416c-6.8,0.567-12.75,5.1-14.733,11.617s0,13.6,5.1,18.133l117.017,101.15L87.741,459.049 c-1.417,6.8,1.133,13.6,6.517,17.567c5.667,3.967,13.033,4.25,18.7,0.85l132.6-80.183l132.6,80.183 c2.833,1.7,5.667,2.55,8.783,2.55c3.4,0,7.083-1.133,9.917-3.117c5.667-3.967,8.217-11.05,6.517-17.567l-35.133-150.733 l117.017-101.15c5.1-4.533,7.083-11.617,5.1-18.133C488.374,182.516,482.424,177.983,475.624,177.416z M338.208,289.616 c-4.817,4.25-6.8,10.483-5.383,16.717l28.333,121.55l-106.817-64.6c-2.833-1.7-5.667-2.55-8.783-2.55 c-3.117,0-6.233,0.85-8.783,2.55l-106.817,64.6l28.333-121.55c1.417-6.233-0.567-12.467-5.383-16.717l-94.35-81.6l124.383-10.483 c6.233-0.567,11.9-4.533,14.167-10.2l48.45-115.317l48.45,115.033c2.55,5.95,7.933,9.917,14.167,10.2l124.383,10.483 L338.208,289.616z"/></g></g></svg>
  473. {text:update 3}</span>{/block:ifupdate3}
  474. </div>
  475. {/block:ifupdates}
  476. <nav>
  477. <a href="/">home</a> <a href="/ask">message</a> <a href="/archive">grid</a>
  478. {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} {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4} {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  479.  
  480. <form action="/search" method="get" class="search"><input type="text" name="q" value="" class="query" autocomplete="off" placeholder="search this blog"></form>
  481. </nav>
  482. </aside>
  483. <div class="stuff">
  484. <div class="entries">
  485. {block:Posts}
  486. <div class="posts">
  487.  
  488. {block:Text}
  489. <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}
  490.  
  491. {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 pad">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption pad">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photo}
  492.  
  493. {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" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:Caption}{block:NotReblog}<div class="caption pad">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption pad">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photoset}
  494.  
  495.  
  496. {block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}
  497.  
  498. {block:Link}<div class="q txt"><h1 class="nopad"><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}
  499.  
  500.  
  501. {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}
  502.  
  503.  
  504. {block:Audio}<div class="q txt">{block:AudioPlayer}<div class="player"> {AudioPlayerWhite}</div><div class="audio_d">{block:TrackName}<div class="tn">{TrackName}</div>{/block:TrackName}{block:Artist} <br/> <i>{Artist}</i>{/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}
  505.  
  506. {block:Video}<div class="q"><div class="video iframe">{Video-500}</div>{block:Caption}{block:NotReblog}<div class="caption pad">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption pad">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Video}
  507.  
  508. {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}
  509.  
  510.  
  511. {block:date}
  512. <div class="inf">
  513.  
  514. {block:indexpage}
  515. <a href="{Permalink}" class="nc">{NoteCount}</a> <i class="buttons"><a href="{ReblogURL}" target="_blank" >reblog</a> . <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a></i>
  516. {block:ifshowtags}
  517. {block:HasTags}
  518. <div class="tags">
  519. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  520. </div>
  521. {/block:HasTags}
  522. {/block:ifshowtags}
  523. {/block:indexpage}
  524.  
  525.  
  526. {block:permalinkpage}
  527. <a class="nc" href="{Permalink}">posted on {DayOfWeek}, {TimeAgo}, with {NoteCountWithLabel}</a>
  528. {block:RebloggedFrom}
  529. <br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  530. {block:ContentSource} . <a href="{ReblogRootURL}" >source {ReblogRootName}</a>{/block:ContentSource}
  531. {/block:RebloggedFrom}
  532. {block:HasTags}
  533. <br><div class="tags">
  534. {block:Tags}
  535. <a href="{TagURL}">#{Tag}</a>
  536. {/block:Tags}
  537. </div>
  538. {/block:HasTags}
  539. {/block:permalinkpage}
  540.  
  541. </div>
  542. {/block:date}
  543.  
  544.  
  545. {block:PostNotes}{PostNotes}{/block:PostNotes}
  546. </div>
  547. {/block:Posts}
  548. </div>
  549.  
  550. {block:indexpage}
  551. <footer>
  552. {block:ifloadmore}
  553. <a id="more" style="cursor:help">load more posts</a>
  554. {/block:ifloadmore}
  555.  
  556. {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}
  557. </footer>
  558. {/block:indexpage}
  559.  
  560. </div>
  561.  
  562. {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}
  563.  
  564. <div id="fuckchad"><a href="https://odeysseus.tumblr.com">O</a></div>
  565.  
  566. {block:ifscrolltotop}
  567. <div class="sc"> <a href="#">scroll to top</a></div>
  568. {/block:ifscrolltotop}
  569.  
  570. <script>
  571. $(document).ready(function(){
  572. $("a[title]").style_my_tooltips({
  573. tip_follows_cursor:true,
  574. tip_delay_time:30,
  575. tip_fade_speed:300,
  576. attribute:"title"
  577. });
  578. var $container = $('.entries');
  579. {block:ifinfinitescroll}
  580. $container.infinitescroll({
  581. itemSelector: '.posts',
  582. navSelector: '#pagination',
  583. nextSelector: '.next',
  584. loadingImg: '',
  585. loadingText: '',
  586. doneText: 'no more posts',
  587. bufferPx: 2000,
  588. {block:ifloadmore}
  589. errorCallback: function () {
  590. jQuery ('a#more').delay(50).fadeOut();
  591. $('.posts').last().after($('a#more'));
  592. }
  593. {/block:ifloadmore}
  594. },
  595. function( newElements ) {
  596. var $newElems = $( newElements );
  597. $newElems.find('.photo-slideshow').pxuPhotoset({
  598. lightbox: true,
  599. rounded: false,
  600. gutter: '1px',
  601. photoset: '.photo-slideshow',
  602. photoWrap: '.photo-data',
  603. photo: '.pxu-photo'
  604. })
  605. resizeVideos();
  606. $newElems.find('iframe.tumblr_audio_player').load( function() {
  607. $('iframe.tumblr_audio_player').contents().find("head")
  608. .append($("<style type='text/css'> .audio-player{background:#fff !important} </style>"));
  609. });
  610. });
  611.  
  612. {block:ifloadmore}
  613. $(window).unbind('.infscr');
  614. $('a#more').click(function(){
  615. $container.infinitescroll('retrieve');return false;
  616. $('.posts').last().after($('a#more'));
  617. });
  618. {/block:ifloadmore}
  619. {/block:ifinfinitescroll}
  620. });
  621. </script>
  622. </body>
  623.  
  624. </html>
Advertisement
Add Comment
Please, Sign In to add comment