Don't like ads? PRO users don't see any ads ;-)

Theme 4

By: FROGS on May 2nd, 2012  |  syntax: None  |  size: 21.46 KB  |  hits: 30  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <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'>
  4.  
  5.  
  6. <head>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  56.  
  57. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  58. <script type="text/javascript">
  59. function slideSwitch() {
  60.     var $active = $('#slideshow2 img.active');
  61.    
  62.         $active.addClass('last-active');
  63.        
  64.         // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  65.     var $next =  $active.next().length ? $active.next() : $('#slideshow2 img:first');
  66.  
  67.     $next.css({opacity: 0.0})
  68.         .addClass('active')
  69.         .animate({opacity: 1.0}, 1000, function() {
  70.             $active.removeClass('active last-active');
  71.         });
  72. }
  73.  
  74. $(function() {
  75.         //Executa a função a cada 2 segundos
  76.         setInterval( "slideSwitch()", 2500 );
  77. });
  78. </script>
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <script type="text/javascript">
  87.  
  88.  
  89. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  90.  
  91.  
  92.  
  93.  
  94. function tb8_makeArray(n){
  95.  
  96.  
  97. this.length = n;
  98.  
  99.  
  100. return this.length;
  101.  
  102.  
  103. }
  104.  
  105.  
  106.  
  107.  
  108. tb8_messages = new tb8_makeArray(1);
  109.  
  110.  
  111.  
  112.  
  113. tb8_messages[0] = "{Title}";
  114.  
  115.  
  116.  
  117.  
  118. tb8_rptType = 'infinite';
  119.  
  120.  
  121.  
  122.  
  123. tb8_rptNbr = 5;
  124.  
  125.  
  126.  
  127.  
  128. tb8_speed = 100;
  129.  
  130.  
  131.  
  132.  
  133. tb8_delay = 2000;
  134.  
  135.  
  136.  
  137.  
  138. var tb8_counter=1;
  139.  
  140.  
  141.  
  142.  
  143. var tb8_currMsg=0;
  144.  
  145.  
  146.  
  147.  
  148. var tb8_tekst ="";
  149.  
  150.  
  151.  
  152.  
  153. var tb8_i=0;
  154.  
  155.  
  156.  
  157.  
  158. var tb8_TID = null;
  159.  
  160.  
  161.  
  162.  
  163. function tb8_pisi(){
  164.  
  165.  
  166.  
  167.  
  168. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  169.  
  170.  
  171.  
  172.  
  173. document.title = tb8_tekst;
  174.  
  175.  
  176.  
  177.  
  178. tb8_sp=tb8_speed;
  179.  
  180.  
  181.  
  182.  
  183. tb8_i++;
  184.  
  185.  
  186.  
  187.  
  188. if (tb8_i==tb8_messages[tb8_currMsg].length){
  189.  
  190.  
  191.  
  192.  
  193. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  194.  
  195.  
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. if (tb8_currMsg == tb8_messages.length){
  204.  
  205.  
  206.  
  207.  
  208. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  209.  
  210.  
  211.  
  212.  
  213. clearTimeout(tb8_TID);
  214.  
  215.  
  216.  
  217.  
  218. return;
  219.  
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. tb8_counter++;
  229.  
  230.  
  231.  
  232.  
  233. tb8_currMsg = 0;
  234.  
  235.  
  236. }
  237.  
  238.  
  239.  
  240.  
  241. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  242.  
  243.  
  244.  
  245.  
  246. }
  247.  
  248.  
  249.  
  250.  
  251. tb8_pisi()
  252.  
  253.  
  254. </script>
  255.  
  256. <meta name="color:Background" content="#f5f5f5" />
  257. <meta name="color:Entry" content="#FAFAFA" />
  258. <meta name="color:Link" content="#757575" />
  259. <meta name="color:Link hover" content="#757575" />
  260. <meta name="color:Link Post hover" content="#FFC000" />
  261. <meta name="color:Post Title" content="#2CD7E6" />
  262. <meta name="color:Origin" content="#FF3B8E" />
  263. <meta name="color:hashtag" content="#8AE837" />
  264. <meta name="color:Sidebar" content="#fff" />
  265. <meta name="color:tt" content="#fff" />
  266. <meta name="color:Texts" content="#919191" />  
  267. <meta name="color:bgpage" content="#EEEEEE" />
  268. <meta name="color:bgpagehover" content="#EEEEEE" />
  269. <meta name="color:bgpick" content="#F1F1F1" />
  270. <meta name="color:bgside" content="#FFFFFF" />
  271. <meta name="color:sidelinks" content="#FFFFFF" />
  272. <meta name="color:source" content="#FF85B8"/>
  273. <meta name="color:likeit" content="#FF85B8"/>
  274. <meta name="color:textlinkss" content="#fff" />
  275. <meta name="color:linkss" content="#fff" />
  276. <meta name="color:bgsimbolo" content="#fff" />
  277.  
  278.  
  279. <meta name="image:pick" content="http://26.media.tumblr.com/tumblr_m20tgpAv5O1r8l7v4o1_250.png"/>
  280.  
  281. <meta name="image:background" content=""/>
  282.  
  283. <meta name="if:EndlessScroll" content="0"/>
  284.  
  285. <meta name="text:Link1" content="" />
  286. <meta name="text:Link1 Title" content="link" />
  287. <meta name="text:Link2" content="" />
  288. <meta name="text:Link2 Title" content="link" />
  289. <meta name="text:Link3" content="" />
  290. <meta name="text:Link3 Title" content="link" />
  291. <meta name="text:Link4" content="" />
  292. <meta name="text:Link4 Title" content="link" />
  293.  
  294.  
  295. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  296.  
  297. {block:IfEndlessScroll}
  298. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  299. {/block:IfEndlessScroll}
  300.  
  301.  <style type="text/css">
  302.  
  303. #tumblr_controls{position: fixed!important}
  304. #tumblr_controls{position: fixed!important}
  305. #tumblr_controls{position: fixed!important}
  306. #tumblr_controls{position: fixed!important}
  307.  
  308.  
  309.  body
  310. {font-family:verdana;
  311. font-size:11px;
  312. color:{color:Texts};
  313. background-color:{color:Background};
  314. background-image:url('{image:Background}');
  315. background-position: fixed;
  316. background-attachment:fixed;
  317. background-repeat:repeat;}
  318.  
  319. blockquote
  320. {border-left:0px solid;
  321. padding-left:0px;}
  322.  
  323. a
  324. {text-decoration:none;
  325. color:{color:Link};}
  326.  
  327. a:hover
  328. {text-decoration:none;
  329. color:{color:Link hover};
  330. opacity:1}
  331.  
  332. #coracao {height: 120px; border-bottom: 0px solid #aaa; background-color: {color:bgsimbolo}; margin-top: 55px; margin-left: 800px; position: fixed; z-index:2; padding: 0px; width:110px; color: #fffff; font-size: 120px; text-align: center; font-family: verdana; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; opacity: 0.6; line-height: 100px;}
  333.  
  334.  
  335. #coracao:hover {height: 213px; border-bottom: 0px solid #aaa; background-color: {color:bgsimbolo}; margin-top: 5px; margin-left: 5px; position: fixed; z-index:2; padding: 0px; width:153px; color: {color:textsimbolo}; font-size: 160px; text-align: center; font-family: verdana; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; opacity: 0.0; line-height: 190px;}
  336.  
  337. #botaodelike {width: 170px; height: 40px; position: fixed; background-color:{color:transparent}; margin-left: 930px; margin-top: 160px; z-index:2}
  338.  
  339.  
  340. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  341. .asker img{float: left; padding: 0px 5px 0px 0px}
  342. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  343. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  344. .question {font-size: 10px;}
  345. .answer {padding: 4px}
  346. .answer img {max-width: 470px;}
  347.  
  348. #linkks {position:fixed;margin-top:33px;margin-left:820px;}
  349.  
  350. .button{float:left;padding:2px 10px 2px 10px;letter-spacing:1px;text-transform:uppercase;text-align:center;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;font-family:consolas;font-weight:800;font-size:10px; -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  351.  
  352. .button:hover {padding-bottom:10px;margin-top:-6px;}
  353.  
  354. #linksbaby {background-color:{color:linkss};color:{color:textlinkss};}
  355.  
  356.  
  357. #pag {width: 15px; padding:1px; background-color:  {color:bgside}; position:fixed; text-align: center; margin-top: 80px; margin-left: 778px;}
  358.  
  359. /*** Paginação by madlyluv.com ***/
  360. #paginacaoml {font-size: 8px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  361.  
  362. #paginacaoml a {background: #{color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none; font-size: 8px;}
  363. #paginacaoml a:hover {background: {color:bgpagehover}; border: none;}
  364. #paginacaoml span.pagina_atual {background: #cor_4; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  365. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  366.  
  367.  
  368. #side{position: fixed;
  369. width:200px;
  370. height:120px;
  371. background-color:{color:bgside};
  372. padding:6px;
  373. margin-top: 50px;
  374. margin-left: 795px; border-bottom:1px solid #EBEBEB}
  375.  
  376. #pick{
  377. width:100px;
  378. position: fixed;
  379. height: 115px;
  380. background-color:{color:bgpick};
  381. padding:3px;
  382. margin-top: 55px;
  383. margin-left: 800px;  z-index:2}
  384.  
  385. #image{
  386. margin-top: 50px;
  387. margin-left: 795px;
  388. }
  389.  
  390. #permapage{
  391. font-family: verdana;
  392. font-size: 9px;
  393. text-align: left;
  394. margin-bottom: 8px;
  395. }
  396.  
  397. @font-face {
  398. font-family: 'Give You Glory';
  399. font-style: normal;
  400. font-weight: normal;
  401. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  402. }
  403.  
  404. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  405.  
  406. #acruz {width: 39px; position: fixed;  margin-left: -90px; margin-top: -360px; color: {color:cruz};  font-size: 60px; -webkit-transform: rotate(-20deg);}
  407. #acruz:hover { -webkit-transform: rotate(0deg);}
  408.  
  409.  
  410. #link4 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 5px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 55px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  411. #link4 a{font-family: verdana; font-size: 9px}
  412. #link4 a:hover{font-weight: bold;}
  413.  
  414. #link5 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 5px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 75px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  415. #link5 a{font-family: verdana; font-size: 9px}
  416. #link5 a:hover{font-weight: bold;}
  417.  
  418. #link6 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 9px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 95px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  419. #link6 a{font-family: verdana; font-size: 9px}
  420. #link6 a:hover{font-weight: bold;}
  421.  
  422. #link7 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 9px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 115px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  423. #link7 a{font-family: verdana; font-size: 9px}
  424. #link7 a:hover{font-weight: bold;}
  425.  
  426. #link8 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 9px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 135px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  427. #link8 a{font-family: verdana; font-size: 9px}
  428. #link8 a:hover{font-weight: bold;}
  429.  
  430. #link9 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 9px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 155px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  431. #link9 a{font-family: verdana; font-size: 9px}
  432. #link9 a:hover{font-weight: bold;}
  433.  
  434. #link10 {font-family: verdana; background-color: {color:sidelinks}; color:#B4B4B4; font-size: 9px; padding: 5px 5px 5px 5px; width: 70px; margin-top: 175px; margin-left: 920px; z-index: 1; position: fixed; text-align: center; height: 5px}
  435. #link10 a{font-family: verdana; font-size: 9px}
  436. #link10 a:hover{font-weight: bold;}
  437.  
  438.  
  439. #sid1 {width: 320px; margin-left: 860px; height: 25px; margin-top: 170px; float:left; text-align: center; background-color: transparent; font-size: 16px; position:fixed; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
  440. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  441.  
  442. .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; color: {color:likeit}; padding-left:90px; margin-left:-270px; }
  443.  
  444.  
  445. div#credit {background-color: {color:bgside}; font-weight: normal; text-transform: uppercase; letter-spacing: 0px; color: {color:text}; text-align: center; width:168px; height:9px; line-height: 11px; position: absolute; font-family: tinytots; margin-top: 50px; margin-left: 15px; position: fixed; padding: 1px; font-size: 8px;}
  446.  
  447. div#entries{left:50%; margin-left: 210px; margin-top: 20px; width:510px; z-index:2}
  448. div#posts{width: 500px; background-color:{color:entry}; text-align: justify; padding: 15px; margin-bottom: 1px; z-index:2}
  449.  
  450.  
  451.  
  452. h1 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  453. h1 a {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  454. h1 a:hover {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  455.  
  456. h2 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  457. h2 a {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  458. h2 a:hover {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  459.  
  460.  
  461. ::-webkit-scrollbar{width:10px;height:8px;}
  462. ::-webkit-scrollbar-button:start:decrement
  463. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  464. ::-webkit-scrollbar-track-piece{background-color:#F7F7F7;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  465. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#FFFFFF;-webkit-border-radius:px;}
  466. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#FFFFFF;-webkit-border-radius:px}
  467.  
  468. .source {display:none}
  469. div#source {text-align: right; font-size: 9px; letter-spacing: 1px}
  470.  
  471. .source {display:none}
  472. div#source {text-align: right; font-size: 9px; letter-spacing: 1px}
  473.  
  474. .info {font-family:verdana; font-size: 9px; text-align:center;}
  475. .info a:hover{letter-spacing: 1px}
  476.  
  477. .coerapa {margin-top: -5px; border-left: -1px solid {color:entry}; padding: 2px;  background-color: {color:entry}; text-align: left; font-size: 9px; font-family: verdana; letter-spacing: 1px}
  478.  
  479. .coerapa a {font-size: 9px; letter-spacing: 1px}
  480. .coerapa a:hover{letter-spacing: 1px}
  481.  
  482. .noite {float:right; margin-center: 0px; margin-top: -5px; text-align: center; font-size: 0px; color: {color:infotext};}
  483.  
  484. .noite a{font-size: 0px; text-align: center; color: {color:infotext}}
  485.  
  486. .tags{font-size:9px; display: inline}
  487.  
  488.  
  489.  
  490. img a{border:none; width:500px; text-align:center; text-transform: uppercase}
  491.  
  492.  
  493.  
  494. .q {padding:10px; font-style: italic; text-indent: 20px}
  495.  
  496.  
  497.  
  498. .a {padding-top: 3px}
  499.  
  500. blockquote {border-left:0px {color:text} solid; padding-left:0px;}
  501. b, strong{color:{color:text}}
  502. i, em {color:;}
  503. p{margin-top:5px; margin-bottom:5px}
  504. blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
  505. img a{border:none; width:100%}
  506. .audio{background-color:black; display:block;}
  507. .user_1 .label {color:{color:text}; font-weight:bold}
  508. .user_2 .label {color:{color:text}; font-weight:bold}
  509. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  510. .q{font-family: Georgia; font-size: 14px; text-align: center; padding: 10px;
  511. }
  512. .notes img{width:10px; position:relative; top:1px;}
  513. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  514. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  515.  
  516. .xquote {font-family: verdana; text-align: center; font-size: 11px; line-height: 14px; padding: 3px;}
  517. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; color:{color:Origin}}
  518. .xquotesource a, a:hover{text-transform: none; color: {color:text}}
  519. .notes img{width:10px; position:relative; top:1px;}
  520. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  521. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  522.  
  523.  
  524. </style>
  525.  
  526. <script language="JavaScript1.2">
  527. function disableselect(e){
  528. return false
  529. }
  530. function reEnable(){
  531. return true
  532. }
  533. //if IE4+
  534. document.onselectstart=new Function ("return false")
  535. //if NS6
  536. if (window.sidebar){
  537. document.onmousedown=disableselect
  538. document.onclick=reEnable
  539. }
  540. </script>
  541.  
  542. </head>
  543. <body onkeydown="return false">
  544.  
  545. {block:IfEndlessScroll}
  546.  <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  547.  
  548.  
  549.  
  550. <div id="left">
  551.  
  552. {block:IfNotEndlessScroll}
  553. {/block:IfNotEndlessScroll}
  554.  
  555.  
  556.  
  557.  
  558. <div id="side"></div>
  559.  
  560.  
  561. <div id="pick"><div style="margin-top: 2px; opacity:0.8" ><img src="{image:pick}" width=100px; height=110px; margin-top: -12px; opacity:0.8></div>
  562.  
  563.  
  564.  
  565. </div>
  566.  
  567.  
  568.  
  569.  <div id="sidimg"><div class="credit"><center>Theme by estupi-d and desespero-final</center></div>
  570.  
  571.    
  572. </div>
  573.  
  574. </div>
  575.  
  576. <div id="link4"><div style="margin-top: -4px"><a href="">aqui</a></div></div>
  577. <div id="link5"><div style="margin-top: -4px"><a href="">é</a></div></div>
  578. <div id="link6"><div style="margin-top: -4px"><a href="">pelo</a></div></div>
  579. <div id="link7"><div style="margin-top: -4px"><a href="">html</a></div></div>
  580. <div id="link8"><div style="margin-top: -4px"><a href="">divirtasse</a></div></div>
  581.  
  582.  
  583.  
  584. <div id="linkks">
  585. <a href="{text:link1}"><div class="button" id="linksbaby">{text:link1 title}</div></a>
  586. <a href="{text:link2}"><div class="button" id="linksbaby">{text:link2 title}</div></a>
  587. <a href="{text:link3}"><div class="button" id="linksbaby">{text:link3 title}</div></a>  
  588. <a href="{text:link4}"><div class="button" id="linksbaby">{text:link4 title}</div></a>  
  589. </div>
  590.  
  591. <div id="pag"><div id="paginacaoml">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  592.  
  593. {block:JumpPagination length="3"}
  594. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  595. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  596. {/block:JumpPagination}
  597.  
  598.  
  599. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  600.  
  601. </div></div>
  602.  
  603.  
  604. <fb:like href="{Permalink}" layout="button_count" send="false" show_faces="false" font="arial" action="like" colorscheme="light"></fb:like></div>
  605.  
  606. <div id="entries">
  607.  
  608. {block:Posts}
  609. <div id="posts">
  610. {block:Title}<h1>{Title}</h1>{/block:Title}
  611. {block:Text}{Body}{/block:Text}
  612.  
  613. {block:Quote}
  614. <div class="xquote">“{Quote}”</div>
  615. {block:Source}<div class="xquotesource"> — {Source}</div>
  616. {/block:Source}
  617. {/block:Quote}
  618.  
  619. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;</h2></a>
  620. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  621.  
  622. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  623.  
  624. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  625.  
  626. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  627.  
  628. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  629.  
  630. {block:Answer}
  631. <div id="asker"><b>{Asker} sussurrou para <b>SEU NOME AQUI</b>:</b> {Question}</div>
  632. <div class="answer">{Answer}</div>
  633. {/block:Answer}
  634.  
  635. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  636.  
  637. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  638. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  639. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  640. {/block:ContentSource}</div>
  641. <br>
  642. <div class="info">
  643.  
  644. <div class="noite">{block:RebloggedFrom}via: <a href="{ReblogParentURL}"
  645.  
  646. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally)<a href="{ReblogRootURL}"
  647.  
  648. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  649.  
  650. <div style="color:{color:hashtag}"><div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div></div>
  651.  
  652. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} . <a href="{ReblogUrl}" target="_blank">reblog ♡ </a>{/block:IndexPage}
  653.  
  654. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  655.  
  656. {/block:RebloggedFrom}
  657.  
  658. </div></div></div>
  659. {/block:Posts}
  660. {block:PostNotes}{PostNotes}{/block:PostNotes}
  661.  
  662.  
  663.  
  664. </div>
  665. </div>
  666. </div>
  667.  
  668.  
  669. </body>
  670. </html>