Advertisement
Lolovers

Theme simples

Apr 2nd, 2013
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 24.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/Ebrm7rdy0/botao.js"></script>
  6.  
  7.  
  8. <link rel="shortcut icon" href="{favicon}"/>
  9. <title>{title}</title>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  16.  
  17. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <script>
  23.  
  24.  
  25.  
  26. $(document).ready(function() {
  27.  
  28.     //
  29.  
  30.  
  31.  
  32. //When you click on a link with class of poplight and the href starts with a #
  33.  
  34. $('a.poplight[href^=#]').click(function() {
  35.  
  36.     var popID = $(this).attr('rel'); //Get Popup Name
  37.  
  38.     var popURL = $(this).attr('href'); //Get Popup href to define size
  39.  
  40.  
  41.  
  42.     //Pull Query & Variables from href URL
  43.  
  44.     var query= popURL.split('?');
  45.  
  46.     var dim= query[1].split('&');
  47.  
  48.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  49.  
  50.  
  51.  
  52.     //Fade in the Popup and add close button
  53.  
  54.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/484d3a83f442b46104bb80382d607820/tumblr_inline_mhzf9k7SMs1qz4rgp.png" width="63" height="35" class="btn_close" title="Close Window" alt="Close"/></a>');
  55.  
  56.  
  57.  
  58.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  59.  
  60.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  61.  
  62.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  63.  
  64.  
  65.  
  66.     //Apply Margin to Popup
  67.  
  68.     $('#' + popID).css({
  69.  
  70.         'margin-top' : -popMargTop,
  71.  
  72.         'margin-left' : -popMargLeft
  73.  
  74.     });
  75.  
  76.  
  77.  
  78.     //Fade in Background
  79.  
  80.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  81.  
  82.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({‘filter’ : ‘alpha(opacity=80)}) is used to fix the IE Bug on fading transparencies
  83.  
  84.  
  85.  
  86.     return false;
  87.  
  88. });
  89.  
  90.  
  91.  
  92. //Close Popups and Fade Layer
  93.  
  94. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  95.  
  96.     $('#fade , .popup_block').fadeOut(function() {
  97.  
  98.         $('#fade, a.close').remove();  //fade them both out
  99.  
  100.     });
  101.  
  102.     return false;
  103.  
  104. });
  105.  
  106.  
  107.  
  108.  
  109.  
  110. });
  111.  
  112. </script>
  113.  
  114. </head>
  115. <!-- css scripts e afins -->
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120.  
  121.  
  122. body {background: #f7f7f7 url("");
  123. color: #777;  
  124. line-height: 17px;
  125. font: 12px arial;
  126. text-align: justify;
  127. }
  128.  
  129. #page  {
  130. width: 806px;
  131. background: #transparent;
  132. background-repeat: repeat-y;
  133. margin-left: auto;
  134. margin-right: auto;}
  135.  
  136. #content {
  137. width: 806px;
  138. background: #transparent;
  139. background-repeat: repeat-y;
  140. margin-left: auto;
  141. margin-right: auto;}
  142.  
  143. #sidebar {
  144. background: #transparent;
  145. width: 207px;
  146. float: left;
  147. margin-top: 0px;
  148. position: absolute;}
  149.  
  150. #main {
  151. background-color: #transparent;
  152. width: 595px;
  153. float: right;
  154. position: relative;
  155. margin-left: 0px;
  156. margin-top: -8px;}
  157.  
  158.  
  159. .caixa {background: #transparent; box-shadow: 0px 0px 1px 1px #eee5dd; z-index: 10000; overflow: hidden; color: #777;
  160. {block:IndexPage}margin: 2px; float: left; width: 260px; padding: 0px; position: relative;{/block:IndexPage}
  161. {block:PermalinkPage}text-align: center; width: 500px; padding: 2px; {/block:PermalinkPage}}
  162.  
  163. #footer {
  164. background: #transparent;
  165. background-repeat:no-repeat;
  166. background-position: bottom;
  167. width: 900px;
  168. height: 44px;
  169. clear: both; }
  170.  
  171.  
  172.  
  173. b, strong {color: #cf8484; TEXT-DECORATION: none; border-bottom: 1px dashed #none;}
  174. u {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;}
  175. s, strike {color: #dedcda;}
  176. i {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px dotted #none;}
  177.  
  178.  
  179.  
  180. a:link, a:active, a:visited {
  181. color: #c6c073;
  182. text-decoration: none;
  183. cursor: pointer;}
  184.  
  185. a:hover { color: #c6c073;
  186. text-decoration: none;
  187. cursor: pointer;}
  188.  
  189.  
  190. ::-moz-selection {background: #eee; color: #fff;}
  191. ::selection {background: #eee; color:#fff;}
  192.  
  193.  
  194. /** títulos e tags **/
  195.  
  196. .h1 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #000;border-bottom: 2px solid: #ffb1b2;background: #transparent; margin:0px;padding:3px; background: #ffff; border-radius:0px;border-bottom:1px solid #f5f5f5;}
  197.  
  198.  
  199. .faixa2 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #000;border-bottom: 2px solid: #ffb1b2;background: #transparent; margin:0px;padding:3px; background: #ffff; border-radius:0px;border-bottom:1px solid #f5f5f5;}
  200.  
  201.  
  202. .wishlist { margin-bottom : 1px; display : block;font-size: 10px; font-family: arial; color: #777; font-style: normal; text-align: justify; letter-spacing : 1;background : #f5f5f5 ;  padding: 5px; padding-left:5px;-webkit-transition-duration: .80s; color:999; text-indent : 8px; border-right: 0px solid #ff8d8d;}
  203.  
  204. .wishlist:hover {margin-bottom : 1px; display : block;font-size: 10px; font-family: arial; color: #777; font-style: normal; text-align: justify; letter-spacing : 1;background : #f5f5f5 ;  padding: 5px; padding-left:5px;-webkit-transition-duration: .80s; color:999; text-indent : 8px; border-right: 0px solid #ff8d8d;text-indent : 15px;}
  205.  
  206.  
  207.  
  208.  
  209. /* --- Reblogue e outros ------------------------------- */
  210. .reblogue{
  211.           margin-top: -25px;
  212.           margin-left: 200px;
  213.           position: absolute;
  214.           opacity: 0;
  215.           -webkit-transition: all 1s ease;
  216.           -moz-transition: all 1s ease;
  217.           -o-transition: all 1s ease;
  218.           transition: all 1s ease;
  219.          
  220.           }
  221.          
  222.  
  223. .box:hover .reblogue{
  224.           opacity: 5;
  225.           margin-bottom: 5px;
  226.           -webkit-transition: all 1s ease;
  227.           -moz-transition: all 1s ease;
  228.           -o-transition: all 1s ease;
  229.           transition: all 1s ease;
  230.           z-index:1000;
  231.           }      
  232.  
  233. .likep a:hover {
  234.        background-position: 0px 0px;z-index:1000;
  235.        }
  236. .likep a {
  237.        background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  238.        background-position: 0px 0px;
  239.        z-index: 9999999;
  240.        -webkit-transition: all 0s linear;
  241.        -moz-transition: all 0s linear;
  242.        transition: all 0s linear;
  243.        margin-top: -22px;
  244.        margin-left: 28px;
  245.        display: inline-block;
  246.        position: absolute;z-index:1000;}
  247. .likep img {
  248.        width: 21px;
  249.        height: 20px;
  250.        webkit-transition: all 0.2s linear;
  251.        -webkit-transition: all 0.2s linear;
  252.        -moz-transition: all 0.2s linear;
  253.        transition: all 0.2s linear;}
  254. #likeiframe {
  255.        display: none; z-index:1000;
  256.        }
  257.  
  258. .notas{z-index:1000;
  259.             margin-top: -25px;
  260.             margin-left: 55px;
  261.             position: absolute;
  262.             opacity: 0;
  263.             -webkit-transition: all 1s ease;
  264.             -moz-transition: all 1s ease;
  265.             -o-transition: all 1s ease;
  266.             transition: all 1s ease;
  267.             }
  268.            
  269. .box:hover .notas{
  270.             opacity: 1;
  271.             -webkit-transition: all 1s ease;
  272.             -moz-transition: all 1s ease;
  273.             -o-transition: all 1s ease;
  274.             transition: all 1s ease;
  275.             margin-left: 5px;z-index:1000;}
  276.            
  277. .notas a{
  278.             background: rgba(0,0,0,0.5);
  279.             padding: 3px 4px 2px 4px;
  280.             font-family: Trebuchet MS;
  281.             font-weight: bold;
  282.             text-align: center;
  283.             display: inline-block;
  284.             color: #fff;
  285.             -webkit-border-radius: 2px;
  286.             -moz-border-radius: 2px;
  287.             border-radius: 2px;
  288.             font-size: 10px;z-index:1000;}
  289.  
  290.  
  291.  
  292.  
  293. /*** Quote estilo por: things-to-help-you***********/
  294. .quote  {font-family: 'Play', sans-serif;  font-size: 12px;  text-align:justy; padding: 4px; color: #fff; text-shadow: 1px 0px 1px #999;}
  295. .quotem {overflow: hidden; padding: 5px; background: #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  296. .bottomq {background: url('') no-repeat; width: 69px; height: 19px; margin-left: 10px; margin-bottom: 15px;}
  297. .ci {color: #999; display: inline-block;background: #f5f5f5; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
  298. .ci a {color: #999;}
  299. .ci a:hover {color: #fff;}
  300.  
  301.  
  302.  
  303. /*** caixa não mexa em nada! ***/
  304. .box  {overflow:hidden; color: #777; background-color: #fff; padding:5px;  -webkit-box-shadow: 0px 0px 1px 1px #e5bd9b;
  305. box-shadow: 0px 0px 1px 1px #e5bd9b; z-index: 10000;box-shadow: 0 1px 1px #e5bd9b;font-size: 12px; font-family:'Play', sans-serif;}  
  306.  
  307.  
  308. .boxsidebar { color: #999; background-color: #fff; padding:5px;  z-index: 10000;  box-shadow: 0px 0px 1px 1px #eee5dd; font-size: 11px; font-family:'Play', sans-serif;}
  309.  
  310.  
  311.  
  312.  
  313. #fade { /*—Transparent background layer—*/
  314.  
  315.  display: none; /*—hidden by default—*/
  316.  
  317.  background: #777;
  318.  
  319.  position: fixed; left: 0; top: 0;
  320.  
  321.  width: 100%; height: 100%;
  322.  
  323.  opacity: .80;
  324.  
  325.  
  326. }
  327.  
  328. .popup_block{
  329.  
  330.  display: none; /*—hidden by default—*/
  331.  
  332.  background: #fff;
  333.  
  334.  padding: 20px;
  335.  
  336.  border: 0px solid #dccedc;
  337.  
  338.  float: left;
  339.  
  340.  font-size: 11px;
  341.  
  342. font-family: verdana;
  343.  
  344.  position: fixed;
  345.  
  346.  top: 50%; left: 50%;
  347.  
  348. z-index: 100000000;
  349.  
  350.  /*—CSS3 Box Shadows—*/
  351.  
  352.  -webkit-box-shadow: 0px 0px 1px #eee;
  353.  
  354.  -moz-box-shadow: 0px 0px 1px #eee;
  355.  
  356.  box-shadow: 0px 0px 1px #eee;
  357.  
  358.  /*—CSS3 Rounded Corners—*/
  359.  
  360.  -webkit-border-radius: 10px;
  361.  
  362.  -moz-border-radius: 10px;
  363.  
  364.  border-radius: 10px;
  365.  
  366. }
  367.  
  368. img.btn_close {
  369.  
  370.  float: right;
  371.  
  372.  margin: -50px -50px 0 0;
  373.  
  374. }
  375.  
  376. /*—Making IE6 Understand Fixed Positioning—*/
  377.  
  378. *html #fade {
  379.  
  380.  position: absolute;
  381.  
  382. }
  383.  
  384. *html .popup_block {
  385.  
  386.  position: absolute;
  387.  
  388. }
  389.  
  390.  
  391. blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  392.  
  393. .blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  394.  
  395. .menuzinho {float:right; color: #999; background: #transparent;}
  396.  
  397. #oi img {border:0px solid #fff;}
  398. #oi {width:200px;margin:auto;-webkit-transition-duration:0.2s;-o-transition-duration:0.2s;-moz-transition-duration:0.2s;}
  399.  
  400. #menu {
  401.     position: absolute;
  402.     margin-top:-27px;
  403.     margin-left: -20px;
  404.     opacity: 0;
  405.     -webkit-transition-duration:0.2s;-o-transition-duration:0.2s;-moz-transition-duration:0.2s; -webkit-transition-duration: .80s;
  406. }
  407.  
  408. #oi:hover #menu {
  409.     opacity: 1;
  410.     margin-left: 0px;
  411. }
  412.  
  413. #menu a {
  414.     text-decoration: none;
  415.     color: #757575;
  416.     background: #fff;
  417.     padding:2px;
  418.     font-family: calibri;
  419.     font-size: 9px;
  420.     text-transform: uppercase;
  421.     display: block;
  422.     float: left;
  423.     margin-left: 2px;
  424.     margin-bottom: 2px;
  425.     width: 33px;
  426.     text-align: center;
  427. }
  428.  
  429. #menu a:hover {
  430.     color: #000;
  431. }
  432.  
  433. .pergunta {background: #f5f5f5;font-family: 'Play', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-top-left-radius: 5px;
  434. border-top-right-radius: 5px;}
  435.  
  436. .perguntou {background: #fffdde; color:#fff;font-family: 'Play', sans-serif; font-size:10px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:3px;text-align: justify;margin-left: auto;margin-right: auto;margin-bottom:10px;border-bottom-left-radius: 5px;
  437. border-bottom-right-radius: 5px;}
  438.  
  439. .perguntou a {color: #999;}
  440.  
  441. .pergunta p {margin:1px 0px;}
  442.  
  443. .fotos {float:left; border-radius:20px;margin-top:-7px;margin-right:5px;}
  444.  
  445. .xx {float:right;width:15px; height:15px;}
  446.  
  447. .resposta {background: #f5f5f5;font-family: 'Play', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;}
  448.  
  449. /*** caixa e extra  *********************************************/
  450. .caixa1  {background: #fff; overflow: hidden; padding: 5px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;color: #888888;text-align: justify;outline: 0px solid #; margin-bottom: 5px; width: 490px;}  
  451. .extra {border-left: 4px solid #adc4d2; display : block;border-bottom : 1px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
  452. .extra a {padding-right: 6px; color: #a38fad; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  453.  
  454.  
  455. /* Chat por Anna (livelikeasuicide) *********/
  456. .chat {background: #eee; margin: 0; font-size:
  457. 9px; font-family: arial;}
  458. .chat .chat1 {margin-left: 0px;}
  459. .chat .chat1 .chat2 {background: #f5f5f5; color: #777;
  460. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  461. .chat .chat1 .chat2.even {background: #999;
  462. color: #fff;} /* Segunda linha */
  463. .chat .chat1 .chat2 span{font-weight: bold;}
  464.  
  465. .trackid {padding: 5px;
  466. background: #f5f5f5;
  467. color: #999;
  468. width:240px;
  469. margin-top: 1px;
  470. margin-left: 0px;
  471. margin-right: 0px;
  472. text-shadow: 0px 0px 1px #fff;}
  473.  
  474. .trackid2 {padding: 10px;
  475. background: #f5f5f5;
  476. color: #999;
  477. width: 230px;
  478. margin-top: 1px;
  479. margin-left: 0px;
  480. margin-right: 0px;}
  481.  
  482. .position {position:absolute; width:10px; margin-left:-40px; margin-top:60px}
  483.  
  484.  
  485.  
  486.  
  487.  
  488. </style>
  489.  
  490.  
  491. <body>
  492.  
  493.  
  494.  
  495. <div id="content">
  496.  
  497.  
  498.  
  499.  
  500.  
  501. <div id="sidebar">
  502.  
  503. <div class="boxsidebar">
  504.  
  505. <div id="oi">
  506. <img src="http://24.media.tumblr.com/ed18441c1655a0c4fdd3b7a2dee59c6e/tumblr_mkjjnaL7f71rbed5xo1_500.png" width="197px;"/><p>
  507.  
  508. <div id="menu">
  509. <a href="/">Home</a>
  510. <a href="/ask">Ask</a>
  511. <a href="LINK">Link1</a>
  512. <a href="LINK">Link2</a>
  513. <a href="LINK">Link3</a>
  514. </div></div>
  515.  
  516. {block:Description}{Description}{/block:Description}
  517. </div><p>
  518.  
  519. <a href="#?w=500" rel="tumblr" class="poplight" title="creditos"><div class="menuzinho">+</div></a>
  520. </div>
  521.  
  522.  
  523.    
  524.    
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <div id="main">
  531.  
  532.  
  533.  
  534. {block:Posts}
  535. <div class="caixa"> <!--- Abrindo a div da caixa --->
  536.  
  537. <!--- Texto --->
  538. {block:Text}<div class="box">
  539. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  540. {body}
  541.  
  542. <!---------------- DATA DOS POSTS ------------->
  543. {block:IndexPage}
  544. <div class="reblogue">
  545. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  546. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  547. </div>
  548. {block:NoteCount}<div class="notas">
  549. <a href="{Permalink}">{NoteCount}</a>
  550. </div>{/block:NoteCount}
  551. {/block:IndexPage}</div>
  552.  
  553. {/block:Text}
  554.  
  555. <!--- Photo --->
  556. {Block:Photo}
  557. <div class="box">
  558. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-250}" width="249px;">{LinkCloseTag}{/block:IndexPage}
  559. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" >{LinkCloseTag}{/block:PermalinkPage}
  560. {block:Caption}{Caption}{/block:Caption}
  561.  
  562. <!---------------- DATA DOS POSTS ------------->
  563. {block:IndexPage}
  564. <div class="reblogue">
  565. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  566. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  567. </div>
  568. {block:NoteCount}<div class="notas">
  569. <a href="{Permalink}">{NoteCount}</a>
  570. </div>{/block:NoteCount}
  571. {/block:IndexPage}</div>
  572. {/Block:Photo}
  573.  
  574. <!--- Photoset --->
  575. {block:Photoset}<div class="box">
  576. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  577. {block:PermalinkPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:PermalinkPage}
  578. {block:Caption}{Caption}{/block:Caption}
  579.  
  580. <!---------------- DATA DOS POSTS ------------->
  581. {block:IndexPage}
  582. <div class="reblogue">
  583. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  584. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  585. </div>
  586. {block:NoteCount}<div class="notas">
  587. <a href="{Permalink}">{NoteCount}</a>
  588. </div>{/block:NoteCount}
  589. {/block:IndexPage}</div>
  590. {/block:Photoset}
  591.  
  592. <!--- Quote --->
  593. {block:Quote}<div class="box">
  594. <center><div class="quotem">
  595. <div class="quote">{Quote}</div>  
  596. </div>
  597. <div class="bottomq"></div>
  598. <div class="ci">{block:Source}
  599. <div class="source">{Source}</div>
  600. {/block:Source}</div></center>
  601.  
  602. <!---------------- DATA DOS POSTS ------------->
  603. {block:IndexPage}
  604. <div class="reblogue">
  605. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  606. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  607. </div>
  608. {block:NoteCount}<div class="notas">
  609. <a href="{Permalink}">{NoteCount}</a>
  610. </div>{/block:NoteCount}
  611. {/block:IndexPage}</div>
  612. {/block:Quote}
  613.  
  614. <!--- Chat --->
  615. {block:Chat}<div class="box">
  616. <div class="chat">
  617. <div class="chat1">
  618. {block:Lines}
  619. <div class="chat2 {Alt}">
  620. {block:Label}
  621. <span>{Label}</span>
  622. {/block:Label}
  623. {Line}</div>
  624. {/block:Lines}
  625. </div></div>
  626.  
  627. <!---------------- DATA DOS POSTS ------------->
  628. {block:IndexPage}
  629. <div class="reblogue">
  630. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  631. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  632. </div>
  633. {block:NoteCount}<div class="notas">
  634. <a href="{Permalink}">{NoteCount}</a>
  635. </div>{/block:NoteCount}
  636. {/block:IndexPage}</div>
  637. {/block:Chat}
  638.  
  639. <!--- Link --->
  640. {block:Link}<div class="box">
  641. <a href="{URL}" target="{Target}"><div class="h1">{Name}</div></a>
  642. {block:Description}{Description}{/block:Description}
  643.  
  644. <!---------------- DATA DOS POSTS ------------->
  645. {block:IndexPage}
  646. <div class="reblogue">
  647. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  648. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  649. </div>
  650. {block:NoteCount}<div class="notas">
  651. <a href="{Permalink}">{NoteCount}</a>
  652. </div>{/block:NoteCount}
  653. {/block:IndexPage}</div>
  654. {/block:Link}
  655.  
  656. <!--- Audio --->
  657. {block:Audio}<div class="box">
  658. <div class="">
  659. {block:AlbumArt}
  660. <img style="float: left; margin-right: 0px; margin-left: 1px;  margin-top: 1px;"src="{AlbumArtURL}" width="54"  >
  661. {/block:AlbumArt}
  662. <div class="trackid2">{AudioPlayerGrey}</div>
  663. {block:TrackName}
  664. <div class="trackid">"{TrackName}"</div>
  665. {/block:TrackName}
  666. {block:Artist}
  667. <div class="trackid">{Artist}</div>
  668. {/block:Artist}
  669. <div class="trackid">({PlayCount}) plays</div>
  670.  
  671.  
  672. <!---------------- DATA DOS POSTS ------------->
  673. {block:IndexPage}
  674. <div class="reblogue">
  675. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  676. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  677. </div>
  678. {block:NoteCount}<div class="notas">
  679. <a href="{Permalink}">{NoteCount}</a>
  680. </div>{/block:NoteCount}
  681. {/block:IndexPage}</div></div>
  682. {/block:Audio}
  683.  
  684. <!--- Video --->
  685. {block:Video}<div class="box">
  686. {block:Indexpage}{Video-250}{/block:IndexPage}
  687. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  688. {block:Caption}{Caption}{/block:Caption}
  689.  
  690. <!---------------- DATA DOS POSTS ------------->
  691. {block:IndexPage}
  692. <div class="reblogue">
  693. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  694. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  695. </div>
  696. {block:NoteCount}<div class="notas">
  697. <a href="{Permalink}">{NoteCount}</a>
  698. </div>{/block:NoteCount}
  699. {/block:IndexPage}</div>
  700. {/block:Video}
  701.  
  702. {block:Answer}
  703. <div class="box">
  704.  
  705. <div class="pergunta">{Question}</div>
  706. <div class="perguntou"><img src="{AskerPortraitURL-30}" class="fotos">Pergunta feita por: {Asker} <div class="xx"><img src="http://media.tumblr.com/a6d07429add5ed1595b2f7190142bdc0/tumblr_inline_mjx7nkRGyk1qz4rgp.png"></div></div>
  707. <div class="resposta">{Answer}</div>
  708.  
  709.  
  710.  
  711. <!---------------- DATA DOS POSTS ------------->
  712. {block:IndexPage}
  713. <div class="reblogue">
  714. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  715. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  716. </div>
  717. {block:NoteCount}<div class="notas">
  718. <a href="{Permalink}">{NoteCount}</a>
  719. </div>{/block:NoteCount}
  720. {/block:IndexPage}</div>
  721. {/block:Answer}
  722.  
  723. <!--- Fechando a div da caixa --->
  724. </div>
  725.  
  726. {block:PostNotes}
  727. <div class="caixa1">
  728.  <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  729. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}" target=blank> - Source  </a>{/block:ContentSource}</div>
  730. <div class="extra">
  731. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  732. </div>
  733. <div class="extra">
  734. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  735. <span style="width:auto;">
  736. {block:HasTags}
  737. {block:Tags}
  738. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  739. </div>
  740. <div class="extra">
  741. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  742. </div>
  743. {PostNotes}  
  744.  
  745. </div>
  746. {/block:PostNotes}
  747.  
  748.  
  749.  
  750. {/block:Posts}
  751. </div>
  752.  
  753.  
  754.  
  755. <div id="tumblr" class="popup_block">
  756.  
  757.  
  758. <div class="faixa2">Créditos</div><br>
  759.  
  760. <div class="wishlist">Theme por: <a href="http://jessierobsten.tumblr.com/"> Jéssie</a></div>
  761. <div class="wishlist">Ajudas: <a href="http://things-to-help-you.tumblr.com/"> TTHY</a></div>
  762. <div class="wishlist">Mais ajudas: <a href="http://laspricih.tumblr.com/"> Priscila</a></div>
  763. <div class="wishlist">Menu Hover: <a href="http://prettyhelp.tumblr.com/"> PH</a></div>
  764.  
  765.  
  766.  
  767. </div>
  768.  
  769.  
  770. <div id="footer"></div></div>
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  780. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  781. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  782.  
  783. <script type="text/javascript">
  784. $(window).load(function () {
  785. $('#main').masonry(),
  786. $('.masonryWrap').infinitescroll({
  787. navSelector : "div#navigation",
  788. nextSelector : "div#navigation a#nextPage",
  789. itemSelector : ".caixa",
  790. bufferPx : 1000,
  791. extraScrollPx: 1000,
  792. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  793. loadingText : "Aguarde...",
  794.  
  795. },
  796. // call masonry as a callback.
  797. function() { $('#main').masonry({ appendedContent: $(this) });
  798.  
  799. }
  800. );
  801. });
  802. </script>
  803. {block:IndexPage}
  804. <div class="column navigation" id="navigation">
  805. {block:Pagination}
  806. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  807. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  808. </div>
  809. {/block:IndexPage}
  810.  
  811. </body>
  812. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement