Ikxa

menu-verdesuperior

Nov 29th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 40.34 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="#606f3c"/>
  19. <meta name="color:title" content="#333333"/>
  20. <meta name="color:hover" content="#000000"/>
  21. <meta name="color:first letter" content="#95AA61"/>
  22. <meta name="color:background color" content="#ffffff"/>
  23. <meta name="color:entry" content="#F6F8EE"/>
  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: 860px;padding:0px;
  131.     border-right: 0px solid {color:border color};
  132.     border-left: 0px solid {color:border color};
  133.    
  134. }
  135.  
  136. #w{ width: 970px;
  137.     margin-left: 13%;background:transparent;
  138. }
  139. #contain {
  140.     width: 970px;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: 6px;
  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: arial;text-align:bottom;
  213.     font-size:{text:side title font size};padding-top:10px;   color: {color:title}!important;
  214. }
  215.  
  216. .an {
  217.     text-align:left;
  218.     padding-left:5px;
  219.     padding-right:5px;
  220.     border-left: 2px solid  {color:border color};
  221.     border-right: 2px solid  {color:border color};
  222.     background-color:{color:blockquote};
  223. }
  224.  
  225. p.tags a {
  226.     opacity: 0.50;
  227.     filter: alpha(opacity = 50);
  228. }
  229.  
  230. p.tags a:hover {
  231.     opacity: 1.0;
  232.     filter: alpha(opacity = 100);
  233. }
  234. p.tags {
  235.     padding: 0px;
  236.     line-height: 8px;    
  237.     margin: 0px;
  238.     font-size: 8px;
  239.     margin: 0px;
  240.     text-transform: uppercase;
  241.     {block:ifshowtags}
  242.     border-top: 0px solid {color:border color};
  243.     {/block:ifshowtags}
  244. }
  245.  
  246. #titexcel {
  247.     position: absolute;
  248.     right: 3px;
  249.     top: 26px;
  250. }
  251.    
  252. #bite:hover .death {
  253.     margin-top:10px;
  254.     filter: alpha(opacity = 100);
  255.     opacity: 1;
  256. }
  257.  
  258. #pagination{
  259.     display:none;
  260. }
  261.  
  262.  
  263. .t a{
  264.     text-align: right;
  265.     opacity: .5;
  266.     filter: alpha(opacity = 50);
  267. }
  268.  
  269. .entry:hover .ti a {
  270.     opacity: 1.0;
  271.     filter: alpha(opacity = 100);
  272. }
  273.  
  274. .ti a{
  275.     opacity: .5;
  276.     filter: alpha(opacity = 50);
  277. }
  278. .t a{
  279.     text-align: right;
  280.     opacity: .5;
  281.     filter: alpha(opacity = 50);
  282. }
  283. .entry .t a:hover, .entry .ti a:hover{
  284.     text-align: right;
  285.     opacity: 1.0;
  286.     filter: alpha(opacity = 100);
  287. }
  288.  
  289. p.t {
  290.     display: block;
  291.     margin: 0px 0px 0px 0px;
  292.     line-height: 19px;
  293.     text-transform: uppercase;
  294.     text-align: right;
  295.     font-size: 14px;
  296.     border-top: 0px solid {color:border color};
  297. }
  298.  
  299. p.t a {
  300.     margin: 0 0px;
  301. }
  302.  
  303. p.ti {
  304.     display: block;
  305.     margin: 0px 0px 0px 0px;
  306.     line-height: 19px;
  307.     text-transform: uppercase;
  308.     text-align: right;
  309.     font-size: 10px;
  310.  
  311.  
  312. }
  313.  
  314. p.ti a {
  315.     margin: 0 0px;
  316. }
  317. .pp {
  318.     text-transform: uppercase;
  319.     text-align: left;
  320. }
  321.  
  322. select {
  323.     font-size: 10px;
  324.     width: 125px;
  325.     text-transform: uppercase;
  326.     letter-spacing: 1px;
  327.     padding: 1px;
  328.     background: {color:menu background};
  329.     color: {color:menu link color};
  330.     border: 1px solid {color:menu border};
  331. }
  332. .sha {
  333. position: relative;
  334. }
  335. #toTop {
  336.     display:none;
  337.     text-decoration:none;
  338.     position:fixed;
  339.     bottom:10px;
  340.     right:10px;
  341.     overflow:hidden;
  342.     width:21px;
  343.     height:21px;
  344.     border:none;
  345.     text-indent:100%;
  346.     background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  347.     opacity: .5;
  348.     filter: alpha(opacity = 50);
  349. }
  350.  
  351. #toTopHover {
  352.     width:21px;
  353.     height:21px;
  354.     display:block;
  355.     overflow:hidden;
  356.     float:left;
  357.     opacity: 0;
  358.     -moz-opacity: 0;
  359.     filter:alpha(opacity=0);
  360. }
  361.  
  362. #toTop:hover {
  363.     opacity: 1;
  364.     filter: alpha(opacity = 100);
  365. }
  366.  
  367. #toTop:active, #toTop:focus {
  368.     outline:none;
  369. }
  370.  
  371.  
  372.  
  373. .p1, .p2 {
  374.     opacity: 0;
  375.     filter:alpha(opacity=0);
  376. }
  377.  
  378. .entry:hover .p1, .entry:hover .p2 {
  379.     opacity: .80;
  380.     filter:alpha(opacity=80);
  381. }
  382.  
  383. .p1:hover, .p2:hover {
  384.     opacity: 1!important;
  385.     filter:alpha(opacity=100)!important;
  386. }
  387. .p1{
  388.     position: absolute;
  389.     top: 15px;
  390.     left: 10px;
  391.     display: inline;
  392.     height: 14px;
  393.     font-size: 8px;
  394.     padding: 0 4px;
  395.     line-height: 14px;
  396.     text-transform: uppercase;
  397.     background: {color:entry};
  398. }
  399. .p2{
  400.        position: absolute;
  401.     top: 29px;
  402.     left: 10px;
  403.     display: inline;
  404.     margin-top: 5px;
  405.     height: 14px;
  406.     font-size: 8px;
  407.     padding: 0 4px;
  408.     line-height: 14px;
  409.     text-transform: uppercase;
  410.     background: {color:entry};
  411. }
  412. .p1:hover, .p2:hover{
  413.     padding-left: 15px;    
  414. }
  415.  
  416.  
  417. .source { font-size:12px; font-weight: bold; text-align:center;padding:5px;color:{color:first letter};}
  418.  
  419. a.n {
  420.     display: block;
  421.     margin: 0px 0px 3px;
  422.     font-family: consolas;
  423.     letter-spacing: 1px;
  424.     text-transform: uppercase;
  425.     border: 0px solid {color:border color};
  426.     font-size: 8px;
  427.     line-height: 15px;
  428.     padding-top: 1px;
  429.     background: {color:entry};
  430. }
  431. a.n:hover {
  432. -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); }
  433.  
  434. }
  435.  
  436. .an {
  437.     text-align:left;
  438.     padding-left:4px;
  439.     padding-right:4px;
  440.     border-left: 2px solid  {color:border color};
  441.     border-right: 2px solid  {color:border color};
  442.     background-color:transparent;
  443. }
  444. .inf {
  445.     margin-top: 6px;
  446.     line-height: 30px;
  447.     position: fixed;
  448.     z-index: 9999999;
  449.     text-align: center;
  450.     width: 646px;
  451.     margin-left: 116px;
  452.     background: {color:background color};
  453.     opacity: .80;
  454.     filter:alpha(opacity=80);        
  455. }
  456.  
  457. .inf p {
  458.     margin: 0px;
  459. }
  460.  
  461. .text {
  462.     padding: 6px;
  463.     }
  464.  
  465.  
  466. .perma {
  467.     opacity: 0.0;
  468.     filter: alpha(opacity = 0);
  469.     z-index:9999991;  
  470.     display: inline-block;
  471.     position: absolute;
  472.     top: 15px;
  473.     left: 10px;
  474. }
  475.      
  476. .entry:hover .perma   {
  477.     opacity: 1;
  478.     filter: alpha(opacity = 100);
  479. }
  480.    
  481. .likep {
  482.     width: 21px;
  483.     height: 20px;
  484.     overflow: hidden;
  485.     z-index: 9999999;
  486.     display: inline-block;
  487. }
  488.  
  489. .rep {
  490.     width: 24px;
  491.     height: 20px;
  492.     overflow: hidden;
  493.     z-index: 9999999;
  494.     display: inline-block;  
  495. }  
  496.  
  497. .likep a:hover {
  498.     background-position: 0px 0px;
  499. }
  500.  
  501. .likep a {
  502.     background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  503.     background-position: 0px 0px;
  504.     display: block;
  505.     z-index: 9999999;
  506. }
  507.  
  508. .likep img {
  509.     width: 21px;
  510.     height: 20px;
  511. }
  512.  
  513. .rep img{
  514.     width: 24px;
  515.     height: 20px;
  516.     line-height: 30px;
  517.     display: inline;
  518. }
  519.      
  520. .not { display: inline-block;
  521.     background: rgba(0, 0, 0, .55);
  522.     height: 20px;
  523.     top: -6px;
  524.     padding: 0 5px;
  525.     font: 11px/20px arial,sans-serif;
  526.     line-height: 20px;
  527.     color: #fff;
  528.     padding-left: 4px;
  529.     padding-right: 4px;
  530.     -webkit-border-radius: 3px;
  531.     -moz-border-radius: 3px;
  532.     border-radius: 3px;
  533.     position: relative;
  534.     -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  535.     -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  536.     box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  537. }
  538.  
  539. .not a, .not:hover a, .not a:hover {
  540.     color: #ffffff!important;
  541.     font-weight: bold;
  542.     font-family: Arial, Helvetica, sans-serif;
  543. }
  544.      
  545. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  546.     opacity: 1;
  547.     filter: alpha(opacity = 100);
  548. }
  549.  
  550. .not:hover , .rep:hover, .likep:hover {
  551.     opacity: 1!important;
  552.     filter: alpha(opacity = 100)!important;
  553. }
  554.  
  555. {CustomCSS}
  556.  
  557. ::-webkit-scrollbar{width:5px;height:5px;}
  558. ::-webkit-scrollbar-button:start:decrement
  559. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  560. ::-webkit-scrollbar-track-piece{background-color:#fff}
  561. ::-webkit-scrollbar-thumb:vertical{height:105px; background-color:#ccc;}
  562. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};}
  563.  
  564. .vsanna{display: none;}
  565.  
  566. .h9:first-letter{font-family: Zephyr;
  567. font-size: 16pt;
  568. background: #;
  569. color: {color:first letter};
  570. text-transform: capitalize;
  571. text-align: right;
  572. font-weight: bold;
  573. letter-spacing: 1px;
  574. }
  575.  
  576. #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;}
  577. #cabecalho {width:100%; height: auto; margin-left: -65px;background-color:transparent;index-z:-1;text-align: center;}
  578. #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;}
  579. #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;}
  580.  
  581. #cssmenu ul, #cssmenu li,
  582. #cssmenu span, #cssmenu a { margin: 0; padding: 0; }
  583.  
  584. #cssmenu {
  585.     background: #F6F8EE;
  586.     border-bottom: 1px solid #95AA61;
  587.     box-shadow: inset 0 2px 4px rgba(149, 170, 97, 0.5);
  588.     -moz-box-shadow: inset 0 2px 4px rgba(149, 170, 97, 0.5);
  589.     -webkit-box-shadow: inset 0 2px 4px rgba(149, 170, 97, 0.5);
  590. }
  591.  
  592. #cssmenu:after { content:''; display: block; clear: both; }
  593.  
  594. #cssmenu a {
  595.     display: inline-block;
  596.     font-family: Calibri, Arial, sans-serif;
  597.     color: #333; text-decoration: none;
  598.     -webkit-transition: all 0.2s;
  599.     -moz-transition: all 0.2s;
  600.     -o-transition: all 0.2s;
  601.     -ms-transition: all 0.2s;
  602.     transition: all 0.2s;
  603. }
  604. #cssmenu a:hover { background: #95AA61; }
  605.  
  606. #cssmenu ul {
  607.     list-style: none;
  608.     height: 34px;
  609.     padding: 10px 0;
  610. }
  611. #cssmenu > ul > li {
  612.     float: left;
  613.     height: 34px;
  614.     margin: 0 5px;
  615.     position: relative;
  616. }
  617. #cssmenu > ul > li > a {
  618.     background: #899752;
  619.     box-shadow: inset 1px 1px 3px rgba(18,19,16,0.2);
  620.     -moz-box-shadow: inset 1px 1px 3px rgba(18,19,16,0.2);
  621.     -webkit-box-shadow: inset 1px 1px 3px rgba(18,19,16,0.2);
  622.     border-radius: 17px;
  623.     -moz-border-radius: 17px;
  624.     -webkit-border-radius: 17px;
  625.     line-height: 24px;
  626.     padding: 5px 10px;
  627. }
  628.     #cssmenu > ul > li.active a {
  629.         background: #121310;
  630.         color: #F6F8EE;
  631.     }
  632.  
  633. #cssmenu .has-sub ul {
  634.     background: #F6F8EE;
  635.     border: 1px solid #95AA61;
  636.     border-top: 0 none;
  637.     height: 0; overflow: hidden;
  638.     padding: 0; position: absolute;
  639.     opacity: 0; top: 44px; left: 0;
  640.     width: 200%;
  641.  
  642.     -webkit-transition: opacity 0.2s;
  643.     -moz-transition: opacity 0.2s;
  644.     -o-transition: opacity 0.2s;
  645.     -ms-transition: opacity 0.2s;
  646.     transition: opacity 0.2s;
  647. }
  648. #cssmenu .has-sub:after {
  649.     content: '';
  650.     display: block;
  651.     padding: 0 10px;
  652.     position: absolute;
  653.     bottom: -10px; left: 0;
  654.     height: 10px; width: 200%;
  655. }
  656.  
  657. #cssmenu .has-sub:hover ul {
  658.     border-radius: 0 0 5px 5px;
  659.     -moz-border-radius: 0 0 5px 5px;
  660.     webkit-border-radius: 0 0 5px 5px;
  661.     height: auto;
  662.     opacity: 1;
  663.     padding: 10px;
  664. }
  665.  
  666. #cssmenu .has-sub li,
  667. #cssmenu .has-sub li a { padding: 0 5px; width: 100%; }
  668. #cssmenu .has-sub li { margin: 8px 0; }
  669. #cssmenu .has-sub li a {
  670.     border-radius: 5px 0 0 5px;
  671.     -moz-border-radius: 5px 0 0 5px;
  672.     -webkit-border-radius: 5px 0 0 5px;
  673. }
  674.  
  675. #clock {position: fixed; width:300px; height:50px;margin-top: 60px; margin-left:1000px;background-color:transparent;}
  676. #curtir {position: fixed; width:300px; margin: 455px 0px 0px -3px;background-color:transparent;}
  677. #seta {position: fixed; width:300px; margin: 395px 0px 0px -10px;background-color:transparent;}
  678.  
  679. .menu { position:fixed; z-index:2;margin-left:110px;margin-top:110px;width:20px;-webkit-animation: fade 4s;-moz-animation: fade 4s;-ms-animation: fade: 4s;-o-animation: fade: 8s;animation: fade: 4s;}
  680. .menu a{color:#000;}
  681. .menu a:hover{color:#000;opacity:0.5;}
  682. .ii {border: 1px solid {color:pontilhado};text-indent:0px;background:#B8C28F;line-height:18px;height:18px;padding:3px;margin-bottom:5px; margin-left:3px;margin-right:2px;font-family:'icons';font-size:12px;-webkit-border-radius: 5px 5px 5px 5px;padding-right:25px;z-index:-999;}
  683. .curti {background:{color:detalhess};height:17px;padding:4px; margin-left:-107px; margin-top:9px; width:120px; position:fixed; overflow:hidden;-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;-webkit-border-radius: 0px 5px 5px 0px;padding-right:16px;-webkit-animation: fade 4s;-moz-animation: fade 4s;-ms-animation: fade: 4s;-o-animation: fade: 8s;animation: fade: 4s;}
  684. .curti:hover {margin-left:-10px;}
  685.  
  686. </style>
  687. <div id="nave">
  688. <div id='cssmenu'>
  689. <ul>
  690.    <li><h4>{title}</h4></li>
  691.    <li  class='active '><a href='/'><span>home</span></a></li>
  692.    <li><a href="{text:Link1}"><span>{text:Link1 Title}</span></a></li>
  693.    <li><a href="{text:Link2}"><span>{text:Link2 Title}</span></a></li>
  694.    <li><a href="{text:Link3}"><span>{text:Link3 Title}</span></a></li>
  695.    <li><a href="{text:Link4}"><span>{text:Link4 Title}</span></a></li>
  696.    <li><a href="{text:Link5}"><span>{text:Link5 Title}</span></a></li>
  697.    <li><a href="{text:Link6}"><span>{text:Link6 Title}</span></a></li>
  698.    <li><a href="{text:Link7}"><span>{text:Link7 Title}</span></a></li>
  699.    <li><a href="{text:Link8}"><span>{text:Link8 Title}</span></a></li>
  700.       </ul>
  701. </div>
  702. </div>
  703.  
  704. <div class="menu">
  705.  
  706. <a href="/" target="_self" title="Home">
  707. <div class="ii"><img src="http://media.tumblr.com/a89e06605c8911c4aa5e6431a9adfb19/tumblr_inline_mjjup9Q6aF1qz4rgp.png" style="width:19px; height:19px;"></a></div>
  708.  
  709. <a href="/themex" target="_self" title="Themex">
  710. <div class="ii"><img src="http://static.tumblr.com/6kvm6sz/w6hmkuxky/theme.gif" style="width:19px; height:19px;"></a></div>
  711.  
  712. <a href="http://facebook.com/oxigeniodapalavraa" target="_blank" title="Face">
  713. <div class="ii"><img src="http://media.tumblr.com/93244289aeadd988eeee3070eb5d8166/tumblr_inline_mjjun9SFRH1qz4rgp.png" style="width:19px; height:19px;"></a></div>
  714.  
  715. <a href="/tagged/coletiva" target="_self" title="Escritório da Prosa">
  716. <div class="ii"><img src="http://static.tumblr.com/6kvm6sz/dl5mk0oem/mao.png" style="width:19px; height:19px;"></a></div>
  717.  
  718. <a href="/tagged/recital" target="_self" title="Recitais">
  719. <div class="ii"><img src="http://static.tumblr.com/6kvm6sz/oaLmk0okq/micro.png" style="width:19px; height:17px;"></a></div>
  720.  
  721. <a href="http://ladrilho.tumblr.com" target="_blank" title="Photos">
  722. <div class="ii"><img src="http://static.tumblr.com/6kvm6sz/aPtmk0o7q/camera.png" style="width:19px; height:19px;"></a></div>
  723.  
  724. <a href="http://decisivo.tumblr.com" target="_self" title="Decisivo">
  725. <div class="ii"><img src="http://static.tumblr.com/eb7avl1/lQLmkt5tl/chelo.gif" style="width:19px; height:19px;"></a></div>
  726.  
  727. <a href="/askme" target="_self" title="Mensagem">
  728. <div class="ii"><img src="http://static.tumblr.com/6kvm6sz/Eprmk0oy5/envelope.png" style="width:17px; height:auto;"></a></div>
  729.  
  730. </div></div>
  731.  
  732. </head>
  733. <body>
  734.  
  735.  
  736. <div style="position:fixed; left:-20px; top:-20px; width:auto; height:auto;"><object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_fishColor9=006600&up_fishColor3=000000&up_fishColor8=00CC66&up_fishColor6=00FF33&up_numFish=7&up_fishColor2=66FF99&up_fishColor5=00CC99&up_fishColor1=0000FF&up_backgroundImage=http://&up_backgroundColor=f7f7f7&up_fishColor7=0099CC&up_foodColor=FCB347&up_fishColor10=0066FF&up_fishName=Fish&up_fishColor4=000066&" width="1300" height="750"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_fishColor9=006600&up_fishColor3=000000&up_fishColor8=00CC66&up_fishColor6=00FF33&up_numFish=7&up_fishColor2=66FF99&up_fishColor5=00CC99&up_fishColor1=0000FF&up_backgroundImage=http://&up_backgroundColor=f7f7f7&up_fishColor7=0099CC&up_foodColor=FCB347&up_fishColor10=0066FF&up_fishName=Fish&up_fishColor4=000066&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object> </div>
  737.  
  738. <div id="fb-root"></div>
  739. <script>(function(d, s, id) {
  740.   var js, fjs = d.getElementsByTagName(s)[0];
  741.   if (d.getElementById(id)) return;
  742.   js = d.createElement(s); js.id = id;
  743.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  744.   fjs.parentNode.insertBefore(js, fjs);
  745. }(document, 'script', 'facebook-jssdk'));</script>
  746.  
  747. <div id="clock"><script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="5012-black.swf";obj.TimeZone="CET";obj.width=91;obj.height=30;obj.wmode="transparent";showClock(obj);</script></div>
  748. <div id="seta"><img src="http://static.tumblr.com/eb7avl1/LYLmmnzq3/seta.png"></div>
  749.  
  750. <div id="curtir"><div class="fb-like" data-href="http://www.facebook.com/ElisaBartlettt" data-send="false" data-layout="button_count" data-width="250" data-show-faces="false" data-colorscheme="dark"></div></div>
  751.  
  752. <br><br><br><br><br>
  753. <div id="w">
  754. <div id="contain">
  755. <div id="side"><div id="sd">
  756. {block:HasPages}
  757. {block:Pages}
  758. {/block:Pages}
  759. {/block:HasPages}
  760. {block:IfNotInfiniteScroll}
  761.             <p>{block:PreviousPage}
  762.                 <a href="{PreviousPage}">{text:previous}</a>
  763.             {/block:PreviousPage}
  764.  
  765.             {block:NextPage}
  766.                 <a href="{NextPage}">{text:next}</a>
  767.             {/block:NextPage}</p>
  768. {/block:IfNotInfiniteScroll}  
  769.  
  770. </div></div>
  771.  
  772.  
  773. <div id="content">
  774. {block:Posts}
  775. <div class="entry">
  776. {block:Text}<div class="text">
  777.     {block:Title}
  778.         <h3><a href="{Permalink}">{Title}</a></h3>
  779.     {/block:Title}</br>
  780.         <div class="h9">{Body}</div>
  781.         {block:indexpage}<HR width="100%" size="1"noshade>
  782.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  783.         {/block:indexpage}
  784. </div>{/block:Text}
  785.  
  786. {block:Photo}
  787. {block:IndexPage}
  788.  <div class="perma">
  789.     <div class="likep">
  790.     <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>
  791.     </div>
  792.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  793.     </div>  
  794.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  795.     </div>  
  796. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/></a>
  797. {block:ifcaption}{block:Caption}<div class="text"><div class="h9">{caption}</div></div>{/block:Caption}{/block:ifcaption}
  798. {/block:IndexPage}
  799. {block:PermalinkPage}
  800.     {LinkOpenTag}
  801.     <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  802.     {LinkCloseTag}
  803. {/block:permalinkpage}
  804. {/block:Photo}
  805.  
  806. {block:Photoset}<div class="text">
  807. {block:IndexPage}
  808. <div class="perma">
  809.    <div class="likep">
  810.     <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>
  811.     </div>
  812.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  813.     </div>  
  814.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  815.     </div>  
  816.     <center>{Photoset-400}<center>
  817.        {block:ifcaption}{block:Caption}<div class="text"><div class="h9">{caption}</div></div>{/block:Caption}{/block:ifcaption}
  818.   {/block:IndexPage}
  819. {block:permalinkpage}
  820.     {Photoset-500}
  821. {/block:permalinkpage}</div>
  822.    
  823. {/block:Photoset}
  824.  
  825. {block:Quote}<div class="text"></br>
  826.     <div class="h9">&ldquo;{Quote}"</div>
  827.     {block:Source}<div class="source"><a href="{SourceURL}">{Source}</a></div>{/block:Source}
  828.     {block:RebloggedFrom}<div class="vsanna"><a href="{ReblogParentURL}">via</a></div>{/block:RebloggedFrom}
  829.         {block:indexpage}<HR width="100%" size="1"noshade>
  830.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  831.         {/block:indexpage}
  832.  
  833. </div>{/block:Quote}
  834.  
  835. {block:Link}<div class="text">
  836.     <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  837.     {block:Description}
  838.         <div class="description"><div class="h9">{Description}</div></div>
  839.         {/block:Description}
  840.         {block:indexpage}<HR width="100%" size="1"noshade>
  841.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  842.         {/block:indexpage}
  843.  
  844. </div>{/block:Link}
  845.  
  846. {block:Chat}<div class="text">
  847.         {block:Title}
  848.                 <h3><a href="{Permalink}">{Title}</a></h3>
  849.         {/block:Title}
  850.         <ul class="chat">
  851.            {block:Lines}
  852.            <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  853.                   {Line} </li>
  854.                 {/block:Lines}
  855.         </ul>  
  856.         {block:indexpage}<HR width="100%" size="1"noshade>
  857.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  858.         {/block:indexpage}
  859.  
  860. </div>{/block:Chat}
  861.  
  862. {block:Video}
  863.     {block:IndexPage}
  864.    <div class="likep">
  865.     <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>
  866.     </div>
  867.     <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  868.     </div>  
  869.     <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  870.     </div>  
  871.     <center>{Video-400}<center>
  872.    
  873.     {block:ifcaption}{block:Caption}<div class="h9">{caption}</div>{/block:Caption}{/block:ifcaption}
  874.     {/block:IndexPage}
  875.     {block:permalinkpage}
  876.     {Video-500}
  877.     {/block:permalinkpage}
  878. {/block:Video}
  879.  
  880. {block:Audio}<div class="text">
  881.     {AudioPlayerBlack}
  882.  
  883.         {block:indexpage}    {block:Caption}
  884.     <div class="h9">{Caption}</div>
  885.     {/block:Caption}<HR width="100%" size="1"noshade>
  886.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  887.         {/block:indexpage}
  888. </div>{/block:Audio}
  889.  
  890.  
  891. {block:Answer}
  892. <div class="text">
  893. <div class="an">
  894. <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}      
  895. </div><HR width="100%" size="1"noshade>
  896. {block:indexpage}
  897.         <p class="ti"><h2><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">-reblog</a></h2></p>
  898. {/block:indexpage}
  899. </div>
  900. {/block:Answer}    
  901.  
  902.  
  903. {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}
  904.  
  905. {block:permalinkpage}
  906. <div class="text">
  907. {block:Caption}{Caption}{/block:Caption}<HR width="100%" size="1"noshade>{block:PostNotes}
  908. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  909. {block:RebloggedFrom}<p class="t">Reblogged from  - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  910. {block:ContentSource}<p class="t">Source -  <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  911. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  912. {block:PostNotes}{PostNotes}{/block:PostNotes}
  913. </div>
  914. {/block:permalinkpage}
  915.  
  916.  
  917. {block:ContentSource}
  918. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  919. {/block:ContentSource}
  920.  
  921.  
  922. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  923.  
  924. </div>  
  925. {/block:Posts}
  926. <div class="clear"></div>
  927. </div>
  928. </div></div>
  929. {block:Pagination}
  930.                 <ul id="pagination">
  931.                         {block:PreviousPage}
  932.                                 <li><a href="{PreviousPage}"></a></li>
  933.                         {/block:PreviousPage}
  934.                         {block:JumpPagination length="5"}
  935.                         {block:CurrentPage}
  936.                                 <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  937.                         {/block:CurrentPage}
  938.                         {block:JumpPage}
  939.                                 <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  940.                         {/block:JumpPage}
  941.                         {/block:JumpPagination}
  942.                         {block:NextPage}
  943.                                 <li><a id="nextPage" href="{NextPage}"></a></li>
  944.                         {/block:NextPage}
  945.                 </ul>
  946. {/block:Pagination}
  947.        
  948.  
  949. <script src="http://static.tumblr.com/erukclj/GKvme2fbf/novo_a__documento_de_texto.js"></script>
  950.  
  951. {block:IndexPage}
  952. {block:ifinfinitescroll}
  953. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  954. <script type="text/javascript">
  955. $(window).load(function () {
  956. $('#content').masonry(),
  957. $('.masonryWrap').infinitescroll({
  958. navSelector    : '#pagination',  
  959. nextSelector   : '#pagination a#nextPage',
  960. itemSelector : ".entry, .clear",
  961. bufferPx : 40,
  962. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  963. loadingText : "<em></em>",
  964. },
  965. function() { $('#content').masonry({ appendedContent: $(this) }); }
  966. );
  967. });
  968. </script>
  969.  
  970.  
  971.  
  972. {/block:IndexPage}
  973.  
  974. {block:iftopbutton}
  975. <script type="text/javascript">
  976.         $(document).ready(function() {
  977.                 /*
  978.                         var defaults = {
  979.                                 containerID: 'toTop', // fading element id
  980.                                 containerHoverID: 'toTopHover', // fading element hover id
  981.                                 scrollSpeed: 1200,
  982.                                 easingType: 'linear'
  983.                         };
  984.                         */
  985.                        
  986.                         $().UItoTop({ easingType: 'easeOutQuart' });
  987.                        
  988.                 });
  989. </script>
  990. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  991. {/block:iftopbutton}
  992. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  993. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  994.  
  995. </body>
  996.  
  997.  
  998. <div style="position:fixed;z-index:1338; !important;top:581px;left:3px;"><script src="http://www.totallylayouts.com/tumblr/visitor-counter/counter.js?id=69346"></script></div>
  999.  
  1000. <div style="position:fixed;z-index:1338; !important;top:560px;left:3px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=8CdQBc39DkdWlkQ4weWn"></script></div>
  1001.  
  1002. <div style="position:fixed;z-index:1338; !important;top:604px;left:3px;"><!--–GOOGLE TRANSLATE MINI FLAGS–--><div align="center"><!--– Add Portuguese to Chinese (Simplified) BETA –--><a
  1003. target="_blank" rel="nofollow"
  1004. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Czh-CN&hl=pt&ie=UTF8'); return false;"
  1005. title="Google-Translate-Chinese (Simplified) BETA"><img
  1006. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1007. alt="Google-Translate-Chinese"
  1008. src="http://lh5.ggpht.com/_mcq01yDJ2uY/Sdke4C8za2I/AAAAAAAAAkU/Mpfn_ntCweU/China.png"
  1009. title="Google-Translate-Chinese"><!--– END Portuguese to Chinese (Simplified) BETA–--><!--– Add Portuguese to French –--></a><a
  1010. target="_blank" rel="nofollow"
  1011. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cfr&hl=pt&ie=UTF8'); return false;"
  1012. title="Google-Translate-Portuguese to French "><img
  1013. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1014. alt="Google-Translate-Portuguese to French"
  1015. src="http://lh4.ggpht.com/_mcq01yDJ2uY/SdkfGSkRgfI/AAAAAAAAAkc/X4E87SASLtA/France.png"
  1016. title="Google-Translate-Portuguese to French"><!--– END Portuguese to French –--><!--– Add Portuguese to German –--></a><a
  1017. target="_blank" rel="nofollow"
  1018. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cde&hl=pt&ie=UTF8'); return false;"
  1019. title="Google-Translate-Portuguese to German"><img
  1020. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1021. alt="Google-Translate-Portuguese to German"
  1022. src="http://lh3.ggpht.com/_mcq01yDJ2uY/Sdke3rFjMUI/AAAAAAAAAkE/o0kR0MfngXA/Germany.png"
  1023. title="Google-Translate-Portuguese to German"><!--– END Portuguese to German –--><!--– Add Portuguese to Italian –--></a><a
  1024. target="_blank" rel="nofollow"
  1025. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cit&hl=pt&ie=UTF8'); return false;"
  1026. title="Google-Translate-Portuguese to Italian"><img
  1027. alt="Google-Translate-Portuguese to Italian"
  1028. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1029. src="http://lh3.ggpht.com/_mcq01yDJ2uY/Sdke2xCmrPI/AAAAAAAAAj0/Jv14yyDo1i4/Italy.png"
  1030. title="Google-Translate-Portuguese to Italian"><!--– END Portuguese to Italian –--><!--– Add Portuguese to Japanese BETA –--></a><a
  1031. target="_blank" rel="nofollow"
  1032. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cja&hl=pt&ie=UTF8'); return false;"
  1033. title="Google-Translate-Portuguese to Japanese BETA"><img
  1034. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1035. alt="Google-Translate-Portuguese to Japanese"
  1036. src="http://lh5.ggpht.com/_mcq01yDJ2uY/Sdke3f2KbNI/AAAAAAAAAj8/xyGLFdUZbVY/Japan.png"
  1037. title="Google-Translate-Portuguese to Japanese"></a><!--– END Portuguese to Japanese BETA –--><!--– Add Portuguese to English –--><a
  1038. target="_blank" rel="nofollow"
  1039. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cen&en=pt&en=UTF8'); return false;"
  1040. title="Google-Translate-Portuguese to English "><img
  1041. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1042. alt="Google-Translate-Portuguese to English"
  1043. src="http://lh4.ggpht.com/_mcq01yDJ2uY/SdkhG4bjxqI/AAAAAAAAAks/Ws6AzZdnZTw/United%20States%20of%20America%20%28USA%29.png"
  1044. title="Google-Translate-Portuguese to English"><!--– END Portuguese to English –--><!--– Add Portuguese to Russian BETA –--></a><a
  1045. target="_blank" rel="nofollow"
  1046. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Cru&hl=pt&ie=UTF8'); return false;"
  1047. title="Google-Translate-Portuguese to Russian BETA "><img
  1048. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1049. alt="Google-Translate-Portuguese to Russian"
  1050. src="http://lh5.ggpht.com/_mcq01yDJ2uY/SdkfGVESWsI/AAAAAAAAAkk/-ruu99vFElQ/Russian%20Federation.png"
  1051. title="Google-Translate-Portuguese to Russian"><!--– END Portuguese to Russian BETA –--><!--– Add Portuguese to Spanish –--></a><a
  1052. target="_blank" rel="nofollow"
  1053. onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=pt%7Ces&hl=pt&ie=UTF8'); return false;"
  1054. title="Google-Translate-Portuguese to Spanish "><img
  1055. style="border: 0px solid ; cursor: pointer; width: 16px; height: 16px;"
  1056. alt="Google-Translate-Portuguese to Spanish"
  1057. src="http://lh3.ggpht.com/_mcq01yDJ2uY/Sdke312ethI/AAAAAAAAAkM/KeACgltRc38/Spain.png"
  1058. title="Google-Translate-Portuguese to Spanish"><!--– END Portuguese to Spanish –-->
  1059. </div>
  1060.  
  1061. <!-- Wikplayer http://www.wikplayer.com -->
  1062. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  1063. data-config="{'skin':'http://static.tumblr.com/m8tfdmt/fbfmky68g/dashedlis2.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Lana%20Del%20Rey%20-%20Burning%20Desire','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dzx_dTSPzXlk'},{'title':'Ed%20Sheeran%20-%20The%20A%20Team','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DX0dnp5E8FMo'},{'title':'Jason%20Mraz%20-%2093%20million%20miles','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdSD5HEVUZ-4'}]}" ></script>
  1064. <!-- Wikplayer code end -->
  1065. </html>
Advertisement
Add Comment
Please, Sign In to add comment