Advertisement
kelishid

Theme 43 late-to-write

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