Ikxa

theme06preto2013

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