Ikxa

theme05branco2013

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