Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.20 KB | None | 0 0
  1. <!-- THEME 13 by ADRIANIVASHKOVS.TUMBLR.COM-->
  2.  
  3.  
  4. <!------------
  5.  
  6. p l e a s e r e a d
  7.  
  8. by using my themes, you’ve agreed to the following conditions:
  9. don't steal my codes,
  10. don't use them as base,
  11. don't claim them as your own,
  12. leave all credit intact.
  13.  
  14. ------------>
  15.  
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  25.  
  26. <meta name="color:background" content="#ffffff"/>
  27. <meta name="color:text" content="#000000"/>
  28. <meta name="color:link" content="#000000"/>
  29.  
  30. <meta name="color:highlight" content="#EEEEEE"/>
  31.  
  32. <meta name="color:scrollbar" content="#000000" />
  33.  
  34. <meta name="color:bold" content="#000000" />
  35. <meta name="color:italic" content="#000000" />
  36.  
  37. <meta name="color:audio" content="#FFFFFF" />
  38.  
  39. <meta name="color:chat person 1" content="#F5F5F5" />
  40. <meta name="color:chat person 2" content="#EDEDED" />
  41. <meta name="color:chat text" content="#000000"/>
  42.  
  43. <meta name="color:border" content="#C9C8C8"/>
  44. <meta name="color:hover" content="#000000"/>
  45. <meta name="color:title" content="#000000"/>
  46.  
  47. <meta name="if:lazy load" content="" />
  48. <meta name="if:sidebarimg" content="" />
  49.  
  50. <meta name="select:post width" content="300" title="300px"/>
  51. <meta name="select:post width" content="350" title="350px"/>
  52. <meta name="select:post width" content="400" title="400px"/>
  53. <meta name="select:post width" content="450" title="450px"/>
  54. <meta name="select:post width" content="500" title="500px"/>
  55.  
  56. <meta name="image:sidebar" content="0" />
  57.  
  58. <meta name="text:font family body" content="calibri"/>
  59. <meta name="text:font family navigation" content="consolas"/>
  60. <meta name="text:font family description" content="calibri"/>
  61. <meta name="text:font family title" content="consolas"/>
  62. <meta name="text:font family postinfo" content="consolas"/>
  63.  
  64. <meta name="text:second title" content="second title"/>
  65.  
  66. <meta name="text:link1" content="/" />
  67. <meta name="text:link1 title" content="one" />
  68. <meta name="text:link2" content="/" />
  69. <meta name="text:link2 title" content="two" />
  70. <meta name="text:link3" content="/" />
  71. <meta name="text:link3 title" content="three" />
  72. <meta name="text:link4" content="/" />
  73. <meta name="text:link4 title" content="four" />
  74.  
  75. <!-------------------------
  76. NAVIGATION
  77. -------------------------->
  78.  
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  80.  
  81. <script>
  82. $(document).ready(function() {
  83. $('#navigation').click(function() {
  84. $('#links').slideToggle(200); /* change the speed */
  85. });
  86. });
  87. </script>
  88.  
  89.  
  90. <!-------------------------
  91. LAZY LOAD
  92. --------------------------->
  93.  
  94. {block:ifLazyLoad}
  95. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  96. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  97. <script type="text/javascript" charset="utf-8">
  98. var $j = jQuery.noConflict();
  99. $j(function() {
  100. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  101. $j("img").lazyload({
  102. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  103. effect: "fadeIn",
  104. });
  105. });
  106. </script>
  107. {/block:ifLazyLoad}
  108.  
  109. <!-------------------------
  110. TOOLTIPS
  111. --------------------------->
  112.  
  113. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  114. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  115.  
  116. <script>
  117. (function($){
  118. $(document).ready(function(){
  119. $("[title],a[title],img[title]").style_my_tooltips({
  120. tip_follows_cursor:"true",
  121. tip_delay_time:100,
  122. tip_fade_speed:100,
  123. attribute:"title"
  124. });
  125. });
  126. })(jQuery);
  127. </script>
  128.  
  129. <style type="text/css">
  130.  
  131. /*<!-------------------------
  132. TOOLTIPS
  133. --------------------------->*/
  134.  
  135. #s-m-t-tooltip {
  136. color:{color:text};
  137. background-color:{color:background};
  138. display:none;
  139. text-align:center;
  140. position:absolute;
  141. z-index:9999;
  142. border:1px solid {color:border};
  143. font-size:8px;
  144. font-family:{text:font family title};
  145. letter-spacing:1px;
  146. text-transform:uppercase;
  147. padding:0px 6px 0px 6px;
  148. margin-top:30px;
  149. -webkit-transition:all 0.1s ease-out
  150. -moz-transition:all 0.1s ease-out;
  151. transition:all 0.1s ease-out;
  152. }
  153.  
  154. /*<!-------------------------
  155. TUMBLR CONTROLS
  156. --------------------------->*/
  157.  
  158. iframe#tumblr_controls {
  159. white-space:nowrap;
  160. -webkit-filter: invert(100%);
  161. -moz-filter: invert(100%);
  162. -o-filter: invert(100%);
  163. -ms-filter: invert(100%);
  164. filter: invert(100%);
  165. opacity:1;
  166. margin-top:10px;
  167. margin-right:10px;
  168. transition:.8s ease-in-out;
  169. -webkit-transition:.8s ease-in-out;
  170. -moz-transition:.8s ease-in-out;
  171. -o-transition:.8s ease-in-out;
  172. }
  173.  
  174. /*<!-------------------------
  175. LIGHTBOX
  176. --------------------------->*/
  177.  
  178. #vignette {
  179. visibility:hidden;
  180. }
  181.  
  182. #tumblr_lightbox img {
  183. box-shadow:none !important;
  184. border-radius:0 !important;
  185. }
  186.  
  187. #tumblr_lightbox {
  188. background-color:rgba(255,255,255,.8) !important;
  189. }
  190. #tumblr_lightbox div:nth-child(2) {
  191. background-color:#fff;
  192. opacity:0.8;
  193. }
  194.  
  195. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link {
  196. visibility:hidden;
  197. }
  198.  
  199. /*<!-------------------------
  200. SCROLLBAR
  201. --------------------------->*/
  202.  
  203. ::-webkit-scrollbar {
  204. width:6px;
  205. height:8px!important
  206. }
  207.  
  208. ::-webkit-scrollbar-track {
  209. background-color:{color:background};
  210. }
  211.  
  212. ::-webkit-scrollbar-thumb {
  213. background-color:{color:background};
  214. border-right:4px solid {color:background};
  215. border-top:6px solid {color:background};
  216. border-left:1px solid {color:scrollbar};
  217. border-bottom:7px solid {color:background};
  218. }
  219.  
  220. ::-webkit-scrollbar-thumb:horizontal {
  221. background-color:{color:background};
  222. border-top:2px solid {color:scrollbar};
  223. height:8px!important
  224. }
  225.  
  226. /*<!-------------------------
  227. BASICS
  228. --------------------------->*/
  229.  
  230. ::selection {
  231. background:{color:highlight};
  232. }
  233.  
  234. ::-moz-selection {
  235. background:{color:highlight};
  236. }
  237.  
  238. b {
  239. color:{color:bold};
  240. font-weight:bold;
  241. }
  242.  
  243. i {
  244. color:{color:italic};
  245. font-weight:bold;
  246. font-style:italic;
  247. }
  248.  
  249. small {
  250. font-size:10px;
  251. }
  252.  
  253. big {
  254. font-size:13px;
  255. }
  256.  
  257. h1 {
  258. font-weight:bold;
  259. font-size:9px;
  260. text-transform:uppercase;
  261. text-align:left;
  262. letter-spacing:1px;
  263. margin-top:0px;
  264. margin-bottom:10px;
  265. font-family:{text:font family body};
  266. }
  267.  
  268. h2 {
  269. font-size:8px;
  270. margin-top:0px;
  271. letter-spacing:1px;
  272. font-weight:normal;
  273. background-color:{color:chat person 2};
  274. padding:6px 15px 6px 15px;
  275. text-align:center;
  276. text-transform:uppercase;
  277. margin-bottom:2px;
  278. font-family:{text:font family navigation};
  279. }
  280.  
  281. h3 {
  282. font-size:8px;
  283. background-color:{color:chat person 1};
  284. text-align:center;
  285. text-transform:uppercase;
  286. padding:3px 6px 3px 6px;
  287. margin-top:0px;
  288. font-weight:bold;
  289. margin-bottom:0px;
  290. letter-spacing:1px;
  291. font-family:{text:font family body};
  292. }
  293.  
  294. a {
  295. text-decoration:none;
  296. color:{color:link};
  297. transition-duration: 0.6s;
  298. -moz-transition-duration: 0.6s;
  299. -webkit-transition-duration: 0.6s;
  300. -o-transition-duration: 0.6s
  301. }
  302.  
  303. a:hover {
  304. text-decoration:none;
  305. color:{color:hover};
  306. cursor:help;
  307. transition-duration: 0.6s;
  308. -moz-transition-duration: 0.6s;
  309. -webkit-transition-duration: 0.6s;
  310. -o-transition-duration: 0.6s
  311. }
  312.  
  313. body {
  314. color:{color:text};
  315. background-color:{color:background};
  316. font-style:normal;
  317. font-family:{text:font family body};
  318. font-size:10px;
  319. text-decoration:none;
  320. line-height:18px;
  321. }
  322.  
  323. .container {
  324. margin:0 auto;
  325. width:800px;
  326. }
  327.  
  328. #entries {
  329. padding:10px;
  330. margin-top:70px;
  331. margin-left:320px;
  332. width:{select:post width}px;
  333. }
  334.  
  335. #posts {
  336. padding-bottom:20px;
  337. width:{select:post width}px;
  338. }
  339.  
  340. #posts img {
  341. max-width:100%;
  342. height:auto;
  343. }
  344.  
  345. pre {
  346. white-space:pre-wrap;
  347. white-space:-moz-pre-wrap;
  348. white-space:-pre-wrap;
  349. white-space:-o-pre-wrap;
  350. word-wrap:break-word;
  351. }
  352.  
  353. /*<!-------------------------
  354. POSTINFO
  355. --------------------------->*/
  356.  
  357. #info {
  358. letter-spacing:1px;
  359. margin-top:20px;
  360. text-align:left;
  361. font-weight:normal;
  362. padding-top:0px;
  363. }
  364.  
  365. #info a {
  366. text-transform:uppercase;
  367. background-color:{color:background};
  368. font-weight:bold;
  369. letter-spacing:1px;
  370. padding:2px 6px 2px 0px;
  371. font-family:{text:font family postinfo};
  372. font-size:8px;
  373. }
  374.  
  375. #border {
  376. width:{select:post width}px;
  377. border-top:1px solid {color:border};
  378. margin-top:0px;
  379. margin-left:0px;
  380. margin-bottom:-10px;
  381. }
  382.  
  383. #posts:hover #tags {
  384. opacity:1;
  385. -webkit-transition:all 0.4s ease-out
  386. -moz-transition:all 0.4s ease-out;
  387. transition:all 0.4s ease-out;
  388. }
  389.  
  390. #tags {
  391. text-align:left;
  392. opacity:0;
  393. margin-top:2px
  394. -webkit-transition:all 0.4s ease-out
  395. -moz-transition:all 0.4s ease-out;
  396. transition:all 0.4s ease-out;
  397. }
  398.  
  399. #tags a {
  400. letter-spacing:1px;
  401. padding:1px 6px 1px 0px;
  402. font-size:8px;
  403. font-weight:bold;
  404. text-transform:uppercase;
  405. }
  406.  
  407. .text {
  408. margin-top:15px;
  409. }
  410.  
  411. .video iframe {
  412. width:{select:post width}px;
  413. }
  414.  
  415. /*<!-------------------------
  416. SIDEBAR
  417. --------------------------->*/
  418.  
  419. .sidebar {
  420. position:fixed;
  421. margin-top:90px;
  422. margin-left:60px;
  423. -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  424. -moz-animation: fadein 2s; /* Firefox < 16 */
  425. -ms-animation: fadein 2s; /* Internet Explorer */
  426. -o-animation: fadein 2s; /* Opera < 12.1 */
  427. animation: fadein 2s;
  428. }
  429.  
  430. @keyframes fadein {
  431. from { opacity: 0; }
  432. to { opacity: 1; }
  433. }
  434.  
  435. /* Firefox < 16 */
  436. @-moz-keyframes fadein {
  437. from { opacity: 0; }
  438. to { opacity: 1; }
  439. }
  440.  
  441. /* Safari, Chrome and Opera > 12.1 */
  442. @-webkit-keyframes fadein {
  443. from { opacity: 0; }
  444. to { opacity: 1; }
  445. }
  446.  
  447. /* Internet Explorer */
  448. @-ms-keyframes fadein {
  449. from { opacity: 0; }
  450. to { opacity: 1; }
  451. }
  452.  
  453. /* Opera < 12.1 */
  454. @-o-keyframes fadein {
  455. from { opacity: 0; }
  456. to { opacity: 1; }
  457. }
  458.  
  459. #title {
  460. margin-top:30px;
  461. width:132px;
  462. margin-left:0px;
  463. text-align:right;
  464. margin-bottom:7px;
  465. }
  466.  
  467. #title a {
  468. font-weight:bold;
  469. text-align:right;
  470. padding:2px 0px 2px 4px;
  471. color:{color:title};
  472. background-color:{color:background};
  473. letter-spacing:3px;
  474. font-size:8px;
  475. line-height:18px;
  476. text-transform:uppercase;
  477. font-family:{text:font family title};
  478. }
  479.  
  480. #description {
  481. text-align:justify;
  482. width:130px;
  483. font-family:{text:font family description};
  484. margin-top:0px;
  485. margin-bottom:5px;
  486. line-height:15px;
  487. }
  488.  
  489. #navigation {
  490. position:absolute;
  491. font-family:{text:font family navigation};
  492. margin-left:0px;
  493. text-transform:uppercase;
  494. font-weight:bold;
  495. width:130px;
  496. padding:0px 1px 5px 0px;
  497. letter-spacing:3px;
  498. font-size:8px;
  499. height:11px;
  500. margin-top:5px;
  501. }
  502.  
  503. #links {
  504. position:relative;
  505. width:130px;
  506. margin-left:0px;
  507. display:none;
  508. top:33px;
  509. padding-top:0px;
  510. padding-left:0px;
  511. }
  512.  
  513. #links li {
  514. position:relative;
  515. list-style:none;
  516. padding:0px 0px 2px 0px;
  517. font-weight:bold;
  518. letter-spacing:1px;
  519. font-size:8px;
  520. font-family:{text:font family navigation};
  521. text-transform:uppercase;
  522. }
  523.  
  524. .sidepic {
  525. width:130px;
  526. height:auto;
  527. margin-left:-4px;
  528. margin-bottom:13px;
  529. }
  530.  
  531. .sidepic img {
  532. width:130px;
  533. height:auto;
  534. }
  535.  
  536. #borders {
  537. width:130px;
  538. border-top:1px solid {color:border};
  539. margin-top:0px;
  540. margin-left:0px;
  541. margin-bottom:-9px;
  542. }
  543.  
  544. /*<!-------------------------
  545. MESSAGE
  546. --------------------------->*/
  547.  
  548. .qa {
  549. width:16px;
  550. float:left;
  551. padding-left:0px;
  552. margin-top:-3px;
  553. margin-bottom:0px;
  554. font-family:{text:font family description};
  555. font-size:10px;
  556. font-weight:bold;
  557. }
  558.  
  559. .question {
  560. min-height:14px;
  561. margin-left:30px;
  562. font-size:10px;
  563. margin-bottom:0px;
  564. margin-top:0px;
  565. line-height:17px;
  566. }
  567.  
  568. /*<!-------------------------
  569. AUDIO
  570. --------------------------->*/
  571.  
  572. .audioplayer {
  573. width:25px;
  574. height:25px;
  575. margin-top:3px;
  576. position:absolute;
  577. margin-left:10px;
  578. overflow:hidden;
  579. padding:3px;
  580. }
  581.  
  582. .info {
  583. height:30px;
  584. margin-left:0px;
  585. display:block;
  586. line-height:20px;
  587. margin-top:0px;
  588. padding-top:10px;
  589. font-family:{text:font family description};
  590. padding-left:65px;
  591. font-size:8px;
  592. text-transform:uppercase;
  593. font-weight:bold;
  594. letter-spacing:1px;
  595. text-align:left;
  596. margin-bottom:0px;
  597. border:1px solid {color:border};
  598. }
  599.  
  600. /*<!-------------------------
  601. CHAT
  602. --------------------------->*/
  603.  
  604. .chat {
  605. list-style:none;
  606. margin-top:15px;
  607. margin-bottom:0px;
  608. font-size:10px;
  609. margin-left:0px;
  610. }
  611.  
  612. .chat ul {
  613. line-height:18px;
  614. margin-top:0px;
  615. list-style:none;
  616. padding:0px;
  617. letter-spacing:2px;
  618. font-size:8px;
  619. margin-bottom:0px;
  620. text-transform:uppercase;
  621. }
  622.  
  623. .person1, .person3, .person5, .person7, .person9, .person11, .person13{
  624. background-color:{color:chat person 1};
  625. padding:3px 8px 3px 8px;
  626. color:{color:chat text};
  627. border-bottom:2px solid {color:background};
  628. }
  629.  
  630. .person2, .person4, .person6, .person8, .person10, .person12, .person14{
  631. padding:3px 8px 3px 8px;
  632. border-bottom:2px solid {color:background};
  633. color:{color:chat text};
  634. background-color:{color:chat person 2};
  635. }
  636.  
  637. /*<!-------------------------
  638. BLOCKQUOTE
  639. --------------------------->*/
  640.  
  641. blockquote {
  642. text-align:justify;
  643. width:95%;
  644. margin-bottom:10px;
  645. padding:0px 5px 0px 10px;
  646. margin-left:0px;
  647. border-left:1px solid {color:border};
  648. }
  649.  
  650. blockquote blockquote {
  651. padding:0 0 0 10px;
  652. color:{color:text};
  653. }
  654.  
  655. blockquote, small {
  656. font-size:10px;
  657. }
  658.  
  659. blockquote img {
  660. max-width:300px;
  661. height:auto;
  662. }
  663.  
  664. /*<!-------------------------
  665. NOTES
  666. --------------------------->*/
  667.  
  668. ol.notes {
  669. margin-top:10px;
  670. margin-left:25px;
  671. padding:0px;
  672. text-align:center;
  673. list-style-type:decimal-leading-zero;
  674. }
  675.  
  676. ol.notes li.note {
  677. padding-bottom:3px;
  678. padding-top:3px;
  679. letter-spacing:1px;
  680. font-size:8px;
  681. font-weight:bold;
  682. text-align:left;
  683. text-transform:uppercase;
  684. margin-left:0px;
  685. text-decoration:none;
  686. }
  687.  
  688. ol.notes li.note img.avatar {
  689. display:none;
  690. opacity:0;
  691. }
  692.  
  693. ol.notes li.note blockquote {
  694. padding:4px 10px;
  695. text-decoration:none;
  696. text-transform:none;
  697. margin:10px 0px 10px 25px;
  698. }
  699.  
  700. /*<!-------------------------
  701. CREDIT
  702. --------------------------->*/
  703.  
  704. #credit {
  705. right:10px;
  706. bottom:7px;
  707. padding:5px;
  708. background:transparent;
  709. position:fixed;
  710. font-weight:bold;
  711. }
  712.  
  713. #credit a {
  714. color:{color:link};
  715. padding:5px;
  716. font-size:8px;
  717. letter-spacing:0.5px;
  718. font-family:{text:font family body};
  719. text-decoration:none;
  720. font-weight:bold;
  721. }
  722.  
  723. /*<!-------------------------
  724. PAGINATION
  725. --------------------------->*/
  726.  
  727. #pagination {
  728. text-transform:uppercase;
  729. font-weight:bold;
  730. letter-spacing:1px;
  731. font-size:8px;
  732. text-align:center;
  733. margin-top:0px;
  734. padding-top:0px;
  735. padding-bottom:55px;
  736. }
  737.  
  738. #pagination a {
  739. font-weight:bold;
  740. letter-spacing:1px;
  741. font-family:{text:font family body};
  742. font-size:8px;
  743. }
  744.  
  745. </style>
  746. <style type="text/css">{CustomCSS}</style>
  747. </head>
  748.  
  749. <div class="container">
  750.  
  751. <div class="sidebar">
  752.  
  753. <div id="title">
  754.  
  755. <div class="sidepic">
  756. <a href="/" title="{title}"><img src="http://placehold.it/130x80"></a>
  757. </div>
  758.  
  759. <div id="borders"></div>
  760.  
  761. <a href="/" title="{title}">{text:second title}</a></div>
  762.  
  763. <div id="description">{Description}</div>
  764.  
  765. <div class="sidepic">
  766. <a href="/" title="{title}"><img src="http://placehold.it/130x80"></a>
  767. </div>
  768.  
  769. <a id="navigation">navigation <i class="fa fa-angle-down" style="padding-top:4px;float:right;"></i></a>
  770.  
  771. <div id="links">
  772.  
  773. <li>i. ii. iii. iv. v.</li>
  774.  
  775. </div>
  776.  
  777. </div>
  778.  
  779. <div id="entries">
  780.  
  781. {block:Posts}
  782.  
  783. <div id="posts">
  784.  
  785. {block:Text}
  786. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  787. {/block:Text}
  788.  
  789. {block:Quote}
  790. <h3>&mdash; {Source} &mdash;</h3>
  791. <h2>{Quote}</h2>
  792. {/block:Quote}
  793.  
  794. {block:Link}
  795. <a href="{URL}"><h1>&mdash; {Name}</h1></a>
  796. {block:Description}{Description}{/block:Description}
  797. {/block:Link}
  798.  
  799. {block:Photo}
  800. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  801. {block:Caption}
  802. <div class="text">{Caption}</div>{/block:Caption}
  803. {/block:Photo}
  804.  
  805. {block:Photoset}
  806. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  807. {block:Photos}
  808. <div class="photo-data">
  809. <div class="pxu-photo">
  810. <img alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" class="{block:Exif}exif-yes {/block:Exif}{block:Caption}caption-yes{/block:Caption}" {block:Exif}data-camera="{block:Camera}{Camera}{/block:Camera}" data-iso="{block:ISO}{ISO}{/block:ISO}" data-aperture="{block:Aperture}{Aperture}{/block:Aperture}" data-exposure="{block:Exposure}{Exposure}{/block:Exposure}" data-focal="{block:FocalLength}{FocalLength}{/block:FocalLength}"{/block:Exif} {block:Caption}data-caption="{Caption}"{/block:Caption}>
  811. </div>
  812. <div class="icons">
  813. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  814. </div>
  815. </div>
  816. {/block:Photos}
  817. </div>
  818. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  819. {/block:Photoset}
  820.  
  821. {block:Video}
  822. <div class="video">{Video-500}</div>
  823. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  824. {/block:Video}
  825.  
  826. {block:Chat}
  827. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  828. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  829. {/block:Chat}
  830.  
  831. {block:Answer}
  832. <div div="question">
  833. <div class="qa">Q</div>
  834. <div class="question">{Question} - {Asker}</div><br>
  835. <div class="qa" style="margin-top:19px;">A</div>
  836. <div class="question" style="padding-top:10px;border-top:1px solid {color:border};">{Answer}</div>
  837. <div style="margin-bottom:30px;"></div>
  838. </div>
  839. {/block:Answer}
  840.  
  841. {block:Audio}
  842. <div class="audio"><div class="audioplayer">{AudioPlayerwhite}</div><div class="info">
  843. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  844. {block:Artist} by {Artist}{/block:Artist}
  845. </div>
  846. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  847. </div>
  848. {/block:Audio}
  849.  
  850. <div id="info">
  851.  
  852. <div id="border"></div>
  853.  
  854. {block:ContentSource}
  855. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  856. {/block:ContentSource}
  857.  
  858. {block:Date}
  859. <a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a><a href="{ReblogRootURL}" title="{ReblogRootName}">src</i></a>{/block:RebloggedFrom}{block:NoteCount}<a href="{Permalink}">{notecountwithlabel}</a><br>{/block:Notecount}
  860. </div>
  861.  
  862. {block:HasTags}
  863. <div id="tags">
  864. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  865. </div>
  866. {/block:HasTags}
  867.  
  868. </div>
  869.  
  870. {block:PostNotes}
  871. {PostNotes}
  872. {/block:PostNotes}
  873.  
  874. <br><br>
  875. <br><br>
  876.  
  877. {/block:Posts}
  878.  
  879. {block:Pagination}
  880. <div id="pagination">
  881. {block:PreviousPage}
  882. <a href="{PreviousPage}" style="float:left;">back</a>
  883. {/block:PreviousPage}
  884. {block:NextPage}
  885. <a href="{NextPage}" style="float:right">next</a>
  886. {/block:NextPage}
  887. </div>
  888. {/block:Pagination}
  889.  
  890. <br><br>
  891.  
  892.  
  893. <!-------------------------
  894. PIXEL UNION PHOTOSETS, TUTORIAL BY SHYTHEMES
  895. --------------------------->
  896.  
  897. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  898. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  899. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  900.  
  901. <script>
  902. $(document).ready(function(){
  903. $('.photo-slideshow').pxuPhotoset({
  904. lightbox: true,
  905. rounded: false,
  906. gutter: '2px',
  907. borderRadius: '0px',
  908. photoset: '.photo-slideshow',
  909. photoWrap: '.photo-data',
  910. photo: '.pxu-photo'
  911. });
  912. });
  913. </script>
  914.  
  915. <div id="credit">
  916. <a href="http://adrianivashkovs.tumblr.com/">A I</a>
  917. </div>
  918.  
  919. </div>
  920.  
  921. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement