Advertisement
diannaelise

Theme 6

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