Ikxa

theme14-oxigenio

Jan 26th, 2013
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.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:background image" content="0"/>
  22. <meta name="if:sidebar right" content="1"/>
  23. <meta name="if:infinite scroll" content="1"/>
  24. <meta name="if:show title" content="0"/>
  25. <meta name="if:title font" content="0"/>
  26. <meta name="if:title font 2" content="0"/>
  27. <meta name="if:title font 3" content="0"/>
  28. <meta name="if:title font 4" content="0"/>
  29. <meta name="if:title font 5" content="0"/>
  30. <meta name="if:title font 6" content="0"/>
  31. <meta name="if:rainbow links" content="0"/>
  32. <meta name="if:faded images" content="0"/>
  33. <meta name="if:show tags" content="0"/>
  34. <meta name="if:caption" content="0"/>
  35. <meta name="if:animation" content="1"/>
  36. <meta name="if:header" content="0"/>
  37. <meta name="if:top button" content="0"/>
  38. <meta name="text:font size" content="11px"/>
  39. <meta name="text:line height" content="18px"/>
  40. <meta name="text:title font size" content="35px"/>
  41. <meta name="text:Post title font size" content="16px"/>
  42. <meta name="text:ask label" content="message"/>
  43. <meta name="text:home label" content="home"/>
  44. <meta name="text:link 1" content=""/>
  45. <meta name="text:link 1 url" content=""/>
  46. <meta name="text:link 2" content=""/>
  47. <meta name="text:link 2 url" content=""/>
  48. <meta name="text:link 3" content=""/>
  49. <meta name="text:link 3 url" content=""/>
  50. <meta name="text:link 4" content=""/>
  51. <meta name="text:link 4 url" content=""/>
  52. <meta name="text:link 5" content=""/>
  53. <meta name="text:link 5 url" content=""/>
  54. <meta name="text:link 6" content=""/>
  55. <meta name="text:link 6 url" content=""/>
  56. <meta name="text:link 7" content=""/>
  57. <meta name="text:link 7 url" content=""/>
  58. <meta name="text:link 8" content=""/>
  59. <meta name="text:link 8 url" content=""/>
  60. <meta name="text:previous" content=">"/>
  61. <meta name="text:next" content="<"/>
  62.  
  63. <title>{Title}</title>
  64. <link rel="shortcut icon" href="{Favicon}">
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  66. {block:Description}
  67. <meta name="description" content="{MetaDescription}" />
  68. {/block:Description}
  69.  
  70. <!-- random files -->
  71. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  72. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  74. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  75. {block:ifrainbowlinks}
  76. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  77. {/block:ifrainbowlinks}
  78. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  79.  
  80. <!-- css reset -->
  81. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  82.  
  83. <style type="text/css">
  84. * {
  85.     font-family: {font:body};
  86.     {block:ifanimation}
  87.     -webkit-transition: all 0.3s ease;
  88.     -moz-transition: all 0.3s ease;
  89.     transition: all 0.3s ease;
  90.     -o-transition: all 0.3s ease;  
  91.     {/block:ifanimation}
  92. }
  93. .an {text-align:left;
  94.     padding-left:7px;
  95.     padding-right:7px;
  96.     border-left: 2px solid  {color:border color};
  97.     border-right: 2px solid  {color:border color};
  98.     background-color:transparent;
  99. }
  100. #men li:hover li a:hover {
  101.     background: {color:nav background};
  102.     color: white!important;
  103. }
  104.  
  105. div.entry{
  106.     font-family: {font:body};
  107.     -webkit-transition: all 0s ease;
  108.     -moz-transition: all 0s ease;
  109.     transition: all 0s ease;
  110.     -o-transition: all 0s ease;  
  111. }
  112.  
  113. body {
  114.     color: {color:text};
  115.     background:transparent;
  116.     font-family: {font:body};
  117.     font-size: {text:font size};
  118.     line-height: {text:line height};
  119. }
  120.    
  121. a, a:link, a:active, a:visited{
  122.     color:{color:Link};
  123.     text-decoration: none;  
  124. }
  125.  
  126. a:hover, h1 a:hover, h3 a:hover {
  127.     {block:ifnotrainbowlinks}
  128.     color:{color:Hover};
  129.     {/block:ifnotrainbowlinks}
  130.     text-decoration: none;
  131. }
  132.  
  133. #infscr-loading {
  134.     position: absolute!important;
  135.     width: 16px!important;
  136.     height: 11px!important;
  137.     bottom: 0px!important;
  138.     left: 50%!important;
  139.     margin-top: 10px!important;
  140.     margin-bottom: 5px!important;
  141. }
  142.  
  143. #tudo {background:{color:background color} url({image:background image});
  144.     position: fixed;
  145.     width: 120%;
  146.     height: 120%;
  147.     z-index:-9999999999;
  148. }
  149.  
  150.  
  151. #header {
  152.     width: 694px;
  153.     margin-top: 4px;
  154.     {block:ifsidebarright}
  155.     float: left;
  156.     {/block:ifsidebarright}
  157.     {block:ifnotsidebarright}
  158.     float: right;
  159.     {/block:ifnotsidebarright}
  160.     text-align: center;
  161. }
  162.  
  163. #header img {
  164.     max-width: 100%;
  165.     display: inline-block;
  166. }
  167.  
  168. #content {
  169.     width: 867px;
  170.     margin-top: 5px;
  171.     margin-left:220px;
  172.    
  173. }
  174.  
  175. #contain {
  176.     width: 1124px;
  177.     margin: -5px auto;
  178. }
  179.  
  180. #coluna {opacity:.4;
  181.     background: #b6b3a0;
  182.     width: 210px;
  183.     height: 120%;
  184.     position: fixed;
  185.     margin-top: -180px;
  186.     margin-top: 8px;
  187.     z-index:-9999991;
  188. }
  189.    
  190.    
  191. #side {opacity:.8;
  192.     background: transparent;
  193.     padding: 2px;
  194.     text-align: center;
  195.     position: relative;
  196.     margin-top: 5px;
  197.     margin-top: 8px;
  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 {border: 1px dotted #383737;
  213.     margin: 3px;
  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: transparent;
  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: #383737;
  545.   border-top: 1px solid #383737;
  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: transparent;
  557.     letter-spacing: 1px;
  558.     color: #383737;
  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.  
  571.  
  572.  
  573.  
  574. #s {width: 205px;
  575.     margin-top: 30px;
  576.     margin-left: 5px;
  577.     {block:ifsidebarright}
  578.     margin-left: 879px;
  579.     {/block:ifsidebarright}
  580.     position: fixed;
  581.    
  582. }
  583.  
  584. #men {
  585.     position: relative;
  586.     margin-top: 4px;
  587.     height: 22px;
  588.     background: transparent;
  589. }
  590.  
  591. div#chat li {opacity:0.6;
  592. padding: 4px;
  593. color:#383737;
  594. background-color:#b6b3a0;
  595. margin-top: 2px;
  596. }
  597.  
  598. div#chat ul{
  599. {block:IndexPage}
  600. width:270px;
  601. {/block:IndexPage}
  602. {block:PermalinkPage}
  603. width:500px;
  604. {/block:PermalinkPage}
  605. list-style: none;
  606. padding: 0px;
  607. margin-top:5px;
  608. margin-bottom:10px;
  609. text-align: left;
  610. }
  611.  
  612. .q{
  613. margin-left:5px;
  614. margin-top:-15px;
  615. font-size:{text:Post title font size}px;
  616. color:{color:Post title};
  617. line-height:17px;
  618. }
  619.  
  620. .q2{
  621. margin-left:5px;
  622. margin-top:0px;
  623. font-size:{text:Post title font size}px;
  624. color:{color:Post title};
  625. line-height:17px;
  626. }
  627.  
  628. .quote{
  629. position:relative;
  630. top:20px;
  631. font-size:60px;
  632. opacity:0.2;
  633. filter: alpha(opacity = 20);
  634. }
  635.  
  636. .source{
  637. font-size:12px;
  638. margin-left:35px;
  639. }
  640.  
  641.  
  642. {CustomCSS}
  643.  
  644. .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;}  
  645.        
  646. </style>
  647. </head>
  648.  
  649. <div id="fb-root"></div>
  650. <script>(function(d, s, id) {
  651.   var js, fjs = d.getElementsByTagName(s)[0];
  652.   if (d.getElementById(id)) return;
  653.   js = d.createElement(s); js.id = id;
  654.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  655.   fjs.parentNode.insertBefore(js, fjs);
  656. }(document, 'script', 'facebook-jssdk'));</script>
  657.  
  658. <body>
  659.  
  660. <div class="deslizante4"></div></div>
  661.    </div></div>
  662.  
  663. <div id="tudo"></div>
  664. <div id="contain">
  665. <div id="s">
  666.  
  667. <div id="side"><div class="title"><h1><a href="/"></a></h1></div>
  668. {/block:ifshowtitle}
  669. <br>
  670. {block:ifshowtitle}{block:description}
  671.     <p>{description}</p>
  672. {/block:description}<br>
  673. <div id="men">
  674. <div id="coluna"></div>
  675. <ul id="menu">
  676.   <li><a href="/">Refresh</a></li>
  677.   <li><a href="">+ Links</a>
  678.     <ul>
  679.         {block:HasPages}
  680.         {block:Pages}
  681.         <li><a href="{URL}">{Label}</a></li>
  682.         {/block:Pages}
  683.         {/block:HasPages}
  684.         {block:iflink1}
  685.         <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  686.         {/block:iflink1}
  687.         {block:iflink2}
  688.         <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  689.         {/block:iflink2}
  690.         {block:iflink3}
  691.         <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  692.         {/block:iflink3}
  693.         {block:iflink4}
  694.         <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  695.         {/block:iflink4}
  696.         {block:iflink5}
  697.         <li><a href="{text:link 5 url}">{text:link 5}</a></li>
  698.         {/block:iflink5}
  699.         {block:iflink6}
  700.         <li><a href="{text:link 6 url}">{text:link 6}</a></li>
  701.         {/block:iflink6}
  702.         {block:iflink7}
  703.         <li><a href="{text:link 7 url}">{text:link 7}</a></li>
  704.         {/block:iflink7}
  705.         {block:iflink8}
  706.         <li><a href="{text:link 8 url}">{text:link 8}</a></li>
  707.         {/block:iflink8}
  708.     </ul></li>
  709.   <li><a href="/ask">Message</a>
  710.  
  711. </ul><center>
  712.  
  713. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="/"><img src="{image:sidebar}"style="border-radius:50%; border-top-right-radius:0px; padding:0px;height:280px; width: 180px; margin-left:0px; margin-top:0px; align="center"></a></center>
  714. </div>
  715.    
  716. {block:IfNotInfiniteScroll}<div id="pp"><p>
  717. {block:PreviousPage}
  718.                 <a href="{PreviousPage}">{text:previous}</a>
  719.             {/block:PreviousPage}
  720.  
  721.             {block:NextPage}
  722.                 <a href="{NextPage}">{text:next}</a>
  723.             {/block:NextPage}</p>
  724. </div>
  725. {/block:IfNotInfiniteScroll}  
  726. </div>
  727. </div>
  728. {block:indexpage}
  729. {block:ifheader}
  730. <div id="header">
  731. <a href="/"><img src="{image:header}"/></a>
  732. </div>
  733. {/block:ifheader}
  734. {/block:indexpage}
  735.  
  736. <div id="content">
  737. {block:Posts}
  738. <div class="entry">
  739. {block:Text}
  740.     {block:Title}
  741.         <h3><a href="{Permalink}">{Title}</a></h3><br>
  742.     {/block:Title}
  743.         <div class="q2">{Body}</div>  
  744.         {block:indexpage}
  745.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  746.         {/block:indexpage}
  747. {/block:Text}
  748.  
  749. {block:Photo}
  750.  {block:IndexPage}
  751.     <div class="perma">
  752.     <div class="likep">
  753.     <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>
  754.     </div>
  755.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  756.     </div>  
  757.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  758.     </div>  
  759. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="333"/></a>{LinkCloseTag}
  760. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  761. {/block:IndexPage}
  762. {block:PermalinkPage}
  763.     {LinkOpenTag}
  764.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  765.     {LinkCloseTag}
  766. {/block:PermalinkPage}
  767. {/block:Photo}
  768.  
  769. {block:Photoset}
  770.  {block:IndexPage}
  771.     <div class="perma">
  772.     <div class="likep">
  773.     <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>
  774.     </div>
  775.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  776.     </div>  
  777.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  778.     </div>  
  779.     <center>{Photoset-250}</center>
  780.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  781. {/block:IndexPage}
  782. {block:permalinkpage}
  783. {Photoset-500}
  784. {/block:permalinkpage}
  785.    
  786. {/block:Photoset}
  787.  
  788. {block:Quote}
  789. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  790. {block:Source}<div class="source"><p>&#8212;&nbsp;{Source}</p></div>{/block:Source}
  791. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  792. {/block:Quote}
  793.  
  794. {block:Link}
  795.     <a href="{URL}" class="link" {Target}>{Name}</a>
  796.     {block:Description}
  797.         <div class="description">{Description}</div>
  798.     {/block:Description}
  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:Link}
  803.  
  804. {block:Chat}
  805. {block:Title}
  806.         <h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  807. <div id="chat">
  808. <ul>{block:Lines}<li>
  809. {block:Label}<b>{Label}</b>{/block:Label}
  810. {Line}
  811. </li>{/block:Lines}</ul>
  812. </div>
  813. {block:IndexPage}<p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>{/block:IndexPage}
  814. {/block:Chat}
  815.  
  816. {block:Video}
  817.    {block:IndexPage}
  818.     <div class="perma">
  819.     <div class="likep">
  820.     <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>
  821.     </div>
  822.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  823.     </div>  
  824.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  825.     </div>  
  826.     <center>{Video-250}<center>
  827.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  828.     {/block:IndexPage}
  829.     {block:permalinkpage}
  830.     {Video-500}
  831.     {/block:permalinkpage}
  832. {/block:Video}
  833.  
  834. {block:Audio}
  835.     {AudioPlayerBlack}
  836.     {block:indexpage}
  837.         {block:Caption}
  838.     {Caption}
  839.     {/block:Caption}
  840.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a></p>
  841.     {/block:indexpage}
  842. {/block:Audio}
  843.  
  844. {block:Answer}
  845.  
  846. <div class="an">
  847. <div class="ba"><img src="{AskerPortraitURL-48}" style=" border-radius:50%; border-top-right-radius:0px; padding:0px; align="left;"><b>{Asker}</b>: {Question}</div></div><div class="an">{Answer}      
  848. </div>
  849. {block:indexpage}
  850. <p class="ti">+ <a href="{Permalink}">{NoteCount}<a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  851. {/block:indexpage}
  852.  
  853. {/block:Answer}    
  854.  
  855. {block:permalinkpage}<br><br>
  856. {block:Caption}{Caption}{/block:Caption}
  857. {block:PostNotes} <p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  858. {block:RebloggedFrom}<p class="c">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  859. {block:ContentSource}<p class="c">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  860. {/block:permalinkpage}
  861.  
  862. {block:ifshowtags}
  863. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  864. {/block:ifshowtags}
  865.  
  866.  
  867. {block:ContentSource}
  868. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  869. {/block:ContentSource}
  870.  
  871.  
  872. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  873.  
  874. {block:PostNotes}{PostNotes}{/block:PostNotes}
  875. </div>  
  876. {/block:Posts}
  877. <div class="clear"></div>
  878. </div>
  879. </div>
  880.  
  881. <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>
  882. {block:Pagination}
  883.                 <ul id="pagination">
  884.                         {block:PreviousPage}
  885.                                 <li><a href="{PreviousPage}"></a></li>
  886.                         {/block:PreviousPage}
  887.                         {block:JumpPagination length="5"}
  888.                         {block:CurrentPage}
  889.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  890.                         {/block:CurrentPage}
  891.                         {block:JumpPage}
  892.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  893.                         {/block:JumpPage}
  894.                         {/block:JumpPagination}
  895.                         {block:NextPage}
  896.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  897.                         {/block:NextPage}
  898.                 </ul>
  899. {/block:Pagination}
  900.        
  901. <script src="http://static.tumblr.com/erukclj/GKvme2fbf/novo_a__documento_de_texto.js"></script>
  902. {block:IndexPage}
  903. {block:ifinfinitescroll}
  904. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  905. <script type="text/javascript">
  906. $(window).load(function () {
  907. $('#content').masonry(),
  908. $('.masonryWrap').infinitescroll({
  909. navSelector    : '#pagination',  
  910. nextSelector   : '#pagination a#nextPage',
  911. itemSelector : ".entry, .clear",
  912. bufferPx : 40,
  913. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  914. loadingText : "<em></em>",
  915. },
  916. function() { $('#content').masonry({ appendedContent: $(this) }); }
  917. );
  918. });
  919. </script>
  920. {/block:IndexPage}
  921. {block:iftopbutton}
  922. <script type="text/javascript">
  923.         $(document).ready(function() {
  924.             /*
  925.             var defaults = {
  926.                 containerID: 'toTop', // fading element id
  927.                 containerHoverID: 'toTopHover', // fading element hover id
  928.                 scrollSpeed: 1200,
  929.                 easingType: 'linear'
  930.             };
  931.             */
  932.            
  933.             $().UItoTop({ easingType: 'easeOutQuart' });
  934.            
  935.         });
  936. </script>
  937. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  938. {/block:iftopbutton}
  939. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  940. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  941. </body>
  942. </html>
Advertisement
Add Comment
Please, Sign In to add comment