Ikxa

theme09-oxigenio

Jan 16th, 2013
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 28.04 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 {
  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:100px; 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:0.6}
  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:100px;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:100px}
  645. #parceirosfix{position:fixed;top:490px;left:-180px;background:#FFF;width:160px;height:100px;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:50px;background:transparent;width:69px;text-align:center;font-family:arial;text-transform:uppercase;font-size:12px; color:#000;}
  648.    
  649. {CustomCSS}
  650. </style>
  651. </head>
  652. <body>
  653. <div id="tudo"></div>
  654. <div id="contain">
  655. <div id="s">
  656.  
  657. <div id="side"><div class="title"><h1><a href="/"></a></h1></div>
  658. {/block:ifshowtitle}
  659. <center>
  660.     <a href="/"><img src="{image:sidebar}"style=" -moz-border-radius: 180px; -webkit-border-radius: 180px; ; border: 0px solid #fff;padding:0px;height:180px; width: 180px; margin-left:0px; margin-top:0px; align="center"></a>
  661. </center>
  662. {block:ifshowtitle}{block:description}
  663.     <p>{description}</p>
  664. {/block:description}
  665. <div id="men">
  666. <div id="coluna"></div>
  667. <ul id="menu">
  668.   <li><a href="/">Refresh</a></li>
  669.   <li><a href="">+ Links</a>
  670.     <ul>
  671.         {block:HasPages}
  672.         {block:Pages}
  673.         <li><a href="{URL}">{Label}</a></li>
  674.         {/block:Pages}
  675.         {/block:HasPages}
  676.         {block:iflink1}
  677.         <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  678.         {/block:iflink1}
  679.         {block:iflink2}
  680.         <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  681.         {/block:iflink2}
  682.         {block:iflink3}
  683.         <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  684.         {/block:iflink3}
  685.         {block:iflink4}
  686.         <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  687.         {/block:iflink4}
  688.         {block:iflink5}
  689.         <li><a href="{text:link 5 url}">{text:link 5}</a></li>
  690.         {/block:iflink5}
  691.         {block:iflink6}
  692.         <li><a href="{text:link 6 url}">{text:link 6}</a></li>
  693.         {/block:iflink6}
  694.         {block:iflink7}
  695.         <li><a href="{text:link 7 url}">{text:link 7}</a></li>
  696.         {/block:iflink7}
  697.         {block:iflink8}
  698.         <li><a href="{text:link 8 url}">{text:link 8}</a></li>
  699.         {/block:iflink8}
  700.     </ul></li>
  701.   <li><a href="/ask">Message</a>
  702.  
  703. </ul>
  704. </div>
  705.    
  706. {block:IfNotInfiniteScroll}<div id="pp"><p>
  707. {block:PreviousPage}
  708.                 <a href="{PreviousPage}">{text:previous}</a>
  709.             {/block:PreviousPage}
  710.  
  711.             {block:NextPage}
  712.                 <a href="{NextPage}">{text:next}</a>
  713.             {/block:NextPage}</p>
  714. </div>
  715. {/block:IfNotInfiniteScroll}  
  716. </div>
  717. </div>
  718. {block:indexpage}
  719. {block:ifheader}
  720. <div id="header">
  721. <a href="/"><img src="{image:header}"/></a>
  722. </div>
  723. {/block:ifheader}
  724. {/block:indexpage}
  725.  
  726. <div id="parceirosfix">
  727. <ui>RECOMENDO</ui>
  728. <div id="prceiros">
  729. <div id="parceria">E essa é minha familia, meu ar, minhas palavras, meu viver.</div>
  730. <div id="parceiros">
  731. <center>
  732.  
  733. <!-- um parceiro -->
  734. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  735.  
  736. <!-- um parceiro -->
  737. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  738.  
  739. <!-- um parceiro -->
  740. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  741.  
  742. <!-- um parceiro -->
  743. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  744.  
  745. <!-- um parceiro -->
  746. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  747.  
  748. <!-- um parceiro -->
  749. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  750.  
  751. <!-- um parceiro -->
  752. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  753.  
  754. <!-- um parceiro -->
  755. <a href="/" title="PODE SER VOCÊ" target="_blank"><img src="http://static.freepik.com/fotos-gratis/panda-ponto-d&-39;interrogacao_17-531154305.jpg" /></a>
  756.  
  757. </center></div>
  758. </div>
  759. </div>
  760.  
  761.  
  762. <div id="content">
  763. {block:Posts}
  764. <div class="entry">
  765. {block:Text}
  766.     {block:Title}
  767.         <h3><a href="{Permalink}">{Title}</a></h3><br>
  768.     {/block:Title}
  769.         <div class="q2">{Body}</div>  
  770.         {block:indexpage}
  771.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  772.         {/block:indexpage}
  773. {/block:Text}
  774.  
  775. {block:Photo}
  776.  {block:IndexPage}
  777.     <div class="perma">
  778.     <div class="likep">
  779.     <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>
  780.     </div>
  781.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  782.     </div>  
  783.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  784.     </div>  
  785. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="333"/></a>{LinkCloseTag}
  786. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  787. {/block:IndexPage}
  788. {block:PermalinkPage}
  789.     {LinkOpenTag}
  790.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  791.     {LinkCloseTag}
  792. {/block:PermalinkPage}
  793. {/block:Photo}
  794.  
  795. {block:Photoset}
  796.  {block:IndexPage}
  797.     <div class="perma">
  798.     <div class="likep">
  799.     <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>
  800.     </div>
  801.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  802.     </div>  
  803.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  804.     </div>  
  805.     <center>{Photoset-250}</center>
  806.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  807. {/block:IndexPage}
  808. {block:permalinkpage}
  809. {Photoset-500}
  810. {/block:permalinkpage}
  811.    
  812. {/block:Photoset}
  813.  
  814. {block:Quote}
  815. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  816. {block:Source}<div class="source"><p>&#8212;&nbsp;{Source}</p></div>{/block:Source}
  817. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  818. {/block:Quote}
  819.  
  820. {block:Link}
  821.     <a href="{URL}" class="link" {Target}>{Name}</a>
  822.     {block:Description}
  823.         <div class="description">{Description}</div>
  824.     {/block:Description}
  825.         {block:indexpage}
  826.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  827.         {/block:indexpage}
  828. {/block:Link}
  829.  
  830. {block:Chat}
  831. {block:Title}
  832.         <h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  833. <div id="chat">
  834. <ul>{block:Lines}<li>
  835. {block:Label}<b>{Label}</b>{/block:Label}
  836. {Line}
  837. </li>{/block:Lines}</ul>
  838. </div>
  839. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  840. {/block:Chat}
  841.  
  842. {block:Video}
  843.    {block:IndexPage}
  844.     <div class="perma">
  845.     <div class="likep">
  846.     <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>
  847.     </div>
  848.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  849.     </div>  
  850.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  851.     </div>  
  852.     <center>{Video-250}<center>
  853.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  854.     {/block:IndexPage}
  855.     {block:permalinkpage}
  856.     {Video-500}
  857.     {/block:permalinkpage}
  858. {/block:Video}
  859.  
  860. {block:Audio}
  861.     {AudioPlayerBlack}
  862.     {block:indexpage}
  863.         {block:Caption}
  864.     {Caption}
  865.     {/block:Caption}
  866.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a></p>
  867.     {/block:indexpage}
  868. {/block:Audio}
  869.  
  870. {block:Answer}
  871.  
  872. <div class="an">
  873. <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}      
  874. </div>
  875. {block:indexpage}
  876. <p class="ti">+ <a href="{Permalink}">{NoteCount}<a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  877. {/block:indexpage}
  878.  
  879. {/block:Answer}    
  880.  
  881. {block:permalinkpage}
  882. {block:Caption}{Caption}{/block:Caption}
  883. {block:PostNotes} <p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  884. {block:RebloggedFrom}<p class="c">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  885. {block:ContentSource}<p class="c">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  886. {/block:permalinkpage}
  887.  
  888. {block:ifshowtags}
  889. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  890. {/block:ifshowtags}
  891.  
  892.  
  893. {block:ContentSource}
  894. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  895. {/block:ContentSource}
  896.  
  897.  
  898. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  899.  
  900. {block:PostNotes}{PostNotes}{/block:PostNotes}
  901. </div>  
  902. {/block:Posts}
  903. <div class="clear"></div>
  904. </div>
  905. </div>
  906.  
  907. <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>
  908. {block:Pagination}
  909.                 <ul id="pagination">
  910.                         {block:PreviousPage}
  911.                                 <li><a href="{PreviousPage}"></a></li>
  912.                         {/block:PreviousPage}
  913.                         {block:JumpPagination length="5"}
  914.                         {block:CurrentPage}
  915.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  916.                         {/block:CurrentPage}
  917.                         {block:JumpPage}
  918.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  919.                         {/block:JumpPage}
  920.                         {/block:JumpPagination}
  921.                         {block:NextPage}
  922.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  923.                         {/block:NextPage}
  924.                 </ul>
  925. {/block:Pagination}
  926.        
  927. <script src="http://static.tumblr.com/eb7avl1/5QGme2clc/novo_a__documento_de_texto.js"></script>
  928. {block:IndexPage}
  929. {block:ifinfinitescroll}
  930. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  931. <script type="text/javascript">
  932. $(window).load(function () {
  933. $('#content').masonry(),
  934. $('.masonryWrap').infinitescroll({
  935. navSelector    : '#pagination',  
  936. nextSelector   : '#pagination a#nextPage',
  937. itemSelector : ".entry, .clear",
  938. bufferPx : 40,
  939. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  940. loadingText : "<em></em>",
  941. },
  942. function() { $('#content').masonry({ appendedContent: $(this) }); }
  943. );
  944. });
  945. </script>
  946. {/block:IndexPage}
  947. {block:iftopbutton}
  948. <script type="text/javascript">
  949.         $(document).ready(function() {
  950.             /*
  951.             var defaults = {
  952.                 containerID: 'toTop', // fading element id
  953.                 containerHoverID: 'toTopHover', // fading element hover id
  954.                 scrollSpeed: 1200,
  955.                 easingType: 'linear'
  956.             };
  957.             */
  958.            
  959.             $().UItoTop({ easingType: 'easeOutQuart' });
  960.            
  961.         });
  962. </script>
  963. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  964. {/block:iftopbutton}
  965. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  966. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  967. </body>
  968. <script src="http://static.tumblr.com/pj4zoh3/Oaamdqtp9/snowdown.js"></script>
  969.  
  970. </html>
Advertisement
Add Comment
Please, Sign In to add comment