Advertisement
pamefortes

theme48_por_thoughtandsoul

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