Ikxa

mon

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