Ikxa

original-oxi2611

Dec 26th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 29.52 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  6. <meta name="color:text" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:hover" content="#000000"/>
  10. <meta name="color:post background" content="#ffffff"/>
  11. <meta name="color:Post title" content="#363636"/>
  12. <meta name="color:menu background" content="#555555"/>
  13. <meta name="color:nav background" content="#ffffff"/>
  14. <meta name="color:menu link color" content="#ffffff"/>
  15. <meta name="color:background color" content="#ffffff"/>
  16. <meta name="color:sidebar" content="#ffffff"/>
  17. <meta name="color:border color" content="#cccccc"/>
  18. <meta name="color:Chat" content="#F5F5F5"/>
  19. <meta name="color:blockquote" content="#ebebeb"/>
  20. <meta name="image:sidebar" content="0"/>
  21. <meta name="image:header" content="0"/>
  22. <meta name="image:background image" content="0"/>
  23. <meta name="if:sidebar right" content="1"/>
  24. <meta name="if:infinite scroll" content="1"/>
  25. <meta name="if:show title" content="0"/>
  26. <meta name="if:title font" content="0"/>
  27. <meta name="if:title font 2" content="0"/>
  28. <meta name="if:title font 3" content="0"/>
  29. <meta name="if:title font 4" content="0"/>
  30. <meta name="if:title font 5" content="0"/>
  31. <meta name="if:title font 6" content="0"/>
  32. <meta name="if:rainbow links" content="0"/>
  33. <meta name="if:faded images" content="0"/>
  34. <meta name="if:show tags" content="0"/>
  35. <meta name="if:caption" content="0"/>
  36. <meta name="if:animation" content="1"/>
  37. <meta name="if:header" content="0"/>
  38. <meta name="if:top button" content="0"/>
  39. <meta name="text:font size" content="11px"/>
  40. <meta name="text:line height" content="18px"/>
  41. <meta name="text:title font size" content="35px"/>
  42. <meta name="text:Post title font size" content="16px"/>
  43. <meta name="text:ask label" content="message"/>
  44. <meta name="text:home label" content="home"/>
  45. <meta name="text:link 1" content=""/>
  46. <meta name="text:link 1 url" content=""/>
  47. <meta name="text:link 2" content=""/>
  48. <meta name="text:link 2 url" content=""/>
  49. <meta name="text:link 3" content=""/>
  50. <meta name="text:link 3 url" content=""/>
  51. <meta name="text:link 4" content=""/>
  52. <meta name="text:link 4 url" content=""/>
  53. <meta name="text:link 5" content=""/>
  54. <meta name="text:link 5 url" content=""/>
  55. <meta name="text:link 6" content=""/>
  56. <meta name="text:link 6 url" content=""/>
  57. <meta name="text:link 7" content=""/>
  58. <meta name="text:link 7 url" content=""/>
  59. <meta name="text:link 8" content=""/>
  60. <meta name="text:link 8 url" content=""/>
  61. <meta name="text:previous" content=">"/>
  62. <meta name="text:next" content="<"/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <!-- random files -->
  72. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  74. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  75. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  76. {block:ifrainbowlinks}
  77. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  78. {/block:ifrainbowlinks}
  79. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  80.  
  81. <!-- css reset -->
  82. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  83.  
  84. <style type="text/css">
  85. * {
  86.     font-family: {font:body};
  87.     {block:ifanimation}
  88.     -webkit-transition: all 0.3s ease;
  89.     -moz-transition: all 0.3s ease;
  90.     transition: all 0.3s ease;
  91.     -o-transition: all 0.3s ease;  
  92.     {/block:ifanimation}
  93. }
  94. .an {
  95.     text-align:left;
  96.     padding-left:5px;
  97.     padding-right:5px;
  98.     border-left: 2px solid  {color:border color};
  99.     border-right: 2px solid  {color:border color};
  100.     background-color:{color:blockquote};
  101. }
  102. #men li:hover li a:hover {
  103.     background: {color:nav background};
  104.     color: white!important;
  105. }
  106.  
  107. div.entry{
  108.     font-family: {font:body};
  109.     -webkit-transition: all 0s ease;
  110.     -moz-transition: all 0s ease;
  111.     transition: all 0s ease;
  112.     -o-transition: all 0s ease;  
  113. }
  114.  
  115. body {
  116.     color: {color:text};
  117.     background:transparent;
  118.     font-family: {font:body};
  119.     font-size: {text:font size};
  120.     line-height: {text:line height};
  121. }
  122.    
  123. a, a:link, a:active, a:visited{
  124.     color:{color:Link};
  125.     text-decoration: none;  
  126. }
  127.  
  128. a:hover, h1 a:hover, h3 a:hover {
  129.     {block:ifnotrainbowlinks}
  130.     color:{color:Hover};
  131.     {/block:ifnotrainbowlinks}
  132.     text-decoration: none;
  133. }
  134.  
  135. #infscr-loading {
  136.     position: absolute!important;
  137.     width: 16px!important;
  138.     height: 11px!important;
  139.     bottom: 0px!important;
  140.     left: 50%!important;
  141.     margin-top: 10px!important;
  142.     margin-bottom: 5px!important;
  143. }
  144.  
  145. #tudo {background:{color:background color} url({image:background image});
  146.     position: fixed;
  147.     width: 120%;
  148.     height: 120%;
  149.     z-index:-9999999999;
  150. }
  151.  
  152.  
  153. #header {
  154.     width: 694px;
  155.     margin-top: 4px;
  156.     {block:ifsidebarright}
  157.     float: left;
  158.     {/block:ifsidebarright}
  159.     {block:ifnotsidebarright}
  160.     float: right;
  161.     {/block:ifnotsidebarright}
  162.     text-align: center;
  163. }
  164.  
  165. #header img {
  166.     max-width: 100%;
  167.     display: inline-block;
  168. }
  169.  
  170. #content {
  171.     width: 867px;
  172.     margin-top: 5px;
  173.     margin-left:220px;
  174.    
  175. }
  176.  
  177. #contain {
  178.     width: 1124px;
  179.     margin: 0px auto;
  180. }
  181.  
  182. #coluna {opacity:.6;
  183.     background: #FFF;
  184.     width: 210px;
  185.     height: 100%;
  186.     position: fixed;
  187.     margin-top: -340px;
  188.     z-index:-9999991;
  189. }
  190.    
  191.    
  192. #side {opacity:.8;
  193.     background: transparent;
  194.     padding: 2px;
  195.     text-align: center;
  196.     position: relative;
  197.     margin-top: 5px;
  198. }
  199.  
  200. ol.notes img {
  201.     width: 16px;
  202.     display: inline;
  203.     position: relative;
  204.     top: 3px;
  205. }
  206.  
  207. #side img {opacity:1;
  208.     display: block;
  209.     max-width: 100%;
  210. }
  211.  
  212. .entry {opacity:.8;
  213.     margin: 5px;
  214.     padding: 2px;
  215.     {block:indexpage}
  216.     width: 275px;
  217.     {/block:indexpage}
  218.     {block:permalinkpage}
  219.     width: 500px;
  220.     {/block:permalinkpage}
  221.     display: block;
  222.     position: relative;    
  223.     {block:ifsidebarright}
  224.     float: right;
  225.     {/block:ifsidebarright}
  226.     {block:ifnotsidebarright}
  227.     float: left;
  228.     {/block:ifnotsidebarright}
  229.     background: {color:post background};
  230. }
  231.  
  232. .entry img {
  233.     display: block;
  234.     max-width: 100%;
  235.     {block:indexpage}
  236.     {block:iffadedimages}
  237.     opacity: .75;
  238.     filter: alpha(opacity = 75);
  239.     {/block:iffadedimages}
  240.     {/block:indexpage}
  241. }
  242.  
  243.  
  244. .entry:hover img {
  245.     max-width: 100%;
  246.     {block:indexpage}
  247.     {block:iffadedimages}
  248.     opacity: 1.0;
  249.     filter: alpha(opacity = 100);
  250.     {/block:iffadedimages}
  251.     {/block:indexpage}
  252. }
  253.  
  254. blockquote, q {
  255.     quotes: "" "" "'" "'";
  256.     padding-left: 5px;
  257.     border-left: 1px solid {color:border color};
  258.     background: {color:blockquote};
  259. }
  260.  
  261.  
  262. p {
  263.     margin: 5px 0px;
  264. }
  265.  
  266. h1, h1 a {
  267.     font-size:{text:title font size};
  268.     line-height:{text:title font size};
  269.     {block:iftitlefont}
  270.     font-family: 'Lovers Quarrel', cursive;
  271.     {/block:iftitlefont}
  272.     {block:iftitlefont2}
  273.     font-family: 'Italianno', cursive;
  274.     {/block:iftitlefont2}
  275.     {block:iftitlefont3}
  276.     font-family: 'Bilbo', cursive;
  277.     {/block:iftitlefont3}
  278.     {block:iftitlefont4}
  279.     font-family: 'Italiana', serif;
  280.     {/block:iftitlefont4}
  281.     {block:iftitlefont5}
  282.     font-family: 'Fredericka the Great', cursive;
  283.     {/block:iftitlefont5}
  284.     {block:iftitlefont6}
  285.     font-family: 'Amatic SC', cursive;
  286.     {/block:iftitlefont6}
  287. }
  288.  
  289. h3, h3 a {padding:5px;
  290.     font-size:{text:post title font size};
  291.     line-height:{text:post title font size};
  292.     color: {color:title}!important;
  293. }
  294.  
  295. h5 {padding:5px;font-style:normal;
  296. }
  297.  
  298. p.tags a {
  299.     opacity: 0.50;
  300.     filter: alpha(opacity = 50);
  301. }
  302.  
  303. p.tags a:hover {
  304.     opacity: 1.0;
  305.     filter: alpha(opacity = 100);
  306. }
  307. p.tags {
  308.     border-top: 1px solid {color:border color};
  309.     padding: 0px;
  310.     margin: 0px;
  311.     font-size: 8px;
  312.     text-transform: uppercase;
  313.     height: 10px;
  314.     line-height: 10px;
  315. }
  316.  
  317.  
  318.  
  319. .nav a{
  320.     color: {color:menu link color};
  321. }
  322.  
  323. .nav {
  324.     display: inline-block;
  325.     text-align: center;
  326.     padding: 2px;
  327.     text-transform: uppercase;
  328.     margin: 2px;
  329. }
  330.  
  331. #bite .death {
  332.     margin-top: -15px;
  333.     filter: alpha(opacity = 0);
  334.     opacity: 0;
  335.     -webkit-transition: all 0.3s ease-out;
  336.     -moz-transition: all 0.3s ease-out;
  337.     transition: all 0.3s ease-out;
  338. }
  339. #titexcel {
  340.     position: absolute;
  341.     right: 3px;
  342.     top: 26px;
  343. }
  344.    
  345.  
  346. #pagination{
  347.     display:none;
  348. }
  349.  
  350.  
  351.  
  352. .perma {
  353.     opacity: 0.0;
  354.     filter: alpha(opacity = 0);
  355.     z-index:9999991;  
  356.     display: inline-block;
  357.     position: absolute;
  358.     text-align: left;
  359.     top: 7px;
  360.     left: 7px;
  361.     width: 100%;
  362. }
  363.      
  364. .entry:hover .perma   {
  365.     opacity: 1;
  366.     filter: alpha(opacity = 100);
  367. }
  368.    
  369. .likep {
  370.     width: 21px;
  371.     height: 20px;
  372.     overflow: hidden;
  373.     z-index: 9999999;
  374.     display: inline-block;
  375. }
  376.  
  377. .rep {
  378.     width: 24px;
  379.     height: 20px;
  380.     overflow: hidden;
  381.     z-index: 9999999;
  382.     display: inline-block;  
  383. }  
  384.  
  385. .likep a:hover {
  386.     background-position: 0px 0px;
  387. }
  388.  
  389. .likep a {
  390.     background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  391.     background-position: 0px 0px;
  392.     display: block;
  393.     z-index: 9999999;
  394. }
  395.  
  396. .likep img {
  397.     width: 21px;
  398.     height: 20px;
  399. }
  400.  
  401. .rep img{
  402.     width: 24px;
  403.     height: 20px;
  404.     line-height: 30px;
  405.     display: inline;
  406. }
  407.      
  408. .not { display: inline-block;
  409.     background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  410.     height: 20px;
  411.     top: -6px;
  412.     font-size: 11px;
  413.     line-height: 20px;
  414.     color: #fff;
  415.     padding-left: 4px;
  416.     padding-right: 4px;
  417.     -moz-border-radius: 2px;
  418.     border-radius:  2px;
  419.     position: relative;
  420. }
  421.  
  422. .not a, .not:hover a, .not a:hover {
  423.     color: #ffffff!important;
  424.     font-weight: bold;
  425.     font-family: Arial, Helvetica, sans-serif;
  426. }
  427.      
  428. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  429.     opacity: 1;
  430.     filter: alpha(opacity = 100);
  431.     margin-right: 0;
  432. }
  433.  
  434. .not:hover , .rep:hover, .likep:hover {
  435.     opacity: 1!important;
  436.     filter: alpha(opacity = 100)!important;
  437. }
  438.    
  439. .t {
  440.     text-align: right;
  441.     opacity: .5;
  442.     filter: alpha(opacity = 50);
  443. }
  444.  
  445. p.t {
  446.     margin: 5px 0px 0px 0px;
  447.     font-size: 10px;
  448. }
  449.  
  450. .ti {
  451.     text-align: right;
  452.     opacity: 1;
  453.     filter: alpha(opacity = 100);
  454.     font-size: 10px;
  455.     line-height: 12px;
  456. }
  457.  
  458. p.ti {
  459.     margin: 5px 0px 0px 0px;
  460.     font-size: 10px;
  461. }
  462. .entry:hover .t {
  463.     opacity: 1;
  464.     filter: alpha(opacity = 100);
  465. }
  466.  
  467. #toTop {
  468.     display:none;
  469.     text-decoration:none;
  470.     position:fixed;
  471.     bottom:10px;
  472.     right:10px;
  473.     overflow:hidden;
  474.     width:21px;
  475.     height:21px;
  476.     border:none;
  477.     text-indent:100%;
  478.     background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  479.     opacity: .5;
  480.     filter: alpha(opacity = 50);
  481. }
  482.  
  483. #toTopHover {
  484.     width:21px;
  485.     height:21px;
  486.     display:block;
  487.     overflow:hidden;
  488.     float:left;
  489.     opacity: 0;
  490.     -moz-opacity: 0;
  491.     filter:alpha(opacity=0);
  492. }
  493.  
  494. #toTop:hover {
  495.     opacity: 1;
  496.     filter: alpha(opacity = 100);
  497. }
  498.  
  499. #toTop:active, #toTop:focus {
  500.     outline:none;
  501. }
  502.  
  503. p.c {margin-top:40px;
  504.     display: block;
  505.     margin: 0px 0px 1px 0px;
  506.     height: 18px;
  507.     line-height: 20px;
  508.     text-transform: uppercase;
  509.     text-align: right;
  510.     font-size: 9px;
  511.     border-top: 1px solid {color:border color};
  512. }
  513.  
  514. .li, h5, li.drawer {
  515.     list-style-type: none;
  516.     -webkit-transition: all 0s ease;
  517.     -moz-transition: all 0s ease;
  518.     transition: all 0s ease;
  519.     -o-transition: all 0s ease;
  520. }
  521.  
  522. #men ul {
  523.   font-family: Arial, Verdana;
  524.   font-size: 14px;
  525.   margin: 00;
  526.   padding: 0;
  527.   list-style: none;
  528. }
  529. #men ul li {
  530.   display: block;
  531.   position: relative;
  532.   float: left;
  533.   text-align: center;
  534.   text-transform: uppercase;
  535.   font-size: 8px;
  536.   height: 18px;
  537.   line-height: 18px;
  538.   margin: 1px 0px 0px 1px;
  539. }
  540. #men li ul { display: none; }
  541. #men ul li a {
  542.   display: block;
  543.   text-decoration: none;
  544.   color: {color:menu link color};
  545.   border-top: 1px solid #ffffff;
  546.   padding: 0px;
  547.   background: {color:menu background};
  548.   margin-left: 1px;
  549.   white-space: nowrap;
  550.   text-transform: uppercase;
  551.   font-size: 8px;
  552.   width: 65px;
  553.  
  554. }
  555. #men ul li a:hover {
  556.     background: {color:nav background};
  557.     letter-spacing: 1px;
  558.     color: white;
  559. }
  560. #men li:hover ul {
  561.   display: block;
  562.   position: absolute;
  563.   z-index: 9999;
  564. }
  565. #men li:hover li {
  566.   float: none;
  567.   font-size: 11px;
  568. }
  569. #men li:hover a {  }
  570. #s {width: 205px;
  571.     margin-top: 30px;
  572.     {block:ifsidebarright}
  573.     margin-left: 879px;
  574.     {/block:ifsidebarright}
  575.     position: fixed;
  576.    
  577. }
  578.  
  579. #men {
  580.     position: relative;
  581.     margin-top: 4px;
  582.     height: 22px;
  583.     background: {color:sidebar};
  584. }
  585.  
  586. div#chat li {
  587. padding: 4px;
  588. background-color:{color:Chat};
  589. margin-top: 2px;
  590. }
  591.  
  592. div#chat ul{
  593. {block:IndexPage}
  594. width:270px;
  595. {/block:IndexPage}
  596. {block:PermalinkPage}
  597. width:500px;
  598. {/block:PermalinkPage}
  599. list-style: none;
  600. padding: 0px;
  601. margin-top:5px;
  602. margin-bottom:10px;
  603. text-align: left;
  604. }
  605.  
  606. .q{
  607. margin-left:5px;
  608. margin-top:-15px;
  609. font-size:{text:Post title font size}px;
  610. color:{color:Post title};
  611. line-height:17px;
  612. }
  613.  
  614. .q2{
  615. margin-left:5px;
  616. margin-top:-15px;
  617. font-size:{text:Post title font size}px;
  618. color:{color:Post title};
  619. line-height:17px;
  620. }
  621.  
  622. .quote{
  623. position:relative;
  624. top:20px;
  625. font-size:60px;
  626. opacity:0.2;
  627. filter: alpha(opacity = 20);
  628. }
  629.  
  630. .source{
  631. font-size:12px;
  632. margin-left:35px;
  633. }
  634.  
  635. #parceirosfix:hover{left:0px}
  636. #parceiros {font-size:12px;background-color:transparent;height:150px; line-height:1px;color: #FFF;-webkit-border-radius:0px 0px 0px 0px;overflow:hidden;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;z-index:9;text-align:center;margin-top:2px}
  637. #parceiros img{width:30px;height:30px;padding-top:3px;-webkit-transition:All 0.7s ease-out;-moz-transition:All 0.7s ease-out;}
  638. #parceiros img:hover{opacity:1!important}
  639. #parceiros:hover img{opacity:1}
  640. #parceiros a:hover{opacity:1!important}
  641. #parceria {display:block;color:#000;background-color:#FFF; /** isso aqui vc edita SE quiser mudar a cor do fundo do "PARCEIROS", cores aqui http://colorpicker.com/ **/
  642. ;text-align:center;padding: 5px 4px 5px 4px; height:13px;font-family:arial; font-size: 10px; text-decoration:none;opacity:0.7;line-height:10px}
  643. #prceiros{position:absolute;top:5px;left:10px;width:-120px;height:135px;background:transparent;z-index:9;-webkit-transition:All 0.6s ease-out;-moz-transition:All 0.6s ease-out;overflow:hidden}
  644. #pparceiros{position:absolute;top:0px;left:0px;width:auto;padding:5px;background:#FFF;border-top:1px solid #000;height:150px}
  645. #parceirosfix{position:fixed;top:490px;left:-180px;background:#FFF;width:150px;height:135px;opacity: 0.6;-webkit-transition:All 0.6s ease-out;-moz-transition:All 0.6s ease-out;padding:5px;z-index:999}
  646. @font-face {font-family: 'Homenaje';src: url('http://themes.googleusercontent.com/static/fonts/homenaje/v1/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff')}
  647. ui{position:absolute;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);left:160px;top:70px;background:transparent;width:69px;text-align:center;font-family:arial;text-transform:uppercase;font-size:12px; color:#000;}
  648.    
  649. {CustomCSS}
  650.  
  651. .deslizante4 {margin-left: 60px; margin-top:5px; width: 90px; font-size: 8px; background-color: transparent; font-family: verdana; line-height:14px;  color: #fff; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 1; text-align: center; font-style:  -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;z-index:9999;}  
  652.        
  653. </style>
  654. </head>
  655.  
  656. <div id="fb-root"></div>
  657. <script>(function(d, s, id) {
  658.   var js, fjs = d.getElementsByTagName(s)[0];
  659.   if (d.getElementById(id)) return;
  660.   js = d.createElement(s); js.id = id;
  661.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  662.   fjs.parentNode.insertBefore(js, fjs);
  663. }(document, 'script', 'facebook-jssdk'));</script>
  664.  
  665. <body>
  666.  
  667. <div class="deslizante4"></div></div>
  668.    </div></div>
  669.  
  670. <div id="tudo"></div>
  671. <div id="contain">
  672. <div id="s">
  673.  
  674. <div id="side"><div class="title"><h1><a href="/"></a></h1></div>
  675. {/block:ifshowtitle}
  676. <center>
  677.     <a href="/"><img src="{image:sidebar}"style="border-radius:50%; border-top-right-radius:0px; padding:0px;height:180px; width: 180px; margin-left:0px; margin-top:0px; align="center"></a>
  678. </center>
  679. {block:ifshowtitle}{block:description}
  680.     <p>{description}</p>
  681. {/block:description}
  682. <div id="men">
  683. <div id="coluna"></div>
  684. <ul id="menu">
  685.   <li><a href="/">Refresh</a></li>
  686.   <li><a href="">+ Links</a>
  687.     <ul>
  688.         {block:HasPages}
  689.         {block:Pages}
  690.         <li><a href="{URL}">{Label}</a></li>
  691.         {/block:Pages}
  692.         {/block:HasPages}
  693.         {block:iflink1}
  694.         <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  695.         {/block:iflink1}
  696.         {block:iflink2}
  697.         <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  698.         {/block:iflink2}
  699.         {block:iflink3}
  700.         <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  701.         {/block:iflink3}
  702.         {block:iflink4}
  703.         <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  704.         {/block:iflink4}
  705.         {block:iflink5}
  706.         <li><a href="{text:link 5 url}">{text:link 5}</a></li>
  707.         {/block:iflink5}
  708.         {block:iflink6}
  709.         <li><a href="{text:link 6 url}">{text:link 6}</a></li>
  710.         {/block:iflink6}
  711.         {block:iflink7}
  712.         <li><a href="{text:link 7 url}">{text:link 7}</a></li>
  713.         {/block:iflink7}
  714.         {block:iflink8}
  715.         <li><a href="{text:link 8 url}">{text:link 8}</a></li>
  716.         {/block:iflink8}
  717.     </ul></li>
  718.   <li><a href="/ask">Message</a>
  719.  
  720. </ul>
  721. </div>
  722.    
  723. {block:IfNotInfiniteScroll}<div id="pp"><p>
  724. {block:PreviousPage}
  725.                 <a href="{PreviousPage}">{text:previous}</a>
  726.             {/block:PreviousPage}
  727.  
  728.             {block:NextPage}
  729.                 <a href="{NextPage}">{text:next}</a>
  730.             {/block:NextPage}</p>
  731. </div>
  732. {/block:IfNotInfiniteScroll}  
  733. </div>
  734. </div>
  735. {block:indexpage}
  736. {block:ifheader}
  737. <div id="header">
  738. <a href="/"><img src="{image:header}"/></a>
  739. </div>
  740. {/block:ifheader}
  741. {/block:indexpage}
  742.  
  743. <div id="parceirosfix">
  744. <ui>PEDACINHOS DE MIM</ui>
  745. <div id="prceiros">
  746. <div id="parceria">Minha familia, meu ar, minhas palavras, meu viver.</div>
  747. <div id="parceiros">
  748. <center>
  749.  
  750. <!-- um parceiro -->
  751. <a href="http://excitar-se.tumblr.com/" title="MEU AMOR" target="_blank"><img src="http://24.media.tumblr.com/avatar_987c0d1b2e3a_512.png" /></a>
  752.  
  753. <!-- um parceiro -->
  754. <a href="http://suspens-o.tumblr.com/" title="MEU AMIGO" target="_blank"><img src="http://24.media.tumblr.com/avatar_759ce308e421_64.png" /></a>
  755. <!-- um parceiro -->
  756.  
  757. <a href="http://r-eciprocos.tumblr.com/" title="MEU CAÇULA" target="_blank"><img src="http://25.media.tumblr.com/avatar_46f6f0c1b61f_24.png" /></a>
  758. <!-- um parceiro -->
  759.  
  760. <a href="http://garoto-de-smoking.tumblr.com/" title="MEU PRA SEMPRE" target="_blank"><img src="http://static.tumblr.com/6kvm6sz/Q37mcg94c/garoto.png" /></a>
  761.  
  762. <!-- um parceiro -->
  763. <a href="http://sexnadash.tumblr.com/" title="+18" target="_blank"><img src="http://static.tumblr.com/6kvm6sz/5njmb84eb/pa4.png" /></a>
  764.  
  765. <!-- um parceiro -->
  766. <a href="http://espeliarmus.tumblr.com/" title="MEUS VERSOS" target="_blank"><img src="http://24.media.tumblr.com/avatar_019833f61f6f_512.png" /></a>
  767.  
  768. <!-- um parceiro -->
  769. <a href="http://decisivo.tumblr.com/" title="MINHA RAZÃO" target="_blank"><img src="http://25.media.tumblr.com/tumblr_mcz36nkXOn1rpybbto2_250.jpg" /></a>
  770.  
  771. <!-- um parceiro -->
  772. <a href="http://amargedom.tumblr.com/" title="MEU LINDÃO " target="_blank"><img src="http://24.media.tumblr.com/tumblr_mc8o73RJBZ1rps624o1_500.jpg" /></a>
  773.  
  774. <!-- um parceiro -->
  775. <a href="http://rejeitei.tumblr.com/" title="MEU CÚMPLICE" target="_blank"><img src="http://25.media.tumblr.com/avatar_e4b79c219a25_512.png" /></a>
  776.  
  777. <!-- um parceiro -->
  778. <a href="http://reinversos.tumblr.com/" title="MEU BB" target="_blank"><img src="http://25.media.tumblr.com/avatar_1fc703810f71_512.png" /></a>
  779.  
  780. <!-- um parceiro -->
  781. <a href="http://porredesaudade.tumblr.com/" title="MINHA FLOR" target="_blank"><img src="http://24.media.tumblr.com/avatar_358c8fb88d8e_512.png" /></a>
  782.  
  783. <!-- um parceiro -->
  784. <a href="http://quase-barbie.tumblr.com/" title="MINHA IRMÃ" target="_blank"><img src="http://24.media.tumblr.com/tumblr_me3vl5gl2b1rthgz2o4_250.png" /></a>
  785.  
  786. </center></div>
  787. </div>
  788. </div>
  789.  
  790.  
  791. <div id="content">
  792. {block:Posts}
  793. <div class="entry">
  794. {block:Text}
  795.     {block:Title}
  796.         <h3><a href="{Permalink}">{Title}</a></h3><br>
  797.     {/block:Title}
  798.         <div class="q2">{Body}</div>  
  799.         {block:indexpage}
  800.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  801.         {/block:indexpage}
  802. {/block:Text}
  803.  
  804. {block:Photo}
  805.  {block:IndexPage}
  806.     <div class="perma">
  807.     <div class="likep">
  808.     <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  809.     </div>
  810.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  811.     </div>  
  812.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  813.     </div>  
  814. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="333"/></a>{LinkCloseTag}
  815. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  816. {/block:IndexPage}
  817. {block:PermalinkPage}
  818.     {LinkOpenTag}
  819.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  820.     {LinkCloseTag}
  821. {/block:PermalinkPage}
  822. {/block:Photo}
  823.  
  824. {block:Photoset}
  825.  {block:IndexPage}
  826.     <div class="perma">
  827.     <div class="likep">
  828.     <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  829.     </div>
  830.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  831.     </div>  
  832.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  833.     </div>  
  834.     <center>{Photoset-250}</center>
  835.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  836. {/block:IndexPage}
  837. {block:permalinkpage}
  838. {Photoset-500}
  839. {/block:permalinkpage}
  840.    
  841. {/block:Photoset}
  842.  
  843. {block:Quote}
  844. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  845. {block:Source}<div class="source"><p>&#8212;&nbsp;{Source}</p></div>{/block:Source}
  846. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  847. {/block:Quote}
  848.  
  849. {block:Link}
  850.     <a href="{URL}" class="link" {Target}>{Name}</a>
  851.     {block:Description}
  852.         <div class="description">{Description}</div>
  853.     {/block:Description}
  854.         {block:indexpage}
  855.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  856.         {/block:indexpage}
  857. {/block:Link}
  858.  
  859. {block:Chat}
  860. {block:Title}
  861.         <h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  862. <div id="chat">
  863. <ul>{block:Lines}<li>
  864. {block:Label}<b>{Label}</b>{/block:Label}
  865. {Line}
  866. </li>{/block:Lines}</ul>
  867. </div>
  868. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  869. {/block:Chat}
  870.  
  871. {block:Video}
  872.    {block:IndexPage}
  873.     <div class="perma">
  874.     <div class="likep">
  875.     <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  876.     </div>
  877.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  878.     </div>  
  879.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  880.     </div>  
  881.     <center>{Video-250}<center>
  882.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  883.     {/block:IndexPage}
  884.     {block:permalinkpage}
  885.     {Video-500}
  886.     {/block:permalinkpage}
  887. {/block:Video}
  888.  
  889. {block:Audio}
  890.     {AudioPlayerBlack}
  891.     {block:indexpage}
  892.         {block:Caption}
  893.     {Caption}
  894.     {/block:Caption}
  895.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a></p>
  896.     {/block:indexpage}
  897. {/block:Audio}
  898.  
  899. {block:Answer}
  900.  
  901. <div class="an">
  902. <div class="ba"><img src="{AskerPortraitURL-48}" style=" border-radius:50%; border-top-right-radius:0px; padding:0px; align="left;">{Asker}: {Question}</div></div><div class="ans">{Answer}      
  903. </div>
  904. {block:indexpage}
  905. <p class="ti">+ <a href="{Permalink}">{NoteCount}<a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  906. {/block:indexpage}
  907.  
  908. {/block:Answer}    
  909.  
  910. {block:permalinkpage}<br><br>
  911. {block:Caption}{Caption}{/block:Caption}
  912. {block:PostNotes} <p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  913. {block:RebloggedFrom}<p class="c">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  914. {block:ContentSource}<p class="c">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  915. {/block:permalinkpage}
  916.  
  917. {block:ifshowtags}
  918. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  919. {/block:ifshowtags}
  920.  
  921.  
  922. {block:ContentSource}
  923. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  924. {/block:ContentSource}
  925.  
  926.  
  927. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  928.  
  929. {block:PostNotes}{PostNotes}{/block:PostNotes}
  930. </div>  
  931. {/block:Posts}
  932. <div class="clear"></div>
  933. </div>
  934. </div>
  935.  
  936. <div id="topcontrol" style="position: fixed; bottom: 10px; right: 10px; opacity: 0; " title=""><img src="http://static.tumblr.com/uiqhh9x/blmm66sr4/arrow_top.gif" style="filter:alpha(opacity=80); -moz-opacity:0.8;"></div>
  937. {block:Pagination}
  938.                 <ul id="pagination">
  939.                         {block:PreviousPage}
  940.                                 <li><a href="{PreviousPage}"></a></li>
  941.                         {/block:PreviousPage}
  942.                         {block:JumpPagination length="5"}
  943.                         {block:CurrentPage}
  944.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  945.                         {/block:CurrentPage}
  946.                         {block:JumpPage}
  947.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  948.                         {/block:JumpPage}
  949.                         {/block:JumpPagination}
  950.                         {block:NextPage}
  951.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  952.                         {/block:NextPage}
  953.                 </ul>
  954. {/block:Pagination}
  955.        
  956. <script src="http://static.tumblr.com/erukclj/GKvme2fbf/novo_a__documento_de_texto.js"></script>
  957. {block:IndexPage}
  958. {block:ifinfinitescroll}
  959. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  960. <script type="text/javascript">
  961. $(window).load(function () {
  962. $('#content').masonry(),
  963. $('.masonryWrap').infinitescroll({
  964. navSelector    : '#pagination',  
  965. nextSelector   : '#pagination a#nextPage',
  966. itemSelector : ".entry, .clear",
  967. bufferPx : 40,
  968. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  969. loadingText : "<em></em>",
  970. },
  971. function() { $('#content').masonry({ appendedContent: $(this) }); }
  972. );
  973. });
  974. </script>
  975. {/block:IndexPage}
  976. {block:iftopbutton}
  977. <script type="text/javascript">
  978.         $(document).ready(function() {
  979.             /*
  980.             var defaults = {
  981.                 containerID: 'toTop', // fading element id
  982.                 containerHoverID: 'toTopHover', // fading element hover id
  983.                 scrollSpeed: 1200,
  984.                 easingType: 'linear'
  985.             };
  986.             */
  987.            
  988.             $().UItoTop({ easingType: 'easeOutQuart' });
  989.            
  990.         });
  991. </script>
  992. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  993. {/block:iftopbutton}
  994. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  995. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  996. </body>
  997. <script src="http://static.tumblr.com/pj4zoh3/Oaamdqtp9/snowdown.js"></script>
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. </html>
Advertisement
Add Comment
Please, Sign In to add comment