Ikxa

theme14branco2013

Mar 20th, 2013
4,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 28.22 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:textside" content="#ffffff"/>
  28. <meta name="color:sidebar" content="#ffffff"/>
  29. <meta name="color:entry" content="#ffffff"/>
  30. <meta name="color:border color" content="#cccccc"/>
  31. <meta name="color:pontilhado" content="#cccccc"/>
  32. <meta name="color:blockquote" content="#ebebeb"/>
  33. <meta name="image:bgside" 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.6;border: 1px solid {color:pontilhado};
  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.     color: {color:title}!important;
  203. }
  204.  
  205. h4, h4 a {padding-left:10px;padding-bottom:-30px;font-family: 'Source Sans Pro', sans-serif; font-style: normal;line-height:3px;  
  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. #bgside {position: fixed; width:275px; height:120%; margin-top: -10px; margin-left:75px;background:{color:entry} url({image:bgside});opacity:0.7;}
  539. #side3 {position: fixed; width:265px; margin: 90px 0px 0px 85px;background-color:transparent;color:{color:textside} ;}
  540. #descrip {padding-left:10px;padding-top:-30px;}
  541. #linksaa {width:255px; background-color:transparent;font-family:cambria; color:{color:textside} ; font-size:11px; text-align: left;}
  542.  
  543. .navigation {position: fixed;background:transparent url({image:bgside});opacity:0.7;margin-top:-10px; float:left; margin-left:15px;;border-bottom:{color:border color} 1px solid;border-right:{color:border color} 1px solid;border-left:{color:border color} 1px solid; width:35px;height:auto;z-index:999999;}
  544. .navigation a:hover {-webkit-transition:0.3s linear;opacity:1;}
  545. .nav a {display:block; background-color:transparent; margin:2px 0 2px 0; font-size:10px; font-family:tinytots; text-transform:uppercase; color:{color:border color}; text-decoration:none; text-align:center; padding:2px; letter-spacing:1px; border-bottom:{color:pontilhado} 1px dashed;opacity:1;}
  546. .nav a:hover {opacity:1;}
  547.  
  548. ::-webkit-scrollbar{width:5px;height:5px;}
  549. ::-webkit-scrollbar-button:start:decrement
  550. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  551. ::-webkit-scrollbar-track-piece{background-color:#fff}
  552. ::-webkit-scrollbar-thumb:vertical{height:105px; background-color:#ccc;}
  553. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};}
  554.  
  555. .vsanna{display: none;}
  556.  
  557. </style>
  558. </head>
  559. <body>
  560.  
  561. <div id="bgside"></div>
  562.  
  563. <div id="side3"><h4>{title}</h4>
  564. <div id="descrip">{description}</div><br><br>
  565.  
  566. <div id="linksaa"><center>
  567. <a href="{text:Link1}">{text:Link1 Title}</a> .
  568. <a href="{text:Link2}">{text:Link2 Title}</a> .
  569. <a href="{text:Link3}">{text:Link3 Title}</a> .
  570. <a href="{text:Link4}">{text:Link4 Title}</a>
  571. <hr style="border:{color:pontilhado} 1px dashed; border-left:none; border-top:none; border-right:none;" />
  572. <a href="{text:Link5}">{text:Link5 Title}</a> .
  573. <a href="{text:Link6}">{text:Link6 Title}</a> .
  574. <a href="{text:Link7}">{text:Link7 Title}</a> .
  575. <a href="http://oxigenio-dapalavra.tumblr.com/themex">theme</a>
  576. <hr style="border:{color:pontilhado} 1px dashed; border-left:none; border-top:none; border-right:none;" /></center>
  577. </div>
  578. </div>
  579.  
  580.  
  581. <div class="navigation"><div class="nav"><br><br>
  582. {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>
  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}<br>
  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