Advertisement
diannaelise

Theme 11

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