Ikxa

theme13branco2013

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