Advertisement
heykevinn

Flipendo Theme

Oct 4th, 2012
2,734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.80 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. #7 FLIPENDO 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="#ffffff"/>
  22. <meta name="color:Text" content="#585858"/>
  23. <meta name="color:Links" content="#cfda13"/>
  24. <meta name="color:Links Hover" content="#585858"/>
  25. <meta name="color:Posts Background" content="#ffffff"/>
  26. <meta name="color:Posts Title Underline" content="#dadada"/>
  27. <meta name="color:Posts Title Text" content="#585858"/>
  28. <meta name="color:Posts Border" content="#dadada"/>
  29. <meta name="color:Back To Top Button" content="#dadada"/>
  30. <meta name="color:Navigations Icon" content="#ffffff"/>
  31. <meta name="color:Navigations Hover" content="#eeeeee"/>
  32. <meta name="color:Blockquote" content="#c0c0c0"/>
  33. <meta name="color:Icon Border" content="#000000"/>
  34. <meta name="color:Description Background" content="#ffffff"/>
  35. <meta name="color:Description Border" content="#dadada"/>
  36. <meta name="color:Custom Scrollbar" content="#585858"/>
  37.  
  38. <meta name="if:Show Tags" content="1"/>
  39. <meta name="if:Hide Captions" content="1"/>
  40. <meta name="if:Full Sized Background" content="0"/>
  41. <meta name="if:Back To Top Button" content="1"/>
  42. <meta name="if:Show Tags" content="1"/>
  43. <meta name="if:Custom Scrollbar" content="1"/>
  44. <meta name="if:Hide Meta On Photos" content="0"/>
  45.  
  46. <meta name="text:Google Analytics ID" content="" />
  47. <meta name="text:link 1 url" content="" />
  48. <meta name="text:link 1 title" content="" />
  49. <meta name="text:link 2 url" content="" />
  50. <meta name="text:link 2 title" content="" />
  51. <meta name="text:link 3 url" content="" />
  52. <meta name="text:link 3 title" content="" />
  53.  
  54. <meta name="image:Background" content=""/>
  55. <meta name="image:Sidebar" content="http://static.tumblr.com/sjl0ztp/hYemb9668/taeyangsb.png"/>
  56.  
  57. <style type="text/css">
  58. @import url(http://fonts.googleapis.com/css?family=Monoton);
  59.  
  60. body {
  61. font: normal 12px Consolas, courier new, arial, sans-serif;
  62. color:{color:Text};
  63. margin:0px;
  64. padding:0px;
  65. background:{color:Background} url({image:Background});
  66. {block:IfFullSizedBackground}background-size:100%;{/block:IfFullSizedBackground}
  67. background-attachment:fixed;
  68. }
  69.  
  70. iframe#tumblr_controls {
  71. position:fixed !important;
  72. top:5px !important;
  73. right:10px !important;
  74. }
  75.  
  76. a {
  77. color:{color:Links};
  78. text-decoration:none;
  79. -webkit-transition: all 0.4s linear;
  80. -moz-transition: all 0.4s linear;
  81. transition: all 0.4s linear;
  82. }
  83.  
  84. a:hover {
  85. color:{color:Links Hover};
  86. }
  87.  
  88. {block:IfCustomScrollBar}
  89. ::-webkit-scrollbar {
  90. width:10px;
  91. height:10px;
  92. }
  93.  
  94. ::-webkit-scrollbar-track {
  95. background-color:{color:Background};
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. background-color:{color:Custom Scrollbar};
  100. }
  101. {/block:IfCustomScrollBar}
  102.  
  103. blockquote {
  104. margin:20px;
  105. padding-left:10px;
  106. border-left:5px solid {color:Blockquote};
  107. }
  108.  
  109. #quince /* container */ {
  110. margin:20px 0 0 100px;
  111. }
  112.  
  113. #snug /* sidebar */ {
  114. float:left;
  115. position:fixed;
  116. margin-left:590px;
  117. margin-top:100px;
  118. }
  119.  
  120. #snug #image {
  121. width:90px;
  122. display:block;
  123. border:15px solid {color:Icon Border};
  124. }
  125.  
  126. #snugdes {
  127. width:150px;
  128. line-height:12px;
  129. margin:0 0 0 0;
  130. padding:5px 5px 5px 10px;
  131. background:{color:Description Background};
  132. -webkit-border-radius: 0 10px 10px 0;
  133. -moz-border-radius: 0 10px 10px 0;
  134. border-radius: 0 10px 10px 0;
  135. border-style:solid;
  136. border-width:1px 1px 1px 0;
  137. border-color:{color:Description Border};
  138. }
  139.  
  140. .nav {
  141. width:120px;
  142. text-align:center;
  143. margin-top:10px;
  144. font-size:12px;
  145. }
  146.  
  147. .nav a {
  148. color:{color:Navigations Icon};
  149. padding:5px 5px;
  150. }
  151.  
  152. .nav a:hover {
  153. opacity:0.5;
  154. }
  155.  
  156. #flute /* posts container */ {
  157. width:590px;
  158. }
  159.  
  160. #border {
  161. margin:0 20px 20px 0;
  162. float:left;
  163. }
  164.  
  165. .phover {
  166. position:absolute;
  167. opacity:0;
  168. -webkit-transition: all 0.4s ease;
  169. -moz-transition: all 0.4s ease;
  170. transition: all 0.4s ease;
  171. width:80px;
  172. height:37px;
  173. margin:21px 21px;
  174. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  175. }
  176.  
  177. #border:hover .phover { opacity:1; }
  178.  
  179. .perma img, .reb img { width:15px;height:15px;display:block; }
  180. .perma, .reb {
  181. background:rgba(0,0,0,0.7);
  182. color:#fff;
  183. font-size:20px;
  184. width:15px;
  185. height:15px;
  186. padding:10px;
  187. float:left;
  188. border:1px solid rgba(0,0,0,0.2);
  189. margin-right:6px;
  190. -webkit-transition: all 0.4s ease;
  191. -moz-transition: all 0.4s ease;
  192. transition: all 0.4s ease;
  193. opacity:1;
  194. }
  195.  
  196. .reb { margin-right:0px !important; }
  197. .perma:hover, .reb:hover { background:rgba(0,0,0,0.9); }
  198.  
  199. #puck /* individual post */ {
  200. {block:IndexPage}width: 250px;{/block:IndexPage}
  201. {block:PermalinkPage}width:500px;margin-left:42px;{/block:PermalinkPage}
  202. background:{color:Posts Background};
  203. padding:10px;
  204. overflow:auto;
  205. border:1px solid {color:Posts Border};
  206. }
  207.  
  208. #puck .caption {
  209. {block:IndexPage}{block:IfHideCaptions}display:none;{/block:IfHideCaptions}{/block:IndexPage}
  210. }
  211.  
  212. #puck .quote {
  213. margin:0px 0px 10px 0px;
  214. font-size:20px;
  215. line-height:20px;
  216. }
  217.  
  218. #puck .source {
  219. text-align:right;
  220. }
  221.  
  222. #puck .meta {
  223. border-top:1px solid {color:Posts Title Underline};
  224. padding-top:5px;
  225. font-size:10px;
  226. margin-top:10px;
  227. }
  228.  
  229. .nometa {
  230. display:none;
  231. }
  232.  
  233. #puck .title {
  234. font-size:15px;
  235. margin:0;
  236. border-bottom:1px solid {color:Posts Title Underline};
  237. padding:0 0 5px 0;
  238. }
  239.  
  240. #puck .title a, #puck .linktitle, #puck .meta a {
  241. color:{color:Posts Title Text};
  242. }
  243.  
  244. #puck .title a:Hover, #puck .linktitle:Hover, #puck .meta a:hover {
  245. color:{color:Links};
  246. }
  247.  
  248. #puck .linktitle {
  249. font-size:15px;
  250. margin:0 0 -5px;
  251. border-bottom:1px solid {color:Links};
  252. padding:0 0 5px;
  253. }
  254.  
  255. #puck .linktitle:after {
  256. content:' β†’';
  257. }
  258.  
  259. table#answer {
  260. border-bottom:1px solid {color:Posts Border};
  261. {block:IndexPage}width:250px;{/block:IndexPage}
  262. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  263. padding-bottom:10px;
  264. }
  265.  
  266. #puck .tags {
  267. {block:IfNotShowTags}display:none;{/block:IfNotShowTags}
  268. }
  269.  
  270. #quince .photo img {
  271. display:block;
  272. {block:IndexPage}width:250px;{/block:IndexPage}
  273. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  274. }
  275.  
  276. #chat td {
  277. padding:5px 0 5px 10px;
  278. vertical-align:top;
  279. }
  280.  
  281. #chat tr.lines {
  282. border-bottom:1px solid {color:Posts Border};
  283. display:block;
  284. }
  285.  
  286. #chat tr:last-child { border:none; }
  287.  
  288. #chat .label {
  289. font-weight:bold;
  290. color:{color:Blockquote};
  291. width:80px;
  292. text-align:right;
  293. border-right:1px solid {color:Posts Border};
  294. padding:5px 10px 5px 0px;
  295. margin:0 10px 0 0;
  296. }
  297.  
  298. .nocaption {
  299. display:none;
  300. }
  301.  
  302. #postnotes ol {
  303. list-style-type:none;
  304. margin:0px;
  305. padding:0px;
  306. }
  307.  
  308. #postnotes {
  309. font: normal 12px "Lucida Grande", arial, sans-serif;
  310. line-height: 20px;
  311. }
  312.  
  313. #top-link{ display:none; position:fixed; right:15px; top:37px;width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 15px solid {color:Back To Top Button};opacity:1;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
  314. #top-link:hover { opacity:0.5; }
  315.  
  316. #infscr-loading {
  317. text-align: center;
  318. z-index: 100;
  319. position: fixed;
  320. bottom:20px;
  321. left:740px;
  322. background:#fff;
  323. padding:3px;
  324. -webkit-border-radius: 5px;
  325. -moz-border-radius: 5px;
  326. border-radius: 5px;
  327. font-size:0px;
  328. }
  329.  
  330. .hide { display:none; }
  331.  
  332. #fade { /*--Transparent background layer--*/
  333. display: none; /*--hidden by default--*/
  334. background: #000;
  335. position: fixed; left: 0; top: 0;
  336. width: 100%; height: 100%;
  337. opacity: .80;
  338. z-index: 9999;
  339. }
  340. .popup_block{
  341. display: none; /*--hidden by default--*/
  342. background: #fff;
  343. padding: 10px;
  344. float: left;
  345. font-size: 1.2em;
  346. position: fixed;
  347. top: 50%; left: 50%;
  348. z-index: 99999;
  349. }
  350.  
  351. .morelinks a {
  352. display:block;
  353. text-align:center;
  354. background:#eee;
  355. color:#585858;
  356. opacity:1;
  357. margin-bottom:2px;
  358. }
  359.  
  360. .morelinks a:hover {
  361. color:#585858;
  362. opacity:0.5;
  363. }
  364.  
  365. img.btn_close {
  366. float: right;
  367. margin: -10px -40px 0 0;
  368. }
  369. /*--Making IE6 Understand Fixed Positioning--*/
  370. *html #fade {
  371. position: absolute;
  372. }
  373. *html .popup_block {
  374. position: absolute;
  375. }
  376.  
  377. {CustomCSS}
  378.  
  379. #excolo {
  380. background:#fff;
  381. width:150px;
  382. padding:5px 0 5px 10px;
  383. position:fixed;
  384. bottom:0px;
  385. right:-128px;
  386. -webkit-transition: all 0.7s ease;
  387. -moz-transition: all 0.7s ease;
  388. transition: all 0.7s ease;
  389. }
  390.  
  391. #excolo:hover {
  392. right:0px;
  393. }
  394.  
  395. #excolo a {
  396. color:#585858;
  397. }
  398.  
  399. #excolo span {
  400. font:20px times new roman, serif;
  401. padding-right:10px;
  402. }
  403.  
  404. </style>
  405.  
  406. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  407. </script>
  408.  
  409. {block:IfAutoHideDescription}
  410. <script type="text/javascript">
  411. $(document).ready(function(){
  412. $(".draw .description").hide();
  413. $(".draw .head").click(function(){
  414. $(this).next(".draw .description").slideToggle('fast');
  415. }); }); </script>
  416. {/block:IfAutoHideDescription}
  417.  
  418. <script type="text/javascript" src="http://static.tumblr.com/sjl0ztp/07tm8j6sa/jquery.scrollto-1.4.0-min.js"></script>
  419. <script type="text/javascript">
  420. jQuery.fn.topLink = function(settings) {
  421. settings = jQuery.extend({
  422. min: 1,
  423. fadeSpeed: 200,
  424. ieOffset: 50
  425. }, settings);
  426. return this.each(function() {
  427. //listen for scroll
  428. var el = $(this);
  429. el.css('display','none'); //in case the user forgot
  430. $(window).scroll(function() {
  431. if(!jQuery.support.hrefNormalized) {
  432. el.css({
  433. 'position': 'absolute',
  434. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  435. });
  436. }
  437. if($(window).scrollTop() >= settings.min)
  438. {
  439. el.fadeIn(settings.fadeSpeed);
  440. }
  441. else
  442. {
  443. el.fadeOut(settings.fadeSpeed);
  444. }
  445. });
  446. });
  447. };
  448.  
  449. $(document).ready(function() {
  450. $('#top-link').topLink({
  451. min: 400,
  452. fadeSpeed: 500
  453. });
  454. //smoothscroll
  455. $('#top-link').click(function(e) {
  456. e.preventDefault();
  457. $.scrollTo(0,300);
  458. });
  459. });
  460.  
  461.  
  462. </script>
  463.  
  464. {block:IndexPage}
  465. <script src="http://static.tumblr.com/sjl0ztp/VTCmbco3i/jquery.masonry.min.js"></script>
  466. <script src="http://static.tumblr.com/ihdmiub/Noam2kdyo/jquery.infinitescroll.min.js"></script>
  467. <script>
  468. $(function(){
  469.  
  470. var $container = $('#flute');
  471.  
  472. $container.imagesLoaded(function(){
  473. $container.masonry({
  474. itemSelector: '#border',
  475. columnWidth: 0
  476. });
  477. });
  478.  
  479. $container.infinitescroll({
  480. navSelector : '#page-nav', // selector for the paged navigation
  481. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  482. itemSelector : '#border', // selector for all items you'll retrieve
  483. loading: {
  484. finishedMsg: 'No more pages to load.',
  485. img: 'http://static.tumblr.com/sjl0ztp/RyVmbcxtx/loading_horizontal.gif'
  486. }
  487. },
  488. // trigger Masonry as a callback
  489. function( newElements ) {
  490. // hide new items while they are loading
  491. var $newElems = $( newElements ).css({ opacity: 0 });
  492. // ensure that images load before adding to masonry layout
  493. $newElems.imagesLoaded(function(){
  494. // show elems now they're ready
  495. $newElems.animate({ opacity: 1 });
  496. $container.masonry( 'appended', $newElems, true );
  497. });
  498. }
  499. );
  500.  
  501. });
  502. </script>
  503.  
  504. <nav id="page-nav">
  505. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</nav>
  506. {/block:indexpage}
  507.  
  508. <script type="text/javascript" src="http://static.tumblr.com/sjl0ztp/nMnmb6vgx/slideavisscript.js"></script>
  509.  
  510. <script src="http://static.tumblr.com/sjl0ztp/UGEm6pwaz/cufon-yui.js" type="text/javascript"></script>
  511. <script src="http://static.tumblr.com/sjl0ztp/iJ9m6pwe3/websymbolsfont_400.font.js" type="text/javascript"></script>
  512. <script type="text/javascript">
  513. Cufon.replace('#sub1', { fontFamily: 'websymbolsfont', hover: true }); // Requires a selector engine for IE 6-7, see above
  514. </script>
  515.  
  516. <script>
  517. $(document).ready(function() {
  518. //
  519. $('a.poplight[href^=#]').click(function() {
  520. var popID = $(this).attr('rel'); //Get Popup Name
  521. var popURL = $(this).attr('href'); //Get Popup href to define size
  522. var query= popURL.split('?');
  523. var dim= query[1].split('&');
  524. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  525. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/sjl0ztp/TGxmbd0dn/closeee.png" class="btn_close" title="Close" alt="Close" style="width:20px;height:20px;" /></a>');
  526. var popMargTop = ($('#' + popID).height() + 80) / 2;
  527. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  528. //Apply Margin to Popup
  529. $('#' + popID).css({
  530. 'margin-top' : -popMargTop,
  531. 'margin-left' : -popMargLeft
  532. });
  533. $('body').append('<div id="fade"></div>');
  534. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  535. return false;
  536. });
  537. $('a.close, #fade').live('click', function() {
  538. $('#fade , .popup_block').fadeOut(function() {
  539. $('#fade, a.close').remove(); //fade them both out
  540. });
  541. return false;
  542. });
  543. });
  544. </script>
  545.  
  546. </head>
  547. <body>
  548.  
  549. <div id="excolo"><a href="http://excolo.tumblr.com" title=""><span>E</span> THEME BY EXCOLO</a></div>
  550.  
  551. {block:IfBackToTopButton}
  552. <div id="top"></div>
  553. <a style="border:none;" href="#top"><div id="top-link"></div></a>
  554. {/block:IfBackToTopButton}
  555.  
  556. <!-- start content -->
  557. <div id="quince">
  558.  
  559. <!-- start sidebar -->
  560. <div id="snug">
  561. <table cellspacing="0" cellpadding="0"><tr>
  562. <td><a href="/"><img src="{image:Sidebar}" id="image"></a></td>
  563. <td><!-- start description -->
  564. <div id="snugdes"><span>{description}</span></div></td>
  565. </tr></table>
  566.  
  567. <div class="nav">
  568. <div id="sub1">
  569. <a href="/ask" title="message">@</a>
  570. <a href="/archive" title="archive">F</a>
  571. <a href="{RSS}" title="RSS">B</a>
  572. <a href="#?w=300" rel="02" class="poplight" title="more links">ΒΉ</a>
  573. </div>
  574. </div>
  575.  
  576. </div>
  577.  
  578. <div id="flute">
  579. {block:Posts}
  580. <!-- start each post -->
  581. <div id="border">
  582.  
  583. {block:Photo}
  584. <div class="phover">
  585. <a href="{Permalink}" title="Posted {TimeAgo} with {NoteCountWithLabel}"><div class="perma"><img src="http://static.tumblr.com/sjl0ztp/YoRmbcpc0/permalink.png" /></div></a>
  586. <a href="{ReblogURL}" title="Reblog"><div class="reb"><img src="http://static.tumblr.com/sjl0ztp/nuGmbcp74/reblog.png" /></div></a>
  587. </div>
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. <div class="phover">
  592. <a href="{Permalink}" title="Posted {TimeAgo} with {NoteCountWithLabel}"><div class="perma"><img src="http://static.tumblr.com/sjl0ztp/YoRmbcpc0/permalink.png" /></div></a>
  593. <a href="{ReblogURL}" title="Reblog"><div class="reb"><img src="http://static.tumblr.com/sjl0ztp/nuGmbcp74/reblog.png" /></div></a>
  594. </div>
  595. {/block:Photoset}
  596.  
  597. {block:Video}
  598. <div class="phover">
  599. <a href="{Permalink}" title="Posted {TimeAgo} with {NoteCountWithLabel}"><div class="perma"><img src="http://static.tumblr.com/sjl0ztp/YoRmbcpc0/permalink.png" /></div></a>
  600. <a href="{ReblogURL}" title="Reblog"><div class="reb"><img src="http://static.tumblr.com/sjl0ztp/nuGmbcp74/reblog.png" /></div></a>
  601. </div>
  602. {/block:Video}
  603.  
  604. {block:Audio}
  605. <div class="phover">
  606. <a href="{Permalink}" title="Posted {TimeAgo} with {NoteCountWithLabel}"><div class="perma"><img src="http://static.tumblr.com/sjl0ztp/YoRmbcpc0/permalink.png" /></div></a>
  607. <a href="{ReblogURL}" title="Reblog"><div class="reb"><img src="http://static.tumblr.com/sjl0ztp/nuGmbcp74/reblog.png" /></div></a>
  608. </div>
  609. {/block:Audio}
  610.  
  611. <div id="puck">
  612. {block:Text}
  613. {block:Title}
  614. <div class="title"><a href="{Permalink}">{Title}</a></div>
  615. {/block:Title}
  616. {Body}
  617. {block:IndexPage}
  618. <div class="meta">
  619. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  620. {block:HasTags}
  621. <div class="tags">Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>
  622. {/block:HasTags}
  623. </div>
  624. {/block:IndexPage}
  625. {/block:Text}
  626.  
  627. {block:Photo}
  628. <div class="photo">{LinkOpenTag}<img {block:IndexPage}src="{PhotoURL-250}"{/block:IndexPage} {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage} alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  629. {block:Caption}
  630. <div class="caption">{Caption}</div>
  631. {/block:Caption}
  632. {/block:Photo}
  633.  
  634. {block:Photoset}
  635. <div class="photo">{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  636. {block:Caption}
  637. <div class="caption">{Caption}</div>
  638. {/block:Caption}
  639. {/block:Photoset}
  640.  
  641. {block:Quote}
  642. <div class="quote">{Quote}</div>
  643.  
  644. {block:Source}
  645. <div class="source">{Source}</div>
  646. {/block:Source}
  647.  
  648. {block:IndexPage}
  649. <div class="meta">
  650. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  651. {block:HasTags}
  652. <div class="tags">Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>
  653. {/block:HasTags}
  654. </div>
  655. {/block:IndexPage}
  656. {/block:Quote}
  657.  
  658. {block:Link}
  659. <a href="{URL}" class="linktitle" {Target}>{Name}</a>
  660.  
  661. {block:Description}
  662. <div class="description">{Description}</div>
  663. {/block:Description}
  664.  
  665. {block:IndexPage}
  666. <div class="meta">
  667. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  668. {block:HasTags}
  669. <div class="tags">Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>
  670. {/block:HasTags}
  671. </div>
  672. {/block:IndexPage}
  673. {/block:Link}
  674.  
  675. {block:Chat}
  676. {block:Title}
  677. <div class="title"><a href="{Permalink}">{Title}</a></div>
  678. {/block:Title}
  679.  
  680. <table id="chat">
  681. {block:Lines}
  682. <tr class="lines">
  683. {block:Label}<td class="label">
  684. {Label}</td>
  685. {/block:Label}
  686. <td>{Line}</td>
  687. </tr>
  688. {/block:Lines}
  689. </table>
  690.  
  691. {block:IndexPage}
  692. <div class="meta">
  693. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  694. {block:HasTags}
  695. <div class="tags">Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>
  696. {/block:HasTags}
  697. </div>
  698. {/block:IndexPage}
  699. {/block:Chat}
  700.  
  701. {block:Video}
  702. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  703. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  704. {/block:Video}
  705.  
  706. {block:Answer}
  707. <table cellspacing="0" cellpadding="0" id="answer"><tr><td><img src="{AskerPortraitURL-96}" width="40" height="40" style="padding-right:10px;
  708. "></td>
  709. <td><b>{Asker} said:</b> {Question}</td>
  710. </td></table>
  711. {Answer}
  712.  
  713. {block:IndexPage}
  714. <div class="meta">
  715. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  716. {block:HasTags}
  717. <div class="tags">Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>
  718. {/block:HasTags}
  719. </div>
  720. {/block:IndexPage}
  721. {/block:Answer}
  722.  
  723. {block:Audio}
  724. {block:AudioPlayer}
  725. {block:AlbumArt}
  726. <img src="{AlbumArtURL}" alt="Album art" width="250"/>
  727. {/block:AlbumArt}
  728. <div class="caption">{Caption}</div>
  729. <div style="width:250px;background:#000;">{AudioPlayerBlack}</div>
  730. {/block:AudioPlayer}
  731. {block:AudioEmbed}{AudioEmbed-250}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:AudioEmbed}
  732. {/block:Audio}
  733.  
  734. </div>
  735. </div>
  736.  
  737. {block:PermalinkPage}
  738. {block:Date}
  739. <div id="border">
  740. <div id="puck"><a href="{Permalink}">Posted {TimeAgo}</a>
  741. <a href="{Permalink}#postnotes">with {NoteCountWithLabel}<br /></a>
  742. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}<br />{/block:HasTags}
  743. {block:RebloggedFrom}{lang:Originally from ReblogRootName 2}<br />{lang:Reblogged from ReblogParentName 2}<br />{/block:RebloggedFrom}
  744. {block:ContentSource}Sourced from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  745. </div>
  746. </div>
  747. {/block:Date}
  748. {/block:PermalinkPage}
  749.  
  750. {block:PermalinkPage}
  751. {block:PostNotes}
  752. <div id="border">
  753. <div id="puck">
  754. <div id="postnotes">
  755. {PostNotes}
  756. </div>
  757. </div>
  758. </div>
  759. {/block:PostNotes}
  760. {/block:PermalinkPage}
  761.  
  762. {/block:Posts}
  763. </div>
  764.  
  765. </div>
  766.  
  767. {block:IfGoogleAnalyticsID}
  768. <script>
  769. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  770. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  771. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  772. s.parentNode.insertBefore(g,s)}(document,'script'));
  773. </script>
  774. {/block:IfGoogleAnalyticsID}
  775.  
  776. </body>
  777.  
  778. <div id="02" class="popup_block">
  779. <div class="morelinks">
  780. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  781. {block:submissionsenabled}<a href="/submit">submit</a>&nbsp;{/block:submissionsenabled}
  782. {block:iflink1title}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1title}
  783. {block:iflink2title}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2title}
  784. {block:iflink3title}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3title}
  785. <a href="http://excolo.tumblr.com">theme</a>
  786. </div>
  787. </div>
  788.  
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement