purethought-s

Theme #16: Skeletons

May 3rd, 2013
2,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.32 KB | None | 0 0
  1. <!--
  2. Skeletons Theme by sleephy
  3.  
  4. please don't steal this c:
  5. -->
  6.  
  7. <html lang="en">
  8. <head>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  11. <script>
  12. (function($){
  13. $(document).ready(function(){
  14. $("a[title]").style_my_tooltips({
  15. tip_follows_cursor:true,
  16. tip_delay_time:10,
  17. tip_fade_speed:400,
  18. attribute:"title"
  19. });
  20. });
  21. })(jQuery);
  22. </script>
  23. <script>
  24. $(function(){
  25. $("[title]").mbTooltip({
  26. opacity : .90, //opacity
  27. wait:500, //before show
  28. ancor:"mouse", //"parent"
  29. cssClass:"default", // default = default
  30. timePerWord:70, //time to show in milliseconds per word
  31. hasArrow:false,
  32. color:"white",
  33. imgPath:"images/",
  34. shadowColor:"black",
  35. fade:500
  36. });
  37. })
  38.  
  39. </script>
  40.  
  41. <meta name="color:Title" content="#999999"/>
  42. <meta name="color:Link" content="#555555"/>
  43. <meta name="color:Text" content="#555555"/>
  44. <meta name="color:Borders" content="#ddd"/>
  45. <meta name="color:Background" content="#ffffff"/>
  46. <meta name="image:background" content="">
  47. <meta name="text:Link 1" content="/"/>
  48. <meta name="text:Link 1 Title" content="home"/>
  49. <meta name="text:Link 2" content="/ask" />
  50. <meta name="text:Link 2 Title" content="mssg"/>
  51. <meta name="text:Link 3" content="/etc" />
  52. <meta name="text:Link 3 Title" content="links"/>
  53. <meta name="image:Sidebar" content="" />
  54. <meta name="image:Corner" content="" />
  55. <meta name="if:2 columns" content="0" />
  56. <meta name="if:captions" content="0" />
  57. <meta name="if:infinite scroll" content="1" />
  58.  
  59. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  60. {block:Description}<meta name="description" content="{MetaDescription}" />
  61. {/block:Description}
  62. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63. <link rel="shortcut icon" href="{Favicon}">
  64.  
  65. {block:indexpage}
  66. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  67.  
  68. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  69.  
  70. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  71. {block:ifinfinitescroll}
  72. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script> {/block:ifinfinitescroll}
  73.  
  74. <script>
  75. jQuery(window).load(function(){
  76. var $wall = $('#content');
  77. $wall.imagesLoaded(function(){
  78. $wall.masonry({
  79. singleMode: true,
  80. columnWidth: 292,
  81. itemSelector: '#entry'
  82. });
  83. });
  84. $wall.infinitescroll({
  85. navSelector : '#page-nav',
  86. nextSelector : '#page-nav a',
  87. itemSelector : '#entry',
  88. },
  89.  
  90. function( newElements ){
  91. $(newElements).hide();
  92. setTimeout(function(){
  93. $wall.masonry({ appendedContent: $(newElements) });
  94. },2000);
  95. setTimeout(function(){
  96. $(newElements).fadeIn('slow');
  97. },2100);
  98. },1000);
  99. });
  100. </script>
  101.  
  102.  
  103. <script>
  104. $.fn.imagesLoaded = function(callback){
  105. var elems = this.find('img'),
  106. len = elems.length,
  107. _this = this;
  108. if ( !elems.length ) {
  109. callback.call( this );}
  110. elems.bind('load',function(){
  111. if (--len <= 0){
  112. callback.call( _this );}
  113. }).each(function(){
  114. // cached images don't fire load sometimes, so we reset src.
  115. if (this.complete || this.complete === undefined){
  116. var src = this.src;
  117. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  118. // data uri bypasses webkit log warning (thx doug jones)
  119. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  120. this.src = src;}
  121. });
  122. return this;};
  123. </script>
  124.  
  125. {/block:Indexpage}
  126.  
  127. <style type="text/css">
  128. #s-m-t-tooltip{
  129. max-width:300px;
  130. padding:2px;
  131. margin:26px 0px 0px 8px;
  132. z-index:10;
  133. background-color:#fff;
  134. font-family:consolas;
  135. font-size:8.5px;
  136. letter-spacing:1px;
  137. text-transform:lowercase;
  138. -moz-box-shadow: 2px 2px 2px 0px #ddd;
  139.  
  140. }
  141.  
  142.  
  143. ::-webkit-scrollbar {width:5px;height:5px;background:#fff;}
  144. ::-webkit-scrollbar-thumb {background:{color:Link};}
  145.  
  146. /* GENERAL */
  147.  
  148.  
  149. iframe#tumblr_controls {right:3px !important; position: fixed !important;bottom:5px !important;-webkit-transition: opacity 0.7s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);}
  150.  
  151. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  152.  
  153. body {margin:0px;background:{color:BACKground} url({image:Background);}
  154. body, div, p, textarea, submit, input{
  155. font-family:calibri;
  156. font-size:10.5px;
  157. line-height:12px;
  158. color: {color:text};}
  159.  
  160. a:link, a:active, a:visited{text-decoration:none;
  161. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  162. -o-transition: 0.7s ease;-moz-transition: 0.7s ease;color:{color:Link};}
  163.  
  164. a:link:hover{
  165. color:{color:borders};
  166. }
  167.  
  168.  
  169. /* POSTS */
  170.  
  171. #center{margin:auto;position:relative;width:600px;}
  172. #content{{block:if2columns}width:650px;{/block:if2columns}{block:ifnot2columns}width:500px; margin-left:10px;{/block:ifnot2columns}margin-top:10px;}
  173. #entry{z-index:1;overflow:hidden;margin-bottom:10px;{block:if2columns}margin-right:0px;{/block:if2columns}border:1px solid {color:borders};border-radius:0px;background:#fff;
  174. {block:IndexPage}{block:ifnot2columns}width:500px;padding:22px;{/block:ifnot2columns}{block:if2columns}width:250px;padding:13px; {/block:if2columns}{/block:IndexPage}
  175. {block:PermalinkPage}width:500px;padding:26px;{/block:PermalinkPage};}
  176. #entry img{max-width:100%;border-radius:0px;opacity:0.7;}
  177.  
  178. /* SIDEBAR */
  179.  
  180.  
  181. #sidebar{
  182. position:fixed;
  183. width:205px;
  184. margin-top:40px;;letter-spacing:1px;font-size:8px;
  185. margin-left:600px;
  186. text-align:center;}
  187.  
  188. .desc{padding:14px;border:1px double {color:borders};z-index:3;background:#fff;border-radius:0px;border-left:0px double #ddd;border-right:0px double {color:borders};padding-right:54px;text-transform:normal;}
  189.  
  190. .links a{
  191. display:inline-block;
  192. background:#fff;
  193. font-size:8px;
  194. text-transform:uppercase;
  195. letter-spacing:1px;
  196. opacity:0;
  197. margin-top:0px;
  198. padding:3px 3px;
  199.  
  200. transition: 0.7s ease;
  201. -o-transition: 0.7s ease;
  202. -moz-transition: 0.7s ease;
  203. -webkit-transition: 0.7s ease;}
  204. #sidebar:hover .links a{
  205. opacity:1;
  206. margin-top:0px;
  207. transition: 0.7s ease;
  208. -o-transition: 0.7s ease;
  209. -moz-transition: 0.7s ease;
  210. -webkit-transition: 0.7s ease;
  211. }
  212.  
  213. .links:hover .links2{
  214. opacity:1;
  215. transition: 0.7s ease;
  216. -o-transition: 0.7s ease;
  217. -moz-transition: 0.7s ease;
  218. -webkit-transition: 0.7s ease;
  219. }
  220.  
  221.  
  222.  
  223.  
  224. /* TITLES */
  225.  
  226. .blogtitle{
  227. font-size:25px;
  228. line-height:26px;
  229. margin:5px;
  230.  
  231. font-family:calibri;
  232. color:{color:Title};}
  233.  
  234.  
  235. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  236. @font-face {font-family: "Clearly"; src:url('http://static.tumblr.com/0o02lya/Tx2mhbph4/princ___.ttf');}
  237.  
  238. .title {
  239. font-family:calibri;
  240. font-size:15px;text-transform:uppercase;letter-spacing:3px;
  241. line-height:33px;
  242. color:{color:Title};}
  243.  
  244. .quote {
  245. padding:14px;
  246. letter-spacing:1px;
  247. text-transform:uppercase;opacity:0.6;font-weight:bold;
  248.  
  249. color:{color:Title};}
  250.  
  251. .source {
  252. text-align:right;
  253. font-style:italic;
  254. text-transform:none;
  255. letter-spacing:0px;}
  256.  
  257. /* PERMALINKS */
  258.  
  259. #entry:hover .p {{block:IndexPage}opacity:1;margin-left:0px;{/block:IndexPage}}
  260. #entry .p {{block:IndexPage}
  261. position:absolute;
  262. width:250px;
  263. margin-left:-0px;
  264. opacity:1;
  265. margin-top:6px;
  266. text-align:center;
  267. transition: 0.7s ease;
  268. -o-transition: 0.7s ease;
  269. -moz-transition: 0.7s ease;
  270. -webkit-transition: 0.7s ease;
  271. {block:IndexPage}}
  272.  
  273. .p a{
  274. display:inline-block;
  275. background:#fff;
  276. padding:2px 6px 1px 6px;
  277. border:1px solid {color:borders};
  278. border-top:0px solid;
  279. letter-spacing:1px;
  280. font-size:8px;
  281. text-transform:uppercase;
  282. }
  283.  
  284. .pp{
  285. padding:5px;
  286. margin-top:10px;
  287. font-size:8px;
  288. letter-spacing:1px;
  289. text-transform:uppercase;
  290. text-align:center;
  291.  
  292. border:1px solid {color:borders};}
  293.  
  294.  
  295.  
  296. /* AUDIO */
  297.  
  298. .artcover {position:absolute;}
  299. .artcover img {width:42px;height:42px;float:left;}
  300. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  301. .audioinfo {margin-left:45px;padding:0px;}
  302. .i{display:block;padding:2px;}
  303. .i b, strong{text-transform:uppercase;}
  304. .player {
  305. position:absolute;
  306. background:#FFF;
  307. width:30px;
  308. height:30px;
  309. opacity:0.75;
  310. padding:6px;
  311. overflow:hidden;}
  312.  
  313. /* ASK */
  314.  
  315. .answer{margin:5px;}
  316.  
  317.  
  318. .perma{
  319. opacity:.0;
  320. margin-top:10px;
  321. font-size:8.5px;
  322. display:inline-block;
  323. padding:3px;
  324. background:#FFF;
  325. border-radius:20px;
  326. letter-spacing:3px;
  327.  
  328. text-transform:uppercase;
  329. position:absolute;
  330. width:25px;
  331. height:25px;
  332. margin-left:10px;
  333. z-index:1;
  334. transition: 0.4s ease;
  335. -o-transition: 0.4s ease;
  336. -moz-transition: 0.4s ease;
  337. -webkit-transition: 0.4s ease;}
  338.  
  339. #entry:hover .perma{
  340. opacity:.9;
  341. transition: 0.4s ease;
  342. -o-transition: 0.4s ease;
  343. -moz-transition: 0.4s ease;
  344. -webkit-transition: 0.4s ease;
  345.  
  346. }
  347.  
  348. .perma2{
  349. opacity:.0;
  350. margin-top:10px;
  351. font-size:8.5px;
  352. background:#FFF;
  353. border-radius:20px;
  354. display:inline-block;
  355. padding:3px;
  356. letter-spacing:3px;
  357.  
  358. text-transform:uppercase;
  359. position:absolute;
  360. width:25px;
  361. height:25px;
  362. right:25px;
  363. z-index:1;
  364. transition: 0.4s ease;
  365. -o-transition: 0.4s ease;
  366. -moz-transition: 0.4s ease;
  367. -webkit-transition: 0.4s ease;}
  368.  
  369. #entry:hover .perma2{
  370. opacity:.9;
  371. margin-left:10px;
  372. transition: 0.4s ease;
  373. -o-transition: 0.4s ease;
  374. -moz-transition: 0.4s ease;
  375. -webkit-transition: 0.4s ease;
  376.  
  377. }
  378.  
  379. ew{
  380. height:18px;
  381. width:18px;
  382. }
  383.  
  384.  
  385.  
  386. /* MISC */
  387.  
  388. ::selection {color:#FFF;background:{color:Link};}
  389. ::-moz-selection {color:#FFF;background:{color:Link};}
  390. ::-webkit-selection{color:#FFF;background:{color:Link};}
  391.  
  392. i, em{color:{color:Title};letter-spacing:1px;}
  393. b, strong{color:{color:Title};}
  394. ul,ol{margin:0px;margin-left:-10px;}
  395. p{padding:0px;margin:5px;}
  396. u{text-decoration:none;color:{color:Title};
  397. border-bottom:1px dotted {color:Title};}
  398. blockquote {margin:2px 10px;padding:2px;
  399. padding-left:2px;border-left:3px solid {color:borders};}
  400.  
  401. img{ margin-bottom:-2px;}
  402. .notes img { width:0px;}
  403.  
  404. /* FONTS */
  405.  
  406. @font-face {font-family:Five;
  407. src:url('http://static.tumblr.com/xrmodho/KkQmjca6j/triforce.ttf');}
  408.  
  409.  
  410.  
  411.  
  412.  
  413. .fuck{
  414. position:relative;
  415. border-right:1px {color:borders} solid;
  416. border-left:1px {color:borders} solid;
  417. padding:10px;
  418. margin-top:10px;
  419. color:{color:title};
  420. z-index:2;
  421. width:500px;
  422. margin-left:25px;
  423. text-align:center;
  424. font-size:16px;
  425. text-transform:uppercase;
  426. letter-spacing:8px;
  427. }
  428.  
  429. .fuck2{
  430. position:fixed;
  431. border-right:1px {color:borders} solid;
  432. border-left:1px {color:borders} solid;
  433. padding:10px;
  434. margin-top:-50px;
  435. height:100%;
  436. width:500px;
  437. margin-left:25px;
  438. }
  439.  
  440. .fuck3{
  441. position:fixed;
  442. border-right:1px {color:borders} solid;
  443. border-left:1px {color:borders} solid;
  444. padding:10px;
  445. margin-top:-20px;
  446. height:100%;
  447. width:100px;
  448. margin-left:235px;
  449. }
  450.  
  451. #s-m-t-tooltip{
  452. max-width:300px;
  453. margin:15px;
  454. padding:2px 4px;
  455. border:1px solid {color:borders};
  456. border-radius:4px;
  457. background:#FFF;
  458. color:#AAA;
  459. z-index:999999;
  460. font-size:8px;
  461. font-style:italic;
  462. text-transform:lowercase;
  463. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  464.  
  465.  
  466.  
  467. </style>
  468. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  469. <meta name="viewport" content="width=820" />
  470.  
  471. </head>
  472.  
  473. <body>
  474.  
  475.  
  476.  
  477.  
  478. <div id="center">
  479. <div class="fuck">{Title}</div>{block:IndexPage}<Div class="fuck2"></div>{/block:IndexPage}
  480. <div id="sidebar">
  481. <div class="desc">{block:ifsidebarimage}<img src="{image:Sidebar}" width="220px" style="border-radius:0px;padding-bottom:15px;padding:5px;"><br>{/block:ifsidebarimage}<br><div style="width:180px;text-align:right;padding-right:10px;font-size:8.5px;">{Description}<br>
  482. {block:ifnotinfinitescroll}
  483.  
  484. {block:PreviousPage}<a title="previous page!" href="{PreviousPage}">←</a>{/block:PreviousPage}&nbsp;
  485. {block:JumpPagination length="5"}
  486. {block:CurrentPage}
  487. {PageNumber}&nbsp;
  488. {/block:CurrentPage}
  489. {block:JumpPage}
  490. <a title="page {PageNumber}" href="{URL}">{PageNumber}</a>&nbsp;
  491. {/block:JumpPage}
  492. {/block:JumpPagination}
  493. {block:NextPage}<a title="next page!" href="{NextPage}">→</a>{/block:NextPage}
  494.  
  495. {/block:ifnotinfinitescroll}
  496. <br><font style="text-transform:uppercase;letter-spacing:4px;"><a href="{text:Link 1}">{text:Link 1 Title}</a> <a href="{text:Link 2}">{text:Link 2 title}</a> <a href="{text:Link 3}">{text:Link 3 Title}</a></font>
  497. </div>
  498.  
  499.  
  500.  
  501. </div>
  502. </div>
  503. <div id="content">
  504. {block:Posts}
  505.  
  506. {block:ContentSource}
  507. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  508. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  509. {/block:SourceLogo}
  510. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  511. {/block:ContentSource}
  512.  
  513. <div id="entry">
  514.  
  515. {block:Text}
  516. <div class="title">{Title}</div>{Body}{block:IndexPage}<br><div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  517. {block:Tags}#{Tag} {/block:Tags}
  518. {/block:HasTags}</div>
  519. {/block:IndexPage}
  520. {/block:Text}
  521.  
  522. {block:Link}
  523. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  524. {block:Description}{Description}{/block:Description}{block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  525. {block:Tags}#{Tag} {/block:Tags}
  526. {/block:HasTags}</div>{/block:IndexPage}
  527. {/block:Link}
  528.  
  529. {block:Photo}
  530. {block:IndexPage}{block:ifnotcaptions}<div class="perma">{block:if2columns}
  531. {ReblogButton size="25" color="black"} {/block:if2columns}{block:ifnot2columns}
  532. {ReblogButton size="25" color="black"} {/block:ifnot2columns}
  533. </div> <div class="perma2">{block:if2columns}
  534. {LikeButton size="25" color="black"} {/block:if2columns}{block:ifnot2columns}
  535. {LikeButton size="25" color="black"} {/block:ifnot2columns} </div>{/block:ifnotcaptions}
  536. <a title="{NoteCountWithLabel}" href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" /></a>
  537.  
  538. {block:ifcaptions}<br>{caption}
  539.  
  540. <div align="right" style="border-top:1px solid {color:borders};padding:5px;">
  541. {block:RebloggedFrom}<b>via:</b> <a href="{ReblogParentURL}"
  542. title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;<b>source:</b> <a href="{ReblogRootURL}"title="posted by">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a title="share this post" href="{ReblogURL}">reblog</a> &nbsp;&nbsp;&nbsp; <a title="note count" href="{Permalink}">{Notecountwithlabel}</a>
  543. </div>
  544.  
  545.  
  546. {/block:ifcaptions}
  547.  
  548.  
  549.  
  550.  
  551.  
  552. {/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" />{/block:PermalinkPage}
  553. {/block:Photo}
  554.  
  555. {block:Photoset}{block:IndexPage}<div class="perma"><a title="share this post" href="{ReblogURL}">reblog</a> / <a title="note count" href="{Permalink}">{Notecount}</a></div><div class="perma2"><a title="posted {TimeAgo}" href="{PermalinkPage}">{12Hour}:{Minutes} {AmPm} </a></div>
  556. {Photoset-500}{block:ifcaptions}<br>{caption} {/block:ifcaptions}{/block:IndexPage}
  557. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}
  561. <div class="quote">{Quote}<div class="source">{Source}</div></div>{block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  562. {block:Tags}#{Tag} {/block:Tags}
  563. {/block:HasTags}</div>{/block:IndexPage}
  564. {/block:Quote}
  565.  
  566. {block:Chat}
  567. <div class="title">{Title}</div>
  568. {block:Lines}<div class="i {Alt}"><div class="{Alt} user_{UserNumber}">
  569. {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}{block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  570. {block:Tags}#{Tag} {/block:Tags}
  571. {/block:HasTags}</div>{/block:IndexPage}
  572. {/block:Chat}
  573.  
  574. {block:Audio}
  575. {block:AlbumArt}<div class="artcover">
  576. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  577. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  578. <div class="audioinfo"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  579. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  580. {block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  581. {block:Tags}#{Tag} {/block:Tags}
  582. {/block:HasTags}</div>{/block:IndexPage}
  583. {/block:Audio}
  584.  
  585. {block:Video}
  586. {block:IndexPage}{Video-250}{/block:IndexPage}
  587. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  588. {block:Caption}{Caption}{/block:Caption}
  589. {block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  590. {block:Tags}#{Tag} {/block:Tags}
  591. {/block:HasTags}</div>{/block:IndexPage}
  592. {/block:Video}
  593.  
  594. {block:Answer}
  595. <div class="quote"><b><img src="{AskerPortraitURL-40}" width="40" align="left"
  596. style="margin-right:4px; margin-left:-3px; margin-top:-3px; border:1px solid #ddd; border-radius:2px; padding:2px;"/> <center> <u>{Asker}</u></b> </center><br> {Question} </div>
  597. <div class="answer" style="border-top:1px solid #ddd;text-align:center;">{Answer}</div>
  598. {block:IndexPage}<div style="text-transform:uppercase;font-size:9px;letter-spacing:1px;text-align:center;"><a title="{Timeago}" href="{Permalink}">{notecountwithlabel}</a><br>{block:HasTags}
  599. {block:Tags}#{Tag} {/block:Tags}
  600. {/block:HasTags}</div>{/block:IndexPage}
  601. {/block:Answer}
  602.  
  603.  
  604.  
  605. {block:PermalinkPage}{block:Date}<div class="pp">
  606. posted {TimeAgo} with {NoteCountWithLabel}
  607.  
  608. {block:RebloggedFrom}<br>via:
  609. <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} / source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  610. {/block:ContentSource}{/block:RebloggedFrom}
  611.  
  612. {block:HasTags}<br>tagged: {block:Tags}
  613. <a href="{TagURL}" title="{Tag}">{Tag}, </a>
  614. {/block:Tags}{/block:HasTags}
  615. </div>{/block:Date}
  616.  
  617. {block:NoteCount}<div style="margin-top:10px;">
  618. {block:PostNotes}{PostNotes}{/block:PostNotes}
  619. </div>{/block:NoteCount}{/block:PermalinkPage}
  620. </div>
  621.  
  622. {/block:Posts}
  623. </div>
  624. </div>
  625. <DIV style="position:fixed;bottom:0px;margin-left:0px;width:300px;"><img src="{image:corner}" width="90%">
  626. </div>
  627.  
  628.  
  629.  
  630.  
  631. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  632. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  633. </body></html>
Add Comment
Please, Sign In to add comment