Advertisement
str-wrs

Hecate

Sep 22nd, 2014
17,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.57 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: HECATE
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8.  
  9. - @acuite for more themes
  10.  
  11. -->
  12.  
  13. <html>
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:About" content=""/>
  23.  
  24. <meta name="color:Link" content="#999"/>
  25. <meta name="color:Hover" content="#000"/>
  26.  
  27. <meta name="if:Load More" content=""/>
  28. <meta name="if:Paginate" content=""/>
  29.  
  30. <meta name="if:About Tab" content="1"/>
  31. <meta name="if:Navi Tab" content="1"/>
  32. <meta name="if:Blogroll Tab" content="1"/>
  33.  
  34. <meta name="text:Post" content="350"/>
  35. <meta name="text:Sidebar" content="120"/>
  36. <meta name="text:Margin" content="50"/>
  37.  
  38. <meta name="text:About" content="about text goes here"/>
  39. <meta name="text:Quote" content="cute quote / lyrics etc"/>
  40.  
  41. <meta name="text:Link 1" content="/"/>
  42. <meta name="text:Link 1 Title" content="one"/>
  43. <meta name="text:Link 2" content="/" />
  44. <meta name="text:Link 2 Title" content="two"/>
  45. <meta name="text:Link 3" content="/" />
  46. <meta name="text:Link 3 Title" content="three"/>
  47. <meta name="text:Link 4" content="/" />
  48. <meta name="text:Link 4 Title" content="four"/>
  49. <meta name="text:Link 5" content="/" />
  50. <meta name="text:Link 5 Title" content="five"/>
  51.  
  52. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  53. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  54. <link href="https://fonts.googleapis.com/css?family=Fira+Sans:300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  55.  
  56. <style type="text/css">
  57.  
  58. /* Scroll */
  59.  
  60. ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
  61. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
  62. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #fff;}
  63.  
  64. /* Controls */
  65.  
  66. .tc .oi {font-size:15px;color:{color:Link};}
  67. .tc {position:fixed;top:15px;right:15px;cursor:pointer;}
  68. #tumblr_controls,.tmblr-iframe{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0;top:0!important;right:0!important;z-index:999999; padding:10px 30px 10px 10px;}
  69.  
  70. #tumblr_controls:hover,.tmblr-iframe:hover{opacity:0.5;}
  71.  
  72. /* General */
  73.  
  74. body {
  75. margin:0;
  76. color:#555;
  77. background:#fff;
  78. font-smooth:always;
  79. -webkit-font-smoothing:antialiased;
  80. -moz-osx-font-smoothing: grayscale;
  81. }
  82.  
  83. a:link, a:active, a:visited {text-decoration:none;}
  84. body,p,pre,blockquote,big,small,sub,sup {font-size:11px;}
  85. body,p,pre,em{font-family:'Fira Sans',Helvetica,Arial,sans-serif;}
  86. a,.tags,#tumblr_controls,.tmblr-iframe,.tc,.thover,.pp,.box,#blogroll {
  87. transition:0.5s ease;
  88. -o-transition:0.5s ease;
  89. -moz-transition:0.5s ease;
  90. -webkit-transition:0.5s ease;
  91. }
  92.  
  93. /* Credit & Scroll to Top */
  94.  
  95. .c,.top{position:fixed;right:30px;width:40px;}
  96. .c {bottom:30px;}
  97. .top {bottom:50px;display:none;}
  98.  
  99. /* Pagination */
  100.  
  101. .cp {font-weight:600;}
  102. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  103. .pag a i,.top{font-size:20px;}
  104. .pag {position:relative;}
  105. .load {cursor:pointer;display:block;}
  106. .c,.top,.pag,.load {text-align:center;}
  107. .c,.pag,.load{font-size:10px;letter-spacing:1px;text-transform:uppercase;}
  108. {block:ifnotPaginate}
  109. .pag,#infscr-loading {display:none!important;}
  110. {/block:ifnotPaginate}
  111.  
  112. /* Containers */
  113.  
  114. #tab1, #tab2, #tab3, #tab4, #tab5{
  115. display:none;
  116. padding-top:calc(55px + {text:Margin}px);
  117. }
  118.  
  119. #tab1 {display:block;}
  120. .center {
  121. position:relative;
  122. margin:{text:Margin}px auto;
  123. width:calc({text:Sidebar}px + {text:Post}px + {text:Margin}px);
  124. }
  125.  
  126. #content {margin-left:calc({text:Sidebar}px + {text:Margin}px);}
  127. .entry img {max-width:100%;height:auto;}
  128. .entry {
  129. position:relative;
  130. width:{text:Post}px;
  131. margin-bottom:{text:Margin}px;
  132. background:#f8f8f8;
  133. }
  134.  
  135. /* Sidebar */
  136.  
  137. aside {position:fixed;width:{text:Sidebar}px;}
  138. .image img{width:100%;}
  139. .image {margin:0 0 15px;padding:0 0 20px;border-bottom:1px solid #eee;}
  140. .desc {text-align:center;}
  141.  
  142. header {
  143. top:0;
  144. font-size:0;
  145. padding:calc(25px + {text:Margin}px) 0 15px;
  146. z-index:9999;
  147. position:fixed;
  148. text-align:center;
  149. border-bottom:1px solid #eee;
  150. background:#fff;
  151. width:calc({text:Sidebar}px + {text:Post}px + {text:Margin}px);
  152. }
  153.  
  154. h1,nav{display:inline-block;vertical-align:middle;width:50%;}
  155. nav {text-align:right;}
  156. nav a{
  157. display:inline-block;
  158. margin-left:12px;
  159. font-size:9px;
  160. letter-spacing:1px;
  161. text-transform:uppercase;
  162. line-height:100%;
  163. }
  164.  
  165. /* About Tab */
  166.  
  167. .pic img {height:100%;}
  168. .pic {float:left;height:230px;margin-right:25px;}
  169. .bio {overflow:auto;max-height:230px;padding:0 20px 20px 0;}
  170. #tab3 .qut {
  171. margin:0;
  172. padding:25px;
  173. text-align:center;
  174. border-top:1px solid #eee;
  175. }
  176.  
  177. /* Nav Tab */
  178.  
  179. .navi h3 {
  180. margin:0 0 10px;
  181. font-size:14px;
  182. line-height:100%;
  183. font-weight:500;
  184. }
  185.  
  186. .navi:first-child{border:0;padding-top:0;}
  187. .navi{padding:25px 0;border-top:1px solid #eee;}
  188. .navi b{font-weight:400;}
  189. .navi a,.navi b{
  190. display:inline-block;
  191. margin:4px 4px 4px 0;
  192. font-size:11px;
  193. line-height:100%;
  194. }
  195.  
  196. /* Blogroll Tab */
  197.  
  198. .blogroll {
  199. overflow-x:hidden;
  200. overflow-y:auto;
  201. max-height:305px;
  202. font-size:0;
  203. }
  204.  
  205. .blog {
  206. display:inline-block;
  207. width:33.333%;
  208. margin:8px 0;
  209. height:18px;
  210. font-size:0;
  211. }
  212.  
  213. .blog img,.name {display:inline-block;vertical-align:middle;}
  214. .blog img{
  215. width:20px;
  216. height:20px;
  217. border-radius:2px;
  218. margin-right:8px;
  219. }
  220.  
  221. .name {
  222. font-size:10px;
  223. line-height:100%;
  224. max-width:calc(100% - 28px);
  225. word-wrap:break-word;
  226. word-break:break-all;
  227. }
  228.  
  229. .name:hover,.blog:hover .name {border-color:#777;}
  230.  
  231. /* Titles */
  232.  
  233. h1 {
  234. margin:0;
  235. text-align:left;
  236. font-size:14px;
  237. line-height:100%;
  238. font-weight:500;
  239. letter-spacing:2px;
  240. text-transform:uppercase;
  241. }
  242.  
  243. h2{margin:20px 20px 10px;padding-top:20px;font-size:14px;line-height:100%;}
  244. h3,h4,h5 {margin:10px;font-size:11px;line-height:100%;}
  245.  
  246. /* Quotes */
  247.  
  248. .qut_hold {padding:20px;}
  249. .src {margin-bottom:5px;}
  250. .qut {font-size:15px;font-weight:300;line-height:130%;font-style:italic;}
  251.  
  252. /* Permalinks */
  253.  
  254. .nt {
  255. top:50%;
  256. position:relative;
  257. font-size:16px;
  258. font-weight:500;
  259. color:#444;
  260. letter-spacing:0;
  261. }
  262.  
  263. .entry:hover .pp {opacity:1;}
  264. .pp {
  265. width:100%;
  266. height:100%;
  267. top:0;
  268. left:0;
  269. position:absolute;
  270. opacity:0;
  271. z-index:99;
  272. line-height:0%;
  273. text-align:center;
  274. background:rgba(255,255,255,0.85);
  275. }
  276.  
  277. /* Audio & Chat */
  278.  
  279. .chat {padding:15px;}
  280. .lines,.chat h2 {margin:10px;padding:0;}
  281. .play {padding:15px;background:#e4e4e4;height:27px;width:27px;}
  282. .audio {font-size:0;padding:20px;}
  283. .play,.au {display:inline-block;vertical-align:middle;}
  284. .soundcloud_audio_player{padding:15px 0;}
  285. .au span.tn {font-size:12px;font-weight:600;}
  286. .au span {display:block;margin:3px 0;font-size:11px;}
  287. .au {width:calc(100% - 72px);margin-left:15px;}
  288. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  289.  
  290. /* Text */
  291.  
  292. ol,ul {padding:0 0 0 20px;}
  293. li {margin:5px;}
  294. p,blockquote,pre,ul,ol{margin:5px 0;}
  295. blockquote p{margin:5px 0;}
  296. blockquote p:first-child{margin:0 0 5px;}
  297. blockquote p:last-child{margin:5px 0 0;}
  298. blockquote p:only-child{margin:0;}
  299. blockquote blockquote {margin:0;}
  300. blockquote{padding-left:10px;border-left:1px solid #eee;}
  301. pre {
  302. white-space:pre-wrap;
  303. white-space:-moz-pre-wrap;
  304. white-space:-pre-wrap;
  305. white-space:-o-pre-wrap;
  306. word-wrap:break-word;
  307. }
  308.  
  309. /* Captions */
  310.  
  311. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  312. .chid .cap{display:none;}
  313. .chid .txt.cap{display:block;}
  314. .cmin .tumblr_parent {border:0;padding:0;}
  315. .txt .tumblr_parent:first-of-type {border:0;}
  316. .tumblr_parent{border:0;margin:0;padding:20px;border-top:1px solid #eee;}
  317. .tumblr_parent blockquote {margin:5px 0;}
  318. .txt.nospace .tumblr_parent:first-of-type {padding-top:0;}
  319. a.tumblr_blog {font-weight:600;font-size:12px;border-bottom:1px solid;}
  320.  
  321. /* Video */
  322.  
  323. .video {overflow:hidden;}
  324. .vine-embed,#youtube_iframe {display:block;}
  325. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  326.  
  327. /* Photosets */
  328.  
  329. #tumblr_lightbox,.tmblr-lightbox {
  330. background:rgba(255,255,255,0.99)!important;
  331. }
  332.  
  333. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  334. opacity:0!important;
  335. }
  336.  
  337. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  338. #tumblr_lightbox_right_image, .lightbox-image {
  339. box-shadow:none!important;
  340. border-radius:0px!important;
  341. }
  342.  
  343. /* Ask */
  344.  
  345. .ask {padding:20px;}
  346. .aski {margin:0 0 10px;line-height:20px;font-size:10px;}
  347. .aski img {float:left;width:20px;margin-right:7px;}
  348.  
  349. /* Permalink Page + Postnotes */
  350.  
  351. .pph {text-transform:lowercase;}
  352. .perma {padding:15px;line-height:175%;border-top:1px solid #eee;background:#fff;}
  353. .pmt a:after {content:',';}
  354. .pmt a:last-of-type:after {content:'.';}
  355. .pn ol {margin:0;padding:0;list-style-type:none;}
  356. .pn li{margin:10px;font-size:9px;line-height:100%;}
  357. .pn,.pn img{display:none;}
  358. .pn {padding:10px;font-size:0;}
  359. .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
  360. .more_notes_link,.notes_loading {text-align:left!important;}
  361.  
  362. /* Tooltips */
  363.  
  364. #s-m-t-tooltip{
  365. max-width:200px;
  366. margin:15px;
  367. z-index:99999999;
  368. padding:6px;
  369. line-height:100%;
  370. word-wrap:break-word;
  371. word-break:break-all;
  372. background:#fff;
  373. }
  374.  
  375. /* Common Styles */
  376.  
  377. .ask,p,blockquote,.lines,.desc,.bio{line-height:150%;}
  378. a,.lines b,h2,.ask,.qut,.perma,.tn{color:{color:Link};}
  379. a:hover,.pp{color:{color:Hover};}
  380.  
  381. /* Etc */
  382.  
  383. .notes img {width:0;}
  384. img {margin:0;border:none;display:block;}
  385.  
  386. </style>
  387. </head>
  388. <body>
  389.  
  390. <div class="tc"><i class="oi oi-menu"></i></div>
  391.  
  392. <div class="center">
  393.  
  394. <header>
  395. <h1><a href="/">{Title}</a></h1>
  396. <nav>
  397. <a class="one" href="#">index</a>
  398. <a class="two" href="#">ask</a>
  399. {block:ifAboutTab}<a class="three" href="#">about</a>{/block:ifAboutTab}
  400. {block:ifNaviTab}<a class="four" href="#">navigate</a>{/block:ifNaviTab}
  401. {block:ifBlogrollTab}<a class="five" href="#">blogroll</a>{/block:ifBlogrollTab}
  402. </nav>
  403. </header>
  404.  
  405. <!-- Tab 1: Blog Starts -->
  406. <div id="tab1">
  407. <aside>
  408. {block:ifSidebarImage}
  409. <div class="image"><a href="/"><img src="{image:Sidebar}"></a></div>
  410. {/block:ifSidebarImage}
  411. <div class="desc">{Description}</div>
  412. </aside>
  413.  
  414. <div id="content">
  415. {block:Posts}
  416. <div class="entry">
  417.  
  418. {block:IndexPage}<a href="{Permalink}"><div class="pp"><div class="nt">{NoteCountWithLabel}</div></div></a>{/block:IndexPage}
  419.  
  420. {block:Text}
  421. {block:Title}<h2>{Title}</h2>{/block:Title}
  422. <div class="txt cap {block:Title}nospace{/block:Title}">{Body}</div>
  423. {/block:Text}
  424.  
  425. {block:Link}
  426. <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
  427. <div class="txt cap nospace">
  428. {block:Description}{Description}{/block:Description}
  429. </div>
  430. {/block:Link}
  431.  
  432. {block:Photo}
  433. <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo"/></a></div>
  434. {/block:Photo}
  435.  
  436. {block:Photoset}
  437. <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>
  438. {/block:Photoset}
  439.  
  440. {block:Quote}
  441. <div class="qut_hold">
  442. {block:Source}<div class="src">{Source}</div>{/block:Source}
  443. <div class="qut">{Quote}</div>
  444. </div>
  445. {/block:Quote}
  446.  
  447. {block:Chat}
  448. <div class="chat">
  449. {block:Title}<h2>{Title}</h2>{/block:Title}
  450. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  451. </div>
  452. {/block:Chat}
  453.  
  454. {block:Audio}
  455. <div class="audio">
  456. {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  457. <div class="au">
  458. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  459. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  460. </div>
  461. </div>
  462. {/block:Audio}
  463.  
  464. {block:Video}
  465. <div class="video">{Video-500}</div>
  466. {/block:Video}
  467.  
  468. {block:Answer}
  469. <div class="ask">
  470. <div class="aski"><img src="{AskerPortraitURL-24}">{Asker} said:</div>
  471. <div class="que">{Question}</div>
  472. </div>
  473. <div class="txt">{Answer}</div>
  474. {/block:Answer}
  475.  
  476. {block:PermalinkPage}
  477. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  478. {block:Date}
  479. <div class="perma">
  480. posted {TimeAgo} on {DayofMonth} {Month}
  481. {block:RebloggedFrom}<br>
  482. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  483. origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  484. {/block:RebloggedFrom}
  485.  
  486. {block:HasTags}<br><span>tags:</span>
  487. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  488. {/block:HasTags}
  489. <a class="pnh" href="#">see notes</a>
  490. </div>
  491. {/block:Date}
  492. {/block:PermalinkPage}
  493.  
  494. {block:PostNotes}
  495. <div class="pn">{PostNotes}</div>
  496. {/block:PostNotes}
  497.  
  498. {block:ContentSource}
  499. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  500. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  501. {/block:SourceLogo}
  502. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  503. {/block:ContentSource}
  504.  
  505. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  506.  
  507. </div>
  508. {/block:Posts}
  509.  
  510. {block:ifPaginate}
  511. {block:Pagination}
  512. <div class="pag">
  513. {block:PreviousPage}
  514. <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
  515. {/block:PreviousPage}
  516.  
  517. {block:JumpPagination length="3"}
  518. {block:CurrentPage}
  519. <span class="cp">{PageNumber}</span>
  520. {/block:CurrentPage}
  521. {block:JumpPage}
  522. <a class="jp" href="{URL}">{PageNumber}</a>
  523. {/block:JumpPage}
  524. {/block:JumpPagination}
  525.  
  526. {block:NextPage}
  527. <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
  528. {/block:NextPage}
  529. </div>
  530. {/block:Pagination}
  531. {/block:ifPaginate}
  532.  
  533.  
  534. </div>
  535.  
  536. {block:ifnotPaginate}
  537. {block:Pagination}
  538. <div class="pag">
  539. {block:PreviousPage}
  540. <a href="{PreviousPage}" class="prev">back</a>
  541. {/block:PreviousPage}
  542. {block:NextPage}
  543. <a href="{NextPage}" class="next">next</a>
  544. {/block:NextPage}
  545. </div>
  546.  
  547. {block:ifLoadMore}
  548. <a class="load">Load More</a>
  549. {/block:ifLoadMore}
  550. {/block:Pagination}
  551. {/block:ifnotPaginate}
  552.  
  553. </div>
  554. <!-- Tab 1: Blog End -->
  555.  
  556.  
  557.  
  558.  
  559.  
  560. <!-- Tab 2: Ask Starts (do not edit) -->
  561. <div id="tab2">
  562. <iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" id="ask_form"></iframe>
  563. </div>
  564. <!-- Tab 2: Ask End -->
  565.  
  566.  
  567.  
  568.  
  569.  
  570. <!-- Tab 3: About Starts -->
  571. <div id="tab3">
  572. {block:ifAboutImage}<div class="pic"><img src="{image:About}"/></div>{/block:ifAboutImage}
  573. {block:ifAbout}<div class="bio">{text:About}</div>{/block:ifAbout}
  574. {block:ifQuote}<div class="qut">{text:Quote}</div>{/block:ifQuote}
  575. </div>
  576. <!-- Tab 3: About End -->
  577.  
  578.  
  579.  
  580.  
  581.  
  582. <!-- Tab 4: Navi Starts (must be edited manually) -->
  583. <div id="tab4">
  584.  
  585.  
  586.  
  587. <!-- category start -->
  588. <div class="navi">
  589. <h3>links</h3>
  590. {block:ifLink1}
  591. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  592. {/block:ifLink1}{block:ifLink2}
  593. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  594. {/block:ifLink2}{block:ifLink3}
  595. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  596. {/block:ifLink3}{block:ifLink4}
  597. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  598. {/block:ifLink4}{block:ifLink5}
  599. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  600. {/block:ifLink5}
  601. </div>
  602. <!-- category end -->
  603.  
  604.  
  605. <!-- category start -->
  606. <div class="navi">
  607. <h3>category</h3>
  608. <b>subtitle</b>
  609. <a href="/tagged/tag-link">tags</a>
  610. <a href="/tagged/tag-link">tags</a>
  611. <a href="/tagged/tag-link">tags</a>
  612. <a href="/tagged/tag-link">tags</a>
  613. <a href="/tagged/tag-link">tags</a>
  614. <a href="/tagged/tag-link">tags</a>
  615. <a href="/tagged/tag-link">tags</a>
  616. <a href="/tagged/tag-link">tags</a>
  617. <br><b>subtitle 2</b>
  618. <a href="/tagged/tag-link">tags</a>
  619. <a href="/tagged/tag-link">tags</a>
  620. </div>
  621. <!-- category end -->
  622.  
  623.  
  624. <!-- category start -->
  625. <div class="navi">
  626. <h3>category</h3>
  627. <a href="/tagged/tag-link">tags</a>
  628. <a href="/tagged/tag-link">tags</a>
  629. <a href="/tagged/tag-link">tags</a>
  630. <a href="/tagged/tag-link">tags</a>
  631. <a href="/tagged/tag-link">tags</a>
  632. <a href="/tagged/tag-link">tags</a>
  633. <a href="/tagged/tag-link">tags</a>
  634. </div>
  635. <!-- category end -->
  636.  
  637.  
  638.  
  639. </div><!-- Tab 4: Navi End -->
  640.  
  641.  
  642.  
  643.  
  644.  
  645. <!-- Tab 5: Blogroll Starts (do not edit) -->
  646. <div id="tab5">
  647. <div class="blogroll">{block:Following}{block:Followed}<a href="{FollowedURL}"><div class="blog {FollowedName}"><img src="{FollowedPortraitURL-24}"><div class="name">{FollowedName}</div></div></a>{/block:Followed}{/block:Following}</div>
  648. </div>
  649. <!-- Tab 5: Blogroll End -->
  650.  
  651. </div>
  652.  
  653. <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
  654. <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
  655.  
  656. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  657. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  658. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  659. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  660. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  661. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  662. <script>
  663. // pxu photosets
  664. $(document).ready(function(){
  665. $('.photo-slideshow').pxuPhotoset({
  666. lightbox: true,
  667. rounded: false,
  668. gutter: '1px',
  669. photoset: '.photo-slideshow',
  670. photoWrap: '.photo-data',
  671. photo: '.pxu-photo'
  672. });
  673.  
  674.  
  675. // minimal soundcloud player © eoxk.tumblr
  676. $(document).ready(function(){
  677. var color = '{color:Link}'; // color of play button (hex)
  678. $('.soundcloud_audio_player').each(function(){
  679. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  680. });
  681. });
  682.  
  683.  
  684. // drop links & post notes
  685. $(document).ready(function(){
  686. $(".pn").hide();
  687. $(".pnh").show();$('.pnh').toggle(function(){
  688. $(".pn").slideDown(function(){});
  689. },function(){
  690. $(".pn").slideUp(function(){});
  691. });
  692. $(".lb").hide();
  693. $(".lh").show();$('.lh').toggle(function(){
  694. $(".lb").slideDown(function(){});
  695. },function(){
  696. $(".lb").slideUp(function(){});
  697. });
  698. });
  699.  
  700.  
  701. // scroll to top © html-tuts.com
  702. var amountScrolled = 500;
  703. $(window).scroll(function() {
  704. if ($(window).scrollTop() > amountScrolled) {
  705. $('a.top').fadeIn('slow');
  706. } else {
  707. $('a.top').fadeOut('slow');
  708. }
  709. });
  710. $('a.top').click(function() {
  711. $('body, html').animate({
  712. scrollTop: 0
  713. }, 'slow');
  714. return false;
  715. });
  716.  
  717.  
  718. // tooltips
  719. (function($){
  720. $(document).ready(function(){
  721. $("[title]").style_my_tooltips({
  722. tip_delay_time:200,
  723. tip_fade_speed:300
  724. }
  725. );
  726. });
  727. })(jQuery);
  728.  
  729.  
  730. /*
  731.  
  732. UN-NEST TUMBLR CAPTIONS PLUGIN
  733. 2016 @magnusthemes & @neothm
  734. source: http://neothm.com/post/148902138319
  735.  
  736. */
  737. $('.entry').unnest({
  738. yourCaption: ".cap",
  739. newCaptionUsername: false,
  740. originalPostCaptionUsername: false,
  741. tumblrAvatars: false,
  742. usernameColon: false
  743. });
  744.  
  745.  
  746. // infinite scroll
  747. {block:ifnotPaginate}
  748. var $container = $('#content');
  749. $container.infinitescroll({
  750. itemSelector: '.entry',
  751. navSelector: '.pag',
  752. nextSelector: '.next',
  753. loadingImg: ' ',
  754. loadingText: ' ',
  755. donetext: 'No more posts' ,
  756. bufferPx: 2000,
  757. {block:ifLoadMore}
  758. errorCallback: function(){
  759. jQuery('.load').delay(50).fadeOut();
  760. }
  761. {/block:ifLoadMore}
  762. },
  763. function( newElements ) {
  764. var $newElems = $( newElements );
  765. var $newElemsIDs = $newElems.map(function(){
  766. return this.id;
  767. }).get();
  768. console.log($newElems, $newElemsIDs);
  769. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  770. $newElems.find('.photo-slideshow').pxuPhotoset({
  771. lightbox: true,
  772. rounded: false,
  773. gutter: '1px',
  774. photoset: '.photo-slideshow',
  775. photoWrap: '.photo-data',
  776. photo: '.pxu-photo'
  777. });
  778. resizeVideos();
  779. $newElems.unnest({
  780. yourCaption: ".cap",
  781. newCaptionUsername: true,
  782. originalPostCaptionUsername: true,
  783. tumblrAvatars: false,
  784. usernameColon: false
  785. });
  786. });
  787. {block:ifLoadMore}
  788. $(window).unbind(".infscr");
  789. $(".load").click(function(){
  790. $("#content").infinitescroll("retrieve");
  791. });
  792. {/block:ifLoadMore}
  793. {/block:ifnotPaginate}
  794. });
  795.  
  796. $(document).ready(function(){
  797. $("a.one").click(function(){
  798. $("#tab1").show();
  799. $("#tab2").hide();
  800. $("#tab3").hide();
  801. $("#tab4").hide();
  802. $("#tab5").hide();
  803. });
  804. $("a.two").click(function(){
  805. $("#tab1").hide();
  806. $("#tab2").show();
  807. $("#tab3").hide();
  808. $("#tab4").hide();
  809. $("#tab5").hide();
  810. });
  811. $("a.three").click(function(){
  812. $("#tab1").hide();
  813. $("#tab2").hide();
  814. $("#tab3").show();
  815. $("#tab4").hide();
  816. $("#tab5").hide();
  817. });
  818. $("a.four").click(function(){
  819. $("#tab1").hide();
  820. $("#tab2").hide();
  821. $("#tab3").hide();
  822. $("#tab4").show();
  823. $("#tab5").hide();
  824. });
  825. $("a.five").click(function(){
  826. $("#tab1").hide();
  827. $("#tab2").hide();
  828. $("#tab3").hide();
  829. $("#tab4").hide();
  830. $("#tab5").show();
  831. });
  832. });
  833. </script>
  834. </body>
  835. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement