nathally

Theme 17

Jul 26th, 2012
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.95 KB | None | 0 0
  1. <html>
  2.  
  3. <!--  theme por 40kmdevoce | motherfuckers copy © -->
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb8_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15. tb8_messages = new tb8_makeArray(1);
  16. tb8_messages[0] = "{title}";
  17. tb8_rptType = 'infinite';
  18. tb8_rptNbr = 5;
  19. tb8_speed = 100;
  20. tb8_delay = 2000;
  21. var tb8_counter=1;
  22. var tb8_currMsg=0;
  23. var tb8_tekst ="";
  24. var tb8_i=0;
  25. var tb8_TID = null;
  26. function tb8_pisi(){
  27. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  28. document.title = tb8_tekst;
  29. tb8_sp=tb8_speed;
  30. tb8_i++;
  31. if (tb8_i==tb8_messages[tb8_currMsg].length){
  32. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  33. }
  34. if (tb8_currMsg == tb8_messages.length){
  35. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  36. clearTimeout(tb8_TID);
  37. return;
  38. }
  39. tb8_counter++;
  40. tb8_currMsg = 0;
  41. }
  42. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  43. }
  44. tb8_pisi()
  45. </script>
  46.  
  47. <head>
  48.  
  49. <script type="text/javascript">
  50. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  51. </script>
  52.  
  53. <script type="text/javascript">
  54. //desabilita menu de opcoes ao clicar no botao direito
  55. function desabilitaMenu(e)
  56. {
  57. if (window.Event)
  58. {
  59. if (e.which == 2 || e.which == 3)
  60. return false;
  61. }
  62. else
  63. {
  64. event.cancelBubble = true
  65. event.returnValue = false;
  66. return false;
  67. }
  68. }
  69. document.oncontextmenu = desabilitaMenu;
  70. document.onmousedown = desabilitaBotaoDireito;
  71. document.onmouseup = desabilitaBotaoDireito;
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!-- DEFAULT VARIABLES -->
  79. <meta name="color:background" content="#f5f5f5" />
  80. <meta name="color:link" content="" />
  81. <meta name="color:text" content="#aaaaaa" />
  82. <meta name="color:entry" content="" />
  83. <meta name="color:sidebar" content="" />
  84. <meta name="color:lhover" content="#555555" />
  85. <meta name="color:link1" content="#f4f4f4" />
  86. <meta name="color:link2" content="#f4f4f4" />
  87. <meta name="color:link3" content="#f4f4f4" />
  88. <meta name="color:link4" content="#f4f4f4" />
  89. <meta name="color:link5" content="#f4f4f4" />
  90. <meta name="color:link6" content="#f4f4f4" />
  91. <meta name="color:link7" content="#f4f4f4" />
  92. <meta name="color:links" content="#000" />
  93. <meta name="color:bglinkshover" content="#fff" />
  94. <meta name="color:linkshover" content="#000" />
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <meta name="image:sidebar" content="" />
  101.  
  102.  
  103.  
  104. <meta name="text:Link1" content=" appearance" />
  105. <meta name="text:Link1 Title" content=" appearance" />
  106. <meta name="text:Link2" content="appearance" />
  107. <meta name="text:Link2 Title" content="appearance" />
  108. <meta name="text:Link3" content="appearance" />
  109. <meta name="text:Link3 Title" content="appearance" />
  110. <meta name="text:Link4" content="ap" />
  111. <meta name="text:Link4 Title" content="ap" />
  112. <meta name="text:Link5" content="ap" />
  113. <meta name="text:Link5 Title" content="ap" />
  114. <meta name="text:Link6" content="ap" />
  115. <meta name="text:Link6 Title" content="ap" />
  116. <meta name="text:Link7" content="ap" />
  117. <meta name="text:Link7 Title" content="ap" />
  118. <meta name="text:titulo" content="" />
  119.  
  120.  <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  121.  
  122. <script type="text/javascript">
  123.  
  124. // <![CDATA[
  125.  
  126. // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
  127.  
  128. var fgcolour="#656565"; // foreground colour
  129.  
  130. var hlcolour="#b5b5b5"; // highlight colour
  131.  
  132. var bgcolour="#FFFFFF"; // background colour
  133.  
  134. var glcolour="#f8f8f8"; // colour of glow around letters
  135.  
  136. var speed=66; // speed colours change, 1 second = 1000
  137.  
  138. var delay=50; // how long to wait between wipes
  139.  
  140. var alink="/"; // page to link text to (set to ="" for no link)
  141.  
  142.  
  143.  
  144. /****************************
  145.  
  146. *Multi-Wipe Neon Text Effect*
  147.  
  148. *(c)2003-12 mf2fm web-design*
  149.  
  150. *  http://www.mf2fm.com/rv  *
  151.  
  152. * DON'T EDIT BELOW THIS BOX *
  153.  
  154. ****************************/
  155.  
  156. var w_txt, w_txl;
  157.  
  158. var w_flp=bgcolour;
  159.  
  160. var w_sty=Math.floor(Math.random()*8);
  161.  
  162. var w_cnt=-1;
  163.  
  164. var wipes=new Array();
  165.  
  166. var wrand=new Array();
  167.  
  168. window.onload=function() { if (document.getElementById) {
  169.  
  170. var i, wiper, wipei;
  171.  
  172. wiper=document.getElementById("wipe");
  173.  
  174. w_txt=wiper.firstChild.nodeValue;
  175.  
  176. w_txl=w_txt.length;
  177.  
  178. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  179.  
  180. for (i=0; i<w_txl; i++) {
  181.  
  182.  wipei=document.createElement("span");
  183.  
  184.  wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  185.  
  186.  wipes[i]=wipei.style;
  187.  
  188.  wipes[i].textShadow=glcolour+" 0px 0px 5px";
  189.  
  190.  wipes[i].color=fgcolour;
  191.  
  192.  wiper.appendChild(wipei);
  193.  
  194. }
  195.  
  196. if (alink) {
  197.  
  198.  wiper.style.cursor="pointer";
  199.  
  200.  wiper.onclick=function() { top.location.href=alink; }
  201.  
  202. }
  203.  
  204. for (i=0; i<w_txl; i++) wrand[i]=i;
  205.  
  206. wiper=setInterval("randwipe()", speed);
  207.  
  208. }}
  209.  
  210.  
  211.  
  212. function c(i, shade) {
  213.  
  214. if (shade==bgcolour) wipes[i].textShadow="none";
  215.  
  216. else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  217.  
  218. wipes[i].color=shade;
  219.  
  220. }
  221.  
  222.  
  223.  
  224. function randwipe() {
  225.  
  226. var w_old;
  227.  
  228. if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  229.  
  230. else {
  231.  
  232.  w_cnt=-1;
  233.  
  234.  w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  235.  
  236.  w_old=w_sty;
  237.  
  238.  while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  239.  
  240. }
  241.  
  242. }
  243.  
  244.  
  245.  
  246. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  247.  
  248.  
  249.  
  250. function wipe0() { // curtains
  251.  
  252. if (w_cnt<Math.floor(w_txl/2)) {
  253.  
  254.  c(w_cnt, hlcolour);
  255.  
  256.  c(w_txl-w_cnt-1, hlcolour);
  257.  
  258. }
  259.  
  260. else if (w_cnt<w_txl) {
  261.  
  262.  c(w_cnt, w_flp);
  263.  
  264.  c(w_txl-w_cnt-1, w_flp);
  265.  
  266. }
  267.  
  268. }
  269.  
  270.  
  271.  
  272. function wipe1() { // random
  273.  
  274. var i, rand, temp;
  275.  
  276. if (w_cnt==0) {
  277.  
  278.  for (i=0; i<w_txl; i++) {
  279.  
  280.    rand=Math.floor(Math.random()*w_txl);
  281.  
  282.    temp=wrand[i];
  283.  
  284.    wrand[i]=wrand[rand];
  285.  
  286.    wrand[rand]=temp;
  287.  
  288.  }
  289.  
  290. }
  291.  
  292. if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  293.  
  294. if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  295.  
  296. }
  297.  
  298.  
  299.  
  300. function wipe2() { // forwards
  301.  
  302. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  303.  
  304. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  305.  
  306. }
  307.  
  308.  
  309.  
  310. function wipe3() { // backwards
  311.  
  312. if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  313.  
  314. if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  315.  
  316. }
  317.  
  318.  
  319.  
  320. function wipe4() { // searchlight
  321.  
  322. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  323.  
  324. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  325.  
  326. if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  327.  
  328. if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  329.  
  330. if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  331.  
  332. }
  333.  
  334.  
  335.  
  336. function wipe5() { // fade
  337.  
  338. var i;
  339.  
  340. if (w_cnt<w_txl+3) {
  341.  
  342.  var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  343.  
  344.  var temp="#";
  345.  
  346.  for (i=1; i<6; i+=2) {
  347.  
  348.    var hex1=parseInt(start.substring(i,i+2),16);
  349.  
  350.    var hex2=parseInt(w_flp.substring(i,i+2),16);
  351.  
  352.    temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  353.  
  354.  }
  355.  
  356.  for (i=0; i<w_txl; i++) c(i, temp);
  357.  
  358. }
  359.  
  360. }
  361.  
  362.  
  363.  
  364. function wipe6() { // flash
  365.  
  366. var i;
  367.  
  368. if (w_cnt<6*Math.floor(w_txl/6)+3) {
  369.  
  370.  if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  371.  
  372.  else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  373.  
  374.  else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  375.  
  376. }
  377.  
  378. }
  379.  
  380.  
  381.  
  382. function wipe7() { // checkerboard
  383.  
  384. var qtr=Math.floor(w_txl/4);
  385.  
  386. if (w_cnt<qtr) {
  387.  
  388.  c(w_cnt, hlcolour);
  389.  
  390.  c(w_cnt+2*qtr, hlcolour);
  391.  
  392. }
  393.  
  394. else if (w_cnt<2*qtr) {
  395.  
  396.  c(w_cnt-qtr, w_flp);
  397.  
  398.  c(w_cnt+qtr, w_flp);
  399.  
  400. }
  401.  
  402. else if (w_cnt<3*qtr) {
  403.  
  404.  c(w_cnt-qtr, hlcolour);
  405.  
  406.  c(w_cnt+qtr, hlcolour);
  407.  
  408. }
  409.  
  410. else if (w_cnt<w_txl) {
  411.  
  412.  c(w_cnt-2*qtr, w_flp);
  413.  
  414.  c(w_cnt, w_flp);
  415.  
  416. }
  417.  
  418. }
  419.  
  420. // ]]>
  421.  
  422. </script>
  423.  
  424. <html>
  425.     <head>
  426.         <title>{Title}</title>
  427.         <link rel="shortcut icon" href="{Favicon}">
  428.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  429.         {block:Description}
  430.             <meta name="description" content="{MetaDescription}" />
  431.         {/block:Description}
  432.     </head>
  433.    
  434.     <style type="text/css">
  435.  
  436.  
  437. ::-webkit-scrollbar{width:4px;height:5px;}
  438. ::-webkit-scrollbar-button:start:decrement
  439. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  440. ::-webkit-scrollbar-track-piece{background-color: #fafafa; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;  border: 1px solid #b5b5b5;}
  441. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  442. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  443.  
  444.  
  445. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  446.  
  447.  
  448.  
  449. a {color: {color:link}; text-decoration: none; text-transform: none;}
  450.  
  451. a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
  452.  
  453. p {margin: 6px 0 0 0}
  454.  
  455.  
  456. blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
  457.  
  458. /* navigation */
  459.  
  460. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  461.  
  462. text-align: center; font-size: 85px;}
  463. .left{float:left; margin-left: 10px; width: 40px}
  464. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  465. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  466. .right{float:right; margin-right: 10px; width: 40px}
  467. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  468. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  469.  
  470. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  471. transparent; color:{color:text}; padding: 0px;}
  472.  
  473.  
  474. #entries{float: left; margin-left: 436px; margin-top: 42px;}
  475.  
  476. .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
  477.  
  478. #post {float: left; margin-left: 160px; margin-top:112px; z-index:1;}
  479.  
  480. .post {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;  -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  481.  
  482.  
  483. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  484. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  485. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  486.  
  487. .image {text-align: center; border: 0px}
  488. .image img {max-width: 500px; margin-bottom: 2px }
  489.  
  490. .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  491. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  492. .quotesource a, a:hover{text-transform: none;}
  493.  
  494. .chat {line-height: 13px; list-style: none }
  495. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  496. .person1 {color: {color:text}; padding: 2px; }
  497. .person1 .label {font-weight: bold;  color:{color:text}}
  498. .person2 {color: {color:text}; padding: 2px;  }
  499. .person2 .label {font-weight: bold;  color:{color:text}}
  500.  
  501. .player {background-color: #000; text-align: left; display:block;}
  502.  
  503. #ask_form{width: 500px; }
  504.  
  505. /* asker */
  506.  
  507. .asker {width:440px; text-align:justify; margin-top:-70px; margin-left:-20px; text-transform:lowercase; padding:20px; color:{color:text};}
  508. .asker a {color:{color:text};}
  509. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  510.  
  511. .asking {text-align:right; color:{color:text}; font:9px verdana; text-transform:none;}
  512. .asking a{color:{color:text};}
  513. .asking img {width:48px; vertical-align:middle; padding:3px; background-color: {color:background}}
  514.  
  515.  
  516. .credit {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  517. .credit:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  518.  
  519. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  520. #info a {font-size: 10px; text-transform: uppercase;}
  521.  
  522. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  523. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  524.  
  525. #cap {width: 500px; margin-top: -2px;}
  526. .source {display: none;}
  527.  
  528. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  529. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  530. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  531. .notes img{display: none; border:0px}
  532.  
  533.  
  534. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  535. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  536. .page a:hover {color:linkhover}
  537.  
  538. .imagem {float: left; padding: 0px; position: fixed;}
  539.  
  540. .imagem img {display: block; width:135px; margin-left: -140px; margin-top: 0px; height: 148px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
  541.  
  542. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  543. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  544. #paginal a:hover {background: {color:background}; color: {color:link};}
  545. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  546. .ps {position: fixed; margin-left: 0px; padding: 5px; width: 70px; height: auto; top: 295px; background-color: {color:sidebar}; color: {color:text};}
  547.  
  548. /* DESCRIÇÃO */
  549.  
  550. #sidescri {width: 218px; left: 223px; height: 67px; top: 225px; padding: 1px;  background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:transparent};}
  551. .about{background-color:{color:sidebar};text-align:center; font-family: verdana; font-size: 9px; color: {color:text}; top: 150px; margin-left: -1px; padding: 2px; -5px; 5px; 5px; width: 216px; }
  552.  
  553.  
  554. /* TITULO */
  555.  
  556. #nathytitle {width: 220px; height: 25px; position: fixed; background-color: {color:sidebar}; margin-left: 215px; margin-top: 38px;}
  557. .optitle{font-family: homenaje, sans-serif; font-size: 22px; font-style: none;
  558. line-height: 19px; font-weight: none; color: {color:frase}; margin-top: 3px; margin-left: -5px;   text-transform: none; text-transform:uppercase; letter-spacing: 0px}
  559.  
  560. /* LINKS */
  561.  #links {width: 128px; float: left; margin-left:355px; margin-top: 64px; padding: 0px; text-align: center; position: fixed; padding: 0px; z-index: 999; background-color: {color:sidebar}; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
  562.  
  563. .links1 {position: absolute; width: 100px; margin-left:0px; margin-top:0px; padding: 0px; text-align: center; z-index:3;}
  564. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase;  line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  565. .links1  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  566.  
  567. .links2 {position: absolute; width: 136px; margin-left:0px; margin-top:22px; padding: 0px; text-align: center; z-index:3;}
  568. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link2}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  569. .links2  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  570.  
  571. .links3 {position: absolute; width: 136px; margin-left:0px; margin-top:44px; padding: 0px; text-align: center; z-index:3;}
  572. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link3}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  573. .links3  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  574.  
  575. .links4 {position: absolute; width: 136px; margin-left:0px; margin-top:66px; padding: 0px; text-align: center; z-index:3;}
  576. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link4}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  577. .links4  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  578.  
  579. .links5 {position: absolute; width: 136px; margin-left:0px; margin-top:88px; padding: 0px; text-align: center; z-index:3;}
  580. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link5}; color:{color:links}; text-decoration: none; text-transform:uppercase;line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  581. .links5  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  582.  
  583. .links6 {position: absolute; width: 136px; margin-left:0px; margin-top:110px; padding: 0px; text-align: center; z-index:3;}
  584. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'calibri'; text-align: center; margin-right: 1px; margin-bottom:0px; width: 80px; background-color: {color:link6}; color:{color:links}; text-decoration: none; text-transform:uppercase;line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  585. .links6  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  586.  
  587. .links7 {position: absolute; width: 136px; margin-left:0px; margin-top:130px; padding: 0px; text-align: center; z-index:3;}
  588. .links7 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'calibri'; text-align: center; margin-right: 1px; margin-bottom:0px; width: 80px; background-color: {color:link7}; color:{color:links}; text-decoration: none;text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  589. .links7  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  590.  
  591.  
  592. #credit {top: 295px; width: 129px; height: 10px; margin-left: 215px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:9px; }
  593.  
  594.  
  595.  
  596.  </style>  
  597.  
  598. <body>
  599. <body onkeydown="return false">
  600.  
  601. <div id="nathytitle">
  602. <center><div class="optitle"><span id="wipe">{text:titulo}</span></div></div>
  603.  
  604.  
  605. <div id="sidescri">
  606. <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
  607.  
  608. <div id="credit">
  609. theme by<a href="http://40kmdevoce.tumblr.com"> <b>40kmdevoce; </b></a> <a href= "http://negatividade.tumblr.com/"> +</a></div>
  610.  
  611. <div id="links">
  612. <div class="links1"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  613. <div class="links2"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  614. <div class="links3"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  615. <div class="links4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  616. <div class="links5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  617. <div class="links6"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  618. <div class="links7"><a href="{text:Link7}">{text:Link7 Title}</a></div>
  619.  
  620. <div class="imagem"><img src="{image:sidebar}"></div>
  621.  
  622. <div class="ps"><div id="paginal">
  623. {block:JumpPagination length="4"}
  624. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  625. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  626. {/block:JumpPagination}
  627. </div></div>
  628.  
  629.  
  630. </div></div>
  631.  
  632. <div id="entries">
  633.  
  634.  {block:Posts}
  635. <div class="posts">
  636.  
  637. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  638.  
  639. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  640.  
  641. {block:Photoset}{Photoset-500}{/block:Photoset}
  642.  
  643. {block:Quote}
  644. <div class="quote">“{Quote}”</div>
  645. {block:Source}<div class="quotesource"> — {Source}</div>
  646. {/block:Source}
  647. {/block:Quote}
  648.  
  649. {block:Link}
  650. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  651. {block:Description}{Description}{/block:Description}
  652. {/block:Link}
  653.  
  654. {block:Chat}
  655. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  656. <div class="chat"><ul>{block:Lines}
  657. <li class="person{UserNumber}">{block:Label}
  658. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  659. {/block:Chat}
  660.  
  661. {block:Audio}
  662. <div class="player">{AudioPlayerBlack}</div>
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Audio}
  665.  
  666. {block:Video}{Video-500}{/block:Video}
  667.  
  668. {block:Answer}
  669. <div class="asking"><img src="{AskerPortraitURL-48}"></div>
  670. <b><div class="asker">{Asker} disse:</b> {Question}&nbsp;</div>{Answer}{/block:Answer}
  671.  
  672.  
  673.  
  674. <div id="cap">
  675. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  676. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  677. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  678.  
  679. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  680.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  681.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  682. {/block:ContentSource}</div></div>
  683. <br>
  684.  
  685. <div class="credit">
  686. {block:Date}<div id="info">
  687. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog  <font color= 'ff00ff'></font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  688. </div></center>{/block:IfShowTags}{/block:Date}</div>
  689. </div>
  690.  
  691.  
  692.  {/block:Posts}
  693. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  694. </div>
  695. </div>
  696. </div>
  697. </body>
  698. </html>
Advertisement
Add Comment
Please, Sign In to add comment