Advertisement
Guest User

bloop

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