Advertisement
CAMS-1-POETA-BIPOLAR

thm 19.14

Dec 20th, 2014
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.18 KB | None | 0 0
  1. <!-- theme by lovslyy posts by naeive PLEASE don't copy-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  6. <meta name="image:sidebar" content="http://40.media.tumblr.com/5d5cb59a649b5379d83e84329280e1ac/tumblr_ngqvheC5Kf1tv4x8ho9_250.png"/>
  7. <meta name="if:borderposts" content="1"/>
  8. <meta name="if:twocolunms" content="0"/>
  9. <meta name="text:Link1 Title" content="" />
  10. <meta name="text:Link1" content="" />
  11. <meta name="text:Link2 Title" content="" />
  12. <meta name="text:Link2" content="" />
  13. <meta name="text:Link3 Title" content="" />
  14. <meta name="text:Link3" content="" />
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><!--[if IE]>        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>    <![endif]-->    <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">    
  17.  
  18. <style type="text/css">
  19. body {
  20.     color: #777;
  21.     background: #fff;
  22.     background-repeat: repeat;
  23.     background-attachment: fixed;
  24.     font-family: arial;
  25.     font-size: 11px;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb{
  29. background-color: #eee;
  30. height:auto;
  31. -moz-border-radius: 10px;
  32. }
  33.  
  34. ::-webkit-scrollbar {
  35. height:auto;
  36. width:9px;
  37. background-color: #fff;
  38. }
  39.  
  40. #infscr-loading{position:absolute!important;width:16px!important;height:11px!important;margin-bottom:-16px!important;top:auto!important;bottom:0;left:50%!important}
  41.  
  42. a:link, a:active, a:visited{  color:#1c1c1c;
  43.    text-decoration: none;}
  44. a:hover {   color:#e8e7e7;
  45.    text-decoration: none;   }
  46.  
  47. #content {
  48.      {block:indexpage}
  49.     {block:iftwocolunms}width:710px;{/block:iftwocolunms}
  50.     {block:ifnottwocolunms}width:910px;{/block:ifnottwocolunms}
  51.     margin-left:200px;
  52.      padding-top:2px;
  53.      float:left;
  54. {/block:indexpage}
  55.  
  56. {block:permalinkpage}
  57. width: 500px;
  58. padding-top:2px;
  59. margin-left:200px;
  60.     {/block:permalinkpage}
  61. }
  62.  
  63. iframe#tumblr_controls {
  64. position:fixed !important;-webkit-filter: invert(100%) ;
  65. -moz-transition: all 0.8s ease-out;
  66. -webkit-transition: opacity 0.7s linear;
  67. -webkit-transition: all 0.8s ease-out;
  68. transition: all 0.8s ease-out;
  69. opacity: 0.5;}
  70.  
  71. iframe#tumblr_controls:hover {
  72.     -webkit-transition: opacity 0.7s linear;
  73.     opacity: 1;
  74.     -webkit-transition: all 0.4s ease-out;
  75.     -moz-transition: all 0.4s ease-out;
  76.     transition: all 0.4s ease-out;
  77. }
  78.  
  79. #note3 {
  80.     width: 400px;
  81.     text-align:left;    }  
  82.  
  83. .titulo {
  84.      padding:5px 5px 5px 5px;
  85.     font-size:25px;
  86.     line-height:90%;
  87.     letter-spacing:1px;
  88.  
  89.     font-family:courier;
  90.     text-transform:uppercase;}
  91.  
  92. ol.notes img {
  93. width: 16px;
  94. display: inline;
  95. position: relative;
  96. top: 3px;
  97. }
  98.  
  99. .entry {{block:ifborderposts}
  100. border: 1px solid #eee;{/block:ifborderposts}
  101. {block:ifnotborderposts}
  102. border: 1px solid #fff;{/block:ifnotborderposts}
  103.     float: left;
  104.   {block:indexpage}
  105.     width: 250px;
  106.     margin: 5px;
  107.     {/block:indexpage}
  108.      {block:permalinkpage}
  109.     margin: 10px;
  110.     padding-left:10px;
  111.     width: 500px;
  112.     {/block:permalinkpage}
  113.     display: block;
  114.     padding: 5px;
  115.     background:#fff;
  116.     position: relative;
  117.     }
  118.    
  119. .entry img {
  120.     display: block;
  121.     max-width: 100%;
  122.     -webkit-transition: all ease-in 500ms;
  123.     -moz-transition: all ease-in 500ms;
  124.     -o-transition: all ease-in 500ms;
  125.     -ms-transition: all ease-in 500ms;
  126.     transition: all ease-in 500ms;
  127. }
  128.  
  129. .entry:hover .details {
  130. opacity: 1.0;
  131. margin:12px 0px 0px 0px;
  132. filter: alpha(opacity = 100);
  133. -webkit-transition: all .25s ease-in-out;
  134. -moz-transition: all .25s ease-in-out;
  135. -o-transition: all .25s ease-in-out;
  136. transition: all .25s ease-in-out;
  137. }
  138. #pagination{display:none;}
  139.  
  140. .perms {
  141. color:black;
  142. font-size:8px;
  143. opacity: 0;
  144. -webkit-transition-duration: .75s;top:0px;
  145. width:253px;
  146. height:15px;
  147. padding-bottom:5px;
  148. padding-top:5px;
  149. background-color: #fff;
  150. position: absolute;
  151. margin-top:5px;
  152. text-align:center;
  153. text-transform:uppercase;
  154. font-family:trebuchet ms;
  155. letter-spacing:1px;
  156. display:block;
  157. }
  158.  
  159. .entry:hover .perms {
  160. opacity:0.9;
  161. z-index:999999;
  162. padding-top:10px;}
  163.  
  164. blockquote, q {
  165. padding-left:5px;padding-top:7px;
  166. padding-right:5px;padding-bottom:7px;
  167. margin-left:5px; margin-right:5px;
  168. border-left: 2px solid #ccc;
  169. border-right: 2px solid #ccc;
  170. background-color:#e8e7e7;
  171. }
  172.  
  173.  
  174. li.drawer a {
  175.     margin: 0px 5px;}
  176.    
  177. .label {
  178.       text-transform:uppercase;
  179.       color:#1c1c1c1
  180.       }
  181.    
  182. /*** Estilo de Ask - by: html-party.tumblr.com ***/
  183. .pergunta {font-size:11px; font-family: 'calibri'; background: #faf8f8; color: #4d4c4b; text-align: justify;
  184. padding: 10px; margin-bottom: 5px; margin-left: auto; margin-right: auto;}
  185. .pergunta a {text-transform:lowercase; color: #696969}
  186. .pergunta g {text-transform:uppercase; color: #696969;}
  187. .iconeask { height: 64px; float: right; margin-left: 2px; margin-bottom: 3px; border: 1px solid transp;}
  188. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;}
  189.        
  190. .text {
  191.     padding: 10px;
  192. }
  193.  
  194. #pp {   text-align: center; width: 100%;padding-top: 2px;}
  195.  
  196.    
  197. .permahover {
  198.     text-align: left;
  199.     line-height:200%;    
  200.     opacity: 0.2; font-family:arial;
  201.     filter: alpha(opacity = 0);
  202.     font-size: 10px;
  203.     line-height: 9px;
  204.     text-transform: lowercase;
  205.     -webkit-transition-duration: .75s;
  206.     }
  207.    
  208. .entry:hover .permahover {
  209.     opacity: 1;
  210.     filter: alpha(opacity = 50);}
  211.  
  212. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle;  padding : 2px;
  213. padding-bottom : 0px;}
  214.      
  215.         div.panel {
  216.                 width: 260px;
  217.       padding: 15px 20px;
  218.                 color: #333;
  219.                 text-align: center;
  220.                 line-height: 22px;
  221.                 display: none;          
  222.                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  223.         }
  224.         div.panel p {
  225.                 margin: 10px 0;
  226.         }
  227.         div.panel p a, div.textPost p a, div.audioPost p a {
  228.                 color: #333;
  229.                 text-decoration: none;
  230.                 border-bottom: 1px dotted;
  231.                 font-style: italic;
  232.                 font-weight: bold;
  233.         }
  234.        
  235. .video embed, .video object, .video iframe {
  236.     width:400px
  237.     height:auto !important;}
  238.  
  239. #album
  240. {
  241. {block:IndexPage}
  242. width:80px;
  243. height:80px;
  244. margin:10px;
  245. {/block:IndexPage}
  246. float:left;
  247. {block:PermalinkPage}
  248. width:500px;
  249. height:500px;
  250. {/block:PermalinkPage}
  251.  
  252. }
  253.  
  254. #infos
  255. {float:left;
  256. margin-top:10px;
  257. background-color: #e4e4e4;
  258. padding:5px;
  259. width:85px;
  260. }
  261.  
  262. #player
  263. {float:left;
  264. width:100px;
  265. padding-right:20px;
  266. margin-top:10px;
  267. padding-left:35px;
  268. padding-top:10px;
  269. padding-bottom:10px;
  270. height:20px;
  271. background-color:#e4e4e4;
  272. overflow:hidden;
  273. }
  274.  
  275.     #dhtmltooltip{
  276. position: absolute; font-size:9px;
  277. width: auto;
  278. color: #696969;
  279. opacity;0.5;
  280. padding: 4px;
  281. background-color: #fff;
  282. visibility: hidden;
  283. z-index: 300;
  284. text-transform:uppercase;
  285. text-align: center;
  286. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  287. }
  288.  
  289. .milocagatita { font-family: 'calibri'; font-size: 12px; line-height: 16px; letter-spacing:0px; text-align: justify; color: #313131;border-top:2px solid #;padding:3px;}
  290. .milocagatits {font-family: 'calibri'; font-size: 12px; text-align: center; text-transform: none; margin-bottom: px;color: #313131;font-weight: none;}
  291.  
  292. .entry:hover .hpnote {opacity:1;}
  293. .hpnote {position:absolute;left:80px;opacity:0; bottom:10px;background-color:#fff; color:#919191; padding:5px 10px 2px 5px;font-size: 9px; font-family: calibri; margin-top: -20px; width: auto; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-align: left;text-transform:uppercase;}
  294. .hpnote a {color:#919191;opacity:1;}
  295. .hpnote a:hover {opacity:1;}
  296.  
  297. .post-header-a{ padding:3px; width:100%;height:100%;position:absolute;display:block;text-align:center;z-index:9999999999;{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  298.  
  299. .p-center{position:relative;height:30px;top:10%;margin-top:-15px}
  300.  
  301. .entry:hover .reblog-button,.entry:hover .like-button,.entry:hover .note-perma{opacity:1;filter:alpha(opacity = 1);-webkit-transition:all .63s ease-in;-moz-transition:all .63s ease-in;transition:all .63s ease-in;-o-transition:all .63s ease-in;}
  302.  
  303. .reblog-button:hover,.like-button:hover,.note-perma:hover{background:rgba(0,0,0,1);opacity:1;filter:alpha(opacity = 100); }.reblog-button{margin-top:10px;margin-left:3px;z-index:3333;display:inline-block;height:30px;width:30px;text-indent:-999em;background:rgba(0,0,0,.17);overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}
  304.  
  305. .reblog-button img{z-index:33333;height:15px;display:block;margin:8px 5px;display:block;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
  306.  
  307. .note-perma{margin-top:60px;margin-left:3px;z-index:3333;display:inline-block;height:30px;width:30px;text-indent:-999em;background:rgba(0,0,0,.17);overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}
  308.  
  309. .note-perma img{z-index:33333;height:15px;display:block;margin:7px 5px;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
  310.  
  311. .like-button{margin-top:60px;z-index:3333;background:rgba(0,0,0,.17);height:30px;width:30px;display:inline-block;right:10px;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}.like-button img{z-index:33333;height:15px;display:block;margin:8px auto;display:block;text-indent:-999em;overflow:hidden}
  312.  
  313. #sidebarimage {position:fixed;margin-left:50px;bottom:50px;padding:5px;-webkit-transition: all 1.2s ease-out;  -moz-transition: all 1.2s ease-out;background:#fff;border:1px solid #eee;font-family:calibri; font-size:11px; color:{color:menu};}
  314. #sidebarimage img {height:110px;width:90px;-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;}
  315. .milasexy {height:43px;width:95px;margin-top:-160px;margin-left:-2px;text-align:left; font-size:12px;font-family:cambria;text-transform:lowercase;position:fixed; opacity:1;-webkit-transition-duration: .90s:; text-transform: lowercase; font-weight:bold;color: #1c1c1c;overflow:hidden;}
  316. .milasexy a {width:34px;color: #1c1c1c;display:block; margin:1px;}
  317. .milasexy:hover {-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;height:140px;}
  318.  
  319. .menuzito {width:75px;margin-top:40px;margin-left:5px;text-align:left; line-height:19px;font-size:9px;font-family:cambria;text-transform:lowercase;letter-spacing:1px; opacity:1;-webkit-transition-duration: .90s:; text-transform: lowercase; font-weight:bold;}
  320. .menuzito a {padding-left:2px;width:80px;color: #fff;display:block; background: #000; margin:1px;}
  321. .menuzito a:hover {text-align:center;background: #fff; color: #000; -webkit-transition-duration: .90s;}
  322.  
  323. ::moz-selection {color:#fff; background:#1c1c1c;}
  324. ::selection {color:#fff; background:#1c1c1c;}
  325. #pagination {margin-top:450px; margin-left:200px; background-color: transparent; float:center; width:50px; height:auto; z-index:501; position:fixed;}
  326. .page {padding: 1px; z-index:502; letter-spacing:2px; text-align: center; font:22px calibri; color: {color:background};}
  327. .page a, {text-align: center; color: {color:background}; background-color:transparent;}
  328.     .credit {position:fixed; top:5px; left:5px; font: 11px arial, sans-serif; background: #fff; color: #000; text-transform:lowercase; letter-spacing: 0px; padding: 3px; width:27px;}
  329. .credit a{color:#000; opacity:0.8;}
  330. .credit a:hover{text-shadow: -1px 0px #47e6dd, /*html-party*/  1px 0px #ee4848; opacity:1.0;}
  331.  
  332.  </style>
  333. <script type="text/javascript">
  334. $(window).load(function(){
  335. $("p").remove(":contains('Source:')");
  336. $("p").remove(":contains('via ')");
  337. });
  338. </script>
  339.  
  340.    {block:IndexPage}
  341.  
  342. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  343.  
  344. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  345.  
  346. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  347.  
  348. <script type="text/javascript">
  349. $(window).load(function(){
  350. var $wall = $('#content');
  351. $wall.imagesLoaded(function(){
  352. $wall.masonry({
  353. itemSelector: '.entry',
  354. isAnimated : true
  355. });
  356. });
  357. $wall.infinitescroll({
  358. navSelector : "div#navigation",
  359. nextSelector : "div#navigation a#nextPage",
  360. itemSelector : '.entry',
  361. loadingImg : "http://www.ruralbr.com.br/icon/loading.gif",
  362. loadingText : "",
  363. donetext : " ",
  364. extraScrollPx : 1000,
  365. bufferPx : 10100,
  366. debug : false,
  367. errorCallback: function() {
  368. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  369. }},
  370. function( newElements ) {
  371. var $newElems = $( newElements );
  372. $newElems.hide();
  373. $newElems.imagesLoaded(function(){
  374. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  375. });
  376. }); $('#content').show(500);
  377. });
  378. </script>
  379.  
  380. {/block:IndexPage}
  381. </head>
  382. <body>
  383.  
  384. <center><div id="sidebarimage">
  385. <img src="{image:sidebar}"/>
  386. <div class="milasexy">
  387. {description}<br>
  388. <div class="menuzito">
  389. <a href="{text:Link1}"> {text:Link1 Title}</a>
  390. <a href="{text:Link2}"> {text:Link2 Title}</a>
  391. <a href="{text:Link3}"> {text:Link3 Title}</a>
  392. </div></div></div>
  393.  </div> </center></div>
  394.  
  395. <div id="dhtmltooltip"></div>
  396. <script language="JavaScript" src="http://static.tumblr.com/eyob2gi/qiCm9w62m/tooltip.txt"></script></b>
  397.  
  398. <div id="content"><div class="autopagerize_page_element">
  399. {block:Posts}
  400. <div class="entry">
  401.  
  402. {block:Text}
  403. <div class="text">
  404.     <div style="font-size:13px; font-family:arial;">{block:Title}{Title}
  405.     {/block:Title}</div>
  406.         {Body}
  407.     {block:indexpage}
  408.     <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  409.     {/block:indexpage}
  410.  
  411. </div>
  412. {/block:Text}
  413.  
  414. {block:Photo}
  415.  
  416. <!-- permalink --> {block:IndexPage}
  417. <span class="hpnote">
  418. <a href="{Permalink}">{NoteCount}</a> notes /
  419. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a><br>
  420. </span>
  421.  
  422. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>{LinkCloseTag}
  423. {/block:indexpage}
  424. {block:permalinkpage}
  425. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PermalinkPage} width=500px"/>{LinkCloseTag}
  426. {/block:permalinkpage}
  427.  
  428. {/block:Photo}
  429.  
  430. {block:Photoset}
  431. {block:IndexPage}<div class="perms">
  432. {dayofweek} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  433. </div> {/block:IndexPage}
  434.     {block:IndexPage}
  435. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="265" style="padding:3px;"/></a>
  436. {/block:Photos}
  437. {/block:IndexPage}
  438.  
  439. {block:permalinkpage}
  440.     {Photoset-500}
  441. {/block:permalinkpage}
  442. {/block:Photoset}
  443.  
  444.  
  445. {block:Quote}
  446.     <div class="text">
  447.             <div class="milocagatita"> ❝{Quote}❞ </div>
  448.     {block:Source}
  449.         <div class="milocagatits"><b>{Source}</b></div>
  450.     {/block:Source}
  451.     {block:indexpage}
  452.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  453.     {/block:indexpage}
  454. </div>{/block:Quote}
  455.  
  456. {block:Link}
  457. <div class="text">
  458. <div style="font-size:13px; font-family:arial;"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  459.     {block:Description}
  460.         <div class="description">{Description}</div>
  461.     {/block:Description}
  462.     {block:indexpage}
  463.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  464.     {/block:indexpage}
  465. </div>{/block:Link}
  466.  
  467. {block:Chat}
  468.     <div class="text">
  469.     {block:Title}
  470.         <a href="{Permalink}">{Title}</a>
  471.         {/block:Title}
  472.         <ul class="chat">
  473.            {block:Lines}
  474.            <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  475.                  
  476.                   {Line} </li>
  477.            {/block:Lines}
  478.         </ul>    
  479.     {block:indexpage}
  480.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  481.     {/block:indexpage}
  482. </div>{/block:Chat}
  483.  
  484. {block:Video}
  485.    {block:IndexPage}<div style="width:200px; overflow-y:hidden; overflow-x:scroll;">{Video-250} </div>{/block:IndexPage}
  486. <!-- permalink --> {block:IndexPage}
  487. <div class="post-header-a"><div class="p-center">
  488. <a class="reblog-button" href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/tpqedpr/f9umccpf0/reblog.png" style="width:20px;cursor:pointer;" alt="reblog" onMouseover="ddrivetip('reblog this')"; onMouseout="hideddrivetip()" border="0"></a>
  489. <a class="note-perma" href="{Permalink}"><img src="http://static.tumblr.com/tpqedpr/Cssmccqej/perma.png" style="width:20px;height:15px;cursor:pointer;" alt="perma" onMouseover="ddrivetip('permalink')"; onMouseout="hideddrivetip()" border="0"></a>
  490. </div></div>
  491. <!-- /permalink --> {/block:IndexPage}
  492.      {block:permalinkpage}
  493.         {Video-500}
  494.     {/block:permalinkpage}
  495.    
  496. {/block:Video}
  497.  
  498.  
  499. {block:Audio}
  500. {block:IndexPage}
  501. <div id="album">{block:AlbumArt}<img width="200px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  502. <div id="player"><div style="margin-top:-3px;">{AudioPlayerGrey}</div></div>
  503. <div id="infos">
  504. {block:TrackName}{TrackName}{/block:TrackName} <a href="{permalink}">++</a>
  505. </div>
  506. {/block:IndexPage}
  507. {block:PermalinkPage}
  508. <div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  509. <div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>
  510.  
  511. {/block:PermalinkPage}
  512. {/block:Audio}
  513.  
  514.  
  515.  {block:Answer}<div class="text">
  516. <div class="pergunta"><b> {Asker} sayd:</b> {Question}  </div>
  517. <div class="divisoria"></div>
  518. <div style="font-family: 'calibri'; font-size:10px;color: {color:text};" >{Answer}</div>
  519. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} ♡ </a></span></div></div>
  520. {/block:IndexPage}
  521. </div>{/block:Answer}
  522.  
  523.  
  524. {block:PermalinkPage}
  525. <div id="note3"><div style="text-align:right; text-transform:uppercase;">
  526. {block:NoteCount}<br>{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountwithLabel}
  527. {block:HasTags}/ tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:NoteCount}</div>
  528.  
  529. {block:PostNotes}
  530. {PostNotes}
  531. {/block:PostNotes}
  532. </div>
  533. {/block:PermalinkPage}
  534. </div>
  535. {/block:Posts}
  536. </div>
  537. </div>
  538. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/c9Sle1h85/jquery.collapser.js"></script>
  539. <script type="text/javascript">
  540.   $(document).ready(function(){
  541.     $('#button').collapser({
  542.       target: '#hidden',
  543.       effect: 'slide',
  544.       changeText: 0
  545.     });
  546.   });
  547. </script></div></div></div>
  548. {block:IndexPage}
  549. <div class="column navigation" id="navigation">
  550. {block:Pagination}
  551. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  552. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  553. </div>
  554. {/block:IndexPage}
  555. </div></div></div></div>
  556.  
  557. <br></center></div></div></div></div></div></div>
  558. <div class="credit"><a href="http://lovslyy.tumblr.com/" title="theme credit"><img src="http://static.tumblr.com/25e99782ab1375a490b15414b1270de1/lcdil8e/P9Encwfta/tumblr_static_ej7sks1o70g04s8wkgo4sck04.png"/></a></div>
  559. </html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement