Advertisement
heykevinn

Avis Theme

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