ANTIGO-BRASILEIRO

theme 29

Sep 4th, 2012
1,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <! Theme #29 ANTIGO-BRASILEIRO + BASE DE LATE-TO-WRITE, NÃO RETIRE OS CRÉDITOS, NÃO COPIE!!!!>
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15. <SCRIPT TYPE="text/javascript">
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <!-- //Disable right click script
  24.  
  25.  
  26.  
  27. var message="isso é feio";
  28.  
  29.  
  30.  
  31. ///////////////////////////////////
  32.  
  33.  
  34.  
  35. function clickIE() {if (document.all) {(message);return false;}}
  36.  
  37.  
  38.  
  39. function clickNS(e) {if
  40.  
  41.  
  42.  
  43. (document.layers||(document.getElementById&&!document.all)) {
  44.  
  45.  
  46.  
  47. if (e.which==2||e.which==3) {(message);return false;}}}
  48.  
  49.  
  50.  
  51. if (document.layers)
  52.  
  53.  
  54.  
  55. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  56.  
  57.  
  58.  
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60.  
  61.  
  62.  
  63. document.oncontextmenu=new Function("return false")
  64.  
  65.  
  66.  
  67. // -->
  68.  
  69.  
  70.  
  71. </SCRIPT>
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <head> <!-- DEFAULT VARIABLES -->
  78.  
  79. <meta name="font:text" content="verdana" />
  80. <meta name="font:title" content="georgia" />
  81.  
  82.  
  83. <meta name="color:background" content="#f5f5f5" />
  84. <meta name="color:text" content="#000" />
  85. <meta name="color:entry" content="#fff" />
  86. <meta name="color:desc" content="#fff" />
  87. <meta name="color:links" content="#000" />
  88. <meta name="color:links1" content="#000" />
  89. <meta name="color:linkstext" content="#fff" />
  90. <meta name="color:titulo" content="#000" />
  91.  
  92.  
  93.  
  94. <meta name="image:background" content=""/>
  95. <meta name="image:sidebar1" content=""/>
  96.  
  97.  
  98.  
  99.  
  100. <meta name="text:frase" content="bote a frase aqui"/>
  101.  
  102. <meta name="text:Link1" content="/" />
  103. <meta name="text:Link1 Title" content="link1" />
  104. <meta name="text:Link2" content="/" />
  105. <meta name="text:Link2 Title" content="link2" />
  106. <meta name="text:Link3" content="/" />
  107. <meta name="text:Link3 Title" content="link3" />
  108. <meta name="text:Link4" content="/" />
  109. <meta name="text:Link4 Title" content="link4" />
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. <title>{Title}</title>
  119. <link rel="shortcut icon" href="{Favicon}">
  120. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  121. {block:Description}
  122. <meta name="description" content="{MetaDescription}" />
  123. {/block:Description}
  124.  
  125.  
  126. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  127.  
  128. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  129.  
  130. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136.  
  137. body {
  138. color:{color:text};
  139. background-color: {color:background};
  140. background-image:url('{image:background}');
  141. color:{color:text};
  142. font-family: verdana;
  143. font-size: 11px;
  144. text-align: center;
  145. background-attachment:fixed;
  146. background-repeat: no-repeat;
  147.  
  148. background-position: 100% 100%;
  149.  
  150.  
  151. line-height:110%;
  152. line-width:110%;
  153.  
  154.  
  155. text-align:justify
  156. }
  157.  
  158. a:link, a:active, a:visited {
  159. color: {color:links};
  160. text-decoration:none;
  161. }
  162.  
  163. a:hover {
  164. color: {color:links};
  165. -webkit-transition-duration: 0.8s;
  166. -moz-transition-duration: 0.8s;
  167. }
  168.  
  169.  
  170.  
  171. .bubble {align:right;background: {color:background}; margin:7px 0px 2px 66px;padding:11px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  172. .bubble p {margin:1px 0px;}
  173. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px; left:-13px;top:2px;border-top:7px solid transparent;border-bottom:7px solid transparent; border-right:10px solid {color:entry};}
  174. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. #pag {width: 291px;
  201. padding: 4px;
  202. float: right;
  203. height: 13px;
  204. position: fixed;
  205. margin-left: -106px;
  206. margin-top: 7px;}
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. #sbar5 {width: 145px;
  217. height: 58px;
  218. margin-left: 85px;
  219. margin-top: 420px;
  220. position: fixed;
  221. overflow: hidden;
  222. background-color: transparent;
  223. border-left: 0px solid;
  224. border-right: 0px solid;
  225. padding: 3px; }
  226.  
  227.  
  228.  
  229. #credit{position:fixed;bottom:5px;right:15px;}
  230.  
  231.  
  232. #credit a{color: #000;font-size:10px;font-family:consolas;text-decoration:none;}
  233.  
  234.  
  235. #icon {
  236. text-align: center;
  237. width: 100px;
  238. display: block;
  239. padding: 8px;
  240. }
  241.  
  242. #container {
  243. background-color:transparent;
  244. width: 460px;
  245. position: absolute;
  246. top:13px;
  247. left: 350px;
  248.  
  249. padding-bottom: 5px;
  250. }
  251.  
  252. #entries {margin: -10px 0 0px 0}
  253.  
  254. #entry .boxnotes {margin-left:4px; width:400px;
  255. text-align: left;
  256. position: absolute; margin-top: -4px; text-transform:uppercase;
  257. line-height: -12px; font-family:georgia;font-size:10px;
  258. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  259. -o-transition: all 0.5s ease;transition: all 0.5s ease; opacity: 0;
  260. }
  261. #entry:hover .boxnotes {opacity: 1;
  262. text-align: left; }
  263.  
  264.  
  265. #entry .infosm {margin-top:3px;margin-left:0px;;-webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear;float:left;}
  266. #entry:hover .infosm {margin-left: 0px;;}
  267. #entry .infosm2 {margin-top:3px;margin-left: -50px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;float:left;}
  268. #entry .infosm2 {margin-top:3px;margin-left: -50px;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;float:left;}
  269. #entry:hover .infosm2 {margin-left:3px;}
  270. .infodate{font-size:10px;
  271. font-style:italic;margin-top:0px;}
  272.  
  273.  
  274. #entries {margin: -10px 0 0px 0}
  275.  
  276.  
  277. #entry {
  278. width: 500px;
  279. border-bottom: 2px solid {color:background};
  280. background-color:{color:entry};
  281. text-align: justify;
  282. padding: 20px;
  283. margin-bottom:0px;}
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. .image{text-align: center; margin: 0 0 5px 0}
  293. .image img{border: 0px; margin: 0; padding: 0;}
  294.  
  295. #ask_form{width: 500px; }
  296.  
  297. .search_result{font-size: 12px; text-align: center}
  298.  
  299. .source{display:none}
  300.  
  301. h1{
  302. font-family: georgia;
  303. font-size:20px;
  304. letter-spacing: -1px;
  305. line-height: 20px;
  306. text-transform: none;
  307. font-weight: normal;
  308. margin: 0 0 5px 0;
  309. text-align: center;
  310. }
  311.  
  312. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-decoration: none; text-align: center; }
  313.  
  314.  
  315.  
  316.  
  317.  
  318. .qquote {font-family: georgia;
  319. font-size: 13px; text-align: left;line-height: 16px; padding: 0px;}
  320.  
  321. .qsource {font-weight: bold;font-size: 10px; font-family: georgia;text-align: left;margin-bottom: 5px;text-align: center;
  322. }
  323.  
  324.  
  325. .chat{
  326. line-height: 12px;
  327. list-style: none
  328. }
  329.  
  330. .chat ul {
  331. line-height: 15px;
  332. list-style: none;
  333. padding: 0px;
  334. line-height: 20px;
  335. background: {color:entry};
  336. }
  337.  
  338. .person1 {
  339. background-color: {color:entry};
  340. color: {color:text}
  341. }
  342. .person1 .label {
  343. font-weight: bold;
  344. padding: 0px;
  345. margin-left: 5px;
  346. color: {color: text}
  347. }
  348. .person2 {
  349. background-color: {color:entry};
  350. color: {color: text}
  351. }
  352. .person2 .label {
  353. font-weight: bold;
  354. padding: 0px;
  355. margin-left: 5px;
  356. color: {color: text}
  357. }
  358.  
  359. .audioimage{
  360. float:left;
  361. text-align: center;
  362. margin: 0 10px 5px 0;
  363. width: 205px;
  364. border: 15px solid {color:background};
  365. }
  366. .audioimage img{
  367. max-width: 205px;
  368. height: auto;
  369. margin: 0 0 2px 0
  370. }
  371. .playcount {font-style: italic}
  372.  
  373.  
  374. .asker {
  375. width: 480px;
  376. background-color: {color:background};
  377. color:{color:text};
  378. padding: 10px; }
  379. .asker img{
  380. float: left;
  381. margin: 0px 4px 2px 0
  382. }
  383. .asker a{
  384. font-size: 20px;
  385. color:{color:links};
  386. text-transform: lowercase;
  387. line-height: 27px;
  388. padding: 0; margin: 0;
  389. font-family: georgia;
  390. }
  391. .asker a:hover{
  392. font-size: 20px;
  393. color:{color:links};
  394. text-transform: lowercase;
  395. line-height:27px;
  396. padding: 0;
  397. margin: 0;
  398. font-family: georgia;
  399. }
  400. .answer {padding: 5px 0 0 0; }
  401.  
  402. #cap {
  403. padding: 2px 0 0 0;
  404. width: 500px;
  405. margin: 0 0 0 5px
  406. }
  407.  
  408. .info {
  409. margin-top: 10px;
  410. border-left: 0px solid {color:entry};
  411. padding: 5px;
  412. background-color: {color:entry};
  413. text-align: center;
  414. font-size: 8px;
  415. font-family: tinytots;
  416. text-transform: uppercase;
  417. }
  418.  
  419. .info a {font-size: 8px;text-transform:uppercase;}
  420.  
  421. .info2 {
  422. padding: 2px;
  423. border-bottom: 1px dotted {color:entry};
  424. text-align: right;
  425. }
  426. .tags {
  427. color: {color:text};
  428. font-size: 9px;
  429. font-family: verdana;
  430. display: inline;
  431. list-style: none;
  432. text-transform: none;
  433. }
  434. .tags a {
  435. font-size: 9px;
  436. color: {color:text};
  437. display: inline;
  438. list-style: none;
  439. text-transform: none;
  440. }
  441.  
  442. #nts {
  443. width: 500px;
  444. margin-left: 95px;
  445. padding: 10px;
  446. margin-top: 5px;
  447. font-size: 10px;
  448. text-align: left
  449. }
  450.  
  451. #nts img{display: none; border:0px}
  452.  
  453. #clear{
  454. clear: both;
  455. width: 50px;
  456. height: 0px;
  457. background-color: transparent
  458. }
  459.  
  460. #prevnextlinks{
  461. text-align: center;
  462. width: 500px;
  463. background-color:{color:entry};
  464. padding: 7px 20px 7px 20px;
  465. margin: 0 0 2px 0;
  466. font-size: 10px
  467. }
  468.  
  469. #notes {
  470. width: 500px;
  471. margin: 0px;
  472. margin-left: 0px;
  473. padding: 5px;
  474. text-align: left
  475. }
  476.  
  477.  
  478.  
  479. .aspas{height: 1px;font-size: 40px; font-weight: bold; line-height: 25px; opacity: .15; color: #070707;}
  480.  
  481. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  482. ol.notes li {margin: 0px; padding: 2px;}
  483.  
  484. #notes img{border:0px}
  485. #notes a{font-size: 10px}
  486.  
  487. #tumblr_controls{position: fixed!important}
  488. ::-webkit-scrollbar{width:5px;height:5px;}
  489.  
  490. ::-webkit-scrollbar-button:start:decrement
  491.  
  492. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  493.  
  494. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  495.  
  496. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  497.  
  498. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  499.  
  500. {CustomCSS}
  501.  
  502. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  503.  
  504.  
  505.  
  506. #pagination {left: 80px;
  507. position: fixed;
  508. text-transform: uppercase;
  509. letter-spacing: 2px;
  510. font-size: 10px;
  511. font-family: calibri;
  512. margin-top: 341px;
  513. margin-right: 9px;color:#fff; background-color:#000; width:80px; z-index:10}
  514.  
  515. #pagination a {color:#fff}
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. #preto {width: 350px; margin-left: -10px; margin-top: -12px; background-color: #000; background-image:url('');background-repeat: no-repeat;
  530.  
  531. background-position:30% 100%;height: 100%; position: fixed; border-bottom: 1px solid #fff}
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538. .derlan {margin-top: 0px; margin-left: 0px; height: auto; width: 210px; padding: 0px; background-color: ;}
  539.  
  540. .derlan2 {display: inline;}
  541. .derlan2 img{width: 205px; height: 326px;}
  542.  
  543. #td {width: 200px; height: none; margin-left: 0px; position: fixed; color: #888; font-size: 9px; margin-top: 0px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
  544. #td:hover {margin-left: 100px;}
  545.  
  546. #change {margin-left:-210px; -webkit-transition: all 1.5s ease-out;-moz-transition: all 1.5s ease-out;transition: all 1.5s ease-out;}
  547. #change:hover {margin-left:0px;}
  548.  
  549.  
  550.  
  551.  
  552. .aiderlan {width:200px; height:auto; margin-left:10px; margin-top:0px; overflow:hidden; background-color: #ffffff; position: fixed; border: solid 5px #ffffff;}
  553.  
  554.  
  555. #derl{font-size: 9px; font-family: verdana; margin-left: -4px; width: 200px; background-color: #ffffff; text-align: center; padding: 5px; margin-top: 54px; height: auto;}
  556.  
  557. .fraderlan {margin-top: -119px;text-align: center; font-family: 'Gloria Hallelujah', cursive; font-size: 15px; color: {color:titulo}; letter-spacing: 1px;line-height: 25px;}
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. #orquestra {margin-left: 228px;
  568. margin-top: 20px;
  569. width: 96px;font-size: 10px; height: 57px; background-color: #000 ; font-family: calibri; line-height: 12px; color: #fff; position: fixed; ; letter-spacing: 1px; text-align: JUSTIFY; border-left: 0px solid #f5f2f2; border-right: 0px solid #f5f2f2;border-top: 1px dotted #ccc; border-bottom: 0px solid #f5f2f2; padding: 4px; z-index: 120000; }
  570.  
  571. #orquestra A{font-size: 10px;font-family: verdana; line-height: 10px; color: #fff; position: fixed; ; letter-spacing: 0px; text-align: JUSTIFY; }
  572.  
  573.  
  574.  
  575.  
  576.  
  577. a.nav{
  578. color: {color:linkstext};
  579. background: {color:links1};
  580. margin-top: 3px;
  581. margin-top: 5px;
  582. line-height: 25px;
  583. text-transform: lowercase;
  584. margin-right: 15px;
  585. text-align: center;
  586. padding: 4px;
  587. -moz-border-radius: 10px;
  588. -webkit-border-radius: 10px;
  589. border-radius: 10px;
  590. }
  591.  
  592.  
  593. a.nav:hover {
  594. color: #EEEEEE;
  595. background: #000000;
  596. text-align:center;
  597. -webkit-transition-duration:.8s; -moz-transition-duration:.8s}
  598.  
  599.  
  600.  
  601.  
  602. .vishi {right:1px;margin-left: autopx; margin-top: 50px;font-size: 10px; font-family: Homenaje; line-height:16px; color:#fff; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 1; text-align: center; font-style: bold; padding-bottom: 9px}
  603.  
  604.  
  605.  
  606. </style>
  607.  
  608. </head>
  609.  
  610.  
  611.  
  612. <body onkeydown="return false">
  613.  
  614.  
  615.  
  616.  
  617. <div id="container">
  618.  
  619. <div id="entries">
  620. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  621. <script type="text/javascript"
  622.  
  623. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  624.  
  625.  
  626. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  627.  
  628.  
  629.  
  630. {block:Posts}
  631.  
  632. <div id="entry">{block:IndexPage}
  633. <div class="boxnotes">
  634. <div class="infosm">
  635. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"width="20"></a> </div><div class="infosm2"><a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png"width="18"></a>
  636. </div>
  637. </div>
  638. {/block:IndexPage}
  639. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  640.  
  641. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  642. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  643.  
  644. {block:Photoset}{Photoset-500}
  645. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  646. {/block:Photoset}
  647.  
  648.  
  649. {block:Quote}
  650. <div class="qquote"><div class="aspas">&#10077;</div><div style="margin-top: 10px;margin-left:35px;">{Quote}</div></div>
  651. {block:Source}<div class="qsource"><br> — {Source}</div>
  652. {/block:Source}
  653. {/block:Quote}
  654.  
  655. {block:Link}
  656. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  657. {block:Description}{Description}{/block:Description}
  658. {/block:Link}
  659.  
  660. {block:Chat}
  661. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  662. <div class="chat"><ul>{block:Lines}
  663. <li class="person{UserNumber}">{block:Label}
  664. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  665. {/block:Chat}
  666.  
  667. {block:Audio}
  668. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  669. {AudioPlayerWhite}
  670. <div class="playcount">{PlayCountWithLabel}</div>
  671. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  672. {/block:Audio}
  673.  
  674. {block:Video}{Video-500}
  675. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  676.  
  677. {block:Answer}
  678. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b>
  679. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  680.  
  681. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  682. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  683. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  684. {/block:ContentSource}</div>
  685.  
  686.  
  687.  
  688. <div id="clear"></div>
  689.  
  690. {block:Date} <div class="info"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} {/Block:IndexPage} {block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  691. <br>
  692. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  693. </div></div>
  694. {/block:Posts}
  695. {block:PostNotes}
  696. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  697. {/block:PostNotes}
  698.  
  699. </div>
  700.  
  701. </div></div></div>
  702.  
  703.  
  704. <div style="left:2px;position: fixed;">
  705.  
  706.  
  707.  
  708. <div id="preto"> </div>
  709.  
  710.  
  711. <div class="aiderlan">
  712. <table border="0" cellpadding="0" cellspacing="0" id="change"><tr>
  713. <td>
  714.  
  715. <div id="derl">
  716. <div id="derl">
  717. <div class="fraderlan">{text:frase}</div>
  718. </center> </p>
  719.  
  720. <a href="/"class="nav">inicio</a>
  721. <a href="/ask"class="nav">ask-me</a>
  722. <a href="{text:Link1}"class="nav">{text:Link1 Title}</a>
  723. <a href="{text:Link2}" class="nav">{text:Link2 Title}</font></a>
  724. <a href="{text:Link3}" class="nav">{text:Link3 Title}</font></a>
  725. <a href="{text:Link4}"class="nav">{text:Link4 Title}</a>
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732. </center>
  733. </br></br>
  734.  
  735.  
  736. </div>
  737. </div></td>
  738. <td><div class="derlan"><div class="derlan2">
  739. <img src="{image:sidebar1}"/></div></div></td>
  740. </tr></table></div>
  741.  
  742.  
  743.  
  744.  
  745. <div id="orquestra"> {description}
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752. </div>
  753.  
  754. </div>
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761. <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  762. </div></center></div></div>
  763. </div></div>
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777. </div>
  778. </div></div>
  779.  
  780.  
  781.  
  782.  
  783. </body>
  784.  
  785.  
  786.  
  787.  
  788.  
  789. <div id="credit">
  790.  
  791.  
  792.  
  793. <a title="Theme feito por ANTIGO-BRASILEIRO + detalhes de cerejadosundae " href="http://antigo-brasileiro.tumblr.com">© Theme</a>
  794.  
  795.  
  796. </div>
  797.  
  798.  
  799.  
  800.  
  801.  
  802. </html>
Advertisement
Add Comment
Please, Sign In to add comment