ANTIGO-BRASILEIRO

theme 19

Jul 27th, 2012
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.37 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 # 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. <meta name="color:frase" content="#000" />
  83. <meta name="color:info" content="#000" />
  84. <meta name="color:lcre" content="#000" />
  85. <meta name="color:background" content="#ffffff" />
  86. <meta name="color:text" content="#000" />
  87. <meta name="color:sidebar" content="#f5f5f5" />
  88. <meta name="color:titletext" content="#534c4c" />
  89. <meta name="color:entry" content="#fff" />
  90. <meta name="color:linha" content="#000" />
  91. <meta name="color:desc" content="#fff" />
  92. <meta name="color:links" content="#000" />
  93. <meta name="color:links1" content="#cfcfcf" />
  94. <meta name="color:links2" content="#fff" />
  95. <meta name="color:linkst" content="#fff" />
  96. <meta name="color:linkstt" content="#000" />
  97. <meta name="color:borda link" content="#ffffff" />
  98. <meta name="color:faixa" content="#000" />
  99. <meta name="color:faixa text" content="#fff" />
  100.  
  101. <meta name="image:background" content=""/>
  102. <meta name="image:sidebar1" content=""/>
  103. <meta name="image:sidebar2" content=""/>
  104.  
  105.  
  106.  
  107.  
  108. <meta name="image:sidebar1" content=""/>
  109.  
  110.  
  111.  
  112.  
  113. <meta name="text:frase" content="bote o titulo aqui"/>
  114.  
  115.  
  116. <meta name="text:Link1" content="/" />
  117. <meta name="text:Link1 Title" content="link1" />
  118. <meta name="text:Link2" content="/" />
  119. <meta name="text:Link2 Title" content="link2" />
  120. <meta name="text:Link3" content="/" />
  121. <meta name="text:Link3 Title" content="link3" />
  122. <meta name="text:Link4" content="/" />
  123. <meta name="text:Link4 Title" content="link4" />
  124. <meta name="text:Link5" content="/" />
  125. <meta name="text:Link5 Title" content="link5" />
  126. <meta name="text:Link6" content="/" />
  127. <meta name="text:Link6 Title" content="link6" />
  128. <meta name="text:Link7" content="/" />
  129. <meta name="text:Link7 Title" content="link7" />
  130. <meta name="text:Link8" content="/" />
  131. <meta name="text:Link8 Title" content="link8" />
  132. <meta name="text:Link9" content="/" />
  133. <meta name="text:Link9 Title" content="link9" />
  134. <meta name="text:Link10" content="/" />
  135. <meta name="text:Link10 Title" content="link10" />
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <title>{Title}</title>
  143. <link rel="shortcut icon" href="{Favicon}">
  144. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  145. {block:Description}
  146. <meta name="description" content="{MetaDescription}" />
  147. {/block:Description}
  148.  
  149.  
  150. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  151.  
  152. <style type="text/css">
  153.  
  154.  
  155.  
  156. body {
  157. color:{color:text};
  158. background-color: {color:background};
  159. background-image:url('{image:background}');
  160. color:{color:text};
  161. font-family: verdana;
  162. font-size: 11px;
  163. text-align: center;
  164. background-attachment:fixed;
  165.  
  166. background-repeat: no-repeat;
  167.  
  168. background-position: 103% 110%;
  169.  
  170. line-height:110%;
  171.  
  172. text-align:justify
  173. }
  174.  
  175. a:link, a:active, a:visited {
  176. color: {color:links};
  177. text-decoration:none;
  178. }
  179.  
  180. a:hover {
  181. color: {color:links};
  182. -webkit-transition-duration: 0.8s;
  183. -moz-transition-duration: 0.8s;
  184. }
  185.  
  186.  
  187. .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;}
  188. .bubble p {margin:1px 0px;}
  189. .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};}
  190. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. #cred {width:20px; height: 17px; margin-left: 213px; margin-top: 90px; position:fixed; overflow:hidden; background-color:#ffffff; border-left:0px solid; border-right:0px solid; padding:3px;}
  219.  
  220.  
  221.  
  222.  
  223. #derlan {font-family: georgia; position: fixed; margin-left: 365px; margin-top: 89px; font-size: 28px; z-index: 0;}
  224.  
  225. .derlan a {color: ; background-color: transparent;}
  226.  
  227. .derlan a:hover {color ;}
  228.  
  229.  
  230.  
  231. #derlan2 {font-family: georgia; position: fixed; margin-left: 207px; margin-top: 89px; font-size: 28px; z-index: 0;}
  232.  
  233. .derlan2 a {color: ; background-color: transparent;}
  234.  
  235. .derlan2 a:hover {color ;}
  236.  
  237.  
  238.  
  239.  
  240. #jiqui{
  241.  
  242. text-align: center;
  243.  
  244. margin-left: 21px;
  245.  
  246. width: 191px;
  247.  
  248. position: fixed;
  249.  
  250. top: 102px;
  251.  
  252. background-color: #ffffff;
  253.  
  254. box-shadow: 0px 0px 2px #464646;
  255.  
  256. }
  257.  
  258. #jiqui p{
  259.  
  260. margin-top: 5px;
  261.  
  262. font-size:0.7em;
  263.  
  264. }
  265.  
  266.  
  267. .jiqui:hover .link1 {opacity:0.85;margin-left:2px;}
  268.  
  269.  
  270. .enfinca {margin-top: 146px; margin-left: 213px; position: fixed; width: 112px; text-align:right;color:{color:frase};font-family:'Zeyada';padding-top:20px;font-size:26px;line-height:25px;}
  271.  
  272.  
  273.  
  274. #jilink{
  275.  
  276. text-align: center;
  277.  
  278. margin-left: 21px;
  279.  
  280. width: 191px;
  281.  
  282. position: fixed;
  283.  
  284. top: 331px;
  285.  
  286. background-color: #ffffff;
  287.  
  288.  
  289.  
  290. }
  291.  
  292. #jilink p{
  293.  
  294. margin-top: 5px;
  295.  
  296. font-size:0.7em;
  297.  
  298. }
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. #sbar5 {width:80px; height: 15px; margin-left: 252px; margin-top: 346px; position:fixed; overflow:hidden; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px }
  314.  
  315.  
  316.  
  317. #sbarfrase {position:fixed; width:250px; margin-top: 4px; margin-left: -6px; color: #fffdfd; font-family: georgia; font-face: 15px; padding: 3px;}
  318.  
  319.  
  320.  
  321.  
  322. #sbar7 {position: fixed;left:128px; top:62px;}
  323.  
  324.  
  325. #credit{
  326.  
  327.  
  328.  
  329. position:fixed;
  330.  
  331.  
  332.  
  333. bottom:5px;
  334.  
  335.  
  336.  
  337. right:15px;}
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. #credit a{
  346.  
  347.  
  348.  
  349. color: #000;
  350.  
  351.  
  352.  
  353. font-size:10px;
  354.  
  355.  
  356.  
  357. font-family:consolas;
  358.  
  359.  
  360.  
  361. text-decoration:none;}
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. #paginacaoml {font-family: arial sans; font-size:8px; font-weight: none; line-height: 15px; text-shadow: 0 0px 0px #000;}
  370. #paginacaoml a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  371. #paginacaoml a:hover {background: {color:sidebar};}
  372. #paginacaoml span.pagina_atual {background: #; margin: 0 1px 0 0; padding: 1px 3px; color:{color:links}; text-decoration: none;}
  373. #paginacaoml span.info {background: {color:sidebar}; margin: 0 0px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. #lcre
  381. {position: fixed;
  382. margin-top: 42px;
  383. margin-left: -245px;
  384. height:32px;
  385. width:247px;}
  386.  
  387.  
  388. #frase
  389. {position: fixed;
  390. margin-top: -3px;
  391. margin-left: 202px;
  392. height:32px;
  393. width:915px;}
  394.  
  395.  
  396.  
  397. #sbar7 {position: fixed;left: -180px; top: 240px;}
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. #sid{font-size: 9px; font-family: verdana; position: fixed; margin-left: 141px; width: 170px; background-color: ; padding: 10px; margin-top: 435px; background-attachment: fixed; background-image:url('');}
  407.  
  408.  
  409.  
  410. .ttle {text-align: center; font-family: DK Pimpernel, 'Century Gothic', AppleGothic, sans-serif; font-size: 20px; color: #000; letter-spacing: 0px;}
  411.  
  412. .subttle {letter-spacing: 1px; margin-left: 70px; text-align: center; font-family: verdana; text-transform: lowercase; font-size: 10px; color: #000;}
  413.  
  414.  
  415.  
  416.  
  417. .msc {margin-top: 378px; height: 25px; width: 170px; margin-left: -20px; position: fixed; background: #fff;}
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. .link1 {width:180px; position:absolute; font-family:georgia; font-style: italic; font-size:12px;text-align:center;margin-top:-150px; background-color:#fff;opacity:0;margin-left:100px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; height:20px;}
  425.  
  426.  
  427.  
  428. #icon {
  429. text-align: center;
  430. width: 100px;
  431. display: block;
  432. padding: 8px;
  433. }
  434.  
  435. #container {
  436. background-color:transparent;
  437. width: 465px;
  438. position: absolute;
  439. top:13px;
  440. left: 374px;
  441.  
  442. padding-bottom: 5px;
  443. }
  444.  
  445. #entries {margin: -10px 0 0px 0}
  446.  
  447.  
  448. #entry {
  449. width: 500px;
  450. border-bottom: 2px solid #DADADA;
  451. background-color:{color:entry};
  452. text-align: justify;
  453. padding: 20px;
  454. margin-bottom:0px;}
  455.  
  456. .image{text-align: center; margin: 0 0 5px 0}
  457. .image img{border: 0px; margin: 0; padding: 0;}
  458.  
  459. #ask_form{width: 500px; }
  460.  
  461. .search_result{font-size: 12px; text-align: center}
  462.  
  463. .source{display:none}
  464.  
  465. h1{
  466. font-family: georgia;
  467. font-size:20px;
  468. letter-spacing: -1px;
  469. line-height: 20px;
  470. text-transform: none;
  471. font-weight: normal;
  472. margin: 0 0 5px 0;
  473. text-align: center;
  474. }
  475.  
  476. 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; }
  477.  
  478.  
  479. .fj {opacity: 0.9;font-size: 40px; font-family: Elephant; line-height: 85px; color: #000000;}
  480.  
  481.  
  482. .qquote {font-family: DK Pimpernel; text-align: left; font-size: 24px; line-height: 33px; padding: 0px;}
  483.  
  484. .qsource {font-size: 8px; font-family: PF Ronda Seven;text-align: right;margin-bottom: 5px;}
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491. .chat{
  492. line-height: 12px;
  493. list-style: none
  494. }
  495.  
  496. .chat ul {
  497. line-height: 15px;
  498. list-style: none;
  499. padding: 0px;
  500. line-height: 20px;
  501. background: {color:entry};
  502. }
  503.  
  504. .person1 {
  505. background-color: {color:entry};
  506. color: {color:text}
  507. }
  508. .person1 .label {
  509. font-weight: bold;
  510. padding: 0px;
  511. margin-left: 5px;
  512. color: {color: text}
  513. }
  514. .person2 {
  515. background-color: {color:entry};
  516. color: {color: text}
  517. }
  518. .person2 .label {
  519. font-weight: bold;
  520. padding: 0px;
  521. margin-left: 5px;
  522. color: {color: text}
  523. }
  524.  
  525. .audioimage{
  526. float:left;
  527. text-align: center;
  528. margin: 0 10px 5px 0;
  529. width: 205px;
  530. border: 15px solid {color:background};
  531. }
  532. .audioimage img{
  533. max-width: 205px;
  534. height: auto;
  535. margin: 0 0 2px 0
  536. }
  537. .playcount {font-style: italic}
  538.  
  539.  
  540. .asker {
  541. width: 480px;
  542. background-color: {color:background};
  543. color:{color:text};
  544. padding: 10px; }
  545. .asker img{
  546. float: left;
  547. margin: 0px 4px 2px 0
  548. }
  549. .asker a{
  550. font-size: 20px;
  551. color:{color:links};
  552. text-transform: lowercase;
  553. line-height: 27px;
  554. padding: 0; margin: 0;
  555. font-family: georgia;
  556. }
  557. .asker a:hover{
  558. font-size: 20px;
  559. color:{color:links};
  560. text-transform: lowercase;
  561. line-height:27px;
  562. padding: 0;
  563. margin: 0;
  564. font-family: georgia;
  565. }
  566. .answer {padding: 5px 0 0 0; }
  567.  
  568. #cap {
  569. padding: 2px 0 0 0;
  570. width: 500px;
  571. margin: 0 0 0 5px
  572. }
  573.  
  574. .info {
  575. margin-top: 10px;
  576. border-left: 0px solid {color:entry};
  577. padding: 5px;
  578. background-color: {color:entry};
  579. text-align: left;
  580. font-size: 8px;
  581. font-family: tinytots;
  582. text-transform: uppercase;
  583. }
  584.  
  585. .info a {font-size: 8px;text-transform:uppercase;}
  586.  
  587. .info2 {
  588. padding: 2px;
  589. border-bottom: 1px dotted {color:entry};
  590. text-align: right;
  591. }
  592. .tags {
  593. color: {color:text};
  594. font-size: 9px;
  595. font-family: verdana;
  596. display: inline;
  597. list-style: none;
  598. text-transform: none;
  599. }
  600. .tags a {
  601. font-size: 9px;
  602. color: {color:text};
  603. display: inline;
  604. list-style: none;
  605. text-transform: none;
  606. }
  607.  
  608. #nts {
  609. width: 500px;
  610. margin-left: 95px;
  611. padding: 10px;
  612. margin-top: 5px;
  613. font-size: 10px;
  614. text-align: left
  615. }
  616.  
  617. #nts img{display: none; border:0px}
  618.  
  619. #clear{
  620. clear: both;
  621. width: 50px;
  622. height: 0px;
  623. background-color: transparent
  624. }
  625.  
  626. #prevnextlinks{
  627. text-align: center;
  628. width: 500px;
  629. background-color:{color:entry};
  630. padding: 7px 20px 7px 20px;
  631. margin: 0 0 2px 0;
  632. font-size: 10px
  633. }
  634.  
  635. #notes {
  636. width: 500px;
  637. margin: 0px;
  638. margin-left: 0px;
  639. padding: 5px;
  640. text-align: left
  641. }
  642.  
  643. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  644. ol.notes li {margin: 0px; padding: 2px;}
  645.  
  646. #notes img{border:0px}
  647. #notes a{font-size: 10px}
  648.  
  649. #tumblr_controls{position: fixed!important}
  650. ::-webkit-scrollbar{width:5px;height:5px;}
  651.  
  652. ::-webkit-scrollbar-button:start:decrement
  653.  
  654. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  655.  
  656. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  657.  
  658. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  659.  
  660. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  661.  
  662. {CustomCSS}
  663.  
  664. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  665.  
  666.  
  667. #alan {margin-left:388px; margin-top: 72px; width: 17px; font-size: 10px; height: auto; text-align: center; background-color: #ffffff; font-family: verdana; line-height: 17px; color: #000000; position: fixed; padding:0px; overflow: visible; }
  668.  
  669.  
  670. .ticobico {text-align: justify; overflow: hidden; font-size: 9px; font-family: verdana; position: fixed; margin-left:0px; width: 185px; height: 230px; background-color: #trans; border: 1px solid #dadada; color: #666; margin-top:-10px; background-attachment: fixed; }
  671.  
  672.  
  673.  
  674.  
  675.  
  676. .ticobico img{width: 170px; height:215px; margin-left:0px; margin-top: 0px; -webkit-transition-duration: 1.0s; -moz-transition-duration: 1.0s; border: 7px solid #fff; -webkit-border-radius: 0px 0px 0px 0px;}
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. .link1 {width:180px; position:absolute; font-family:tinytots; text-transform: uppercase;font-style: italic; font-size:8px;text-align:center;margin-top:-188px; background-color:#fff;opacity:0;margin-left:100px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; height:12px;}
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698. .link2 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-175px; background-color:#fff;opacity:0;margin-left:-120px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; height:12px;}
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706. .link3 {width:180px; position:absolute; font-family:tinytots; text-transform: uppercase;font-style: italic; font-size:8px;text-align:center;margin-top:-162px; background-color:#fff;opacity:0;margin-left:140px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714. .link4 {width:180px; position:absolute; font-family:tinytots; text-transform: uppercase;font-style: italic; font-size:8px;text-align:center;margin-top:-149px; background-color:#fff;opacity:0;margin-left:-160px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722. .link5 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-136px; background-color:#fff;opacity:0;margin-left:180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  723.  
  724.  
  725. .link6 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-123px; background-color:#fff;opacity:0;margin-left:-180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  726.  
  727.  
  728.  
  729. .link7 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-110px; background-color:#fff;opacity:0;margin-left:180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  730.  
  731.  
  732.  
  733. .link8 {width:180px; position:absolute; font-family:tinytots; text-transform: uppercase;font-style: italic; font-size:8px;text-align:center;margin-top:-97px; background-color:#fff;opacity:0;margin-left:-180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  734.  
  735.  
  736.  
  737.  
  738. .link9 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-84px; background-color:#fff;opacity:0;margin-left:180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  739.  
  740.  
  741.  
  742. .link10 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-71px; background-color:#fff;opacity:0;margin-left:-180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  743.  
  744.  
  745.  
  746. .link11 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-58px; background-color:#fff;opacity:0;margin-left:180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  747.  
  748.  
  749.  
  750.  
  751.  
  752. .link12 {width:180px; position:absolute; font-family:tinytots;text-transform: uppercase; font-style: italic; font-size:8px;text-align:center;margin-top:-45px; background-color:#fff;opacity:0;margin-left:-180px;-webkit-transition: all 1.1s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;height:12px;}
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763. .ticobico:hover .link1 {opacity:0.95;margin-left:2px;}
  764.  
  765.  
  766.  
  767. .ticobico:hover .link2 {opacity:0.95;margin-left:2px;}
  768.  
  769.  
  770.  
  771. .ticobico:hover .link3 {opacity:0.95;margin-left:2px;}
  772.  
  773.  
  774.  
  775. .ticobico:hover .link4 {opacity:0.95;margin-left:2px;}
  776.  
  777.  
  778.  
  779. .ticobico:hover .link5 {opacity:0.95;margin-left:2px;}
  780.  
  781.  
  782. .ticobico:hover .link6 {opacity:0.95;margin-left:2px;}
  783.  
  784.  
  785. .ticobico:hover .link7 {opacity:0.95;margin-left:2px;}
  786.  
  787.  
  788. .ticobico:hover .link8 {opacity:0.95;margin-left:2px;}
  789.  
  790.  
  791.  
  792. .ticobico:hover .link9 {opacity:0.85;margin-left:2px;}
  793.  
  794.  
  795.  
  796.  
  797. .ticobico:hover .link10 {opacity:0.85;margin-left:2px;}
  798.  
  799.  
  800.  
  801.  
  802. .ticobico:hover .link11 {opacity:0.85;margin-left:2px;}
  803.  
  804.  
  805.  
  806.  
  807.  
  808. .ticobico:hover .link12 {opacity:0.85;margin-left:2px;}
  809.  
  810.  
  811.  
  812.  
  813.  
  814. #cornerplayer
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830. {z-index:999;
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846. background-color:#fff;
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862. width:105px;
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878. height:111px;
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894. border-radius:0px 50px 0px 0px;
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910. -moz-border-radius:0px 50px 0px 0px;
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. position:fixed;
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942. overflow:hidden;
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958. bottom:13px;
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974. left:0px;
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. #icon
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022. {margin-top:25px;
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038. margin-bottom:20px;
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054. margin-left:-5px;
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086. #cornerplayer:hover
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102. {width:200px;
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118. -moz-border-radius:0px;
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134. border-radius:0px;}
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150. #cornerplayer:hover #icon
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166. {margin-top:10px;
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. margin-left:0px;
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198. margin-bottom:4px;}
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208. </style>
  1209.  
  1210. </head>
  1211.  
  1212.  
  1213.  
  1214. <body onkeydown="return false">
  1215.  
  1216.  
  1217.  
  1218. <div id="container">
  1219.  
  1220. <div id="entries">
  1221. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1222. <script type="text/javascript"
  1223.  
  1224. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1225.  
  1226.  
  1227. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1228.  
  1229.  
  1230.  
  1231. {block:Posts}
  1232.  
  1233. <div id="entry">
  1234. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1235.  
  1236. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1237. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1238.  
  1239. {block:Photoset}{Photoset-500}
  1240. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1241. {/block:Photoset}
  1242.  
  1243.  
  1244. {block:Quote}
  1245. <div class="qquote"><div class="fj">“</div><div style=margin-top:-67px;margin-left:25px;>{Quote}</div></div>
  1246. {block:Source}<div class="qsource"><br> — {Source}</div>
  1247. {/block:Source}
  1248. {/block:Quote}
  1249.  
  1250. {block:Link}
  1251. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1252. {block:Description}{Description}{/block:Description}
  1253. {/block:Link}
  1254.  
  1255. {block:Chat}
  1256. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1257. <div class="chat"><ul>{block:Lines}
  1258. <li class="person{UserNumber}">{block:Label}
  1259. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1260. {/block:Chat}
  1261.  
  1262. {block:Audio}
  1263. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1264. {AudioPlayerWhite}
  1265. <div class="playcount">{PlayCountWithLabel}</div>
  1266. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1267. {/block:Audio}
  1268.  
  1269. {block:Video}{Video-500}
  1270. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1271.  
  1272. {block:Answer}
  1273. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b>
  1274. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  1275.  
  1276. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1277. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1278. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1279. {/block:ContentSource}</div>
  1280.  
  1281.  
  1282.  
  1283. <div id="clear"></div>
  1284.  
  1285. {block:Date} <div class="info"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} <a href="{ReblogUrl}" target="_blank"> . <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png" class="" title=""> <b>r</b>eblog </a> {/Block:IndexPage} {block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1286. <br>
  1287. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  1288. </div></div>
  1289. {/block:Posts}
  1290. {block:PostNotes}
  1291. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  1292. {/block:PostNotes}
  1293.  
  1294. </div>
  1295.  
  1296. </div>
  1297.  
  1298.  
  1299. <div id="jiqui">
  1300.  
  1301. <div class="ticobico">
  1302.  
  1303.  
  1304.  
  1305. <img src="{image:sidebar1}" width= "170px;" height= "100px;"/></a>
  1306.  
  1307. <div class="link1">
  1308. <a href="/">Home</a>
  1309.  
  1310. </div>
  1311.  
  1312.  
  1313. <div class="link2">
  1314. <a href="/ask">ASK</a>
  1315.  
  1316. </div>
  1317. <div class="link3">
  1318. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1319.  
  1320. </div>
  1321. <div class="link4">
  1322. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  1323.  
  1324. </div>
  1325. <div class="link5">
  1326. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  1327. </div>
  1328.  
  1329.  
  1330. <div class="link6">
  1331. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  1332.  
  1333. </div>
  1334.  
  1335.  
  1336.  
  1337. <div class="link7">
  1338.  
  1339.  
  1340. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  1341. </div>
  1342.  
  1343.  
  1344.  
  1345.  
  1346. <div class="link8">
  1347. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  1348.  
  1349.  
  1350. </div>
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358. </div>
  1359. </div></div></div>
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. <div id="jilink">{text:frase}
  1370. <div style="margin-bottom:4px;border-bottom: dotted 1px #888;margin-top:4px;"></div>
  1371.  
  1372.  
  1373. <center>
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386. </center>
  1387.  
  1388. </br></br>
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394. </div>
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407. <div id="sbar7"> <div id="derlan">{block:NextPage}<a href="{NextPage}">⇝</a>{/block:NextPage}</div>
  1408.  
  1409. <div id="derlan2">{block:PreviousPage}<a href="{PreviousPage}">⇜</a>{/block:PreviousPage}
  1410.  
  1411. </div>
  1412.  
  1413. </div></div></div>
  1414.  
  1415. </body>
  1416. <div id="credit">
  1417.  
  1418.  
  1419.  
  1420. <a title="Theme feito por ANTIGO-BRASILEIRO, + base de late-to-write" href="http://antigo-brasileiro.tumblr.com">© theme</a>
  1421.  
  1422.  
  1423.  
  1424. </div>
  1425.  
  1426.  
  1427. </html>
Advertisement
Add Comment
Please, Sign In to add comment