ANTIGO-BRASILEIRO

theme 38

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