Ikxa

theme03branco2013

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