Advertisement
kelishid

theme 42 late-to-write

May 9th, 2012
8,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 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. <! Theme # LATE-TO-WRITE, NÃO RETIRE OS CRÉDITOS, NÃO COPIE!!!!>
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="font:body" content="georgia" />
  13. <meta name="font:title" content="georgia" />
  14.  
  15. <meta name="color:background" content="#f1f1f1" />
  16. <meta name="color:linhaserolagem" content="#000" />
  17. <meta name="color:text" content="#000" />
  18. <meta name="color:sidebar" content="#fff" />
  19. <meta name="color:titletext" content="#534c4c" />
  20. <meta name="color:corlinks" content="#534c4c" />
  21. <meta name="color:bglinks" content="#F5F5F5" />
  22. <meta name="color:hoverlinks" content="#f1f1f1" />
  23. <meta name="color:hovertlinks" content="#534c4c" />
  24. <meta name="color:entry" content="#fff" />
  25. <meta name="color:links" content="#706b6b" />
  26.  
  27.  
  28.  
  29. <meta name="image:background" content=""/>
  30. <meta name="image:sidebar1" content="http://28.media.tumblr.com/tumblr_lthpn05rJK1r0yljao1_500.jpg"/>
  31.  
  32. <meta name="text:frase1" content="Uma frase aqui em cima bem legal"/>
  33. <meta name="text:frase2" content="Uma sub frase aqui, não muito grande"/>
  34.  
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="link" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="link" />
  44. <meta name="text:Link5" content="/" />
  45. <meta name="text:Link5 Title" content="link" />
  46. <meta name="text:Link6" content="/" />
  47. <meta name="text:Link6 Title" content="link" />
  48.  
  49. <title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}
  53. <meta name="description" content="{MetaDescription}" />
  54. {/block:Description}
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61.  
  62. body {
  63. color:{color:text};
  64. background-color: {color:background};
  65. background-image:url('{image:background}');
  66. color:{color:text};
  67. font-family: verdana;
  68. font-size: 11px;
  69. text-align: center;
  70. background-attachment: fixed;
  71. background-position: bottom right;
  72. line-height:110%;
  73. text-align:justify
  74. }
  75.  
  76. a:link, a:active, a:visited {
  77. color: {color:links};
  78. text-decoration:none;
  79. }
  80.  
  81. a:hover {
  82. color: {color:links};
  83. -webkit-transition-duration: 0.8s;
  84. -moz-transition-duration: 0.8s;
  85. }
  86.  
  87.  
  88. .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;}
  89. .bubble p {margin:1px 0px;}
  90. .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};}
  91. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  92.  
  93.  
  94. #sbar9 {width:56px; height: 15px; margin-left: 325px; margin-top: 317px; position:fixed; font-family:Futura, 'Century Gothic', AppleGothic, sans-serif; ; font-size:10px; line-height: 15px;overflow:hidden; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px }
  95.  
  96.  
  97. #sbar7 {width:284px; margin-left:105px; margin-top:340px; position:fixed; overflow:hidden; background-color:{color:linhaserolagem}; padding:1px }
  98.  
  99.  
  100. #sbar8 {width:284px; margin-left:105px; margin-top:35px; position:fixed; overflow:hidden; background-color:{color:linhaserolagem}; padding:1px }
  101.  
  102.  
  103. #sbar6 {width:272px; height: 34px; margin-left: 105px; margin-top:37px; position:fixed; color:{color:titletext}; font-family:georgia; font-size:18px; text-align:left; line-height: 10px;text-transform: lowercase; overflow:hidden; background-color:{color:sidebar}; padding:7px }
  104.  
  105.  
  106.  
  107. #sbar5 {width:80px; height: 15px; margin-left: 254px; margin-top: 317px; position:fixed; overflow:hidden; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px }
  108.  
  109. #sbar4 {width:45px; height: 45px; margin-left:290px; margin-top: 255px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  110.  
  111. #sbar3 {width:110px; height: 15px; margin-left: 113px; margin-top: 3px; position:fixed; overflow:hidden; background-color: {COLOR:background}; border-left:0px solid; border-right:0px solid; padding:3px}
  112.  
  113. #sbar10 {width:280px; height:20px; margin-left: 230px; margin-top:59px; position:fixed; overflow:hidden; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px }
  114.  
  115. #sbar2 {width:280px; height:20px; margin-left: 105px; margin-top:315px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  116.  
  117. #sbar11 {width:280px; height:45px; margin-left: 105px; margin-top:263px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  118.  
  119. #sbar1 {width:280px; height: 170px; margin-left:105px; margin-top: 86px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; }
  120.  
  121.  
  122. .sub {text-align:right; overflow: hidden; height: 20px; font-size: 9px; font-family: verdana; position: fixed; margin-left:102px; width: 123px; background-color: transparent; color: {color:titletext}; padding: 5px; margin-top: 53px; background-attachment: fixed; }
  123.  
  124. .descri { text-align:center; overflow: hidden; height: 40px; font-size: 9px; font-family: verdana; position: fixed; margin-left:-2px; width: 270px; background-color:{color:sidebar}; color: {color:text}; padding: 5px; margin-top: -3px; background-attachment: fixed; }
  125.  
  126. #paginacaoml { opacity:0.4;font-family: arial sans; font-size:9px; font-weight: none; line-height: 15px; text-shadow: 0 0px 0px #000;}
  127. #paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  128. #paginacaoml a:hover {background: {color:background};}
  129. #paginacaoml span.pagina_atual {background: #; margin: 0 1px 0 0; padding: 1px 3px; color:{color:links}; text-decoration: none;}
  130. #paginacaoml span.info {background: {color:background}; margin: 0 0px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  131.  
  132.  
  133. #imagem img{width: 280px; height:170px; position: fixed;}
  134.  
  135.  
  136. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  137.  
  138. .links a{width: 43px; display: block; color: {color:corlinks}; background-color: {color:bglinks}; text-align: center; padding: 4px 4px 4px 4px; font-family:tinytots; font-size: 8px; text-transform: uppercase}
  139.  
  140.  
  141. .links a:hover{color: {color:corlinks}; background-color: {color:hoverlinks};}
  142.  
  143.  
  144.  
  145. .links2 {width: 35px; padding:0px;background-color:#0; margin-top: -20px; margin-left: 52px; }
  146.  
  147.  
  148.  
  149. .links3 {width: 25px; padding:0px;background-color:#0; margin-top: -20px; margin-left: 104px; }
  150.  
  151. #hoverlink {margin-top:-3px; margin-left: 108px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  152.  
  153. #hoverlink:hover {margin-left: 24px;}
  154.  
  155. #simb {margin-left: -17px; margin-top: 150px; width: 8px; font-size: 9px; height:29px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 105%; color:{color:titletext}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 0px 0px 7px;}
  156.  
  157. #links2 {font-size: 9px; font-family: verdana; margin-left: -1px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 99px; height: auto; height: 130px; border:1px solid #F1F1F1; position:fixed;}
  158.  
  159.  
  160.  
  161. #links2 a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color:{color:bglinks}; height: 16px; color:{color:corlinks}; text-decoration: none; text-transform: none; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  162.  
  163.  
  164.  
  165. #links2 a:hover {color: {color:hovertlinks}; background-color:{color:hoverlinks}; text-align: center; letter-spacing: 1px;}
  166.  
  167.  
  168. #icon {
  169. text-align: center;
  170. width: 100px;
  171. display: block;
  172. padding: 8px;
  173. }
  174.  
  175. #container {
  176. background-color:transparent;
  177. width: 465px;
  178. position: absolute;
  179. top:15px;
  180. left: 400px;
  181.  
  182. padding-bottom: 5px;
  183. }
  184.  
  185. #entries {margin: -10px 0 0px 0}
  186.  
  187.  
  188. #entry {
  189. width: 500px;
  190. border-bottom: 2px solid #DADADA;
  191. background-color:{color:entry};
  192. text-align: justify;
  193. padding: 20px;
  194. margin-bottom:0px;}
  195.  
  196. .image{text-align: center; margin: 0 0 5px 0}
  197. .image img{border: 0px; margin: 0; padding: 0;}
  198.  
  199. #ask_form{width: 500px; }
  200.  
  201. .search_result{font-size: 12px; text-align: center}
  202.  
  203. .source{display:none}
  204.  
  205. h1{
  206. font-family: georgia;
  207. font-size:20px;
  208. letter-spacing: -1px;
  209. line-height: 20px;
  210. text-transform: none;
  211. font-weight: normal;
  212. margin: 0 0 5px 0;
  213. text-align: center;
  214. }
  215.  
  216. 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; }
  217.  
  218.  
  219. .qquote {font-family: georgia; text-align: left; font-size: 15px; line-height: 15px; padding: 3px;}
  220.  
  221. .qsource {text-align: right; text-transform: none; margin-bottom: 5px;}
  222.  
  223. .qsource a, a:hover {text-transform: none;}
  224.  
  225.  
  226.  
  227.  
  228. .chat{
  229. line-height: 12px;
  230. list-style: none
  231. }
  232.  
  233. .chat ul {
  234. line-height: 15px;
  235. list-style: none;
  236. padding: 0px;
  237. line-height: 20px;
  238. background: {color:entry};
  239. }
  240.  
  241. .person1 {
  242. background-color: {color:entry};
  243. color: {color:text}
  244. }
  245. .person1 .label {
  246. font-weight: bold;
  247. padding: 0px;
  248. margin-left: 5px;
  249. color: {color: text}
  250. }
  251. .person2 {
  252. background-color: {color:entry};
  253. color: {color: text}
  254. }
  255. .person2 .label {
  256. font-weight: bold;
  257. padding: 0px;
  258. margin-left: 5px;
  259. color: {color: text}
  260. }
  261.  
  262. .audioimage{
  263. float:left;
  264. text-align: center;
  265. margin: 0 10px 5px 0;
  266. width: 205px;
  267. border: 15px solid {color:background};
  268. }
  269. .audioimage img{
  270. max-width: 205px;
  271. height: auto;
  272. margin: 0 0 2px 0
  273. }
  274. .playcount {font-style: italic}
  275.  
  276.  
  277. .asker {
  278. width: 480px;
  279. background-color: {color:background};
  280. color:{color:text};
  281. padding: 10px; }
  282. .asker img{
  283. float: left;
  284. margin: 0px 4px 2px 0
  285. }
  286. .asker a{
  287. font-size: 20px;
  288. color:{color:links};
  289. text-transform: lowercase;
  290. line-height: 27px;
  291. padding: 0; margin: 0;
  292. font-family: georgia;
  293. }
  294. .asker a:hover{
  295. font-size: 20px;
  296. color:{color:links};
  297. text-transform: lowercase;
  298. line-height:27px;
  299. padding: 0;
  300. margin: 0;
  301. font-family: georgia;
  302. }
  303. .answer {padding: 5px 0 0 0; }
  304.  
  305. #cap {
  306. padding: 2px 0 0 0;
  307. width: 500px;
  308. margin: 0 0 0 5px
  309. }
  310.  
  311. .info {
  312. margin-top: 10px;
  313. border-left: 0px solid {color:entry};
  314. padding: 5px;
  315. background-color: {color:entry};
  316. text-align: left;
  317. font-size: 9px;
  318. font-family: verdana;
  319. text-transform: lowercase;
  320. }
  321.  
  322. .info a {font-size: 9px;}
  323.  
  324. .info2 {
  325. padding: 2px;
  326. border-bottom: 1px dotted {color:entry};
  327. text-align: right;
  328. }
  329. .tags {
  330. color: {color:text};
  331. font-size: 9px;
  332. font-family: verdana;
  333. display: inline;
  334. list-style: none;
  335. text-transform: none;
  336. }
  337. .tags a {
  338. font-size: 9px;
  339. color: {color:text};
  340. display: inline;
  341. list-style: none;
  342. text-transform: none;
  343. }
  344.  
  345. #nts {
  346. width: 500px;
  347. margin-left: 95px;
  348. padding: 10px;
  349. margin-top: 5px;
  350. font-size: 10px;
  351. text-align: left
  352. }
  353.  
  354. #nts img{display: none; border:0px}
  355.  
  356. #clear{
  357. clear: both;
  358. width: 50px;
  359. height: 0px;
  360. background-color: transparent
  361. }
  362.  
  363. #prevnextlinks{
  364. text-align: center;
  365. width: 500px;
  366. background-color:{color:entry};
  367. padding: 7px 20px 7px 20px;
  368. margin: 0 0 2px 0;
  369. font-size: 10px
  370. }
  371.  
  372. #notes {
  373. width: 500px;
  374. margin: 0px;
  375. margin-left: 0px;
  376. padding: 5px;
  377. text-align: left
  378. }
  379.  
  380. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  381. ol.notes li {margin: 0px; padding: 2px;}
  382.  
  383. #notes img{border:0px}
  384. #notes a{font-size: 10px}
  385.  
  386. #tumblr_controls{position: fixed!important}
  387. ::-webkit-scrollbar{width:5px;height:5px;}
  388.  
  389. ::-webkit-scrollbar-button:start:decrement
  390.  
  391. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  392.  
  393. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  394.  
  395. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:linhaserolagem};-webkit-border-radius:px;}
  396.  
  397. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:linhaserolagem};-webkit-border-radius:px;}
  398.  
  399. {CustomCSS}
  400.  
  401. </style>
  402.  
  403. </head>
  404.  
  405.  
  406.  
  407. <body>
  408.  
  409.  
  410.  
  411. <div id="container">
  412.  
  413. <div id="entries">
  414. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  415. <script type="text/javascript"
  416.  
  417. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  418.  
  419.  
  420. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  421.  
  422.  
  423.  
  424. {block:Posts}
  425.  
  426. <div id="entry">
  427. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  428.  
  429. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  430. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}
  433. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  434. {/block:Photoset}
  435.  
  436.  
  437. {block:Quote}
  438. <div class="qquote">"{Quote}"</div>
  439. {block:Source}<div class="qsource"><br> — {Source}</div>
  440. {/block:Source}
  441. {/block:Quote}
  442.  
  443. {block:Link}
  444. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  445. {block:Description}{Description}{/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  450. <div class="chat"><ul>{block:Lines}
  451. <li class="person{UserNumber}">{block:Label}
  452. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  453. {/block:Chat}
  454.  
  455. {block:Audio}
  456. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  457. {AudioPlayerWhite}
  458. <div class="playcount">{PlayCountWithLabel}</div>
  459. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-500}
  463. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  464.  
  465. {block:Answer}
  466. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b>
  467. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  468.  
  469. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  470. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  471. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  472. {/block:ContentSource}</div>
  473.  
  474.  
  475.  
  476. <div id="clear"></div>
  477.  
  478. {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}
  479. <br>
  480. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  481. </div></div>
  482. {/block:Posts}
  483. {block:PostNotes}
  484. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  485. {/block:PostNotes}
  486.  
  487. </div>
  488.  
  489. </div>
  490.  
  491.  
  492. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  493.  
  494. <div id="sbar11">
  495. <div class="descri">{description} </div>
  496. </div>
  497.  
  498.  
  499. <div id="sbar6">{text:frase1}</div><div class="sub">{text:frase2} </div></div>
  500.  
  501.  
  502. <div id="sbar10">
  503. <div class="links">
  504.  
  505. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a>
  506.  
  507. <div class="links2"> {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} </div>
  508.  
  509. <div class="links3"> {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </div> </div></div>
  510.  
  511.  
  512. <div id="sbar2"><div class="links">
  513.  
  514. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</a>
  515.  
  516. <div class="links2"> {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
  517.  
  518. <div class="links3"> {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6} </div>
  519. </div></div>
  520.  
  521.  
  522.  
  523. <div id="sbar1"><div id="imagem">
  524.  
  525. <img src="{image:sidebar1}"/></div>
  526.  
  527.  
  528.  
  529. </div></div>
  530.  
  531.  
  532. <div id="sbar9"><center>| <a href="http://late-to-write.tumblr.com/">Theme ©</a></div></div>
  533.  
  534. <div id="sbar7">
  535.  
  536. </div></div>
  537.  
  538. <div id="sbar8">
  539.  
  540. </div></div>
  541.  
  542. <div id="sbar5"> <center><div id="paginacaoml"><span style="font-weight: normal;">
  543. {block:Pagination}
  544. {block:JumpPagination length="4"}
  545. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  546. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  547. {/block:JumpPagination}
  548. {/block:Pagination}
  549. </center>
  550. </div></div>
  551.  
  552.  
  553.  
  554.  
  555. </body>
  556. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement