Advertisement
CAMS-1-POETA-BIPOLAR

thm 20.14

Dec 20th, 2014
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.04 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://41.media.tumblr.com/0169595ebb2cb48a6e6e26b0d7d95744/tumblr_nfz48deFVT1tv4x8ho8_250.png"/>
  7. <meta name="if:borderposts" content="1"/>
  8. <meta name="if:onecolunm" 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:ifonecolunm}width:410px;{/block:ifonecolunm}
  50.     {block:ifnotonecolunm}width:910px;{/block:ifnotonecolunm}
  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.   {block:ifonecolunm}width: 400px;{/block:ifonecolunm}
  106.     {block:ifnotonecolunm}width:250px;{/block:ifnotonecolunm}
  107.        margin: 5px;
  108.     {/block:indexpage}
  109.      {block:permalinkpage}
  110.     margin: 10px;
  111.     padding-left:10px;
  112.     width: 500px;
  113.     {/block:permalinkpage}
  114.     display: block;
  115.     padding: 5px;
  116.     background:#fff;
  117.     position: relative;
  118.     }
  119.    
  120. .entry img {
  121.     display: block;
  122.     max-width: 100%;
  123.     -webkit-transition: all ease-in 500ms;
  124.     -moz-transition: all ease-in 500ms;
  125.     -o-transition: all ease-in 500ms;
  126.     -ms-transition: all ease-in 500ms;
  127.     transition: all ease-in 500ms;
  128. }
  129.  
  130. .entry:hover .details {
  131. opacity: 1.0;
  132. margin:12px 0px 0px 0px;
  133. filter: alpha(opacity = 100);
  134. -webkit-transition: all .25s ease-in-out;
  135. -moz-transition: all .25s ease-in-out;
  136. -o-transition: all .25s ease-in-out;
  137. transition: all .25s ease-in-out;
  138. }
  139. #pagination{display:none;}
  140.  
  141. .perms {
  142. color:black;
  143. font-size:8px;
  144. opacity: 0;
  145. -webkit-transition-duration: .75s;top:0px;
  146. {block:ifonecolunm}width:403px;{/block:ifonecolunm}
  147.     {block:ifnotonecolunm}width:253px;{/block:ifnotonecolunm}
  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: left;
  201.     line-height:200%;    
  202.     opacity: 0.2; font-family:arial;
  203.     filter: alpha(opacity = 0);
  204.     font-size: 10px;
  205.     line-height: 9px;
  206.     text-transform: lowercase;
  207.     -webkit-transition-duration: .75s;
  208.     }
  209.    
  210. .entry:hover .permahover {
  211.     opacity: 1;
  212.     filter: alpha(opacity = 50);}
  213.  
  214. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle;  padding : 2px;
  215. padding-bottom : 0px;}
  216.      
  217.         div.panel {
  218.                 width: 260px;
  219.       padding: 15px 20px;
  220.                 color: #333;
  221.                 text-align: center;
  222.                 line-height: 22px;
  223.                 display: none;          
  224.                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  225.         }
  226.         div.panel p {
  227.                 margin: 10px 0;
  228.         }
  229.         div.panel p a, div.textPost p a, div.audioPost p a {
  230.                 color: #333;
  231.                 text-decoration: none;
  232.                 border-bottom: 1px dotted;
  233.                 font-style: italic;
  234.                 font-weight: bold;
  235.         }
  236.        
  237. .video embed, .video object, .video iframe {
  238.     width:400px
  239.     height:auto !important;}
  240.  
  241. #album
  242. {
  243. {block:IndexPage}
  244. width:80px;
  245. height:80px;
  246. margin:10px;
  247. {/block:IndexPage}
  248. float:left;
  249. {block:PermalinkPage}
  250. width:500px;
  251. height:500px;
  252. {/block:PermalinkPage}
  253.  
  254. }
  255.  
  256. #infos
  257. {float:left;
  258. margin-top:10px;
  259. background-color: #e4e4e4;
  260. padding:5px;
  261. width:85px;
  262. }
  263.  
  264. #player
  265. {float:left;
  266. width:100px;
  267. padding-right:20px;
  268. margin-top:10px;
  269. padding-left:35px;
  270. padding-top:10px;
  271. padding-bottom:10px;
  272. height:20px;
  273. background-color:#e4e4e4;
  274. overflow:hidden;
  275. }
  276.  
  277.     #dhtmltooltip{
  278. position: absolute; font-size:9px;
  279. width: auto;
  280. color: #696969;
  281. opacity;0.5;
  282. padding: 4px;
  283. background-color: #fff;
  284. visibility: hidden;
  285. z-index: 300;
  286. text-transform:uppercase;
  287. text-align: center;
  288. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  289. }
  290.  
  291. .milocagatita { font-family: 'calibri'; font-size: 12px; line-height: 16px; letter-spacing:0px; text-align: justify; color: #313131;border-top:2px solid #;padding:3px;}
  292. .milocagatits {font-family: 'calibri'; font-size: 12px; text-align: center; text-transform: none; margin-bottom: px;color: #313131;font-weight: none;}
  293.  
  294. .entry:hover .hpnote {opacity:1;}
  295. .hpnote {position:absolute;left:0px;opacity:0; bottom:1px; 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: center;text-transform:uppercase;}
  296. .hpnote a {margin-top:2px;padding: 5px;display:block;background-color:#fff; color:#919191;opacity:1;}
  297. .hpnote a:hover {opacity:1;}
  298.  
  299. .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}}
  300.  
  301. .p-center{position:relative;height:30px;top:10%;margin-top:-15px}
  302.  
  303. .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;}
  304.  
  305. .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)}
  306.  
  307. .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}
  308.  
  309. .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)}
  310.  
  311. .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}
  312.  
  313. .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}
  314.  
  315. #sidebarimage {position:fixed;margin-left:75px;margin-top:150px;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};}
  316. #sidebarimage img {-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;}
  317. .milasexy {height:43px;width:110px;margin-top:10px;margin-left:-2px;text-align:left; font-size:12px;font-family:arial;text-transform:lowercase;position:fixed; opacity:1;-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out; text-transform: lowercase; ;color: #1c1c1c;overflow:hidden;}
  318. .milasexy a {width:34px;color: #1c1c1c;display:block; margin:1px;}
  319. .milasexy:hover {-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;height:170px;color: transparent;margin-top:-40px;}
  320.  
  321. #sidebarimage img:hover {-webkit-filter: grayscale(0.6);}
  322. .menuzito {width:110px;margin-top:10px;margin-left:-1px;text-align:left; line-height:19px;font-size:9px;font-family:arial;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:110px;color: #000;display:block; background: #fff; margin:1px;}
  324. .menuzito a:hover {background: #000; color: #fff; -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.    {block:IndexPage}
  344.  
  345. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  346.  
  347. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  348.  
  349. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  350.  
  351. <script type="text/javascript">
  352. $(window).load(function(){
  353. var $wall = $('#content');
  354. $wall.imagesLoaded(function(){
  355. $wall.masonry({
  356. itemSelector: '.entry',
  357. isAnimated : true
  358. });
  359. });
  360. $wall.infinitescroll({
  361. navSelector : "div#navigation",
  362. nextSelector : "div#navigation a#nextPage",
  363. itemSelector : '.entry',
  364. loadingImg : "http://www.ruralbr.com.br/icon/loading.gif",
  365. loadingText : "",
  366. donetext : " ",
  367. extraScrollPx : 1000,
  368. bufferPx : 10100,
  369. debug : false,
  370. errorCallback: function() {
  371. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  372. }},
  373. function( newElements ) {
  374. var $newElems = $( newElements );
  375. $newElems.hide();
  376. $newElems.imagesLoaded(function(){
  377. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  378. });
  379. }); $('#content').show(500);
  380. });
  381. </script>
  382.  
  383. {/block:IndexPage}
  384. </head>
  385. <body>
  386.  
  387. <center><div id="sidebarimage">
  388. <img src="{image:sidebar}"  width="110px" height="140px"/>
  389. <div class="milasexy">
  390. {description}<br>
  391. <div class="menuzito">
  392. <a href="{text:Link1}"> {text:Link1 Title}</a>
  393. <a href="{text:Link2}"> {text:Link2 Title}</a>
  394. <a href="{text:Link3}"> {text:Link3 Title}</a>
  395. </div><img src="http://fc07.deviantart.net/fs70/f/2013/292/0/0/sunflower_png__1_by_darksideofgraphic-d6r0s4l.png" width="25px" height="25px"/><img src="http://fc07.deviantart.net/fs70/f/2013/292/0/0/sunflower_png__1_by_darksideofgraphic-d6r0s4l.png" width="25px" height="25px"/><img src="http://fc07.deviantart.net/fs70/f/2013/292/0/0/sunflower_png__1_by_darksideofgraphic-d6r0s4l.png" width="25px" height="25px"/><img src="http://fc07.deviantart.net/fs70/f/2013/292/0/0/sunflower_png__1_by_darksideofgraphic-d6r0s4l.png" width="25px" height="25px"/>
  396. </div></div>
  397.  </div> </center></div>
  398.  
  399. <div id="dhtmltooltip"></div>
  400. <script language="JavaScript" src="http://static.tumblr.com/eyob2gi/qiCm9w62m/tooltip.txt"></script></b>
  401.  
  402. <div id="content"><div class="autopagerize_page_element">
  403. {block:Posts}
  404. <div class="entry">
  405.  
  406. {block:Text}
  407. <div class="text">
  408.     <div style="font-size:13px; font-family:arial;">{block:Title}{Title}
  409.     {/block:Title}</div>
  410.         {Body}
  411.     {block:indexpage}
  412.     <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  413.     {/block:indexpage}
  414.  
  415. </div>
  416. {/block:Text}
  417.  
  418. {block:Photo}
  419.  
  420. <!-- permalink --> {block:IndexPage}
  421. <span class="hpnote">
  422. <a href="{Permalink}">{NoteCount}</a>
  423. <a href="{ReblogURL}" target="_blank"><b>reblog</b></a><br>
  424. </span>
  425.  
  426. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>{LinkCloseTag}
  427. {/block:indexpage}
  428. {block:permalinkpage}
  429. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PermalinkPage} width=500px"/>{LinkCloseTag}
  430. {/block:permalinkpage}
  431.  
  432. {/block:Photo}
  433.  
  434. {block:Photoset}
  435. {block:IndexPage}<div class="perms">
  436. {dayofweek} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  437. </div> {/block:IndexPage}
  438.     {block:IndexPage}
  439. {block:ifonecolunm}{Photoset-400}{/block:ifonecolunm}
  440.     {block:ifnotonecolunm}{Photoset-250}{/block:ifnotonecolunm}
  441. {/block:IndexPage}
  442.  
  443. {block:permalinkpage}
  444.     {Photoset-500}
  445. {/block:permalinkpage}
  446. {/block:Photoset}
  447.  
  448.  
  449. {block:Quote}
  450.     <div class="text">
  451.             <div class="milocagatita"> ❝{Quote}❞ </div>
  452.     {block:Source}
  453.         <div class="milocagatits"><b>{Source}</b></div>
  454.     {/block:Source}
  455.     {block:indexpage}
  456.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  457.     {/block:indexpage}
  458. </div>{/block:Quote}
  459.  
  460. {block:Link}
  461. <div class="text">
  462. <div style="font-size:13px; font-family:arial;"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  463.     {block:Description}
  464.         <div class="description">{Description}</div>
  465.     {/block:Description}
  466.     {block:indexpage}
  467.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  468.     {/block:indexpage}
  469. </div>{/block:Link}
  470.  
  471. {block:Chat}
  472.     <div class="text">
  473.     {block:Title}
  474.         <a href="{Permalink}">{Title}</a>
  475.         {/block:Title}
  476.         <ul class="chat">
  477.            {block:Lines}
  478.            <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  479.                  
  480.                   {Line} </li>
  481.            {/block:Lines}
  482.         </ul>    
  483.     {block:indexpage}
  484.     <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  485.     {/block:indexpage}
  486. </div>{/block:Chat}
  487.  
  488. {block:Video}
  489.    {block:IndexPage}<div style="width:200px; overflow-y:hidden; overflow-x:scroll;">{Video-250} </div>{/block:IndexPage}
  490. <!-- permalink --> {block:IndexPage}
  491. <div class="post-header-a"><div class="p-center">
  492. <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>
  493. <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>
  494. </div></div>
  495. <!-- /permalink --> {/block:IndexPage}
  496.      {block:permalinkpage}
  497.         {Video-500}
  498.     {/block:permalinkpage}
  499.    
  500. {/block:Video}
  501.  
  502.  
  503. {block:Audio}
  504. {block:IndexPage}
  505. <div id="album">{block:AlbumArt}<img width="200px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  506. <div id="player"><div style="margin-top:-3px;">{AudioPlayerGrey}</div></div>
  507. <div id="infos">
  508. {block:TrackName}{TrackName}{/block:TrackName} <a href="{permalink}">++</a>
  509. </div>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. <div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  513. <div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>
  514.  
  515. {/block:PermalinkPage}
  516. {/block:Audio}
  517.  
  518.  
  519.  {block:Answer}<div class="text">
  520. <div class="pergunta"><b> {Asker} sayd:</b> {Question}  </div>
  521. <div class="divisoria"></div>
  522. <div style="font-family: 'calibri'; font-size:10px;color: {color:text};" >{Answer}</div>
  523. {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>
  524. {/block:IndexPage}
  525. </div>{/block:Answer}
  526.  
  527.  
  528. {block:PermalinkPage}
  529. <div id="note3"><div style="text-align:right; text-transform:uppercase;">
  530. {block:NoteCount}<br>{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountwithLabel}
  531. {block:HasTags}/ tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:NoteCount}</div>
  532.  
  533. {block:PostNotes}
  534. {PostNotes}
  535. {/block:PostNotes}
  536. </div>
  537. {/block:PermalinkPage}
  538. </div>
  539. {/block:Posts}
  540. </div>
  541. </div>
  542. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/c9Sle1h85/jquery.collapser.js"></script>
  543. <script type="text/javascript">
  544.   $(document).ready(function(){
  545.     $('#button').collapser({
  546.       target: '#hidden',
  547.       effect: 'slide',
  548.       changeText: 0
  549.     });
  550.   });
  551. </script></div></div></div>
  552. {block:IndexPage}
  553. <div class="column navigation" id="navigation">
  554. {block:Pagination}
  555. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  556. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  557. </div>
  558. {/block:IndexPage}
  559. </div></div></div></div>
  560.  
  561. <br></center></div></div></div></div></div></div>
  562. <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>
  563. </html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement