Advertisement
CAMS-1-POETA-BIPOLAR

thm 9.14

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