Advertisement
crpena

No. 12 : isabel

Oct 12th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  11.  
  12. <meta name="image:portrait" content="" />
  13.  
  14. <meta name="color:background" content="" />
  15. <meta name="color:borders" content="" />
  16. <meta name="color:link" content="" />
  17. <meta name="color:text" content="" />
  18. <meta name="color:accent" content="" />
  19. <meta name="color:perma" content="" />
  20. <meta name="color:selection" content="" />
  21. <meta name="color:title" content="" />
  22.  
  23. <meta name="if:HoverIndexNotes" content="" />
  24.  
  25. <meta name="select:Post Width" content="300" title="300px" />
  26. <meta name="select:Post Width" content="325" title="325px" />
  27. <meta name="select:Post Width" content="350" title="350px" />
  28. <meta name="select:Post Width" content="400" title="400px" />
  29. <meta name="select:Post Width" content="450" title="450px" />
  30. <meta name="select:Post Width" content="500" title="500px" />
  31. <meta name="select:Post Width" content="540" title="540px" />
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 URL" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 URL" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 URL" content="" />
  39.  
  40. </head>
  41. <style type="text/css">
  42.  
  43. /* tumblr controls */
  44.  
  45. iframe.tmblr-iframe { z-index:99999999999999!important;
  46. top:0!important;
  47. right:0!important;
  48. opacity:0.4;
  49. /* delete from here */
  50. filter:invert(1);
  51. -webkit-filter:invert(1);
  52. -o-filter:invert(1);
  53. -moz-filter:invert(1);
  54. -ms-filter:invert(1);
  55. /* to here if your blog has a dark background */
  56. transform:scale(0.6);
  57. transform-origin:100% 0;
  58. -webkit-transform:scale(0.6);
  59. -webkit-transform-origin:100% 0;
  60. -o-transform:scale(0.6);
  61. -o-transform-origin:100% 0;
  62. -moz-transform:scale(0.6);
  63. -moz-transform-origin:100% 0;
  64. -ms-transform:scale(0.6);
  65. -ms-transform-origin:100% 0;
  66. transition: opacity 0.6s ease-in-out;
  67. -moz-transition: opacity 0.6s ease-in-out;
  68. -webkit-transition: opacity 0.6s ease-in-out;
  69. }
  70.  
  71. iframe.tmblr-iframe:hover {opacity:0.6!important;}
  72.  
  73. body {
  74. color:{color:text};
  75. background:{color:background};
  76. font:10px roboto, arial;
  77. font-style: normal;
  78. font-variant: normal;
  79. font-weight: 400;
  80. line-height: 20px;
  81. word-wrap:break-word;
  82. overflow-x:hidden;
  83. margin:0;
  84. cursor:default;
  85. -moz-osx-font-smoothing:grayscale;
  86. -webkit-font-smoothing:antialiased;
  87. font-smoothing:antialiased;
  88. }img {
  89. display:block;
  90. max-width:100%;
  91. height:auto;}
  92.  
  93. ::selection {
  94. color:{color:text};
  95. background:{color:selection};}
  96.  
  97. ::-moz-selection {
  98. color:{color:text};
  99. background:{color:selection};}
  100.  
  101. ::-webkit-scrollbar{
  102. height:2px;
  103. width:7px;
  104. background:inherit;}
  105.  
  106. ::-webkit-scrollbar-thumb {
  107. background:{color:title};
  108. border-radius:2px;
  109. border-top:3px solid {color:background};
  110. border-right:5px solid {color:background};
  111. border-bottom:3px solid {color:background};
  112. -webkit-border-radius:2px;}
  113.  
  114. a:link, a:visited, a:active {
  115. cursor:help;
  116. color:{color:link};
  117. text-decoration:none;
  118. border:none;
  119. -moz-transition:0.19s ease-in;
  120. -webkit-transition:0.19s ease-in;
  121. -o-transition:0.19s ease-in;
  122. transition:0.19s ease-in;}
  123.  
  124. a:hover {
  125. text-decoration:underline;
  126. -moz-transition:0.19s ease-in;
  127. -webkit-transition:0.19s ease-in;
  128. -o-transition:0.19s ease-in;
  129. transition:0.19s ease-in;}
  130.  
  131. blockquote {
  132. border-left:1px solid rgba(204,204,204,.3);
  133. padding:5px 0 5px 15px;
  134. margin:15px 0;}
  135.  
  136. pre {
  137. padding:0;
  138. margin:0;
  139. line-height:1.5em;
  140. background:transparent;
  141. font-family:inherit!Important;
  142. font-size:1em!important;
  143. white-space:pre-wrap;
  144. white-space:-moz-pre-wrap;
  145. white-space:-pre-wrap;
  146. white-space:-o-pre-wrap;
  147. word-wrap:break-word;}
  148.  
  149. p {margin:1em 0;}
  150.  
  151. p:first-of-type {margin-top:0;}
  152.  
  153. p:last-of-type {margin-bottom:0;}
  154.  
  155. b, strong, b a, strong a {color:{color:title};}
  156.  
  157. ol, ul {
  158. list-style:none;
  159. text-align:left;
  160. padding-left:0;}
  161.  
  162. li {
  163. position:relative;
  164. padding:.1em 0 .1em 35px;}
  165.  
  166. ol li {counter-increment:list;}
  167.  
  168. ol li:before, ul li:before {
  169. left:15px;
  170. position:absolute;
  171. vertical-align:baseline!important;}
  172.  
  173. ol li:before {content:counter(list) '.';}
  174.  
  175. ul li:before {content:'›';}
  176.  
  177. .chat li:before, .same li:before {display:none;}
  178.  
  179. small, big, sub, pre {
  180. font-size:1em!important;
  181. line-height:1.5em!important;
  182. vertical-align:baseline!important;}
  183.  
  184. .post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child {margin-top:0;}
  185.  
  186. .ui-tooltip {
  187. position:Absolute;
  188. z-index:9999;
  189. padding-top:10px;}
  190.  
  191. .ui-tooltip-content {
  192. background:{color:accent};
  193. padding:2px 4px;
  194. font-size:8px;
  195. letter-spacing:1px;}
  196.  
  197. .sidebar {
  198. display:block;
  199. width:200px;
  200. top:210px;
  201. left:35px;
  202. position:fixed;}
  203.  
  204. .sidebarimg {
  205. display:block;
  206. height:60px;
  207. width:60px;
  208. padding:4px;
  209. border:1px solid {color:perma};
  210. margin:0px auto;}
  211.  
  212. .navigation {
  213. display:block;
  214. margin-top:25px;
  215. padding:5px;
  216. font-size:9px;
  217. font-style:italic;
  218. font-weight:700;
  219. background:{color:perma};
  220. letter-spacing:1px;
  221. text-transform:uppercase;
  222. text-align:center;}
  223.  
  224. .navigation a {
  225. display:inline-block;
  226. border:none;
  227. margin:0px 3px;
  228. font-weight:lighter;
  229. text-decoration:none;}
  230.  
  231. .navigation:hover a {
  232. opacity:.4;
  233. -moz-transition:0.19s ease-in;
  234. -webkit-transition:0.19s ease-in;
  235. -o-transition:0.19s ease-in;
  236. transition:0.19s ease-in;}
  237. .navigation a:hover {
  238. opacity:1;}
  239.  
  240. #pagination {
  241. display:block;
  242. margin-top:4px;
  243. text-align:center;
  244. border-top:1px solid {color:perma};}
  245.  
  246. #pagination a {
  247. padding:3px 5px 5px;
  248. border-top:1px solid transparent;
  249. text-decoration:none;}
  250.  
  251. #pagination a:hover {
  252. border-top:1px solid #000;}
  253.  
  254. .current_page {
  255. font-weight:700;
  256. border:none!important;
  257. color:{color:text};}
  258.  
  259. #stext {
  260. margin-top:10px;
  261. display:block;
  262. text-align:justify;}
  263.  
  264. .entry {
  265. display:block;
  266. position:relative;
  267. margin:45px 310px 50px;
  268. width:{select:post width}px;}
  269.  
  270. .posts {
  271. display:block;
  272. position:relative;
  273. width:{select:post width}px;
  274. margin-bottom:75px;}
  275.  
  276. #permalink {
  277. display:block;
  278. width:120px;
  279. margin-left:calc({select:post width}px + 5px);
  280. background:{color:background};
  281. position:absolute;}
  282.  
  283. #permalink a {
  284. margin-left:7px;}
  285.  
  286. #permalink .phover {
  287. {block:ifHoverIndexNotes}
  288. opacity:0;{/block:ifHoverIndexNotes}
  289. width:auto!important;
  290. display:block;
  291. padding:10px;
  292. margin-top:10px;
  293. background:rgba({RGBcolor:perma},.6);
  294. -moz-transition:0.19s ease-in;
  295. -webkit-transition:0.19s ease-in;
  296. -o-transition:0.19s ease-in;
  297. transition:0.19s ease-in;}
  298.  
  299. .posts:hover #permalink .phover {
  300. opacity:1;
  301. -moz-transition:0.19s ease-in;
  302. -webkit-transition:0.19s ease-in;
  303. -o-transition:0.19s ease-in;
  304. transition:0.19s ease-in;}
  305.  
  306. .vignette, #vignette {
  307. opacity:0;}
  308.  
  309. .lightbox-image, #tumblr_lightbox img {
  310. box-shadow:none !important;
  311. border-radius:0 !important;}
  312.  
  313. .tmblr-lightbox, #tumblr_lightbox {
  314. background-color:{color:background}!important;
  315. z-index:99999!important;}
  316.  
  317. .lightbox-caption, #tumblr_lightbox_caption {
  318. visibility:hidden;}
  319.  
  320. /* photoset */
  321. /* cr: agustd/gukthemes & sughyun/caulfielld; do not take w/o credit. */
  322.  
  323. .photo-slideshow .count-1 {
  324. margin-bottom:1px!important;
  325. }
  326.  
  327. .photo-slideshow .count-2 {
  328. margin-left:1px!important;
  329. margin-bottom:1px!important;
  330. width:calc(50% - (1px/2))!important;
  331. }
  332.  
  333. .photo-slideshow .count-2:first-child {
  334. margin-left:0!important;
  335. }
  336.  
  337. .photo-slideshow .count-3 {
  338. margin-left:1px!important;
  339. margin-bottom:1px!important;
  340. width:calc((100% - (2 * 1px))/3)!important;
  341. }
  342.  
  343. .photo-slideshow .count-3:first-child {
  344. margin-left:0!important;
  345. }
  346. .photo-slideshow {
  347. display:block!important;
  348. margin-bottom:calc(-(1px - 3px));
  349. position:relative;
  350. width:100%;
  351. }
  352.  
  353. .defcap .photo-slideshow.processed {margin-bottom:0!important;}
  354.  
  355. .defcap .row:last-of-type .count-1{margin-bottom:0!important;}
  356.  
  357. .unnested .photo-slideshow.processed {margin-bottom:calc({select:font size} * (2/3)) !important;}
  358. /* cr: agustd/gukthemes & sughyun/caulfielld; do not take w/o credit. */
  359.  
  360.  
  361.  
  362. .posts img {
  363. height:auto;
  364. max-width:100%;
  365. display:block;
  366. -webkit-backface-visibility:hidden;
  367. backface-visibility:hidden;}
  368.  
  369. .photo img {
  370. width:{select:post width}px;
  371. display:block;}
  372.  
  373. .media, .photo-slideshow {
  374. position:relative;
  375. display:block;}
  376.  
  377. .post img, .post li, .post blockquote, .caption img, .caption iframe {max-width:100%;}
  378.  
  379. a.tumblr_blog {
  380. display:inline-block!important;
  381. margin-bottom:5px;
  382. vertical-align:12px;
  383. }
  384.  
  385. .source a.tumblr_blog { vertical-align:initial; }
  386.  
  387. .caption > blockquote {
  388. margin-top:5px;
  389. padding-left:10px;
  390. border-left:1px solid #dcecf5;
  391. }
  392.  
  393. .caption blockquote { margin:5px 0; }
  394.  
  395. .caption {
  396. padding:0px 0;
  397. }
  398.  
  399. .read_more {
  400. font-style:italic;
  401. margin:10px 5px 5px;
  402. display:block;
  403. text-transform:lowercase;
  404. color:{color:accent}!important;}
  405.  
  406. #cholder {
  407. position:relative;
  408. display:inline-flex;
  409. display:-webkit-flex;
  410. margin-top:15px;
  411. width:{select:post width}px;}
  412. .sources a{color:{color:selection};}
  413. .sources{color:#ababab;}
  414. .sources, #cp {
  415. width:50%!important;
  416. margin:0px;}
  417.  
  418. .tumblr_parent {
  419. margin-top:10px;
  420. }
  421.  
  422. blockquote.tumblr_parent {
  423. border:0;
  424. }
  425.  
  426. blockquote.tumblr_parent blockquote {
  427. margin-top:5px;
  428. padding-left:10px;
  429. border-left:1px solid #dcecf5;
  430. }
  431.  
  432. .tumblr_avatar {
  433. display:inline-block!important;
  434. margin-right:10px;
  435. margin-bottom:5px;
  436. width:20px;
  437. height:20px;
  438. border-radius:15%;
  439. }
  440.  
  441. .quote {
  442. display:block;
  443. text-align:center;
  444. padding:5px 25px;
  445. font-style:italic;
  446. font-size:17px;}
  447.  
  448. .source {
  449. display:block;
  450. text-align:center;
  451. font-size:9px;
  452. margin-top:10px;}
  453.  
  454. .chat ol {
  455. margin:0;
  456. padding:0;
  457. list-style:none;
  458. text-align:left;}
  459.  
  460. .l {
  461. margin:5px 0;
  462. padding:0;}
  463.  
  464. .chat li:first-of-type {margin-top:0px;}
  465.  
  466. .chat li:last-of-type {margin-bottom:0;}
  467.  
  468. .label {
  469. color:{color:text};
  470. display:inline-block;}
  471.  
  472. .video {
  473. display:block;
  474. position:relative;}
  475.  
  476. .video iframe {
  477. display:block;
  478. max-width:calc({select:post width}px - 8px);}
  479.  
  480. .tumblr_video_container {
  481. display:block;
  482. max-width:calc({select:post width}px - 8px);}
  483.  
  484. #youtube_iframe {
  485. display:block;
  486. max-height:calc({select:post width}px * 0.67);
  487. max-width:calc({select:post width}px - 8px);}
  488.  
  489. .instagram-media {max-height:none!important;}
  490.  
  491. .tumblr_audio_player {
  492. width:250px;
  493. height:30px;
  494. margin-top:-2px;}
  495.  
  496. .player {
  497. width:25px;
  498. height:25px;
  499. display:inline-block;
  500. overflow:hidden;
  501. vertical-align:middle;}
  502.  
  503. .audio_info {
  504. padding-left:15px;
  505. margin-left:14px;
  506. border-left:1px solid {color:borders};
  507. vertical-align:middle;
  508. display:inline-block;
  509. width:calc({select:post width}px - 55px);}
  510.  
  511. .audio_info span {display:block;}
  512.  
  513. .q {
  514. border-bottom:1px solid {color:borders};
  515. padding:8px 0;
  516. }
  517.  
  518. .sender {
  519. margin-bottom:3px;
  520. display:block;
  521. }
  522.  
  523. .aski {
  524. float:left;
  525. display:inline;
  526. position:relative;
  527. }
  528.  
  529. .aski img {
  530. width:25px;
  531. height:25px;
  532. border-radius:50%;
  533. margin-right:10px;
  534. }
  535.  
  536. #tags {
  537. display:block;
  538. padding:5px 10px;
  539. text-align:left;
  540. font-style:italic;
  541. font-size:9px;
  542. background:{color:posts};}
  543.  
  544. #tags a {
  545. opacity:.8;
  546. margin-right:7px;}
  547.  
  548. ol.notes {
  549. display:block;
  550. width:{select:post width}px;
  551. text-align:left;
  552. margin-top:-75px;
  553. border:1px solid {color:background};
  554. list-style-type:none;
  555. letter-spacing:.7px;}
  556.  
  557. ol.notes li:before {
  558. width:0px;
  559. display:none;
  560. background:none;}
  561.  
  562. ol.notes li.note {
  563. padding:10px 15px 10px 8px;
  564. background-color:rgba({RGBcolor:borders},.1);
  565. border-bottom:1px solid {color:background};
  566. color:rgba({RGBcolor:text},7);}
  567.  
  568. ol.notes li.note img.avatar {
  569. display:inline-block;
  570. width:14px;
  571. height:14px;
  572. float:left;
  573. margin-right:10px;
  574. border-radius:100%;}
  575.  
  576. ol.notes li.note span.action {font-weight:normal;}
  577. ol.notes li.note .answer_content {font-weight:normal;}
  578.  
  579. ol.notes li.note blockquote {
  580. border-left:2px solid #e1e1e1;
  581. padding-left:15px;
  582. margin:8px 8px 0px 16px;
  583. font-weight:normal;
  584. font-style:none;
  585. text-align:block;
  586. text-transform:none;
  587. line-height:17px;}
  588.  
  589. a.more_notes_link, a.notes_loading {
  590. color:{color:text};
  591. font-style:italic;
  592. font-weight:700;
  593. letter-spacing:1px;
  594. text-transform:uppercase;
  595. text-align:center;}
  596.  
  597. #cr {
  598. bottom:15px;
  599. right:15px;
  600. font:9px arial;
  601. font-weight:normal;
  602. font-style:normal;
  603. position:fixed;}
  604.  
  605. #cr a {
  606. border:none;
  607. padding:0px;
  608. margin:0px;
  609. text-decoration:none;
  610. color:{color:background};
  611. -webkit-filter: invert(100%);
  612. filter: invert(100%);}
  613.  
  614. {CustomCSS}
  615.  
  616. </style>
  617.  
  618.  
  619.  
  620. <body>
  621.  
  622. <div class="sidebar">
  623. <div class="sidebarimg"><a href="/"><img src="{image:portrait}" /></a></div>
  624.  
  625. <div class="navigation">
  626. {block:AskEnabled}<a href="/ask">mssg</a>{/block:AskEnabled}
  627. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  628. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}
  629. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  630. </div>
  631.  
  632. {block:Pagination}
  633. <div id="pagination">
  634. {block:JumpPagination length="5"}
  635. {block:CurrentPage}<a class="current_page">{PageNumber}</a>{/block:CurrentPage}
  636. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  637. {/block:JumpPagination}
  638. </div>{/block:Pagination}
  639.  
  640. <div id="stext">{description}</div>
  641.  
  642. </div>
  643.  
  644. <section class="entry">
  645.  
  646. {block:Posts}
  647. <div class="posts" id="{PostID}">
  648.  
  649. {block:IndexPage}{block:date}<div id="permalink">
  650. <a href="{permalink}">{timeago}</a>
  651. <div class="phover">
  652. {block:NoteCount}<b>( {notecount} )</b>{/block:NoteCount} <a href="{reblogurl}">— reblog</a>
  653. </div>
  654. </div>{/block:date}
  655. {/block:IndexPage}
  656.  
  657.  
  658. {block:Quote}
  659. <div class="quote">“{Quote}”</div>
  660. {block:Source}<span class="source">{Source}</span>{/block:Source}
  661. {/block:Quote}
  662.  
  663. {block:Text}
  664. {block:Title}<h2>{Title}</h2>{/block:Title}
  665. <div class="caption">{Body}</div>
  666. {/block:Text}
  667.  
  668. {block:Link}
  669. <div class="caption">
  670. <h2><a href="{URL}">{Name}</a></h2>
  671. </div>
  672. {block:Description}{Description}{/block:Description}
  673. {/block:Link}
  674.  
  675. {block:Chat}
  676. {block:Title}<h2>{Title}</h2>{/block:Title}
  677. <div class="chat">
  678. {block:Lines}
  679. <li class="l {Alt}">{block:Label}
  680. <span class="label">{Label}</span>{/block:Label} {Line}</li>
  681. {/block:Lines}
  682. </div>
  683. {/block:Chat}
  684.  
  685. {block:Photo}
  686. <div id="media"><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">
  687. <img src="{PhotoURL-HighRes}" width="{text:post width}">
  688. </a>
  689. </div>
  690. {/block:Photo}
  691.  
  692. {block:Photoset}
  693. <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>
  694. {/block:Photoset}
  695.  
  696. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  697.  
  698. {block:Audio}
  699. {block:AudioPlayer}
  700. <div class="hold"><div class="player"><div class="audio_box" id="{PostID}">{AudioPlayerWhite}</div></div><div class="audio_info">
  701. {block:TrackName}<span><b>{TrackName}</b></span>{/block:TrackName}
  702. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  703. </div></div>{/block:AudioPlayer}
  704. {/block:Audio}
  705.  
  706. {block:Answer}
  707. <div class="q">
  708. <div class="aski"><img src="{AskerPortraitURL-128}" /></div>
  709. <span class="sender">{Asker} asked:</span>{Question}</div>
  710. <div class="a">
  711. <div class="caption">{Answer}</div>
  712. </div>
  713. {/block:Answer}
  714.  
  715.  
  716.  
  717. {block:Date}
  718. <div id="cholder">
  719. <div class="sources">
  720. {block:PermalinkPage}{dayofmonth} {month} @ {24hour}:{minutes}{block:NoteCount}<b> + {notecountwithlabel}</b>{/block:NoteCount}<br />{/block:PermalinkPage}
  721. {block:RebloggedFrom}
  722. via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / src: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:NotReblog}src: <a href="{Permalink}">{Name}</a>{/block:NotReblog}
  723.  
  724. <!--{block:ContentSource}
  725. <a href="{SourceURL}">Source</a>
  726. {/block:ContentSource}-->
  727.  
  728. {block:HasTags}<br />file under: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  729. </div>
  730.  
  731. {block:Caption}<div id="cp"><div class="caption">{caption}</div></div>{/block:Caption}
  732.  
  733. </div>
  734. {/block:Date}
  735.  
  736. </div>
  737. {/block:Posts}
  738.  
  739. {block:ContentSource}
  740. <!— {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}{block:PostNotes}{PostNotes}{/block:PostNotes}
  741.  
  742. </section>
  743.  
  744. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><div id="cr"><a href="http://aurthms.tumblr.com">cr</a></div><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  745. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  746. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  747. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  748.  
  749. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  750.  
  751. <script>
  752. $(document).ready(function(){
  753. $('.posts').unnest({
  754. yourCaption: ".caption",
  755. wrapName: ".tumblr_parent",
  756. newCaptionUsername: true,
  757. originalPostCaptionUsername: false,
  758. tumblrAvatars: true,
  759. tumblrAvatarClass: ".tumblr_avatar",
  760. usernameColon: false
  761. });
  762. });
  763. </script>
  764.  
  765. <script>
  766. $(document).ready(function() {
  767.  
  768. $('.photo-slideshow').pxuPhotoset({
  769. lightbox: true,
  770. rounded: false,
  771. gutter: '0px',
  772. borderRadius: '0px',
  773. photoset: '.photo-slideshow',
  774. photoWrap: '.photo-data',
  775. photo: '.pxu-photo'
  776. });
  777.  
  778. });
  779.  
  780. </script>
  781.  
  782. </body>
  783. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement