Advertisement
pamefortes

theme45_por_thoughtandsoul

Jul 15th, 2012
24,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.76 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html lang="en">
  4. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  5. <!--Não remova os créditos, plágio é crime!-->
  6.  
  7. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  8. <!--Não remova os créditos, plágio é crime!-->
  9.  
  10. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  11. <!--Não remova os créditos, plágio é crime!-->
  12. <head>
  13. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  14. <!--Não remova os créditos, plágio é crime!-->
  15.  
  16. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  17. <!--Não remova os créditos, plágio é crime!-->
  18.  
  19. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  20. <!--Não remova os créditos, plágio é crime!-->
  21. <title>{title}</title>
  22.     <link rel="shortcut icon" href="{Favicon}">
  23.  
  24. <meta name="color:background" content="#000" />
  25. <meta name="color:link" content="#E01D8B" />
  26. <meta name="color:linkhover" content="#eee" />
  27. <meta name="image:background" content="http://static.tumblr.com/no9dwxu/Jjtm5sokr/dark_leather.png"/>
  28. <meta name="color:text" content="#999" />
  29.  
  30. <meta name="if:Endless Scrolling" content="1"/>
  31.  
  32. <meta name="text:llink1" content="llink1" />
  33. <meta name="text:llink2" content="llink2" />
  34. <meta name="text:llink3" content="llink3" />
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="Link1 Title" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="Link2 Title" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="Link3 Title" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="Link4 Title" />
  43. <meta name="text:Link5" content="" />
  44. <meta name="text:Link5 Title" content="Link5 Title" />
  45. <meta name="text:Link6" content="" />
  46. <meta name="text:Link6 Title" content="Link6 Title" />
  47. <meta name="text:Link7" content="" />
  48. <meta name="text:Link7 Title" content="Link7 Title" />
  49. <meta name="text:Link8" content="" />
  50. <meta name="text:Link8 Title" content="Link8 Title" />
  51. <meta name="text:Link9" content="" />
  52. <meta name="text:Link9 Title" content="Link9 Title" />
  53. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  54. <script type="text/javascript" src="http://static.tumblr.com/no9dwxu/j0Ylzf224/topo_thoughtandsoul.txt"></script>
  55.  
  56. {block:IndexPage}
  57.  
  58. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  63.  
  64. <script type="text/javascript">
  65. $(window).load(function(){
  66. var $wall = $('#content');
  67. $wall.imagesLoaded(function(){
  68. $wall.masonry({
  69. itemSelector: '.entry',
  70. isAnimated : true
  71. });
  72. });
  73. $wall.infinitescroll({
  74. navSelector : "div#navigation",
  75. nextSelector : "div#navigation a#nextPage",
  76. itemSelector : '.entry',
  77. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  78. loadingText : " ",
  79. donetext : " ",
  80. extraScrollPx : 9000,
  81. bufferPx : 10000,
  82. debug : false,
  83. errorCallback: function() {
  84. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  85. }},
  86. function( newElements ) {
  87. var $newElems = $( newElements );
  88. $newElems.hide();
  89. $newElems.imagesLoaded(function(){
  90. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  91. });
  92. }); $('#content').show(500);
  93. });
  94. </script>
  95.  
  96. {/block:IndexPage}
  97.  
  98. </head>
  99.  
  100. <style>
  101. body {background-color:{color:background}; background-image:url('{image:background}');     background-attachment: fixed;  color:{color:text}; font-family: georgia; font-size: 11px;  text-align: justify;  margin:0px;}
  102.  
  103. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  104. a:hover {color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;text-shadow:3px 3px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),4px 7px 0px rgba(0,0,0,0.1),-6px 4px 0px rgba(0,0,0,0.2),-3px -4px 0px rgba(0,0,0,0.15);}
  105.  
  106. b, strong{color:{color:link}}
  107. i, em {color:{color:link};}
  108. p{margin-top:5px; margin-bottom:5px}
  109.  
  110. #conteudo {
  111.     {block:IndexPage}
  112. width:990px;
  113.    
  114. {/block:IndexPage}
  115. {block:PermalinkPage}width:640px;{/block:PermalinkPage};
  116.     margin-left: auto;
  117.     margin-right: auto;
  118. }
  119.  
  120.  
  121. #frase2{bottom:0px;left:10px;width:60px; height:60px; position: fixed; padding: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;  font-size: 11px; z-index: 2;cursor:hand;text-align: center;  color:{color:text};font-family:minimini;font-size: 8px;text-transform:uppercase;}
  122.  
  123. #frase2:hover {background-color: transparent; height: 60px; color: transparent;opacity:0.65;
  124. -moz-opacity: 0.65;
  125. filter: alpha(opacity=65);cursor:hand;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family:minimini;font-size: 8px;text-transform:uppercase;}
  126.  
  127. .frase1 {bottom:10px;left:10px;text-align: center; position: fixed; color: transparent; width: 60px; opacity:0.0;
  128. -moz-opacity: 0.0;
  129. filter: alpha(opacity=0);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; cursor:hand;color:{color:text};font-family:minimini;font-size: 8px;text-transform:uppercase;}
  130.  
  131. .frase1:hover { opacity:1.0;
  132. -moz-opacity: 1.0;
  133. color:{color:text};font-family:minimini;font-size: 8px;text-transform:uppercase;
  134. filter: alpha(opacity=100);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;cursor:hand; }
  135.  
  136. .post_title {font-family:caviar;
  137. color: {color:link};
  138. font-size: 21px;}
  139.    
  140.     #side {
  141.     float: left;
  142.     width: 130px;
  143.     padding:5px;
  144.     position:fixed;
  145.     height:100%;
  146.     border-right:1px dashed {color:link};
  147. }
  148.  
  149. .quotem{font-family:caviar;font-size: 80px; font-weight: bold; line-height: 80px; }
  150. .qquote{font-family: 'caviar';font-size: 21px; letter-spacing: -1px; line-height: 25px;  margin-top: -70px; margin-left:
  151. 25px;color:{text};}
  152. .quotes{margin-bottom:3px;text-align: right;}
  153.  
  154. blockquote {border-left:2px {color:link} solid; padding:3px; margin:0px 2px 0px 3px;background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);}
  155.  
  156. #content {
  157.     float: right;
  158.         {block:IndexPage}
  159. width:849px;
  160. {/block:IndexPage}
  161. {block:PermalinkPage}width:499px;{/block:PermalinkPage};
  162. margin-left: auto;
  163.     margin-right: auto;}
  164.    
  165.     ::-moz-selection {
  166. background-color: {color:link};
  167. color: {color:linkhover};}
  168.  
  169. ::selection {
  170. background-color: {color:link};
  171. color: {color:linkhover};}
  172.  
  173.  
  174.  img {-moz-border-radius: 3px;
  175. -webkit-border-radius: 3px;
  176. border-radius: 3px;}
  177.  
  178.  .portrait {-moz-border-radius: 60px;
  179. -webkit-border-radius: 60px;
  180. border-radius: 60px;
  181. margin-bottom:10px;
  182. width:96px;
  183. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);padding-left:3px;
  184. padding-right:3px;
  185. padding-top:3px;
  186. padding-bottom:-3px;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  187.  
  188.  
  189. .portrait img {-moz-border-radius: 60px;
  190. -webkit-border-radius: 60px;
  191. border-radius: 60px;
  192. }
  193.  
  194. .entry{
  195. {block:IndexPage}
  196. width:250px;
  197. float:left;
  198. margin:5px;
  199. {/block:IndexPage}
  200. {block:PermalinkPage}
  201. width:500px;margin-top:5px;margin-left:5px;
  202. {/block:PermalinkPage}
  203. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;
  204. -webkit-border-radius: 3px;
  205. border-radius: 3px;
  206. padding-top:3px;
  207. padding-right: 3px;
  208. padding-left:3px;
  209. }
  210.  
  211. .entry img{
  212. {block:IndexPage}
  213. max-width:250px;
  214. {/block:IndexPage}
  215. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  216. }
  217.  
  218. .entry:hover .permalink{
  219. opacity: 0.8;
  220. font-size: 9px;
  221. text-transform: lowercase;
  222. font-style: italic;
  223. letter-spacing: 2px;
  224. color: {color:link};
  225. line-height: 10px;
  226. filter: alpha(opacity = 80);
  227. -moz-transition: all 0.5;
  228. -webkit-transition: all 0.5s;
  229. -o-transition: all 0.5s;
  230. transition: all 0.5;
  231. }
  232.  
  233. .permalink {
  234. display:block;
  235. position:absolute;
  236. margin-top:-5px;
  237. font-size: 9px;
  238. text-transform: lowercase;
  239. font-style: italic;
  240. letter-spacing: 2px;
  241. color: {color:link};
  242. opacity:0;
  243. line-height: 10px;
  244. filter: alpha(opacity = 0);
  245. -moz-transition: all 0.5;
  246. -webkit-transition: all 0.5s;
  247. -o-transition: all 0.5s;
  248. transition: all 0.5;
  249. }
  250.  
  251.  
  252. .notes img{width:10px; top:1px;}
  253. ol.notes, .notes li{list-style:none; margin:1px; padding:0px;}
  254.  
  255. div#page{
  256. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  257. ;color:{color:link};-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;padding:3px;font-family: minimini;font-size: 8px;text-transform:uppercase;letter-spacing: 1px;margin-top:2px;width:58px;display:inline-block;margin-left:2px;text-align:right;
  258. {block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}
  259.  
  260. }
  261.  
  262. div#page a{
  263. color:{color:title};
  264. }
  265.  
  266.  
  267. div#page2{
  268. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  269. ;color:{color:link};-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;padding:3px;font-family: minimini;font-size: 8px;text-transform:uppercase;letter-spacing: 1px;margin-top:2px;width:58px;display:inline-block;text-align:left;
  270. }
  271.  
  272. div#page2 a{
  273. color:{color:title};
  274. }
  275.  
  276. @font-face { font-family: "minimini";src: url('http://static.tumblr.com/no9dwxu/xxrm4ggko/04b_03__.ttf');}
  277.    
  278. @font-face { font-family: "caviar";src: url('http://static.tumblr.com/no9dwxu/sgAm5swny/caviardreams.ttf');}
  279.  
  280.  
  281. h10 {background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  282. padding-top:3px;;color:{color:link};-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;padding:3px;font-family: minimini;font-size: 8px;text-transform:uppercase;letter-spacing: 1px;}
  283.  
  284.     .link a{display: block; text-decoration: none;background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  285. padding-top:3px;;color:{color:link};-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;padding:3px;font-family: minimini;font-size: 8px;text-transform:uppercase;letter-spacing: 1px;}
  286. .link a:hover{ -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;background-color:{color:linkhover};}
  287. #link2{text-align:center; display:inline-block; width:130px; color: {color:link}; }
  288. #link2:hover #sublink{margin-top:-17px; margin-left: -100px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; overflow:hidden; -moz-border-radius: 3px;-webkit-border-radius: 3px;
  289. border-radius: 3px;padding-top:3px; z-index:10; height:auto;margin-bottom:2px;}
  290. #sublink{position:absolute;opacity:0; margin-left:0px; width:100px; overflow:hidden; height:0px;filter: alpha(opacity=90); moz-opacity:.90; opacity:.90;margin-bottom:2px; }
  291. #sublink a{color:{color:link};text-align:center; display:block; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; z-index:10; margin-bottom:2px; }
  292. #sublink a:hover{background-color:{color:linkhover};color:{color:link}; }
  293.  
  294.  
  295. .bubble {align:right;background:{color:background}; margin:1px 0px 3px 43px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  296. .bubble p {margin:1px 0px;}
  297. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:background};}
  298.  
  299. ::-webkit-scrollbar-thumb:vertical {
  300. background-color:{color:link};
  301. -moz-border-radius: 3px;
  302. -webkit-border-radius: 3px;
  303. border-radius: 3px;
  304. height:20px;
  305. }
  306. ::-webkit-scrollbar-thumb:horizontal {
  307. background-color:{color:link};
  308. -moz-border-radius: 3px;
  309. -webkit-border-radius: 3px;
  310. border-radius: 3px;
  311. height:5px;
  312. }
  313. ::-webkit-scrollbar {
  314. height:5px;
  315. width:5px;
  316. background: {color:background} URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);
  317. }
  318.  
  319. #tags .hover a{color: {color:linkhover};}
  320.  
  321. #tags .hover{margin-left: 0px;
  322. z-index:10;
  323. margin-top:0px;
  324. font-family: minimini;font-size: 8px;text-transform:uppercase;
  325. position: absolute;
  326. text-align:center;
  327. background:  {color:link} URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;
  328. -webkit-border-radius: 3px;
  329. border-radius: 3px;
  330. padding:3px;
  331. color: {color:linkhover};
  332. letter-spacing: 2px;
  333. -moz-transition: all 0.5;
  334. -webkit-transition: all 0.5s;
  335. -o-transition: all 0.5s;
  336. transition: all 0.5;
  337. width:244px;
  338. cursor:hand;
  339. overflow:hidden;
  340. opacity: 0.0;
  341. }
  342.  
  343. #tags:hover .hover{
  344. overflow:visible;
  345. cursor:hand;
  346. margin-left: 0px;
  347. opacity:1;
  348. font-size: 8px;background:  {color:link} URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);
  349. color: {color:linkhover};
  350. -moz-transition: all 0.5;
  351. -webkit-transition: all 0.5s;
  352. -o-transition: all 0.5s;
  353. transition: all 0.5;
  354.  
  355.  
  356. }
  357.  
  358.  /* chat by thoughtandsoul.tumblr */
  359.  
  360. .chat{
  361. list-style: none;}
  362.  
  363. .chat ul {
  364. list-style: none;
  365. padding: 0px;
  366. }
  367.  
  368. .person1 {
  369. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;
  370. -webkit-border-radius: 3px;
  371. border-radius: 3px;
  372. padding:3px;
  373. color:{color:linkhover};margin-bottom:3px;
  374. }
  375. .person1 .label {
  376. padding: 0px;
  377. margin-left: 5px;
  378. color: {color:linkhover};
  379. }
  380. .person2 {
  381. background: URL(http://static.tumblr.com/no9dwxu/OHNm5sggy/bgbgbgbgpame.png);-moz-border-radius: 3px;
  382. -webkit-border-radius: 3px;
  383. border-radius: 3px;
  384. padding:3px;
  385. color:{color:link};margin-bottom:3px;
  386. }
  387. .person2 .label {
  388. padding: 0px;
  389. margin-left: 5px;
  390. color: {color:link};
  391. }
  392.  
  393.  
  394.    
  395. </style>
  396.  
  397. <body>
  398. <div id="conteudo">
  399. <div id="side">
  400. <center><div class="portrait"><img src="{PortraitURL-96}"></div>
  401. <img src="http://static.tumblr.com/no9dwxu/mgom5siuj/cimapame.png"></center><br><center>
  402. {description}</center><center><br>
  403. <img src="http://static.tumblr.com/no9dwxu/x3Km5siqh/c__pia_de_cima.png">
  404. </center><br>
  405. <div class="link"><center><div id="link2"><a href="/">home</a></div>
  406.  
  407. <div id="link2"><a href="#">questions?</a>
  408.  
  409. <div id="sublink">
  410.  
  411. <a href="\ask">ask</a>
  412. <a href="\submit">submit</a>
  413. </div></div>
  414.  
  415. <div id="link2"><a href="#">{text:llink1}</a>
  416.  
  417. <div id="sublink">
  418.  
  419. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  420. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  421. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  422. </div></div>
  423.  
  424.  
  425.  
  426. <div id="link2"><a href="#">{text:llink2}</a>
  427. <div id="sublink">
  428. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  429. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  430. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  431. </div></div>
  432.  
  433.  
  434.  
  435. <div id="link2"><a href="#">{text:llink3}</a>
  436.  
  437. <div id="sublink">
  438.  
  439. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  440. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  441. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}</div>
  442. </div>
  443. <div id="link2"><a href="http://thoughtandsoul.tumblr.com">theme (c) </a></div>
  444. </div>
  445.  
  446. {block:Pagination}{block:PreviousPage}<div id="page2"><a href="{PreviousPage}">&laquo; new </a></div>{/block:PreviousPage}{block:nextPage}<div id="page"><a href="{nextPage}">old &raquo;</a></div>{/block:nextPage}{/block:Pagination}
  447. </div>
  448.  
  449.    
  450.    
  451.     <div id="content">
  452.  
  453.  
  454. {block:Posts}
  455.  
  456. {block:Text}
  457. <div class="entry">
  458. <div id="tags">
  459. {block:IndexPage}<div class="hover">
  460. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  461. </div>{/block:IndexPage}
  462. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  463. {Body}
  464. </div></div>
  465. {/block:Text}
  466.  
  467. {block:Photo}
  468. <div class="entry">
  469. <div id="tags">
  470. {block:IndexPage}<div class="hover">
  471. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  472. </div>{/block:IndexPage}
  473. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  474. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  475. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  476. {block:Caption}{Caption}{/block:Caption}
  477. {block:IndexPage}</a>{/block:IndexPage}
  478. {block:PermalinkPage}{LinkCloseTag}
  479. {/block:PermalinkPage}
  480. </div></div>
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. <div class="entry">
  485. <div id="tags">
  486. {block:IndexPage}<div class="hover">
  487. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  488. </div>{/block:IndexPage}
  489. {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  490. {block:Caption}{Caption}{/block:Caption}
  491. <p>
  492. {block:IndexPage}<span class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}&nbsp;{ShortMonth}&nbsp;with&nbsp;{NoteCountWithLabel}</a></span>{/block:IndexPage}
  493. </div></div>
  494. {/block:Photoset}
  495.  
  496. {block:Quote}
  497. <div class="entry">
  498. <div id="tags">
  499. {block:IndexPage}<div class="hover">
  500. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  501. </div>{/block:IndexPage}
  502. <b class="quotem"></b><div class="qquote">{Quote}</div>
  503. {block:Source}<div class="quotes">— {Source}</div>{/block:Source}
  504. </div></div>
  505. {/block:Quote}
  506.  
  507. {block:Chat}
  508. <div class="entry">
  509. <div id="tags">
  510. {block:IndexPage}<div class="hover">
  511. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  512. </div>{/block:IndexPage}
  513. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  514. <div class="chat"><ul>{block:Lines}
  515. <li class="person{UserNumber}">{block:Label}
  516. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  517. </div></div>
  518. {/block:Chat}
  519.  
  520. {block:Link}
  521. <div class="entry">
  522. <div id="tags">
  523. {block:IndexPage}<div class="hover">
  524. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  525. </div>{/block:IndexPage}
  526. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a><p>
  527. {block:Description}{Description}{/block:Description}
  528. </div></div>
  529. {/block:Link}
  530.  
  531. {block:Audio}
  532. <div class="entry"><div id="tags">
  533. {block:IndexPage}<div class="hover">
  534. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  535. </div>{/block:IndexPage}
  536. {block:AlbumArt}<img src="{AlbumArtURL}" width="40"style="float:left;"/><p>{/block:AlbumArt}
  537. <div style="float:right;">{AudioPlayerBlack}</div><p>
  538. {block:Caption}{Caption}
  539. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  540. </div>
  541. </div>
  542. {/block:Audio}
  543.  
  544. {block:Video}
  545. <div class="entry">
  546. <div id="tags">
  547. {block:IndexPage}<div class="hover">
  548. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  549. </div>{/block:IndexPage}
  550. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  551. {block:Caption}{Caption}{/block:Caption}
  552. </div>
  553. </div>
  554. {/block:Video}
  555.  
  556. {block:Answer}
  557. <div class="entry">
  558. <div id="tags">
  559. {block:IndexPage}<div class="hover">
  560. <a href="{Permalink}" target="_blank" class="details">{dayofmonth} {ShortMonth}</a></span> - {NoteCountWithLabel} | <a href="{permalink}">♥ like</a> | <a href="{ReblogURL}" target="_blank" class="details"> Reblog </a>
  561. </div>{/block:IndexPage}
  562. <img src="{AskerPortraitURL-30}" align="left"/><div class="bubble"><span></span> {Asker}: {Question}</div><center> <div id="br9"> <div id="br15">{Answer}</div></div></center>
  563. </div></div>
  564. {/block:Answer}
  565.  
  566. {block:PostNotes}<div class="entry">
  567. <center>
  568. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  569.  
  570. {block:HasTags}
  571. tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  572. {block:RebloggedFrom}
  573. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  574. originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  575. </center></span>
  576.  
  577. <center>{block:ContentSource}
  578. <br><a href="{SourceURL}">
  579. {lang:Source}:
  580. {block:SourceLogo}
  581. <img src="{BlackLogoURL}" width="{LogoWidth}"
  582. height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}
  585. {SourceLink}
  586. {/block:NoSourceLogo}
  587. </a>
  588. {/block:ContentSource}<br></div><div class="entry">
  589. {PostNotes}</center> </div>
  590. {/block:PostNotes}
  591.  
  592. {/block:posts}
  593. {block:IndexPage}
  594. <div class="column navigation" id="navigation">
  595. {block:Pagination}
  596. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  597. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  598. </div>
  599. {/block:IndexPage}
  600. </div>
  601.  
  602.  
  603.  
  604.    
  605.    
  606.    
  607. </div>    
  608. </div>    
  609. </div>    
  610. </div>    
  611. </div>
  612. <div id="frase2"><div class="frase1">Theme by <a href="http://thoughtandsoul.tumblr.com/" Title="More themes">Thought and Soul</a> <a href="http://xantheose.tumblr.com/" title="scripts">+</a> © Don't copy and don't remove this credits.</div><br><br><br><br>Credits...</div>
  613.     </body>
  614.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement