odeysseus_thm

theme / BLOOM

Mar 12th, 2018
7,981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. bloom
  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}
  29.  
  30. <title>{Title}</title>
  31.  
  32. <!--metas-->
  33.  
  34.  
  35.  
  36.  
  37. <meta name="color:text" content="#767676"/>
  38. <meta name="color:link" content="#aaa"/>
  39. <meta name="color:posts" content="#eee"/>
  40. <meta name="color:accent 1" content="#c2e59c"/>
  41. <meta name="color:accent 2" content="#64b3f4"/>
  42. <meta name="color:accent dark" content="#444"/>
  43. <meta name="if:hide caption" content="0"/>
  44. <meta name="if:infinite scroll" content="1"/>
  45. <meta name="if:load more" content="1"/>
  46. <meta name="if:scroll to top" content="1"/>
  47. <meta name="if:show tags" content="1"/>
  48.  
  49. <meta name="text:link 1 url" content=""/>
  50. <meta name="text:link 1" content=""/>
  51. <meta name="text:link 2 url" content=""/>
  52. <meta name="text:link 2" content=""/>
  53. <meta name="text:link 3 url" content=""/>
  54. <meta name="text:link 3" content=""/>
  55. <meta name="text:link 4 url" content=""/>
  56. <meta name="text:link 4" content=""/>
  57.  
  58. <meta name="text:font size" content="11px"/>
  59.  
  60.  
  61. <meta name="select:font" content="Nunito Sans"/>
  62. <meta name="select:font" content="PT Serif"/>
  63. <meta name="select:font" content="Maven Pro"/>
  64. <meta name="select:font" content="Work Sans"/>
  65. <meta name="select:font" content="Source Serif Pro"/>
  66. <meta name="select:font" content="ABeeZee"/>
  67. <meta name="select:font" content="Trebuchet MS"/>
  68.  
  69. <meta name="select:post width" content="350px"/>
  70. <meta name="select:post width" content="380px"/>
  71. <meta name="select:post width" content="400px"/>
  72. <meta name="select:post width" content="420px"/>
  73. <meta name="select:post width" content="450px"/>
  74. <meta name="select:post width" content="480px"/>
  75. <meta name="select:post width" content="500px"/>
  76.  
  77.  
  78. <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"/>
  79.  
  80. <!--font-->
  81.  
  82. <link href='https://fonts.googleapis.com/css?family={select:font}:400,400italic,600,600italic|Inconsolata' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85. <!--videos-->
  86.  
  87. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92.  
  93. /* general */
  94.  
  95. * { margin:0;padding:0; }
  96.  
  97. @-webkit-keyframes fadein {
  98. 0% {opacity: 0;}
  99. 100% { opacity: 1; }
  100. }
  101.  
  102. @-moz-keyframes fadein {
  103. 0% { opacity: 0; }
  104. 100% { opacity: 1; }
  105. }
  106.  
  107. @keyframes fadein {
  108. 0% { opacity: 0; }
  109. 100% { opacity: 1; }
  110. }
  111.  
  112.  
  113. ::-webkit-scrollbar{
  114. height:3px;
  115. width:7px;
  116. background:#fff;
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb {
  120. background:rgba({RGBcolor:accent 1},0.5);
  121. border:3px solid #fff;
  122. }
  123.  
  124. ::-webkit-scrollbar-track {
  125. background:#eee;
  126. border:3px solid #fff;
  127. }
  128.  
  129. ::-moz-selection{
  130. background: rgba({RGBcolor:accent 1},.2);
  131. color:{color:accent dark};
  132. }
  133.  
  134. ::selection {
  135. background: rgba({RGBcolor:accent 1},.2);
  136. color:{color:accent dark};
  137. }
  138.  
  139.  
  140. .tmblr-iframe{
  141. white-space:nowrap;
  142. -webkit-filter: invert(100%);
  143. -moz-filter: invert(100%);
  144. -o-filter: invert(100%);
  145. -ms-filter: invert(100%);
  146. filter: invert(100%);
  147. opacity:.2;
  148. transition: .4s ease-in-out;
  149. transform:scale(0.7,0.7);
  150. transform-origin:right top;
  151. }
  152.  
  153. .tmblr-iframe:hover { opacity:1; }
  154.  
  155. #s-m-t-tooltip{
  156. position:absolute;
  157. margin:15px;
  158. max-width:250px;
  159. z-index:9999;
  160. color:{color:accent dark};
  161. background:#fff;padding:2px 4px;
  162. border:1px solid #eee;
  163. }
  164.  
  165. blockquote {
  166. padding:0px 0px 0px 10px;
  167. margin:0px 0px 0px 10px;
  168. border-left:1px solid #eee;
  169. }
  170.  
  171. pre,code {
  172. white-space: pre-wrap;
  173. white-space: -moz-pre-wrap;
  174. white-space: -pre-wrap;
  175. white-space: -o-pre-wrap;
  176. word-wrap: break-word;
  177. font-family:'Inconsolata',monospace;
  178. }
  179.  
  180. body {
  181. background:#fff;
  182. color:{color:text};
  183. font-family:'{select:font}',serif;
  184. font-weight:400;
  185. font-size:{text:font size};
  186. text-align:left;
  187. letter-spacing:.5px;
  188. line-height:180%;
  189. -moz-osx-font-smoothing:grayscale;
  190. -webkit-font-smoothing:antialiased;
  191. font-smoothing:antialiased;
  192. }
  193.  
  194.  
  195. a { color:{color:link};text-decoration:underline;}
  196. a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:5px; } .tags { word-wrap:break-word; }
  197. a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent 2}!important; }
  198. b,strong { font-weight:600;color:{color:accent dark}; }
  199. p { margin:10px 0px 0px; }
  200. img{ opacity:1;border:none;text-decoration:none;}
  201. small { font-size:calc({text:font size} - 0.5px); }
  202. hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
  203. .posts ul { margin-top:10px;list-style:square;margin-left:20px; }
  204. big { font-size:calc({text:font size} + 0.5px); }
  205. h1,h2,h3,h4,h5,h6 { padding-bottom:10px;margin:0;font-size:13px;color:{color:accent dark};font-weight:400;text-transform:lowercase;} h1 i { font-style:normal;} h1 a,h1 i a { color:{color:accent dark};} .posts img, .posts li, .posts blockquote { max-width: 100%;}
  206. .naviga a { width:32%;display:inline-block;text-align:center; }
  207.  
  208. /* posts */
  209.  
  210.  
  211. .entries { margin:120px auto; width:{select:post width};}
  212.  
  213. .posts {
  214. position:relative;width:{select:post width};margin-bottom:120px;
  215. -webkit-animation-name: fadein;-webkit-animation-duration: 1s;
  216. }
  217.  
  218. .q { background:rgba({RGBcolor:posts},.4);padding:15px;margin-bottom:10px; }
  219.  
  220.  
  221. /* captions */
  222.  
  223. .caption {
  224. margin-top:10px;
  225. {block:ifhidecaption}
  226. {block:indexpage}
  227. display:none;
  228. {/block:indexpage}
  229. {/block:ifhidecaption}
  230.  
  231. }
  232.  
  233. .user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};}
  234. .user,.answerer { display:block;margin-top:10px;margin-bottom:-10px;}
  235. .user:first-of-type { margin-top:0;}
  236.  
  237. /* notes */
  238.  
  239. ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
  240. li.note { padding:0;margin:2px 0px;font-style:normal; }
  241. .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
  242. .notes img { display:none!important; }
  243. ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
  244.  
  245. /* quotes */
  246.  
  247. .quote { font-size:13px;color:{color:accent dark}; } .quotesource { font-style:italic }
  248. .quotesource .tumblr_blog { top:0px;position:relative;}
  249.  
  250. /* chat */
  251.  
  252. .chat { list-style:none;}
  253. .line { padding:5px;list-style:none;}
  254. .line.odd { background:#fff; }
  255. .label { color:{color:accent dark};margin-right:5px;}
  256.  
  257. /* asks */
  258.  
  259. .asker a:hover,.answer b a:hover { color:{color:accent 1}} .answer b a { color:{color:accent dark};} .asker { text-transform:lowercase;text-decoration:underline; } .question { padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #fff; }
  260.  
  261. /* audio */
  262.  
  263. .player { display:inline-block;width:50px;background:#fff;height:50px;overflow:hidden;margin-bottom:-5px;}
  264. .audio_d { float:right;padding:15px 10px;width:calc({select:post width} - 120px );background:#fff;}
  265. .tumblr_audio_player { background:#fff!important; }
  266. .tumblr_audio_player { width:40px;margin:10px 7px;height:40px;overflow:hidden;}
  267. iframe.spotify_audio_player { height:80px;overflow-y:hidden!important; }
  268. /* lightboxes */
  269.  
  270. #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; }
  271.  
  272. /* etc */
  273.  
  274. #fuckchad {
  275. bottom:27px;
  276. position:fixed;
  277. right:27px;
  278. }
  279.  
  280. .sc {
  281. bottom:15px;
  282. right:27px;
  283. text-align:right;
  284. position:fixed;
  285. display:none;
  286. font-weight:bold;
  287. cursor:help;
  288. }
  289.  
  290. .sc a { cursor:help;}
  291.  
  292. /* footer stuff */
  293.  
  294. #pagination { {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll} } #pagination a { margin:0px 5px; }
  295. .current_page { margin:0px 5px;font-weight:700;color:{color:accent 1}; }
  296. #infscr-loading { display:none!Important; }
  297. footer { width:{select:post width};margin:auto;text-align:center;margin-bottom:80px;margin-top:-40px;} a#more { position:relative;text-align:center;}
  298.  
  299. /* sb */
  300.  
  301. aside { top:120px;left:calc(50% - {select:post width}/2 - 250px);width:180px;position:fixed;box-sizing:border-box;padding:15px;background:rgba({RGBcolor:accent 2},.3);}
  302. a.t { color:{color:accent dark};display:block;margin-bottom:10px; }
  303.  
  304. nav { bottom:120px;right:calc(50% - {select:post width}/2 - 250px);width:180px;position:fixed;box-sizing:border-box;padding:15px;background:rgba({RGBcolor:accent 1},.3);} nav a { width:47%;display:inline-block; }
  305.  
  306. </style>
  307.  
  308. <!--scripts-->
  309.  
  310. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  311.  
  312. <script>
  313. (function($){
  314. $(document).ready(function(){
  315. $("a[title]").style_my_tooltips({
  316. tip_follows_cursor:true,
  317. tip_delay_time:30,
  318. tip_fade_speed:300,
  319. attribute:"title"
  320. });
  321. });
  322. })(jQuery);
  323. </script>
  324.  
  325. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  326. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  327. <script src="https://dl.dropboxusercontent.com/s/lkc34gq5tgmwqj0/basics.js?dl=0"></script>
  328. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  329.  
  330. </head>
  331.  
  332. <body>
  333. <div class="stuff">
  334.  
  335. <aside>
  336. <a class="t" href="/">{Title}</a>
  337. <div class="d">{Description}</div>
  338. </aside>
  339.  
  340. <nav>
  341. <a href="/">home</a> <a href="/ask">message</a>
  342. {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}
  343. </nav>
  344.  
  345. <div class="entries">
  346. {block:Posts}
  347. <div class="posts">
  348.  
  349. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Body}<div class="q">{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:Body}{/block:Text}
  350.  
  351. {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}
  352.  
  353. {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">{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}
  354.  
  355.  
  356. {block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}
  357.  
  358. {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}
  359.  
  360.  
  361. {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}
  362.  
  363.  
  364. {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}
  365.  
  366.  
  367. {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}
  368.  
  369. {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}
  370.  
  371.  
  372. {block:date}
  373. <div class="inf">
  374.  
  375. {block:indexpage}
  376. <a href="{Permalink}" class="nc">{NoteCountWithLabel}</a>
  377. {block:ifshowtags}
  378. {block:HasTags}
  379. <div class="tags">
  380. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  381. </div>
  382. {/block:HasTags}
  383. {/block:ifshowtags}
  384. {/block:indexpage}
  385.  
  386.  
  387. {block:permalinkpage}
  388. <a class="nc" href="{Permalink}">posted on {DayOfWeek}, {TimeAgo}, with {NoteCountWithLabel}</a>
  389. {block:RebloggedFrom}
  390. <br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  391. {block:ContentSource} . <a href="{ReblogRootURL}" >source {ReblogRootName}</a>{/block:ContentSource}
  392. {/block:RebloggedFrom}
  393. {block:HasTags}
  394. <br><div class="tags">
  395. {block:Tags}
  396. <a href="{TagURL}">#{Tag}</a>
  397. {/block:Tags}
  398. </div>
  399. {/block:HasTags}
  400. {/block:permalinkpage}
  401.  
  402. </div>
  403. {/block:date}
  404.  
  405.  
  406. {block:PostNotes}{PostNotes}{/block:PostNotes}
  407. </div>
  408. {/block:Posts}
  409. </div>
  410.  
  411. {block:indexpage}
  412. <footer>
  413. {block:ifloadmore}
  414. <a id="more" style="cursor:help">load more posts</a>
  415. {/block:ifloadmore}
  416.  
  417. {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}
  418. </footer>
  419. {/block:indexpage}
  420.  
  421. </div>
  422.  
  423. {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}
  424.  
  425. <div id="fuckchad"><a href="http://odeysseus.tumblr.com">O</a></div>
  426.  
  427. {block:ifscrolltotop}
  428. <div class="sc"> <a href="#">scroll to top</a></div>
  429. {/block:ifscrolltotop}
  430.  
  431. {block:indexpage}{block:ifinfinitescroll}
  432. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  433. {/block:ifinfinitescroll}{/block:indexpage}
  434.  
  435. <script>
  436. $(document).ready(function(){
  437. var $container = $('.entries');
  438. {block:ifinfinitescroll}
  439. $container.infinitescroll({
  440. itemSelector: '.posts',
  441. navSelector: '#pagination',
  442. nextSelector: '.next',
  443. loadingImg: '',
  444. loadingText: '',
  445. doneText: 'no more posts',
  446. bufferPx: 2000,
  447. {block:ifloadmore}
  448. errorCallback: function () {
  449. jQuery ('a#more').delay(50).fadeOut();
  450. $('.posts').last().after($('a#more'));
  451. }
  452. {/block:ifloadmore}
  453. },
  454. function( newElements ) {
  455. var $newElems = $( newElements );
  456. $newElems.find('.photo-slideshow').pxuPhotoset({
  457. lightbox: true,
  458. rounded: false,
  459. gutter: '1px',
  460. photoset: '.photo-slideshow',
  461. photoWrap: '.photo-data',
  462. photo: '.pxu-photo'
  463. })
  464. resizeVideos();
  465. $newElems.find('iframe.tumblr_audio_player').load( function() {
  466. $('iframe.tumblr_audio_player').contents().find("head")
  467. .append($("<style type='text/css'> .audio-player{background:#fff !important} </style>"));
  468. });
  469. });
  470.  
  471. {block:ifloadmore}
  472. $(window).unbind('.infscr');
  473. $('a#more').click(function(){
  474. $container.infinitescroll('retrieve');return false;
  475. $('.posts').last().after($('a#more'));
  476. });
  477. {/block:ifloadmore}
  478. {/block:ifinfinitescroll}
  479. });
  480. </script>
  481. </body>
  482.  
  483. </html>
Advertisement
Add Comment
Please, Sign In to add comment