ANTIGO-BRASILEIRO

buuu

Sep 26th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 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 #36 ANTIGO-BRASILEIRO, 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.  
  16.  
  17.  
  18.  
  19.  
  20. <head> <!-- DEFAULT VARIABLES -->
  21.  
  22. <meta name="font:text" content="verdana" />
  23. <meta name="font:title" content="georgia" />
  24.  
  25.  
  26. <meta name="color:background" content="#ffffff" />
  27. <meta name="color:text" content="#505050" />
  28. <meta name="color:entry" content="#fff" />
  29. <meta name="color:sidebar" content="#000" />
  30. <meta name="color:links" content="#000" />
  31. <meta name="color:linktex" content="#bdb8b8" />
  32.  
  33.  
  34.  
  35. <meta name="image:background" content=""/>
  36. <meta name="image:sidebar1" content=""/>
  37.  
  38.  
  39.  
  40.  
  41. <meta name="image:sidebar1" content=""/>
  42. <meta name="image:sidebar2" content=""/>
  43.  
  44.  
  45.  
  46.  
  47. <meta name="text:frase" content="bote o titulo aqui"/>
  48.  
  49.  
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link1 Title" content="link1" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link2 Title" content="link2" />
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link3 Title" content="link3" />
  56. <meta name="text:Link4" content="/" />
  57. <meta name="text:Link4 Title" content="link4" />
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  73.  
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Yesteryear' rel='stylesheet' type='text/css'>
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81. body {
  82. color:{color:text};
  83. background-color: {color:background};
  84. background-image:url('http://static.tumblr.com/vz9dmqi/Lqumayxbg/derlan.png');
  85. color:{color:text};
  86. font-family: verdana;
  87. font-size: 11px;
  88. text-align: center;
  89. background-attachment:fixed;
  90. background-repeat: no-repeat;
  91.  
  92. background-position: 100% 100%;
  93. line-height:110%;
  94.  
  95. text-align:justify
  96. }
  97.  
  98. a:link, a:active, a:visited {
  99. color: {color:links};
  100. text-decoration:none;
  101. }
  102.  
  103. a:hover {
  104. color: {color:links};
  105. -webkit-transition-duration: 0.8s;
  106. -moz-transition-duration: 0.8s;
  107. }
  108.  
  109.  
  110. .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;}
  111. .bubble p {margin:1px 0px;}
  112. .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};}
  113. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  114.  
  115.  
  116.  
  117.  
  118. .lanzinho {margin-left:-8px;margin-top:-8px;width: 116px; position: fixed;overflow: hidden;height:1000px;opacity:1;border:2px solid #000000;background-color:#000;}
  119.  
  120.  
  121.  
  122.  
  123. #pag {width: 291px;
  124. padding: 4px;
  125. float: right;
  126. height: 13px;
  127. position: fixed;
  128. margin-left: -106px;
  129. margin-top: 7px;}
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. #credit{position:fixed;bottom:5px;right:15px;}
  144. #credit a{color: #000;font-size:10px;font-family:consolas;text-decoration:none;}
  145.  
  146. .caixa-posts {padding-bottom: 2px;}
  147.  
  148.  
  149.  
  150. #container {
  151. background-color:transparent;
  152. width: 465px;
  153. position: absolute;
  154. top:13px;
  155. left: 425px;
  156.  
  157. padding-bottom: 5px;
  158. }
  159.  
  160. #entries {margin: -10px 0 0px 0}
  161.  
  162.  
  163. #entry {
  164. width: 500px;
  165. background-color:{color:entry};
  166. text-align: justify;
  167. padding: 20px;
  168. margin-bottom:3px;}
  169.  
  170. .image{text-align: center; margin: 0 0 5px 0}
  171. .image img{border: 0px; margin: 0; padding: 0;}
  172.  
  173. #ask_form{width: 500px; }
  174.  
  175. .search_result{font-size: 12px; text-align: center}
  176.  
  177. .source{display:none}
  178.  
  179. h1{
  180. font-family: georgia;
  181. font-size:20px;
  182. letter-spacing: -1px;
  183. line-height: 20px;
  184. text-transform: none;
  185. font-weight: normal;
  186. margin: 0 0 5px 0;
  187. text-align: center;
  188. }
  189.  
  190. 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; }
  191.  
  192.  
  193. .fj {margin-top: -45px;font-size: 40px; font-family: Elephant; line-height: 120px; color:{color:text};}
  194.  
  195.  
  196. .qquote {font-family: tahoma;color:{color:text};text-align:justify;font-size: 13px; text-align: left;line-height: 16px; padding: 0px;}
  197.  
  198. .qsource {font-weight: bold;font-size: 10px; font-family: tahoma;text-align: left;margin-bottom: 5px;text-align: center;
  199. }
  200.  
  201.  
  202. .chat{
  203. line-height: 12px;
  204. list-style: none
  205. }
  206.  
  207. .chat ul {
  208. line-height: 15px;
  209. list-style: none;
  210. padding: 0px;
  211. line-height: 20px;
  212. background: {color:entry};
  213. }
  214.  
  215. .person1 {
  216. background-color: {color:entry};
  217. color: {color:text}
  218. }
  219. .person1 .label {
  220. font-weight: bold;
  221. padding: 0px;
  222. margin-left: 5px;
  223. color: {color: text}
  224. }
  225. .person2 {
  226. background-color: {color:entry};
  227. color: {color: text}
  228. }
  229. .person2 .label {
  230. font-weight: bold;
  231. padding: 0px;
  232. margin-left: 5px;
  233. color: {color: text}
  234. }
  235.  
  236. .audioimage{
  237. float:left;
  238. text-align: center;
  239. margin: 0 10px 5px 0;
  240. width: 205px;
  241. border: 15px solid {color:background};
  242. }
  243. .audioimage img{
  244. max-width: 205px;
  245. height: auto;
  246. margin: 0 0 2px 0
  247. }
  248. .playcount {font-style: italic}
  249.  
  250.  
  251. .asker {
  252. width: 480px;
  253. background-color: {color:background};
  254. color:{color:text};
  255. padding: 10px; }
  256. .asker img{
  257. float: left;
  258. margin: 0px 4px 2px 0
  259. }
  260. .asker a{
  261. font-size: 20px;
  262. color:{color:links};
  263. text-transform: lowercase;
  264. line-height: 27px;
  265. padding: 0; margin: 0;
  266. font-family: georgia;
  267. }
  268. .asker a:hover{
  269. font-size: 20px;
  270. color:{color:links};
  271. text-transform: lowercase;
  272. line-height:27px;
  273. padding: 0;
  274. margin: 0;
  275. font-family: georgia;
  276. }
  277. .answer {padding: 5px 0 0 0; }
  278.  
  279. #cap {
  280. padding: 2px 0 0 0;
  281. width: 500px;
  282. margin: 0 0 0 5px
  283. }
  284.  
  285. .info {
  286. margin-top: 10px;
  287. border-left: 0px solid {color:entry};
  288. padding: 5px;
  289. background-color: {color:entry};
  290. text-align: center;
  291. font-size: 10px;
  292. font-family: tahoma;
  293. }
  294.  
  295. .info a {font-size: 10px;}
  296.  
  297. .info2 {
  298. padding: 2px;
  299. border-bottom: 1px dotted {color:entry};
  300. text-align: right;
  301. }
  302. .tags {
  303. color: {color:text};
  304. font-size: 9px;
  305. font-family: verdana;
  306. display: inline;
  307. list-style: none;
  308. text-transform: none;
  309. }
  310. .tags a {
  311. font-size: 9px;
  312. color: {color:text};
  313. display: inline;
  314. list-style: none;
  315. text-transform: none;
  316. }
  317.  
  318. #nts {
  319. width: 500px;
  320. margin-left: 95px;
  321. padding: 10px;
  322. margin-top: 5px;
  323. font-size: 10px;
  324. text-align: left
  325. }
  326.  
  327. #nts img{display: none; border:0px}
  328.  
  329. #clear{
  330. clear: both;
  331. width: 50px;
  332. height: 0px;
  333. background-color: transparent
  334. }
  335.  
  336. #prevnextlinks{
  337. text-align: center;
  338. width: 500px;
  339. background-color:{color:entry};
  340. padding: 7px 20px 7px 20px;
  341. margin: 0 0 2px 0;
  342. font-size: 10px
  343. }
  344.  
  345. #notes {
  346. width: 500px;
  347. margin: 0px;
  348. margin-left: 0px;
  349. padding: 5px;
  350. text-align: left
  351. }
  352.  
  353. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  354. ol.notes li {margin: 0px; padding: 2px;}
  355.  
  356. #notes img{border:0px}
  357. #notes a{font-size: 10px}
  358.  
  359. #tumblr_controls{position: fixed!important}
  360. ::-webkit-scrollbar{width:5px;height:5px;}
  361.  
  362. ::-webkit-scrollbar-button:start:decrement
  363.  
  364. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  365.  
  366. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  367.  
  368. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  369.  
  370. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  371.  
  372. {CustomCSS}
  373.  
  374. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  375.  
  376. #nbd {margin-left: 35px; margin-top: -1px; line-height: 120%; font-style: italic;color: {color:bglinks}; font-size: 9px; }
  377. #nbd a{color: {color:bglinks}}
  378. #nbd a:hover{opacity: 0.7}
  379.  
  380.  
  381.  
  382.  
  383. #sidebar { float: left; top: 100px; margin-left: 3px; position: fixed; overflow: hidden; width: 372px; height: 247px; border: 3px solid #000000; box-shadow: 0px 0px 5px #000000}
  384.  
  385. #sidebar img {margin-top: 0px; margin-left: 0px; width: 372px; height: 247px; }
  386.  
  387.  
  388.  
  389. #sidebar1 { float: left; top: 100px; margin-left: 3px; position: fixed; overflow: hidden; width: 372px; height: 247px; border: 3px solid #000000; box-shadow: 0px 0px 5px #000000-webkit-transition: all 3.7s ease-out; -moz-transition: all 1.7s ease-out;}
  390. #sidebar1 img {margin-top: 0px; margin-left: 0px; width: 372px; height: 247px;-webkit-transition: all 3.7s ease-out; -moz-transition: all 1.7s ease-out; }
  391.  
  392.  
  393. #sidebar1 img:hover #desc {margin-top: -179px; margin-left: 7px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  394.  
  395.  
  396. #sidebar1:hover {opacity: 0;-webkit-transition: all 3.7s ease-out; -moz-transition: all 1.7s ease-out; }
  397.  
  398. #frase {width:328px;margin-left: 24px; margin-top: -5px; position:fixed; text-align:center;border-bottom:5px solid #000;line-height: 23px; font-family: 'Yesteryear', cursive; font-size: 30px;color:#000; color:#000 ;letter-spacing: 0px;}
  399.  
  400.  
  401. #barra {width:362px;margin-left: 24px; margin-top: 346px; position:fixed; text-align:left;border-bottom:5px solid #000;}
  402.  
  403.  
  404. #links{font-size: 9px;text-align: center; color: #000; margin-top: 0px; margin-left: -5px; width: 360px;}
  405. #links a{font-size: 9px;color: #000000; text-align: left; text-transform: lowercase; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; font-style: italic; text-shadow: 1px 0px 0px transparent; margin-left: 8px; }
  406. #links a:hover {color: #555; text-shadow: 1px 0px 0px #555}
  407.  
  408.  
  409. #desc {margin-top: -84px; padding: 4px 5px 4px 5px; height: auto; width: 116px; line-height: 130%; margin-left: 7px; letter-spacing: 0px; opacity: 0.5; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; background: #ffffff; letter-spacing: 0px; font-style: italic}
  410.  
  411.  
  412.  
  413. #desc:hover {opacity: 1.9;-webkit-transition: all 3.7s ease-out; -moz-transition: all 1.7s ease-out; }
  414.  
  415. </style>
  416.  
  417. </head>
  418.  
  419.  
  420.  
  421. <body>
  422.  
  423. <div style="margin-left: 15px;margin-top: 57px;position: fixed;">
  424.  
  425. <div id="frase">Eu vou, você vem?</div>
  426.  
  427.  
  428.  
  429. <div id="sidebar">
  430. <img src="http://24.media.tumblr.com/tumblr_m5sngsL33P1qhekpro2_500.gif"width= "200px;" height= "110px;"/>
  431. </div> <div id="sidebar1">
  432. <img src="http://25.media.tumblr.com/tumblr_m5sngsL33P1qhekpro1_500.gif"width= "200px;" height= "110px;"/> <div id="desc">Dizem que a gente tem o que precisa. Não o que a gente quer.</div></div></div>
  433.  
  434. <div id="barra">
  435.  
  436. <div id="links">
  437. <a href="/">Home</a>
  438. <a href="/piu">ask-me</a>
  439. <a href="/tagged/ftf">photofrases</a>
  440. <a href="/tag"><b>Meus</b></a>
  441. <a href="/tagged/quadro">C.strip</a>
  442. <a href="http://ir0n-girl.tumblr.com/">fiona</a>
  443. <a href="http://themes-a-b.tumblr.com/">Themes©</a></div>
  444.  
  445. </div></div>
  446.  
  447. </div>
  448.  
  449. </div>
  450.  
  451. </div>
  452.  
  453.  
  454.  
  455. <div id="container">
  456.  
  457. <div id="entries">
  458. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  459. <script type="text/javascript"
  460.  
  461. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  462.  
  463.  
  464. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  465.  
  466.  
  467.  
  468. {block:Posts}
  469.  
  470. <div id="entry">
  471. <div class="caixa-posts">
  472.  
  473. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  474.  
  475. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  476. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  477.  
  478. {block:Photoset}{Photoset-500}
  479. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  480. {/block:Photoset}
  481.  
  482.  
  483. {block:Quote}
  484. <div class="qquote"><div class="fj">“</div><div style="margin-top: -80px;margin-left:25px;text-align: justify;">{Quote}</div></div>
  485. {block:Source}<div class="qsource"><br> — {Source}</div>
  486. {/block:Source}
  487. {/block:Quote}
  488.  
  489. {block:Link}
  490. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  491. {block:Description}{Description}{/block:Description}
  492. {/block:Link}
  493.  
  494. {block:Chat}
  495. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  496. <div class="chat"><ul>{block:Lines}
  497. <li class="person{UserNumber}">{block:Label}
  498. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  499. {/block:Chat}
  500.  
  501. {block:Audio}
  502. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  503. {AudioPlayerWhite}
  504. <div class="playcount">{PlayCountWithLabel}</div>
  505. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  506. {/block:Audio}
  507.  
  508. {block:Video}{Video-500}
  509. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  510.  
  511. {block:Answer}
  512. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b>
  513. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  514.  
  515. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  516. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  517. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  518. {/block:ContentSource}</div>
  519.  
  520.  
  521.  
  522. <div id="clear"></div>
  523.  
  524. {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>Reblog </b></a> {/Block:IndexPage} {block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  525. <br>
  526. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  527. </div></div></div>
  528. {/block:Posts}
  529. {block:PostNotes}
  530. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  531. {/block:PostNotes}
  532. </div>
  533.  
  534. </div>
  535.  
  536.  
  537.  
  538. </div></div>
  539.  
  540. </div></div></div></div>
  541. <div style="margin-left: 282px;
  542. margin-top: 80px;position: fixed;">
  543. <div id="nbd">{block:PreviousPage}<a href="{PreviousPage}">prev</a> · {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}</div></div></div></div>
  544.  
  545. </div>
  546.  
  547.  
  548. </body>
  549.  
  550. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  551. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  552. <script type="text/javascript">
  553. SCMMusicPlayer.init("{'skin':'http://static.tumblr.com/egmcglb/CkQm7q636/skin_feita_por_nada-heroi.css','playback':{'autostart':'true','shuffle':'true','volume':'100'},'playlist':[{'title':'Nostalgia','url':'http://www.youtube.com/watch?v=Vbtp-28Wt_k'},{'title':'John Mayer - In Your Atmosphere','url':'http://www.youtube.com/watch?v=hbpPW-4EEzs'},{'title':'John Mayer - Say','url':'http://www.youtube.com/watch?v=WQtGqmi2O2U'},{'title':'Neon-John Mayer','url':'http://www.youtube.com/watch?v=f-bvdV31wmM'}],'placement':'bottom','showplaylist':'false'}");
  554. </script>
  555. <!--End of SCM Music Player script-->
  556.  
  557.  
  558.  
  559. <div id="credit">
  560.  
  561.  
  562.  
  563. <a title="Theme feito por ANTIGO-BRASILEIRO" href="http://antigo-brasileiro.tumblr.com">Theme ©</a>
  564.  
  565.  
  566.  
  567.  
  568.  
  569. </div>
  570.  
  571.  
  572.  
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment