Advertisement
heykevinn

Engorgio Theme

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