Ikxa

theme02preto2013

Mar 12th, 2013
4,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 27.00 KB | None | 0 0
  1. <!-- © oxigenio-dapalavra I tumblr -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC|Great+Vibes' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  19.  
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  21. <meta name="font:body" content="arial, sans-serif"/>
  22. <meta name="color:text" content="#979595"/>
  23. <meta name="color:link" content="#f7f7f7"/>
  24. <meta name="color:title" content="#f7f7f7"/>
  25. <meta name="color:hover" content="#2b2a2a"/>
  26. <meta name="color:background color" content="#000000"/>
  27. <meta name="color:entry" content="#161616"/>
  28. <meta name="color:border" content="#3c3c3c"/>
  29. <meta name="color:pontilhado" content="#cccccc"/>
  30. <meta name="color:link border color" content="#000000"/>
  31. <meta name="color:blockquote" content="#0c0c0c"/>
  32. <meta name="image:sidebar" content="http://static.tumblr.com/tpqedpr/lKkm7l9b2/d.png"/>
  33. <meta name="image:bordaimg" content="http://static.tumblr.com/tpqedpr/lKkm7l9b2/d.png"/>
  34. <meta name="image:background image" content="0"/>
  35. <meta name="if:infinite scroll" content="1"/>
  36. <meta name="if:rainbow links" content="0"/>
  37. <meta name="if:faded images" content="0"/>
  38. <meta name="if:show tags" content="0"/>
  39. <meta name="if:caption" content="0"/>
  40. <meta name="if:top button" content="1"/>
  41. <meta name="if:custom cursor" content="1">
  42. <meta name="text:font size" content="12px"/>
  43. <meta name="text:line height" content="15px"/>
  44. <meta name="text:side title font size" content="40px"/>
  45. <meta name="text:post title font size" content="16px"/>
  46. <meta name="text:Link1" content="/" />
  47. <meta name="text:Link1 Title" content="one" />
  48. <meta name="text:Link2" content="/" />
  49. <meta name="text:Link2 Title" content="two" />
  50. <meta name="text:Link3" content="/" />
  51. <meta name="text:Link3 Title" content="three" />
  52. <meta name="text:Link4" content="/" />
  53. <meta name="text:Link4 Title" content="four" />
  54. <meta name="text:Link5" content="/" />
  55. <meta name="text:Link5 Title" content="five" />
  56. <meta name="text:Link6" content="/" />
  57. <meta name="text:Link6 Title" content="six" />
  58. <meta name="text:Link7" content="/" />
  59. <meta name="text:Link7 Title" content="seven" />
  60. <meta name="text:Link8" content="/" />
  61. <meta name="text:Link8 Title" content="eight" />
  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/3Jpm92lk1/totop.js" type="text/javascript"></script>
  72. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  73. {block:ifrainbowlinks}
  74. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  75. {/block:ifrainbowlinks}
  76.  
  77. <style type="text/css">
  78. * {
  79.     font-family: {font:body};
  80.    
  81. }
  82. div.entry {
  83.        {block:ifrainbowlinks}
  84. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  85. {/block:ifrainbowlinks}
  86. }
  87.  
  88. {block:ifcustomcursor}
  89. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  90. {/block:ifcustomcursor}
  91.  
  92. body {
  93.     color: {color:text};
  94.     background:{color:background color} url({image:background image});Background-attachment: fixed;
  95.     font-family: {font:body};
  96.     font-size: {text:font size};
  97.     line-height: {text:line height};
  98. }
  99.    
  100. a, a:link, a:active, a:visited{
  101.     color:{color:Link};
  102.     text-decoration: none;  
  103. }
  104.  
  105. a:hover, h1 a:hover, h3 a:hover {
  106.     {block:ifnotrainbowlinks}
  107.     color:{color:Hover}!important;
  108.     {/block:ifnotrainbowlinks}
  109.     text-decoration: none;
  110. }
  111.  
  112. #infscr-loading {
  113.     position: absolute!important;
  114.     width: 16px!important;
  115.     height: 11px!important;
  116.     bottom: 0px!important;
  117.     left: 50%!important;
  118.     margin-top: 10px!important;
  119.     margin-bottom: 5px!important;
  120. }
  121.  
  122. #content {
  123.     margin-top: 10px;
  124.     width: 637px;padding: 3px;
  125.     border-right: 1px dashed  {color:pontilhado};
  126.     border-left: 1px dashed  {color:pontilhado};
  127.     margin-left: 305px;    
  128. }
  129.  
  130. #w{
  131.     width: 760px;
  132.     margin: -10px 50px auto;background:transparent;
  133. }
  134. #contain {
  135.     width: 740px;background:transparent;
  136. }
  137.  
  138. ol.notes img {
  139.     width: 16px;
  140.     display: inline;
  141.     position: relative;
  142.     top: 3px;
  143. }
  144.  
  145. .entry {float: left;    
  146.     {block:indexpage}
  147.     width: 300px;
  148.     {/block:indexpage}
  149.     margin: 5px;
  150.     {block:permalinkpage}
  151.     width: 500px;
  152.     {/block:permalinkpage}
  153.     padding: 3px;
  154.     background:{color:entry};opacity:0.6;border: 1px solid {color:border};
  155.     display: block;
  156.     position: relative;    
  157. }
  158.  
  159. .entry img {
  160.     display: block;
  161.     max-width: 100%;
  162.     {block:indexpage}
  163.     {block:iffadedimages}
  164.     opacity: 1;
  165.     filter: alpha(opacity = 100);
  166.     {/block:iffadedimages}
  167.     {/block:indexpage}
  168.     -webkit-border-radius: 4px;
  169.     -moz-border-radius: 4px;
  170.     border-radius: 4px;
  171. }
  172.  
  173. .entry:hover img {
  174.     max-width: 100%;
  175.     {block:indexpage}
  176.     {block:iffadedimages}
  177.     opacity: 0,5;
  178.     filter: alpha(opacity = 50);
  179.     {/block:iffadedimages}
  180.     {/block:indexpage}
  181. }
  182.  
  183. blockquote, q {
  184.     quotes: "" "" "'" "'";
  185.     padding-left: 5px;
  186.     border-left: 1px solid {color:border color};
  187.     background: {color:blockquote};
  188. }
  189.  
  190.  
  191. p {
  192.     margin: 5px 0px;
  193. }
  194.  
  195. h2, h2 a {text-align:right;line-height:3px;
  196.     font-size:9px;
  197.     color: {color:title}!important;
  198. }
  199. h3, h3 a {
  200.     font-size:{text:post title font size};
  201.     line-height:{text:post title font size};
  202.     color: {color:title}!important;
  203. }
  204.  
  205. h4, h4 a {font-family: 'Source Sans Pro', sans-serif; font-style: normal;  
  206.     font-size:{text:side title font size};
  207.     color: {color:title}!important;
  208. }
  209.  
  210. .an {
  211.     text-align:left;
  212.     padding-left:5px;
  213.     padding-right:5px;
  214.     border-left: 2px solid  {color:border color};
  215.     border-right: 2px solid  {color:border color};
  216.     background-color:{color:blockquote};
  217. }
  218.  
  219. p.tags a {
  220.     opacity: 0.50;
  221.     filter: alpha(opacity = 50);
  222. }
  223.  
  224. p.tags a:hover {
  225.     opacity: 1.0;
  226.     filter: alpha(opacity = 100);
  227. }
  228. p.tags {
  229.     padding: 0px;
  230.     line-height: 8px;    
  231.     margin: 0px;
  232.     font-size: 8px;
  233.     margin: 0px;
  234.     text-transform: uppercase;
  235.     {block:ifshowtags}
  236.     border-top: 0px solid {color:border color};
  237.     {/block:ifshowtags}
  238. }
  239.  
  240. #titexcel {
  241.     position: absolute;
  242.     right: 3px;
  243.     top: 26px;
  244. }
  245.    
  246. #bite:hover .death {
  247.     margin-top:10px;
  248.     filter: alpha(opacity = 100);
  249.     opacity: 1;
  250. }
  251.  
  252. #pagination{
  253.     display:none;
  254. }
  255.  
  256.  
  257. .t a{
  258.     text-align: right;
  259.     opacity: .5;
  260.     filter: alpha(opacity = 50);
  261. }
  262.  
  263. .entry:hover .ti a {
  264.     opacity: 1.0;
  265.     filter: alpha(opacity = 100);
  266. }
  267.  
  268. .ti a{
  269.  
  270.     opacity: .5;
  271.     filter: alpha(opacity = 50);
  272. }
  273. .t a{
  274.     text-align: right;
  275.     opacity: .5;
  276.     filter: alpha(opacity = 50);
  277. }
  278. .entry .t a:hover, .entry .ti a:hover{
  279.     text-align: right;
  280.     opacity: 1.0;
  281.     filter: alpha(opacity = 100);
  282. }
  283.  
  284. p.t {
  285.     display: block;
  286.     margin: 0px 0px 0px 0px;
  287.     line-height: 19px;
  288.     text-transform: uppercase;
  289.     text-align: right;
  290.     font-size: 14px;
  291.     border-top: 0px solid {color:border color};
  292. }
  293.  
  294. p.t a {
  295.     margin: 0 0px;
  296. }
  297.  
  298. p.ti {
  299.     display: block;
  300.     margin: 0px 0px 0px 0px;
  301.     line-height: 19px;
  302.     text-transform: uppercase;
  303.     text-align: right;
  304.     font-size: 10px;
  305. }
  306.  
  307. p.ti a {
  308.     margin: 0 0px;
  309. }
  310. .pp {
  311.     text-transform: uppercase;
  312.     text-align: left;
  313. }
  314.  
  315. .sha {
  316. position: relative;
  317. }
  318. #toTop {
  319.     display:none;
  320.     text-decoration:none;
  321.     position:fixed;
  322.     bottom:10px;
  323.     right:10px;
  324.     overflow:hidden;
  325.     width:21px;
  326.     height:21px;
  327.     border:none;
  328.     text-indent:100%;
  329.     background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  330.     opacity: .5;
  331.     filter: alpha(opacity = 50);
  332. }
  333.  
  334. #toTopHover {
  335.     width:21px;
  336.     height:21px;
  337.     display:block;
  338.     overflow:hidden;
  339.     float:left;
  340.     opacity: 0;
  341.     -moz-opacity: 0;
  342.     filter:alpha(opacity=0);
  343. }
  344.  
  345. #toTop:hover {
  346.     opacity: 1;
  347.     filter: alpha(opacity = 100);
  348. }
  349.  
  350. #toTop:active, #toTop:focus {
  351.     outline:none;
  352. }
  353.  
  354.  
  355. .p1, .p2 {
  356.     opacity: 0;
  357.     filter:alpha(opacity=0);
  358. }
  359.  
  360. .entry:hover .p1, .entry:hover .p2 {
  361.     opacity: .80;
  362.     filter:alpha(opacity=80);
  363. }
  364.  
  365. .p1:hover, .p2:hover {
  366.     opacity: 1!important;
  367.     filter:alpha(opacity=100)!important;
  368. }
  369. .p1{
  370.     position: absolute;
  371.     top: 15px;
  372.     left: 10px;
  373.     display: inline;
  374.     height: 14px;
  375.     font-size: 8px;
  376.     padding: 0 4px;
  377.     line-height: 14px;
  378.     text-transform: uppercase;
  379.     background: {color:entry};
  380. }
  381. .p2{
  382.        position: absolute;
  383.     top: 29px;
  384.     left: 10px;
  385.     display: inline;
  386.     margin-top: 5px;
  387.     height: 14px;
  388.     font-size: 8px;
  389.     padding: 0 4px;
  390.     line-height: 14px;
  391.     text-transform: uppercase;
  392.     background: {color:entry};
  393. }
  394. .p1:hover, .p2:hover{
  395.     padding-left: 15px;    
  396. }
  397.  
  398.  
  399. .source { font-size:9px; font-weight:italic; text-align:right;}
  400.  
  401. a.n {
  402.     display: block;
  403.     margin: 0px 0px 3px;
  404.     font-family: consolas;
  405.     letter-spacing: 1px;
  406.     text-transform: uppercase;
  407.     border: 0px solid {color:border color};
  408.     font-size: 8px;
  409.     line-height: 15px;
  410.     padding-top: 1px;
  411.     background: {color:entry};
  412. }
  413. a.n:hover {
  414. -webkit-animation-name: myfirst; -webkit-animation-duration: 0.8s; -webkit-transform-origin:50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } @-moz-keyframes myfirst /* Firefox*/ { { -ms-transform:: translate(-1px, -2px) rotate(-1deg); } 20% { -moz-transform: translate(-3px, 0px) rotate(1deg); } 30% { -moz-transform: translate(0px, 2px) rotate(0deg); } 40% { -moz-transform: translate(1px, -1px) rotate(1deg); } 50% { -moz-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -moz-transform: translate(-3px, 1px) rotate(0deg); } 70% { -moz-transform: translate(2px, 1px) rotate(-1deg); } 80% { -moz-transform: translate(-1px, -1px) rotate(1deg); } 90% { -moz-transform: translate(2px, 2px) rotate(0deg); } 100% { -moz-transform: translate(1px, -2px) rotate(-1deg); } } @-ms-keyframes myfirst /* IE9*/ { 10% { -ms-transform:: translate(-1px, -2px) rotate(-1deg); } 20% { -ms-transform: translate(-3px, 0px) rotate(1deg); } 30% { -ms-transform: translate(0px, 2px) rotate(0deg); } 40% { -ms-transform: translate(1px, -1px) rotate(1deg); } 50% { -ms-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -ms-transform: translate(-3px, 1px) rotate(0deg); } 70% { -ms-transform: translate(2px, 1px) rotate(-1deg); } 80% { -ms-transform: translate(-1px, -1px) rotate(1deg); } 90% { -ms-transform: translate(2px, 2px) rotate(0deg); } 100% { -ms-transform: translate(1px, -2px) rotate(-1deg); } } @-webkit-keyframes myfirst /* Safari and Chrome */ { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  415.  
  416. }
  417.  
  418. .an {
  419.     text-align:left;
  420.     padding-left:4px;
  421.     padding-right:4px;
  422.     border-left: 2px solid  {color:border color};
  423.     border-right: 2px solid  {color:border color};
  424.     background-color:transparent;
  425. }
  426. .inf {
  427.     margin-top: 6px;
  428.     line-height: 30px;
  429.     position: fixed;
  430.     z-index: 9999999;
  431.     text-align: center;
  432.     width: 646px;
  433.     margin-left: 116px;
  434.     background: {color:background color};
  435.     opacity: .80;
  436.     filter:alpha(opacity=80);        
  437. }
  438.  
  439. .inf p {
  440.     margin: 0px;
  441. }
  442.  
  443. .text {
  444.     padding: 6px;
  445.     }
  446.  
  447. .perma {
  448.     opacity: 0.0;
  449.     filter: alpha(opacity = 0);
  450.     z-index:9999991;  
  451.     display: inline-block;
  452.     position: absolute;
  453.     top: 15px;
  454.     left: 10px;
  455. }
  456.      
  457. .entry:hover .perma   {
  458.     opacity: 1;
  459.     filter: alpha(opacity = 100);
  460. }
  461.    
  462. .likep {
  463.     width: 21px;
  464.     height: 20px;
  465.     overflow: hidden;
  466.     z-index: 9999999;
  467.     display: inline-block;
  468. }
  469.  
  470. .rep {
  471.     width: 24px;
  472.     height: 20px;
  473.     overflow: hidden;
  474.     z-index: 9999999;
  475.     display: inline-block;  
  476. }  
  477.  
  478. .likep a:hover {
  479.     background-position: 0px 0px;
  480. }
  481.  
  482. .likep a {
  483.     background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  484.     background-position: 0px 0px;
  485.     display: block;
  486.     z-index: 9999999;
  487. }
  488.  
  489. .likep img {
  490.     width: 21px;
  491.     height: 20px;
  492. }
  493.  
  494. .rep img{
  495.     width: 24px;
  496.     height: 20px;
  497.     line-height: 30px;
  498.     display: inline;
  499. }
  500.      
  501. .not { display: inline-block;
  502.     background: rgba(0, 0, 0, .55);
  503.     height: 20px;
  504.     top: -6px;
  505.     padding: 0 5px;
  506.     font: 11px/20px arial,sans-serif;
  507.     line-height: 20px;
  508.     color: #fff;
  509.     padding-left: 4px;
  510.     padding-right: 4px;
  511.     -webkit-border-radius: 3px;
  512.     -moz-border-radius: 3px;
  513.     border-radius: 3px;
  514.     position: relative;
  515.     -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  516.     -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  517.     box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  518. }
  519.  
  520. .not a, .not:hover a, .not a:hover {
  521.     color: #ffffff!important;
  522.     font-weight: bold;
  523.     font-family: Arial, Helvetica, sans-serif;
  524. }
  525.      
  526. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  527.     opacity: 1;
  528.     filter: alpha(opacity = 100);
  529. }
  530.  
  531. .not:hover , .rep:hover, .likep:hover {
  532.     opacity: 1!important;
  533.     filter: alpha(opacity = 100)!important;
  534. }
  535.  
  536. {CustomCSS}
  537.  
  538.  
  539. #titulo3 {position: fixed; width:250px; height:250px;margin: 25px 0px 0px 20px;background-color:transparent;}
  540. #side3 {position: fixed; width:250px; height:250px;margin: 120px 0px 0px 20px;background-color:transparent;}
  541. #descrip {padding-left:10px;}
  542. #side7 {position: fixed; width:151px; margin: 500px 0px 0px 70px;background-color:transparent;}
  543.  
  544. .navigation {position: fixed;opacity:0.5;margin-top:180px; float:left; margin-left:280px;border-right:{color:pontilhado} 1px dashed;border-left:{color:pontilhado} 1px dashed; width:55px;z-index:999999;}
  545. .navigation a:hover {-webkit-transition:0.3s linear;opacity:1;}
  546. .nav a {display:block; background-color:transparent; margin:2px 0 2px 0; font-size:10px; font-family:tinytots; text-transform:uppercase; color:{color:text}; text-decoration:none; text-align:center; padding:2px; letter-spacing:1px; border-bottom:{color:pontilhado} 1px solid;}
  547. .nav a:hover {opacity:1;}
  548.  
  549. ::-webkit-scrollbar{width:5px;height:5px;}
  550. ::-webkit-scrollbar-button:start:decrement
  551. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  552. ::-webkit-scrollbar-track-piece{background-color:#fff}
  553. ::-webkit-scrollbar-thumb:vertical{height:105px; background-color:#ccc;}
  554. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};}
  555.  
  556. .vsanna{display: none;}
  557.  
  558. </style>
  559. </head>
  560. <body>
  561.  
  562.  
  563. <div id="titulo3"><a href="/"><center><h4>{Title}</h4></center></a></div>
  564. <div id="side3"><a href="/" title="Refresh" target="_self"><img src="{image:sidebar}"style=" border: 1px dashed {color:pontilhado};padding:10px;background:{color:background color} url({image:bordaimg});opacity:0.7;height:auto; width: 230px; margin-left:0px; margin-top:0px; align="center""></a></br><div class="sha">
  565. <img style="width:100%;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"></div>
  566. <div id="descrip">{description}</div><br><center><a href="/" title="Refresh" target="_self"><img src="http://media.tumblr.com/4a254cea48a949fd3284e46334032d7d/tumblr_inline_mjjr1eNn271qz4rgp.png"></a>
  567. </center>
  568. </div>
  569.  
  570.  
  571. <div class="navigation"><div class="nav">
  572. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  573. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  574. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  575. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  576. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  577. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  578. </div></div>
  579.  
  580. <div id="w">
  581. <div id="contain">
  582. <div id="side"><div id="sd">
  583. {block:HasPages}
  584. {block:Pages}
  585. {/block:Pages}
  586. {/block:HasPages}
  587. {block:IfNotInfiniteScroll}
  588.             <p>{block:PreviousPage}
  589.                 <a href="{PreviousPage}">{text:previous}</a>
  590.             {/block:PreviousPage}
  591.  
  592.             {block:NextPage}
  593.                 <a href="{NextPage}">{text:next}</a>
  594.             {/block:NextPage}</p>
  595. {/block:IfNotInfiniteScroll}  
  596.  
  597. </div></div>
  598.  
  599.  
  600. <div id="content">
  601. {block:Posts}
  602. <div class="entry">
  603. {block:Text}<div class="text">
  604.     {block:Title}
  605.         <h3><a href="{Permalink}">{Title}</a></h3>
  606.     {/block:Title}
  607.         {Body}  
  608.         {block:indexpage}<HR width="100%" size="1"noshade>
  609.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  610.         {/block:indexpage}
  611. </div>{/block:Text}
  612.  
  613. {block:Photo}
  614. {block:IndexPage}
  615.  <div class="perma">
  616.     <div class="likep">
  617.     <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>
  618.     </div>
  619.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  620.     </div>  
  621.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  622.     </div>  
  623. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a><div class="sha">
  624. <img style="width:100%;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"></div>
  625. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  626. {/block:IndexPage}
  627. {block:PermalinkPage}
  628.     {LinkOpenTag}
  629.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  630.     {LinkCloseTag}
  631. {/block:permalinkpage}
  632. {/block:Photo}
  633.  
  634. {block:Photoset}<div class="text">
  635. {block:IndexPage}
  636. <div class="perma">
  637.    <div class="likep">
  638.     <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>
  639.     </div>
  640.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  641.     </div>  
  642.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  643.     </div>  
  644.     <center>{Photoset-250}<center>
  645.        {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  646.   {/block:IndexPage}
  647. {block:permalinkpage}
  648.     {Photoset-500}
  649. {/block:permalinkpage}</div>
  650.    
  651. {/block:Photoset}
  652.  
  653. {block:Quote}<div class="text">
  654.     "{Quote}"
  655.     {block:Source}<div class="source"><a href="{SourceURL}">- {Source}</a></div>{/block:Source}
  656.     {block:RebloggedFrom}<div class="vsanna"><a href="{ReblogParentURL}">via</a></div>{/block:RebloggedFrom}
  657.         {block:indexpage}<HR width="100%" size="1"noshade>
  658.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  659.         {/block:indexpage}
  660.  
  661. </div>{/block:Quote}
  662.  
  663. {block:Link}<div class="text">
  664.     <a href="{URL}" class="link" {Target}>{Name}</a>
  665.     {block:Description}
  666.         <div class="description">{Description}</div>
  667.         {/block:Description}
  668.         {block:indexpage}<HR width="100%" size="1"noshade>
  669.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  670.         {/block:indexpage}
  671.  
  672. </div>{/block:Link}
  673.  
  674. {block:Chat}<div class="text">
  675.         {block:Title}
  676.                 <h3><a href="{Permalink}">{Title}</a></h3>
  677.         {/block:Title}
  678.         <ul class="chat">
  679.            {block:Lines}
  680.            <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  681.                   {Line} </li>
  682.                 {/block:Lines}
  683.         </ul>  
  684.         {block:indexpage}<HR width="100%" size="1"noshade>
  685.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  686.         {/block:indexpage}
  687.  
  688. </div>{/block:Chat}
  689.  
  690. {block:Video}
  691.     {block:IndexPage}
  692.    <div class="likep">
  693.     <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>
  694.     </div>
  695.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  696.     </div>  
  697.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  698.     </div>  
  699.     <center>{Video-250}<center>
  700.    
  701.     {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  702.     {/block:IndexPage}
  703.     {block:permalinkpage}
  704.     {Video-500}
  705.     {/block:permalinkpage}
  706. {/block:Video}
  707.  
  708. {block:Audio}<div class="text">
  709.     {AudioPlayerBlack}
  710.  
  711.         {block:indexpage}    {block:Caption}
  712.     {Caption}
  713.     {/block:Caption}<HR width="100%" size="1"noshade>
  714.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  715.         {/block:indexpage}
  716. </div>{/block:Audio}
  717.  
  718.  
  719. {block:Answer}
  720. <div class="text">
  721. <div class="an">
  722. <div class=""><img src="{AskerPortraitURL-48}" style=" border-radius:50%; border-top-right-radius:0px; padding:0px; align="left;">{Asker}:{Question}</div></div><div class="text">{Answer}      
  723. </div><HR width="100%" size="1"noshade>
  724. {block:indexpage}
  725.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  726. {/block:indexpage}
  727. </div>
  728. {/block:Answer}    
  729.  
  730.  
  731. {block:ifshowtags}{block:indexpage}{block:HasTags}<div class="text"><p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p></div>{/block:HasTags}{/block:indexpage}{/block:ifshowtags}
  732.  
  733. {block:permalinkpage}
  734. <div class="text">
  735. {block:Caption}{Caption}{/block:Caption}<HR width="100%" size="1"noshade>{block:PostNotes}
  736. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  737. {block:RebloggedFrom}<p class="t">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  738. {block:ContentSource}<p class="t">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  739. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  740. {block:PostNotes}{PostNotes}{/block:PostNotes}
  741. </div>
  742. {/block:permalinkpage}
  743.  
  744.  
  745. {block:ContentSource}
  746. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  747. {/block:ContentSource}
  748.  
  749.  
  750. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  751.  
  752.  
  753. </div>  
  754. {/block:Posts}
  755. <div class="clear"></div>
  756. </div>
  757. </div></div>
  758. {block:Pagination}
  759.                 <ul id="pagination">
  760.                         {block:PreviousPage}
  761.                                 <li><a href="{PreviousPage}"></a></li>
  762.                         {/block:PreviousPage}
  763.                         {block:JumpPagination length="5"}
  764.                         {block:CurrentPage}
  765.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  766.                         {/block:CurrentPage}
  767.                         {block:JumpPage}
  768.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  769.                         {/block:JumpPage}
  770.                         {/block:JumpPagination}
  771.                         {block:NextPage}
  772.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  773.                         {/block:NextPage}
  774.                 </ul>
  775. {/block:Pagination}
  776.        
  777.  
  778. <script src="http://static.tumblr.com/erukclj/GKvme2fbf/novo_a__documento_de_texto.js"></script>
  779.  
  780. {block:IndexPage}
  781. {block:ifinfinitescroll}
  782. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  783. <script type="text/javascript">
  784. $(window).load(function () {
  785. $('#content').masonry(),
  786. $('.masonryWrap').infinitescroll({
  787. navSelector    : '#pagination',  
  788. nextSelector   : '#pagination a#nextPage',
  789. itemSelector : ".entry, .clear",
  790. bufferPx : 40,
  791. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  792. loadingText : "<em></em>",
  793. },
  794. function() { $('#content').masonry({ appendedContent: $(this) }); }
  795. );
  796. });
  797. </script>
  798.  
  799.  
  800.  
  801. {/block:IndexPage}
  802.  
  803. {block:iftopbutton}
  804. <script type="text/javascript">
  805.         $(document).ready(function() {
  806.                 /*
  807.                         var defaults = {
  808.                                 containerID: 'toTop', // fading element id
  809.                                 containerHoverID: 'toTopHover', // fading element hover id
  810.                                 scrollSpeed: 1200,
  811.                                 easingType: 'linear'
  812.                         };
  813.                         */
  814.                        
  815.                         $().UItoTop({ easingType: 'easeOutQuart' });
  816.                        
  817.                 });
  818. </script>
  819. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  820. {/block:iftopbutton}
  821. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  822. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  823.  
  824. </body>
  825. </html>
Advertisement
Add Comment
Please, Sign In to add comment