Advertisement
pamefortes

theme47_por_thoughtandsoul

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