Advertisement
heykevinn

Diffindo Theme

Aug 24th, 2012
11,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!-- ----------------------------------------------
  6.  
  7. #2 DIFFINDO THEME BY EXCOLO
  8. acrisolar.tumblr.com [main blog]
  9. excolo.tumblr.com [tumblr themes]
  10.  
  11. ---------------------------------------------- -->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  16. <meta name="viewport" content="width=820" />
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20.  
  21. <meta name="color:background" content="#e1e4a9"/>
  22. <meta name="color:text" content="#757575"/>
  23. <meta name="color:links" content="#1e5d88"/>
  24. <meta name="color:hover" content="#9bcfe4"/>
  25. <meta name="color:permalink hover state" content="#ffffff"/>
  26. <meta name="color:sidebar" content="#7e804e"/>
  27. <meta name="color:sidebar2" content="#b3b582"/>
  28. <meta name="color:sidebar text" content="#ffffff"/>
  29. <meta name="color:navigations link" content="#fff"/>
  30. <meta name="color:navigations" content="#b3b582"/>
  31. <meta name="color:navigations hover" content="#b3b582"/>
  32. <meta name="color:posts background" content="#ffffff"/>
  33. <meta name="color:permalink background" content="#d2dce2"/>
  34. <meta name="color:back to top button" content="#959da7"/>
  35. <meta name="color:blockquote" content="#959da7"/>
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content=""/>
  39.  
  40. <meta name="if:alternate title font" content="0"/>
  41. <meta name="if:infinite scroll" content="0"/>
  42. <meta name="if:full sized background" content="0"/>
  43. <meta name="if:show captions" content="1"/>
  44. <meta name="if:show archive link" content="1"/>
  45. <meta name="if:show rss link" content="0"/>
  46. <meta name="if:search" content="1"/>
  47. <meta name="if:back to top button" content="1"/>
  48. <meta name="if:fixed sidebar" content="1"/>
  49. <meta name="if:show tags on index page" content="1"/>
  50.  
  51. <meta name="text:ask label" content="message"/>
  52. <meta name="text:submit label" content="submit"/>
  53. <meta name="text:rss label" content="subscribe"/>
  54. <meta name="text:Twitter username" content="" />
  55. <meta name="text:Google Analytics ID" content="" />
  56.  
  57. <script src="http://static.tumblr.com/sjl0ztp/UGEm6pwaz/cufon-yui.js" type="text/javascript"></script>
  58. <script src="http://static.tumblr.com/sjl0ztp/iJ9m6pwe3/websymbolsfont_400.font.js" type="text/javascript"></script>
  59. <script type="text/javascript">
  60. Cufon.replace('#sub1', { fontFamily: 'websymbolsfont', hover: false }); // Requires a selector engine for IE 6-7, see above
  61. </script>
  62.  
  63. <style type="text/css">
  64. @import url(http://fonts.googleapis.com/css?family=PT+Sans);
  65.  
  66. body {
  67. margin: 0 0 20px 0;
  68. background-color: {color:Background};
  69. background-image:url({image:background});
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. {block:iffullsizedbackground}background-size:100%;{/block:iffullsizedbackground}
  73. font-family: 'pt sans', arial, sans-serif;
  74. font-size: 12px;
  75. line-height:110%;
  76. color:{color:text};
  77. letter-spacing:0.5px;
  78. }
  79.  
  80. iframe#tumblr_controls {
  81. top: 5px !important;
  82. right: 5px !important;
  83. position: fixed !important;
  84. }
  85.  
  86. #container {
  87. margin-left: auto;
  88. margin-right: auto;
  89. width: 520px;
  90. text-align: center;
  91. }
  92.  
  93. a {
  94. color:{color:links};
  95. text-decoration:none;
  96. -webkit-transition: all 0.4s linear;
  97. -moz-transition: all 0.4s linear;
  98. transition: all 0.4s linear;
  99. }
  100.  
  101. a:hover {
  102. color:{color:hover};
  103. text-decoration:none;
  104. }
  105.  
  106. #cage{
  107. width:835px;
  108. }
  109.  
  110. #content{
  111. width:550px;
  112. height:100%;
  113. float:right;
  114. padding:20px;
  115. }
  116.  
  117. #sidebar {
  118. width:170px;
  119. position:fixed;
  120. height:100%;
  121. background:{color:sidebar};
  122. padding:20px;
  123. border-right:30px solid {color:sidebar2};
  124. color:{color:sidebar text};
  125. }
  126.  
  127. #sidebar a, #sidebar a:hover {
  128. color:{color:sidebar text};
  129. }
  130.  
  131. #sidebarimg {
  132. width:100%;
  133. align:center;
  134. }
  135.  
  136. #sidebar .linka {
  137. margin-top:20px;
  138. }
  139.  
  140. #sidebar .linka a {
  141. display:block;
  142. background:{color:navigations};
  143. color:{color:navigations link};
  144. font-family:consolas, courier new;
  145. text-align:center;
  146. font-size:10px;
  147. letter-spacing:2px;
  148. border-bottom:3px solid {color:sidebar};
  149. -webkit-transition: all 0.2s linear;
  150. -moz-transition: all 0.2s linear;
  151. transition: all 0.2s linear;
  152. }
  153.  
  154. #sidebar .linka a:hover {
  155. border-bottom:3px solid {color:navigations hover};
  156. }
  157.  
  158. #sidebar h2 {
  159. font-weight:500;
  160. margin:5px 0px 20px;
  161. {block:ifalternatetitlefont}font-family:'Bangers', arial, serif;font-size:35px;{/block:ifalternatetitlefont}
  162. {block:ifnotalternatetitlefont}font-family:'Miniver', arial, serif;font-size:25px;{/block:ifnotalternatetitlefont}
  163. color:#fff;
  164. }
  165.  
  166. #sidebar h3 {
  167. font-family:consolas, courier new;
  168. text-transform:uppercase;
  169. letter-spacing:5px;
  170. -webkit-transition: all 0.2s linear;
  171. -moz-transition: all 0.2s linear;
  172. transition: all 0.2s linear;
  173. border-left:10px solid {color:sidebar};
  174. border-right:10px solid {color:sidebar};
  175. }
  176.  
  177. #sidebar h3:hover, #sidebarimg:hover + h3 {
  178. border-left:10px solid {color:navigations hover};
  179. border-right:10px solid {color:navigations hover};
  180. }
  181.  
  182. #sidebar .pagnition {
  183. margin-top:20px;
  184. text-align:center;
  185. }
  186.  
  187. #sidebar .pagnition a {
  188. background:{color:navigations};
  189. border:2px solid {color:navigations};
  190. color:{color:navigations link};
  191. padding:0px 5px;
  192. margin-left:2px;
  193. }
  194.  
  195. #sidebar .current_page, #sidebar .pagnition a:hover {
  196. background:{color:navigations};
  197. border:2px solid {color:navigations hover};
  198. color:{color:navigations link};
  199. padding:0px 5px;
  200. }
  201.  
  202. #entry {
  203. width: 400px;
  204. position:relative;
  205. background:{color:posts background};
  206. margin-bottom:20px;
  207. {block:ifboxshadow}
  208. -moz-box-shadow:0px 3px 5px {color:posts border};
  209. -webkit-box-shadow:0px 3px 5px {color:posts border};
  210. box-shadow:0px 3px 5px {color:posts border};
  211. {/block:ifboxshadow}
  212. padding:10px;
  213. }
  214.  
  215. #entry .posttitle {
  216. font-size:20px;
  217. font-family:georgia;
  218. font-style:italic;
  219. margin-top:5px;
  220. padding-left:10px;
  221. border-left:2px solid {color:links};
  222. border-right:2px solid {color:links};
  223. }
  224.  
  225. #entry .linktitle {
  226. font-size:20px;
  227. font-family:georgia;
  228. font-style:italic;
  229. margin-top:5px;
  230. border-bottom-style: double;
  231. border-bottom-color:{color:links};
  232. }
  233.  
  234. #entry .title{
  235. font-family:georgia;
  236. font-style:italic;
  237. font-size: 20px;
  238. line-height: 20px;
  239. letter-spacing: 0px;
  240. font-weight: normal;
  241. padding:0px 0px 0px 0px;
  242. }
  243.  
  244. #entry .posttitle a, #entry .linktitle a, #entry .title a {
  245. color:{color:text};
  246. }
  247.  
  248. #entry .audioplayer {
  249. position:absolute;
  250. width:28px;
  251. height:28px;
  252. background:url(http://static.tumblr.com/sjl0ztp/1DNm957sg/border.png);
  253. padding:10px;
  254. overflow:hidden;
  255. top:63px;
  256. left:63px;
  257. }
  258.  
  259. #entry .audioplayer .inner {
  260. width:28px;
  261. overflow:hidden;
  262. }
  263.  
  264. .perma {
  265. position:absolute;
  266. margin-top:-10px;
  267. margin-left:410px;
  268. }
  269.  
  270. .perma:hover {
  271. }
  272.  
  273. .perma .top {
  274. width:100px;
  275. height:25px;
  276. overflow:hidden;
  277. margin-bottom:5px;
  278. }
  279.  
  280. .perma .mid {
  281. width:100px;
  282. height:25px;
  283. opacity:0.7;
  284. overflow:hidden;
  285. margin-bottom:5px;
  286. }
  287.  
  288. .perma .bot {
  289. width:100px;
  290. height:25px;
  291. opacity:0.4;
  292. overflow:hidden;
  293. margin-bottom:5px;
  294. }
  295.  
  296. .perma .square {
  297. margin-left:20px;
  298. width:25px;
  299. height:25px;
  300. background:{color:permalink background};
  301. }
  302.  
  303. .perma .info1 {
  304. position:absolute;
  305. font-size:12px;
  306. padding:6px 7px;
  307. color:#333;
  308. margin-left:55px;
  309. text-transform:uppercase;
  310. font-family:consolas;
  311. top:0px;
  312. display:none;
  313. min-width:150px;
  314. text-align:left;
  315. opacity:0.6;
  316. background: {color:permalink hover state};
  317. -webkit-transition: all 0.4s ease-out;
  318. -moz-transition: all 0.4s ease-out;
  319. transition: all 0.4s ease-out;
  320. }
  321.  
  322. .perma .info2 {
  323. position:absolute;
  324. font-size:12px;
  325. padding:6px 7px;
  326. color:#333;
  327. margin-left:55px;
  328. text-transform:uppercase;
  329. font-family:consolas;
  330. top:30px;
  331. display:none;
  332. min-width:135px;
  333. opacity:0.6;
  334. background: {color:permalink hover state};
  335. -webkit-transition: all 0.4s ease-out;
  336. -moz-transition: all 0.4s ease-out;
  337. transition: all 0.4s ease-out;
  338. }
  339.  
  340. .perma .info3 {
  341. position:absolute;
  342. font-size:12px;
  343. padding:6px 7px;
  344. color:#333;
  345. margin-left:55px;
  346. text-transform:uppercase;
  347. font-family:consolas;
  348. top:60px;
  349. display:none;
  350. width:135px;
  351. opacity:0.6;
  352. background: {color:permalink hover state};
  353. -webkit-transition: all 0.4s ease-out;
  354. -moz-transition: all 0.4s ease-out;
  355. transition: all 0.4s ease-out;
  356. }
  357.  
  358. .top:hover + .info1, .mid:hover + .info2, .bot:hover + .info3 {
  359. display:block;
  360. }
  361.  
  362. .perma .info1:hover, .perma .info2:hover, .perma .info3:hover {
  363. display:block;
  364. opacity:0.95;
  365. }
  366.  
  367. #postnotes{
  368. text-align: justify;
  369. }
  370.  
  371. #postnotes blockquote{
  372. border: 0px;
  373. }
  374.  
  375. blockquote{
  376. margin:0px 5px;
  377. padding:7px 10px;
  378. border-left: 2px solid {color:links};
  379. border-right: 2px solid {color:links};
  380. background:{color:blockquote};
  381. }
  382.  
  383. #footer{
  384. float: left;
  385. width: 500px;
  386. position:relative;
  387. background-color:transparent;
  388. font-family:consolas;
  389. text-align:center;
  390. font-size:10px;
  391. letter-spacing:5px;
  392. margin:7px auto 20px;
  393. }
  394.  
  395. .postnotes ul, .postnotes ol, .postnotes li { list-style:none; margin:0px; padding:0px; }
  396. .postnotes li { padding:5px 0px; }
  397. .postnotes .avatar { margin-right:10px; }
  398. .chat ul, .chat ol, .chat li{list-style:none; margin-left:-40px; padding:0px;}
  399. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  400. .user_7 .label, .user_8 .label, .user_9 .label {font-weight:600;}
  401.  
  402. .notes img{
  403. width:10px;
  404. position:relative;
  405. top:3px;
  406. }
  407.  
  408. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  409. {block:IndexPage}
  410. width: 400px !important;
  411. {/block:IndexPage}
  412. }
  413.  
  414. .photo, div.photo, .photo img {
  415. {block:IndexPage}
  416. width:400px;
  417. display:block;
  418. {/block:IndexPage}
  419. }
  420.  
  421. .arrow-down {
  422. width: 0;
  423. height: 0;
  424. border-left: 10px inset transparent;
  425. border-right: 10px inset transparent;
  426. border-top: 10px solid {color:permalink background};
  427. margin:0px auto;
  428. }
  429.  
  430. #infscr-loading {
  431. text-align: center;
  432. z-index: 100;
  433. position: fixed;
  434. left:50%;
  435. bottom: 20px;
  436. font-size:0px;
  437. background:#fff;
  438. padding:2px;
  439. -webkit-border-radius: 50px;
  440. -moz-border-radius: 50px;
  441. border-radius: 50px;
  442. width:16px;
  443. height:16px;
  444. }
  445.  
  446. .q {
  447. font-family:georgia;
  448. font-size:80px;
  449. padding-top:25px;
  450. }
  451.  
  452. #twitter {
  453. width:150px;
  454. background:{color:navigations};
  455. padding:7px 10px 10px 10px;
  456. font-family:consolas, courier new;
  457. font-size:11px;
  458. }
  459.  
  460. #twitter_container {
  461. height:auto !important;
  462. }
  463.  
  464. #twitter_update_list {
  465. padding: 0;
  466. overflow: hidden;
  467. margin:0px auto;
  468. }
  469.  
  470. #twitter_update_list li {
  471. width: 100%;
  472. list-style: none;
  473. }
  474.  
  475. #twitter_update_list li a {
  476. text-decoration: none;
  477. }
  478.  
  479. #twitter_update_list li a:hover {
  480. }
  481.  
  482. #top-link{
  483. position:fixed;
  484. bottom:15px;
  485. right:15px;
  486. margin:0px auto;
  487. font-size:20px;
  488. padding-top:5px;
  489. text-align:center;
  490. width:25px;
  491. height:20px;
  492. background:{color:back to top button};
  493. -webkit-border-radius: 100px;
  494. -moz-border-radius: 100px;
  495. border-radius: 100px;
  496. color:{color:background};
  497. }
  498.  
  499. {CustomCSS}
  500.  
  501. </style>
  502.  
  503. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  504.  
  505. <script type="text/javascript" src="http://static.tumblr.com/sjl0ztp/07tm8j6sa/jquery.scrollto-1.4.0-min.js"></script>
  506. <script type="text/javascript">
  507. jQuery.fn.topLink = function(settings) {
  508. settings = jQuery.extend({
  509. min: 1,
  510. fadeSpeed: 200,
  511. ieOffset: 50
  512. }, settings);
  513. return this.each(function() {
  514. //listen for scroll
  515. var el = $(this);
  516. el.css('display','none'); //in case the user forgot
  517. $(window).scroll(function() {
  518. if(!jQuery.support.hrefNormalized) {
  519. el.css({
  520. 'position': 'absolute',
  521. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  522. });
  523. }
  524. if($(window).scrollTop() >= settings.min)
  525. {
  526. el.fadeIn(settings.fadeSpeed);
  527. }
  528. else
  529. {
  530. el.fadeOut(settings.fadeSpeed);
  531. }
  532. });
  533. });
  534. };
  535.  
  536. $(document).ready(function() {
  537. $('#top-link').topLink({
  538. min: 400,
  539. fadeSpeed: 500
  540. });
  541. //smoothscroll
  542. $('#top-link').click(function(e) {
  543. e.preventDefault();
  544. $.scrollTo(0,300);
  545. });
  546. });
  547.  
  548.  
  549. </script>
  550.  
  551. </head>
  552. <body>
  553.  
  554. {block:ifbacktotopbutton}<a href="#top" title="back to top"><div id="top-link">&uarr;</div></a>{/block:ifbacktotopbutton}
  555.  
  556. {block:ifinfinitescroll}
  557. {block:indexpage}
  558. <script src="http://static.tumblr.com/ihdmiub/Noam2kdyo/jquery.infinitescroll.min.js"></script>
  559. <script>
  560. $(function(){
  561.  
  562. var $container = $('#content');
  563. $container.infinitescroll({
  564. navSelector : '#page-nav', // selector for the paged navigation
  565. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  566. itemSelector : '#entry', // selector for all items you'll retrieve
  567. loading: {
  568. finishedMsg: '<em>no more!</em>',
  569. img: 'http://static.tumblr.com/sjl0ztp/LkXm7hysx/snake_transparent.gif'
  570. }
  571. },
  572. // trigger Masonry as a callback
  573. function( newElements ) {
  574. var $newElems = $( newElements ).css({ opacity: 1 });
  575. $newElems.imagesLoaded(function(){
  576. $newElems.animate({ opacity: 1 });
  577. $container.masonry( 'appended', $newElems, true );
  578. });
  579. }
  580. );
  581.  
  582. });
  583. </script>
  584. <nav id="page-nav">
  585. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</nav>
  586. {/block:indexpage}
  587. {/block:ifinfinitescroll}
  588.  
  589. <div id="cage">
  590.  
  591. <div id="sidebar">
  592. <center><a href="/"><img src="{image:sidebar}" id="sidebarimg"><h3>{Title}</h3></a></center>
  593. <div class="inner">
  594. <div class="description">{Description}</div>
  595. <div class="linka">
  596. {block:ifshowarchivelink}<a href="/archive">archive</a>{/block:ifshowarchivelink}
  597. {block:askenabled}<a href="/ask">{text:ask label}</a>{/block:askenabled}
  598. {block:submissionsenabled}<a href="/submit">{text:submit label}</a>{/block:submissionsenabled}
  599. {block:ifshowrsslink}<a href="{rss}">{text:rss label}</a>{/block:ifshowrsslink}
  600. <a href="http://excolo.tumblr.com">theme</a>
  601. </div>
  602.  
  603. {block:ifnotinfinitescroll}
  604. <div class="pagnition">
  605. {block:Pagination}
  606. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}
  607. {block:JumpPagination length="3"}
  608. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  609. {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  610. {/block:Pagination}
  611. </div>
  612. {/block:ifnotinfinitescroll}
  613. </div>
  614.  
  615. {block:iftwitterusername}
  616. <div id="twitter">
  617. <div id="twitter_container">
  618. <ul id="twitter_update_list"></ul>
  619. </div>
  620. </div>
  621. {/block:iftwitterusername}
  622.  
  623. </div>
  624.  
  625. <div id="content">
  626. {block:Posts}
  627. <div id="entry">
  628. {block:IndexPage}
  629. <section class="perma">
  630. <a href="{permalink}" title="go to the permalink page"><div class="top""><div class="square"></div></div><div class="info1">{lang:Posted TimeAgo}{block:ifshowtagsonindexpage}{block:HasTags}<small><br />{lang:Tagged with} {block:Tags}#{Tag} {/block:Tags}</small>{/block:HasTags}{/block:ifshowtagsonindexpage}</div></a>
  631. <a href="{permalink}" title="go to the permalink page"><div class="mid"><div class="square"></div></div><div class="info2">{lang:It has NoteCount notes}</div></a>
  632. <a href="{reblogurl}" title="reblog this post"><div class="bot"><div class="square"></div></div><div class="info3">Reblog This Post</div></a>
  633. </section>
  634. {/block:IndexPage}
  635.  
  636. {/block:IndexPage}
  637.  
  638. {block:Text}
  639. {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  640. {Body}
  641. {/block:Text}
  642.  
  643. {block:Link}
  644. <span class="linktitle"><a href="{URL}">{Name} &rarr;</a></span>
  645. {block:Description}{Description}{/block:Description}
  646. {block:Link}
  647.  
  648. {block:Photo}{block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{Permalink}"><img src="{PhotoURL-400}" alt="{alt}" title="{alt}" width="400px"/></a></div>{LinkCloseTag}{block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"width="400px"/>{LinkCloseTag}{/block:PermalinkPage}
  649. {/block:Photo}
  650.  
  651. {block:Quote}
  652. <table border="0"><tr><td style="vertical-align:top;"><div class="q">&ldquo;</div></td><td><span class="title"><a href="{permalink}">{Quote}</a></span> {block:Source}<p style="margin:5px 0px 0px 0px;text-align:right;">-- <b>{Source}</b></p>{/block:Source}</td></tr></table>
  653. {/block:Quote}
  654.  
  655. {block:Chat}
  656. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  657. <ul class="chat">
  658. {block:Lines}
  659. <li class="user_{UserNumber}">
  660. {block:Label}
  661. <span class="label">{Label}</span>
  662. {/block:Label}
  663. {Line}
  664. </li>
  665. {/block:Lines}
  666. </ul>
  667. {/block:Chat}
  668.  
  669. {block:Answer}
  670. <div style="padding:5px;background:{color:permalink background};color:{color:posts background};">{Question}</div>
  671. <div class="arrow-down"></div>
  672. <div style="font-family:consolas;text-align:center;font-weight:600;margin-top:5px;"><img src="{AskerPortraitURL-16}" style="border:5px solid rgb('{RGBcolor:permalink background}');"><br />{lang:Asked by Asker 2}</div>
  673. {Answer}
  674. {/block:Answer}
  675.  
  676. {block:Audio}
  677. {block:AudioPlayer}
  678. <table border="0"><tr>
  679. {block:AlbumArt}<td style="width:150px;vertical-align:top;"><div class="audioplayer"><div class="inner">{AudioPlayerBlack}</div></div><a href="{Permalink}"><div style="width:150px;height:150px;background:{color:Blockquote};"><img src="{AlbumArtURL}" width="150px" height="150px"></div></a>
  680. </td>{/block:AlbumArt}
  681. <td style="width:220px;vertical-align:top;padding-left:10px;">{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  682. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  683. {block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  684. {block:PlayCount}<div style="width:100%;border-bottom:1px dotted {color:text};padding-bottom:10px;margin-bottom:10px;"><b>Played:</b> {Playcount} times</div>{/block:PlayCount}
  685. {block:caption}{caption}{/block:caption}
  686. </td>
  687. </tr></table>
  688. {/block:AudioPlayer}
  689. {/block:Audio}
  690.  
  691. {block:Video}
  692. {Video-400}
  693. {block:indexpage}{block:ifshowcaptions}{block:caption}<div style="padding:10px 20px;">{caption}</div>{/block:caption}{/block:ifshowcaptions}{/block:indexpage}
  694. {block:Video}
  695. </div>
  696. {/block:Posts}
  697.  
  698. {block:posts}
  699. {block:permalinkpage}
  700. {block:caption}<div id="entry">{caption}</div>{/block:caption}
  701. {block:date}<div id="entry">
  702. {lang:Posted TimeAgo with NoteCount notes}<br />{block:RebloggedFrom}{lang:Reblogged from ReblogParentName 2}<br />
  703. {lang:Originally from ReblogRootName 2}<br />{/block:RebloggedFrom}
  704. {block:ContentSource}&copy; <a href="{SourceURL}">{SourceTitle}</a><br />{/block:ContentSource}
  705. {block:HasTags}{lang:Tagged with} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  706. </div>{/block:date}
  707. {block:PostNotes}<div id="entry"><span class="postnotes">{PostNotes}</span></div>{/block:PostNotes}
  708. {/block:permalinkpage}
  709. {/block:posts}
  710. </div>
  711. </div>
  712.  
  713.  
  714. {block:ifTwitterUsername}
  715. <script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
  716. <script src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count=1" type="text/javascript"></script>{/block:ifTwitterUsername}
  717.  
  718. {block:IfGoogleAnalyticsID}
  719. <script>
  720. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  721. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  722. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  723. s.parentNode.insertBefore(g,s)}(document,'script'));
  724. </script>
  725. {/block:IfGoogleAnalyticsID}
  726.  
  727. </body>
  728. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement