pasinoe

Andy Blossom Theme

Jul 31st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.89 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: PALLAS
  4. by acuite
  5.  
  6. - tweaked by 93mtvan's mun for yijinq's mun as a gift
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <!-- popups by noveia / bravethemes ; please don't delete credits --><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script>
  18. $(document).ready(function() {
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel');
  21. var popURL = $(this).attr('href');
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1];
  25. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade, .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove();
  39. });
  40. return false;
  41. });
  42. });
  43. </script><!-- poppups by noveia / bravetheme -->
  44.  
  45. <title>* 𝕟𝕠 𝕡𝕝𝕖𝕒𝕤𝕖 / 𝒏𝒐 𝒕𝒉𝒆𝒎</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <meta name="color:Text" content="#555555"/>
  51. <meta name="color:Link" content="#ce8477"/>
  52. <meta name="color:Accent" content="#ce8477"/>
  53.  
  54. <meta name="if:Tags" content="1"/>
  55. <meta name="if:Load More" content="1"/>
  56. <meta name="if:Paginate" content="0"/>
  57. <meta name="if:Round Edges" content="1"/>
  58.  
  59. <meta name="text:Post" content="250"/>
  60. <meta name="text:Sidebar" content="150"/>
  61. <meta name="text:Margin" content="75"/>
  62.  
  63. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  64. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  65. <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72.  
  73. /** popups by noveia / bravethemes ; please don't delete credits **/
  74. #fade{
  75. display:none;
  76. background:#fff; /* change background */
  77. position:fixed;
  78. left:0;
  79. top:0;
  80. width:100%;
  81. height:100%;
  82. opacity:0.5; /* change how transparent you want the background */
  83. z-index:99999; /* if this happens to go behind the popup, decrease the amount of 9's */
  84. }
  85. .popup_block{ /* the actual popup */
  86. display:none;
  87. background:#fff; /* change background */
  88. border:0.5px solid #f2f2f2; /* change border style and color */
  89. padding:10px;
  90. float:left;
  91. border-top-right-radius: 50px;
  92. border-bottom-left-radius:50px;
  93. line-height:20px;
  94. position:fixed;
  95. top:50%;
  96. left:50%;
  97. z-index:999999; /* if this happens to go behind the fade, increase the amount of 9's */
  98. -webkit-animation: fadeInUp·2s;
  99. -moz-animation: fadeInUp 2s;
  100. -ms-animation: fadeInUp 2s;
  101. -o-animation: fadeInUp 2s;
  102. animation: fadeInUp 2s;
  103.  
  104. }
  105. *html #fade{
  106. position:absolute;
  107. }
  108. *html .popup_block{
  109. position:absolute;
  110. }
  111. /** popups by noveia / bravethemes ; please don't delete credits **/
  112.  
  113.  
  114.  
  115. /* Scroll */
  116.  
  117. ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
  118. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
  119. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  120. border:5px solid #f8f8f8;
  121. }
  122.  
  123. /* Controls */
  124.  
  125. .tc .oi {font-size:15px;color:#ce8477;}
  126. .tc {position:fixed;top:15px;right:15px;cursor:pointer;}
  127. #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;}
  128.  
  129. #tumblr_controls:hover,.tmblr-iframe:hover{opacity:0.5;}
  130.  
  131.  
  132. /* General */
  133.  
  134. body {
  135. margin:0;
  136. color:#555;
  137. background:#efefef;
  138. font-smooth:always;
  139. -webkit-font-smoothing:antialiased;
  140. -moz-osx-font-smoothing: grayscale;
  141. }
  142.  
  143. a:link, a:active, a:visited {text-decoration:none;}
  144. body,p,pre,blockquote,big,sup {font-size:12px;}
  145. small {font-size:11px;}
  146. sub {font-size:10px;}
  147. b, strong, bold { font-weight:bold;font-size:105%;color:#bd7279;}
  148. i, italic, em, oblique { font-weight:italic; }
  149. body,p,pre,em{font-family:'Roboto',Helvetica,Arial,sans-serif;}
  150. a,.tags,.our_button,.like_button,#tumblr_controls,.tmblr-iframe,.tc {
  151. transition:0.5s ease;
  152. -o-transition:0.5s ease;
  153. -moz-transition:0.5s ease;
  154. -webkit-transition:0.5s ease;
  155. }
  156.  
  157. /* Credit & Scroll to Top */
  158.  
  159. .c,.top{position:fixed;right:30px;width:40px;}
  160. .c {bottom:30px;}
  161. .top {bottom:50px;display:none;}
  162.  
  163. /* Pagination */
  164.  
  165. .cp {font-weight:600;}
  166. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  167. .pag a i,.top{font-size:20px;}
  168. .pag {position:relative;}
  169. .load {cursor:pointer;display:block;}
  170. .c,.top,.pag,.load {text-align:center;}
  171. .c,.pag,.load {font-size:9px;letter-spacing:1px;text-transform:uppercase;}
  172. {block:ifnotPaginate}
  173. .pag,#infscr-loading {display:none!important;}
  174. {/block:ifnotPaginate}
  175.  
  176. /* Containers */
  177.  
  178. .center {
  179. left:15px;
  180. position:relative;
  181. margin:80px auto;
  182. padding-top:80px;
  183. width:calc({text:Post}px + 2px);
  184. }
  185.  
  186. .entry img{max-width:100%;height:auto;}
  187. .entry {
  188. margin:{text:Margin}px 0;
  189. background:#fff;
  190. overflow:hidden;
  191. border:1px solid #eee;
  192. }
  193.  
  194. /* Sidebar */
  195.  
  196.  
  197. .desc {
  198. color:#555;
  199. font-size:8px;
  200. position:fixed;
  201. z-index:99;
  202. font-family:roboto;;
  203. font-style:bold;
  204. bottom:270px;
  205. left:221px;
  206. width:168px;
  207. height:auto;
  208. letter-spacing:0px;
  209. text-align:center;
  210. padding:15px;
  211. background-color:#fff;
  212. border-radius: 25px 20px 25px 0px;
  213. line-height:10px;
  214. text-transform:uppercase;
  215. border-right:7px solid #ce8477;
  216. border-bottom:4px solid #ce8477;
  217. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  218. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  219. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  220. }
  221.  
  222. .one {
  223. transform:rotate(90deg);
  224. position:fixed;
  225. padding:1px;
  226. left:300px;
  227. bottom:260px;
  228. width:13px;
  229. background:#ce8477;
  230. z-index:9;
  231. border-left:1px solid #fff;
  232. border-top:0.5px solid #fff;
  233. border-color:#ce8477
  234. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  235. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  236. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  237. }
  238. .two {
  239. position:fixed;
  240. padding:1px;
  241. left:140px;
  242. bottom:252px;
  243. width:165px;
  244. background:#ce8477;
  245. z-index:99;
  246. border-left:2px solid #fff;
  247. border-top:1px solid #fff;
  248. border-color:#ce8477
  249. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  250. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  251. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  252. }
  253. .three {
  254. transform:rotate(90deg);
  255. position:fixed;
  256. padding:1px;
  257. left:250px;
  258. bottom:247px;
  259. width:16px;
  260. background:#ce8477;
  261. z-index:9;
  262. border-left:1px solid #fff;
  263. border-top:0.5px solid #fff;
  264. border-color:#ce8477
  265. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  266. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  267. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  268. }
  269. .four {
  270. position:fixed;
  271. padding:1px;
  272. left:140px;
  273. bottom:254px;
  274. width:165px;
  275. background:#ce8477;
  276. z-index:9;
  277. border-left:2px solid #fff;
  278. border-top:1px solid #fff;
  279. border-color:#ce8477
  280. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  281. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  282. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  283. }
  284.  
  285.  
  286.  
  287. #bbygirl {
  288. position:fixed;
  289. background-color:transparent;
  290. z-index:9999;
  291. font-size:63px;
  292. left:20px;
  293. bottom:53px;
  294. font-family:'facile';
  295. letter-spacing:3px;
  296. text-align: center;
  297. color: #fff;
  298. text-shadow: 2px 2px 25px #ce8477;
  299. }
  300.  
  301. @font-face { font-family: "facile"; src: url('https://dl.dropboxusercontent.com/s/mqcaaqxgczvdy93/Facile%20Sans.ttf'); format("truetype");}
  302.  
  303. #navi {
  304. position: fixed;
  305. z-index: 9999;
  306. bottom:211px;
  307. left:235px;
  308. width: auto;
  309. height: auto;
  310. padding: 4px;
  311. }
  312.  
  313. .navi {
  314. margin-right:6px;
  315. line-height:25px;
  316. text-transform:uppercase;
  317. font-size:7px;
  318. color:white;
  319. padding:3px 8px;
  320. letter-spacing:1px;
  321. background:#ce8477;
  322. border-radius:2px;
  323. border-color:#ffffff
  324. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  325. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  326. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  327.  
  328. }
  329. .navi a {
  330. color:#ce8477; }
  331.  
  332.  
  333. /* Titles */
  334.  
  335. h1,h2 {letter-spacing:-0.25px;}
  336. h1 {margin:0;font-size:15px;line-height:100%;}
  337. h2 {margin:0 0 10px;font-size:14px;line-height:100%;}
  338. h3,h4,h5 {margin:10px;font-size:12px;line-height:100%;}
  339.  
  340. /* Permalinks */
  341.  
  342. .p_icon,.p_info {display:inline-block;vertical-align:middle;}
  343. .p_icon {width:25px;margin-right:9px;border-radius:50%;}
  344. .p_info {font-size:10px;line-height:100%;}
  345. .p_info b{
  346. display:block;
  347. margin:0 0 3px;
  348. color:{color:Text};
  349. font-weight:400;
  350. }
  351.  
  352. .p {font-size:0;margin:20px;}
  353. .ple {width:calc(100% - 20px);}
  354. .ple,.pri {display:inline-block;vertical-align:middle;}
  355. .pri {text-align:right;width:20px;}
  356. .pri .oi {font-size:18px;}
  357.  
  358. .custom-like-button *{cursor:pointer!important;}
  359. .custom-like-button {
  360. position:relative;
  361. display:inline-block;
  362. vertical-align:top;
  363. width:16px;
  364. height:17px;
  365. cursor:pointer;
  366. }
  367.  
  368. .like_button:hover + .our_button {color:#ce8477;}
  369. .like_button.liked + .our_button {color:#ce8477;}
  370. .like_button iframe {width:100%!important;height:100%!important;}
  371. .like_button {z-index:10;opacity:0;}
  372. .our_button {z-index:1;}
  373. .our_button,.like_button {
  374. position:absolute;
  375. top:0;
  376. left:0;
  377. width:100%;
  378. height:100%;
  379. }
  380.  
  381. .entry:hover .thover{opacity:1;}
  382. .tshow,.thover{display:block;position:relative;}
  383. .thide {display:none;}
  384. .thover {opacity:0;}
  385. .tags {margin:0 0 15px;}
  386. .tags a{margin:0 5px 0 0;font-size:12px;font-family:arial;line-height:100%;font-weight:400;}
  387.  
  388. /* Quotes */
  389.  
  390. .qut_hold {margin:20px;}
  391. .src {margin-bottom:10px;}
  392. .qut {font-size:15px;font-weight:300;line-height:130%;font-style:italic;}
  393.  
  394. /* Audio & Chat */
  395.  
  396. .chat {margin:20px;}
  397. .lines,.chat h2 {margin:10px 0;padding:0;}
  398. .play {padding:10px;background:#e4e4e4;height:27px;width:27px;}
  399. .audio {font-size:0;margin:20px;}
  400. .play,.au {display:inline-block;vertical-align:middle;}
  401. .soundcloud_audio_player{padding:15px 0;}
  402. .au span.tn {font-size:13px;font-weight:800;}
  403. .au span {display:block;margin:5px 0;font-size:10px;line-height:100%;}
  404. .au {width:calc(100% - 62px);margin-left:15px;}
  405. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  406.  
  407. /* Text */
  408.  
  409. .cap b,.cap strong {font-weight:400;}
  410. ol,ul {padding:0 0 0 25px;}
  411. li {margin:5px;}
  412. p,blockquote,pre,ul,ol{margin:5px 0;}
  413. blockquote p{margin:5px 0;}
  414. blockquote p:first-child{margin:0 0 5px;}
  415. blockquote p:last-child{margin:5px 0 0;}
  416. blockquote p:only-child{margin:0;}
  417. blockquote blockquote {margin:0;}
  418. blockquote{padding-left:10px;border-left:1px solid #eee;}
  419. pre {
  420. white-space:pre-wrap;
  421. white-space:-moz-pre-wrap;
  422. white-space:-pre-wrap;
  423. white-space:-o-pre-wrap;
  424. word-wrap:break-word;
  425. }
  426.  
  427. /* Captions */
  428.  
  429. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  430. .tumblr_parent blockquote {margin:5px 0;}
  431. .tumblr_parent {border:0;margin:20px;padding:0;}
  432. a.tumblr_blog:hover {border-color:inherit;}
  433. a.tumblr_blog {border-bottom:1px solid rgba({RGBcolor:Accent},0.5);}
  434.  
  435. /* Video */
  436.  
  437. .video {overflow:hidden;}
  438. .vine-embed,#youtube_iframe {display:block;}
  439. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  440.  
  441. /* Photosets */
  442.  
  443. #tumblr_lightbox,.tmblr-lightbox {
  444. background:rgba(255,255,255,0.9)!important;
  445. }
  446.  
  447. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  448. opacity:0!important;
  449. }
  450.  
  451. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  452. #tumblr_lightbox_right_image, .lightbox-image {
  453. box-shadow:none!important;
  454. border-radius:0px!important;
  455. {block:ifRoundEdges}border-radius:6px dotted!important;{/block:ifRoundEdges}
  456. }
  457.  
  458. /* Ask */
  459.  
  460. .ask {padding:15px;}
  461. .aski {margin:0 0 5px;font-size:11px;line-height:18px;font-weight:700;}
  462. .aski img {float:left;width:18px;margin-right:8px;border-radius:4px;}
  463.  
  464. /* Permalink Page + Postnotes */
  465.  
  466. .pph {text-transform:lowercase;}
  467. .perma {margin:20px;font-size:10px;line-height:175%;}
  468. .pmt a:after {content:',';}
  469. .pmt a:last-of-type:after {content:'.';}
  470. .pn ol {margin:0;padding:0;list-style-type:none;}
  471. .pn li{margin:10px;font-size:9px;line-height:100%;}
  472. .pn,.pn img{display:none;}
  473. .pn {margin:20px;font-size:0;}
  474. .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
  475. .more_notes_link,.notes_loading {text-align:left!important;}
  476.  
  477. /* Tooltips */
  478.  
  479. #s-m-t-tooltip{
  480. max-width:190px;
  481. margin:15px;
  482. z-index:99999999;
  483. padding:6px;
  484. line-height:100%;
  485. background:#fff;
  486. }
  487.  
  488. /* Common Styles */
  489.  
  490. .ask,p,blockquote,.lines,.desc{line-height:150%;}
  491. a,h2 a:hover,.p,.perma,.src,.ask,.tumblr_blog:hover,h1 a:hover{color:#ce8477;}
  492. a:hover,h2,h2 a,.lines b,h1 a,.tn,.tumblr_blog,.lb a{color:#ce8477;}
  493.  
  494. {block:ifRoundEdges}
  495. .play,.aski img,#s-m-t-tooltip,.entry,.sidehold{border-radius:5px;}
  496. {/block:ifRoundEdges}
  497.  
  498. /* Etc */
  499.  
  500. img {margin:0;display:block;}
  501.  
  502. </style>
  503.  
  504. <script type="text/javascript">
  505. var rev = "fwd";
  506. function titlebar(val)
  507. {
  508. var msg = "* 𝕟𝕠 𝕡𝕝𝕖𝕒𝕤𝕖 / 𝒏𝒐 𝒕𝒉𝒆𝒎";
  509. var res = " ";
  510. var speed = 100;
  511. var pos = val;
  512. msg = "* 𝕟𝕠 𝕡𝕝𝕖𝕒𝕤𝕖 / 𝒏𝒐 𝒕𝒉𝒆𝒎";
  513. var le = msg.length;
  514. if(rev == "fwd"){
  515. if(pos < le){
  516. pos = pos+1;
  517. scroll = msg.substr(0,pos);
  518. document.title = scroll;
  519. timer = window.setTimeout("titlebar("+pos+")",speed);}
  520. else{
  521. rev = "bwd";
  522. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  523. else{
  524. if(pos > 0){
  525. pos = pos-1;
  526. var ale = le-pos;
  527. scrol = msg.substr(ale,le);
  528. document.title = scrol;
  529. timer = window.setTimeout("titlebar("+pos+")",speed);}
  530. else{
  531. rev = "fwd";
  532. timer = window.setTimeout("titlebar("+pos+")",speed);
  533. }}}
  534. titlebar(0);
  535. </script>
  536. </head>
  537. <body>
  538. <img src='https://78.media.tumblr.com/07f27a657dbaab0fc786a23638869dfc/tumblr_p9lm9dWEqD1xug3dpo3_r1_540.png' width=350 style='position:fixed;bottom:80px;left:20px;z-index:999'/>
  539. <img src='https://imgur.com/UHha4Lk.png' width=110% style='transform:rotate(180deg);position:fixed;top:-150px;left:0px;z-index:99999'/>
  540. <a href="#?w=300" rel="01" class="poplight"><img src='https://78.media.tumblr.com/ee9e8ac6a54abc3613bbabdd679e434b/tumblr_p918d87CD11xu51lzo1_400.gif' width=110 style='transform:rotate(-73deg);position:fixed;bottom:262px;left:32px;z-index:99999'/></a>
  541.  
  542.  
  543. <div class="desc">INSTAGRAM FAMOUS MODEL <font style="font-size:10px"><b>ANDY BLOSSOM</b></font>. REAL NAME <i>YI JING</i>. BORN IN <b>TAIWAN</b>. HER REAL BIRTHDATE IS UNDERCOVER, BUT CLAIMS TO BE BORN ON <U>6TH SEPTEMBER, 1992</U>. SENSITIVE GIRL ADDICTED TO TATTOOS.
  544. </div>
  545.  
  546.  
  547. <div class="one"></div>
  548. <div class="two"></div>
  549. <div class="three"></div>
  550. <div class="four"></div>
  551.  
  552. <div id="bbygirl">GET MESSY</div>
  553.  
  554.  
  555. <div id="navi">
  556. <a class= "navi" href="/">index</a>
  557. <a class= "navi" href="/ask">inquire</a>
  558. <a class= "navi" href="/about">profile</a>
  559. <a class= "navi" href="https://rp-eclipse.tumblr.com/">directory</a>
  560. </div>
  561.  
  562.  
  563.  
  564.  
  565. <div class="tc"><i class="oi oi-gear"></i></div>
  566. <div class="center {select:Captions}">
  567.  
  568.  
  569.  
  570. <div id="content">
  571. {block:Posts}
  572. <div class="entry" id="{PostID}">
  573.  
  574. {block:Text}
  575. <div class="txt cap">
  576. {block:Title}<h2>{Title}</h2>{/block:Title}
  577. {Body}</div>
  578. {/block:Text}
  579.  
  580. {block:Link}
  581. <div class="txt cap">
  582. <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
  583. {block:Description}{Description}{/block:Description}
  584. </div>
  585. {/block:Link}
  586.  
  587. {block:Photo}
  588. <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo"/></a></div>
  589. {/block:Photo}
  590.  
  591. {block:Photoset}
  592. <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>
  593. {/block:Photoset}
  594.  
  595. {block:Quote}
  596. <div class="qut_hold">
  597. {block:Source}<div class="src">{Source}</div>{/block:Source}
  598. <div class="qut">{Quote}</div>
  599. </div>
  600. {/block:Quote}
  601.  
  602. {block:Chat}
  603. <div class="chat">
  604. {block:Title}<h2>{Title}</h2>{/block:Title}
  605. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  606. </div>
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. <div class="audio">
  611. {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  612. <div class="au">
  613. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  614. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  615. </div>
  616. </div>
  617. {/block:Audio}
  618.  
  619. {block:Video}
  620. <div class="video">{Video-500}</div>
  621. {/block:Video}
  622.  
  623. {block:Answer}
  624. <div class="ask">
  625. <div class="aski"><img src="{AskerPortraitURL-24}"><u><i>{Asker}</i></u> whispered:</div>
  626. <div class="que">‹ {Question} ›</div>
  627. </div>
  628. <hr>
  629. <div class="txt ans cap">{Answer}</div>
  630. {/block:Answer}
  631.  
  632. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  633.  
  634. {block:IndexPage}
  635. <div class="p">
  636. {block:ifTags}{block:HasTags}<div class="tags">
  637. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  638. </div>{/block:HasTags}{/block:ifTags}
  639.  
  640. <div class="ple">
  641. {block:RebloggedFrom}<a href="{ReblogRootURL}"><img class="p_icon" src="{ReblogRootPortraitURL-96}"></a>{/block:RebloggedFrom}{block:NotReblog}<a href="{Permalink}"><img class="p_icon" src="{PortraitURL-96}"></a>{/block:NotReblog}
  642. <div class="p_info">
  643. <b>
  644. {block:RebloggedFrom}{ReblogRootName}{/block:RebloggedFrom}
  645. {block:NotReblog}{Name}{/block:NotReblog}
  646. </b>
  647. <a href="{Permalink}">{DayofMonth} {ShortMonth} &middot; {NoteCount}</a>
  648. </div>
  649. </div>
  650.  
  651. <div class="pri">
  652. <div class="custom-like-button">{LikeButton}
  653. <span class="our_button"><i class="oi oi-bookmark"></i></span>
  654. </div>
  655. </div>
  656. </div>
  657. {/block:IndexPage}
  658.  
  659.  
  660.  
  661. {block:PermalinkPage}
  662. {block:Date}
  663. <div class="pph">
  664. <div class="perma">
  665. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  666. {block:RebloggedFrom}<br>
  667. via <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;&nbsp;&nbsp;
  668. source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  669. {/block:RebloggedFrom}
  670.  
  671. {block:HasTags}<div class="pmt">tags: &nbsp;
  672. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  673. </div>{/block:HasTags}
  674. <a href="#" class="pnh">{NoteCountWithLabel}</a>
  675. </div>
  676.  
  677. {block:PostNotes}
  678. <div class="pn">{PostNotes}</div>
  679. {/block:PostNotes}
  680.  
  681. </div>
  682. {/block:Date}
  683. {/block:PermalinkPage}
  684.  
  685. {block:ContentSource}
  686. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  687. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  688. {/block:SourceLogo}
  689. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  690. {/block:ContentSource}
  691.  
  692. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  693.  
  694. </div>
  695. {/block:Posts}
  696.  
  697. {block:ifPaginate}
  698. {block:Pagination}
  699. <div class="pag">
  700. {block:PreviousPage}
  701. <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
  702. {/block:PreviousPage}
  703.  
  704. {block:JumpPagination length="3"}
  705. {block:CurrentPage}
  706. <span class="cp">{PageNumber}</span>
  707. {/block:CurrentPage}
  708. {block:JumpPage}
  709. <a class="jp" href="{URL}">{PageNumber}</a>
  710. {/block:JumpPage}
  711. {/block:JumpPagination}
  712.  
  713. {block:NextPage}
  714. <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
  715. {/block:NextPage}
  716. </div>
  717. {/block:Pagination}
  718. {/block:ifPaginate}
  719.  
  720. </div>
  721.  
  722. {block:ifnotPaginate}
  723. {block:Pagination}
  724. <div class="pag">
  725. {block:PreviousPage}
  726. <a href="{PreviousPage}" class="prev">back</a>
  727. {/block:PreviousPage}
  728. {block:NextPage}
  729. <a href="{NextPage}" class="next">next</a>
  730. {/block:NextPage}
  731. </div>
  732.  
  733. {block:ifLoadMore}
  734. <a class="load">Load More</a>
  735. {/block:ifLoadMore}
  736. {/block:Pagination}
  737. {/block:ifnotPaginate}
  738.  
  739. </div>
  740.  
  741. <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
  742. <div class="c"><a title="theme by acuite, heavily tweaked by 93mtvan's mun. do not copy." href="http://acuite.tumblr.com">acuite</a></div>
  743.  
  744. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  745. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  746. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  747. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  748. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  749. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  750. <script>
  751. // pxu photosets
  752. $(document).ready(function(){
  753. $('.photo-slideshow').pxuPhotoset({
  754. lightbox: true,
  755. rounded: false,
  756. gutter: '1px',
  757. photoset: '.photo-slideshow',
  758. photoWrap: '.photo-data',
  759. photo: '.pxu-photo'
  760. });
  761.  
  762.  
  763. // minimal soundcloud player © eoxk.tumblr
  764. $(document).ready(function(){
  765. var color = '#ce8477'; // color of play button (hex)
  766. $('.soundcloud_audio_player').each(function(){
  767. $(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%' });
  768. });
  769. });
  770.  
  771.  
  772. // drop links & post notes
  773. $(document).ready(function(){
  774. $(".pn").hide();
  775. $(".pnh").show();$('.pnh').toggle(function(){
  776. $(".pn").slideDown(function(){});
  777. },function(){
  778. $(".pn").slideUp(function(){});
  779. });
  780. $(".lb").hide();
  781. $(".lh").show();$('.lh').toggle(function(){
  782. $(".lb").slideDown(function(){});
  783. },function(){
  784. $(".lb").slideUp(function(){});
  785. });
  786. });
  787.  
  788.  
  789. // scroll to top © html-tuts.com
  790. var amountScrolled = 500;
  791. $(window).scroll(function() {
  792. if ($(window).scrollTop() > amountScrolled) {
  793. $('a.top').fadeIn('slow');
  794. } else {
  795. $('a.top').fadeOut('slow');
  796. }
  797. });
  798. $('a.top').click(function() {
  799. $('body, html').animate({
  800. scrollTop: 0
  801. }, 'slow');
  802. return false;
  803. });
  804.  
  805.  
  806. // tooltips
  807. (function($){
  808. $(document).ready(function(){
  809. $("[title]").style_my_tooltips({
  810. tip_delay_time:200,
  811. tip_fade_speed:300
  812. }
  813. );
  814. });
  815. })(jQuery);
  816.  
  817.  
  818. /*
  819.  
  820. UN-NEST TUMBLR CAPTIONS PLUGIN
  821. 2016 @magnusthemes & @neothm
  822. source: http://neothm.com/post/148902138319
  823.  
  824. */
  825. $('.entry').unnest({
  826. yourCaption: ".cap",
  827. newCaptionUsername: false,
  828. originalPostCaptionUsername: false,
  829. tumblrAvatars: false,
  830. usernameColon: false
  831. });
  832.  
  833.  
  834. // infinite scroll
  835. {block:ifnotPaginate}
  836. var $container = $('#content');
  837. $container.infinitescroll({
  838. itemSelector: '.entry',
  839. navSelector: '.pag',
  840. nextSelector: '.next',
  841. loadingImg: ' ',
  842. loadingText: ' ',
  843. donetext: 'No more posts' ,
  844. bufferPx: 2000,
  845. {block:ifLoadMore}
  846. errorCallback: function(){
  847. jQuery('.load').delay(50).fadeOut();
  848. }
  849. {/block:ifLoadMore}
  850. },
  851. function( newElements ) {
  852. var $newElems = $( newElements );
  853. var $newElemsIDs = $newElems.map(function(){
  854. return this.id;
  855. }).get();
  856. console.log($newElems, $newElemsIDs);
  857. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  858. $newElems.find('.photo-slideshow').pxuPhotoset({
  859. lightbox: true,
  860. rounded: false,
  861. gutter: '1px',
  862. photoset: '.photo-slideshow',
  863. photoWrap: '.photo-data',
  864. photo: '.pxu-photo'
  865. });
  866. resizeVideos();
  867. $newElems.unnest({
  868. yourCaption: ".cap",
  869. newCaptionUsername: true,
  870. originalPostCaptionUsername: true,
  871. tumblrAvatars: false,
  872. usernameColon: false
  873. });
  874. });
  875. {block:ifLoadMore}
  876. $(window).unbind(".infscr");
  877. $(".load").click(function(){
  878. $("#content").infinitescroll("retrieve");
  879. });
  880. {/block:ifLoadMore}
  881. {/block:ifnotPaginate}
  882. });
  883.  
  884. </script>
  885.  
  886. <!-- layout by noveia / bravethemes -->
  887.  
  888. <div id="01" class="popup_block">
  889. <center>
  890. <br>
  891. /under construction/
  892. </center>
  893. <br>
  894. </div></div>
  895.  
  896. <!-- layout by noveia / bravethemes -->
  897.  
  898.  
  899. </body>
  900. </html>
Add Comment
Please, Sign In to add comment