Advertisement
str-wrs

Plutus

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