Advertisement
kelishid

theme 27 late-to-write

Feb 21st, 2012
5,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.88 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. <meta name="color:background" content="#FFFFFF" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:sidebar" content="#F5F5F5" />
  17. <meta name="color:cortitulobg" content="#fff" />
  18. <meta name="color:cortitulo" content="#000" />
  19. <meta name="color:slinks" content="#fff" />
  20. <meta name="color:slinks txt" content="#000" />
  21. <meta name="color:slinks hover" content="#ffffff" />
  22. <meta name="color:slinks txt hover" content="#000000" />
  23. <meta name="color:links" content="#778899" />
  24. <meta name="color:entry" content="#F5F5F5" />
  25. <meta name="color:bold" content="#778899" />
  26.  
  27. <meta name="if:Enable endless scrolling" content="0"/>
  28. <meta name="if:Show tags" content="1"/>
  29. <meta name="if:Show userpic" content="1"/>
  30. <meta name="if:Show sidebar image" content="1"/>
  31. <meta name="if:Show post author" content="1"/>
  32.  
  33. <meta name="image:background" content=""/>
  34. <meta name="image:sidebar1" content=""/>
  35. <meta name="image:sidebar2" content=""/>
  36.  
  37. <meta name="text:frasecurta" content="Frase curta"/>
  38. <meta name="text:titulo1" content=" Comeco, descricao... "/>
  39. <meta name="text:titulo2" content=" Uma frase aqui, um pouco longa..."/>
  40.  
  41. <meta name="text:Link1" content="http://www.tumblr.com" />
  42. <meta name="text:Link1 Title" content="link1" />
  43. <meta name="text:Link2" content="http://www.tumblr.com" />
  44. <meta name="text:Link2 Title" content="link2" />
  45. <meta name="text:Link3" content="http://www.tumblr.com" />
  46. <meta name="text:Link3 Title" content="link3" />
  47. <meta name="text:Link4" content="http://www.tumblr.com" />
  48. <meta name="text:Link4 Title" content="link4" />
  49. <meta name="text:Link5" content="http://www.tumblr.com" />
  50. <meta name="text:Link5 Title" content="link5" />
  51. <meta name="text:Link6" content="http://www.tumblr.com" />
  52. <meta name="text:Link6 Title" content="link6" />
  53. <meta name="text:Link7" content="http://www.tumblr.com" />
  54. <meta name="text:Link7 Title" content="link7" />
  55. <meta name="text:Link8" content="http://www.tumblr.com" />
  56. <meta name="text:Link8 Title" content="link8" />
  57. <meta name="text:Link9" content="http://www.tumblr.com" />
  58. <meta name="text:Link9 Title" content="link9" />
  59. <meta name="text:Link10" content="http://www.tumblr.com" />
  60. <meta name="text:Link10 Title" content="link10" />
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. body {
  74. color:#252525;
  75. background-color: {color:background};
  76. background-image:url('{image:background}');
  77. color:{color:text};
  78. font-family: verdana;
  79. font-size: 11px;
  80. text-align: center;
  81. background-attachment: fixed;
  82. background-position: bottom right;
  83. line-height:110%;
  84. text-align:justify
  85. }
  86.  
  87. a:link, a:active, a:visited {
  88. color: {color:links};
  89. text-decoration:none;
  90. }
  91.  
  92. a:hover {
  93. color: #DDDDDD;
  94. -webkit-transition-duration: 0.8s;
  95. -moz-transition-duration: 0.8s;
  96. }
  97.  
  98. .spic img{
  99. max-width: 150px;
  100. text-align:center;
  101. margin-top: 2px
  102. }
  103.  
  104. .sideimg {width: auto}
  105.  
  106. .sideimg img {width: 310px; height: auto; margin-bottom: 2px; }
  107.  
  108. .simage {text-align: center; height: 169px;}
  109.  
  110. .simage img {display: inline; max-height:180px;
  111. width: auto; text-align: center;}
  112.  
  113.  
  114. #sideimages {
  115. width:475px;
  116. height: 190px;
  117. margin-left:10px;
  118. margin-top:115px;
  119. position:fixed;
  120. overflow:hidden;
  121. background-color: {color:sidebar};
  122. border-left:0px solid;
  123. border-right:0px solid;
  124. padding:3px
  125. }
  126.  
  127. #box1 {
  128. height:auto;
  129. background-color: {color:background};
  130. margin-top: 0px;
  131. padding:0px;
  132. font-family: verdana;
  133. font-size:2px;}
  134.  
  135. #box2 {
  136. height:auto;
  137. background-color: {color:sidebar};
  138. margin-top: 2px;
  139. padding:4px;
  140. font-family: verdana;
  141. font-size:9px;}
  142.  
  143.  
  144. #title {
  145. font-size: 30px;
  146. text-align: center;
  147. margin-left: 0px;
  148. margin-left: -10px
  149. text-transform: none;
  150. line-height:20px;
  151. padding:10px;
  152. font-family: georgia;
  153. color: (color:sidebartext);
  154. background-color: #ffffff;
  155. }
  156.  
  157. #subtitle {
  158. margin-left: 0px;
  159. font-size: 9px;
  160. line-height:15px;
  161. text-align: center;
  162. text-transform: none;
  163. color: #9e9e9e;
  164. background-color: #ffffff;
  165. padding:0px;
  166. font-family: verdana;
  167. margin-top: -1px;
  168. }
  169.  
  170. #subtitle {
  171. margin-left: 0px;
  172. font-size: 9px;
  173. line-height:15px;
  174. text-align: center;
  175. text-transform: lowercase;
  176. letter-spacing: 2px;
  177.  
  178. }
  179.  
  180.  
  181. ::-webkit-scrollbar{width:8px;height:8px;}
  182.  
  183. ::-webkit-scrollbar-button:start:decrement
  184.  
  185. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  186.  
  187. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  188.  
  189. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  190.  
  191. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  192.  
  193.  
  194.  
  195. #sbar2 {width:220px; height: 20px; margin-left: 125px; margin-top: 310px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  196.  
  197. #sbar11 {width:220px; height: 183px; margin-left: 53px; margin-top: 110px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  198.  
  199. #sbar12 {width:220px; height: 88px; margin-left: 53px; margin-top: 300px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  200.  
  201.  
  202. #sbar22 {width:220px; height: 251px; margin-left: 125px; margin-top: 52px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  203.  
  204. #sbar33 {width:40px; height: 100%; margin-left: 1025px; margin-top: 10px; position:fixed; overflow:hidden; background-color: {color:sidebar};
  205. }
  206.  
  207. #sbar4 {width:453px; height: 30px; margin-left: 53px; margin-top: 79px; position:fixed; overflow:hidden; background-color: {color:sidebar};
  208. }
  209.  
  210. #sbar44 {width:76px; height: 13px; margin-left: 380px; margin-top: 164px; position:fixed; overflow:hidden; background-color: {color:sidebar};
  211. }
  212.  
  213.  
  214. #sbar5 {width:975px; height: 35px; margin-left: 53px; margin-top: 6px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; }
  215.  
  216. #sbar7 {width:73px; height: 45px; margin-left: 275px; margin-top: 206px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; }
  217.  
  218. #sbar1 {width:170px; height: 15px; margin-left: 280px; margin-top: 141px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; }
  219.  
  220. #sbar51 {width:983px; height: 84px; margin-left:352px; margin-top: -9px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px; }
  221.  
  222. #sbar8 {width:220px; height: 18px; margin-left: 53px; margin-top: 300px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; }
  223.  
  224.  
  225.  
  226. #link4 {margin-left: 352px; margin-top: 52px; width: 540px; font-size: 23px; height: 14px; text-align: center; background-color: {color:cortitulobg};font-family:'Georgia';
  227.  
  228. line-height: 14px; color: {color:cortitulo}; position: fixed; padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; text-shadow: #000 1px 1px 1px; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important; font-family:'Georgia'; background-image:url('http://assets.tumblr.com/images/x.gif'); text-shadow: #EEEEEE 1px 1px 1px; }
  229.  
  230.  
  231. #descri {padding: 5px; text-align: center; font-size: 9px; font-family: verdana; color: #666666;}
  232.  
  233. /* hover */
  234.  
  235. #hover {width: 214px; margin-top: 337px; height: 20px; padding: 6px; position: fixed; font-family: verdana; font-size: 20px; text-align: center; background-color: {color:cortitulobg}; color: {color:cortitulo}; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important; margin-left:125px; overflow: hidden;font-family:'Georgia'; background-image:url('http://assets.tumblr.com/images/x.gif'); text-shadow: #EEEEEE 1px 1px 1px; }
  236.  
  237. #hover a {color: {color:cortitulo}; text-shadow: #EEEEEE 1px 1px 1px;}
  238.  
  239. #hover:hover {height: 250px; width: 214px; margin-top: 53px; margin-left:125px; position:fixed; background-color: {color:cortitulobg}; padding: 6px;opacity: 0.6;}
  240. #descri {padding: 5px; text-align: center; font-size: 9px; font-family: verdana; color: ;}
  241.  
  242. #descri a {color: {color:cortitulo};}
  243.  
  244.  
  245.  
  246.  
  247.  
  248. /*LINKS*/
  249.  
  250. #td {width: 300px; height: none; margin-left: -149px; background-color: #0; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; border-right: 0px solid #eee; margin-top: 52px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
  251.  
  252.  
  253.  
  254. #td:hover {margin-left:-230px;}
  255.  
  256.  
  257.  
  258. #foto {width: 80px; height: 65px; background-color: {color:sidebar}; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; margin-top: 00px; border-right: 0px solid #eee; margin-left: 274px;}
  259.  
  260.  
  261.  
  262. #foto img{margin-top: 2px; }
  263.  
  264.  
  265.  
  266. #barra {width: 10px; background-color:{color:sidebar}; height: none; margin-left: 255px; position: fixed; color:transparent; text-align: center; padding: 4px; font-size: 10px; font-family: verdana; color: #000; letter-spacing:0px; }
  267.  
  268.  
  269.  
  270.  
  271. .links2 {text-align: center; position: fixed; margin-top: 66px; margin-left:275px;}
  272. .links2 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 69px; height: 7px; background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px;}
  273.  
  274. .links2 a:hover { text-align: center; letter-spacing: 0px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; padding: 1px 5px 5px 5px;}
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. .icon img{width: 70px; height:60px;}
  284.  
  285.  
  286.  
  287.  
  288. .titulo {
  289. font-size: 20px;
  290. margin-top:-16px;
  291. text-align: center;
  292. margin-left: -70px;
  293. text-transform: none;
  294. line-height:10px;
  295. padding:12px;
  296. font-family: georgia;
  297. width:370px;
  298. color: {color:text};
  299. background-color: {color:titlebox1};
  300. }
  301.  
  302.  
  303. .sidetitle {
  304.  
  305. text-align: center;
  306.  
  307. font-family:georgia;
  308.  
  309. text-transform: none;
  310.  
  311. font-size: 20px;
  312.  
  313. color: {color:titulo1};
  314.  
  315. z-index:3;
  316.  
  317. margin-bottom:10px;
  318.  
  319. }
  320.  
  321.  
  322.  
  323. .sidetitle a{
  324.  
  325. text-align: left;
  326.  
  327. font-family: georgia;
  328.  
  329. text-transform: none;
  330.  
  331. font-size: 20px;
  332.  
  333. color: {color:titulo1};
  334.  
  335. z-index:3;
  336.  
  337. margin-bottom:10px;
  338.  
  339. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  340.  
  341. }
  342.  
  343. /*** Paginação by madlyluv.com ***/
  344. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 22px; text-shadow: 0 1px 1px #fff;}
  345. #paginacaoml a {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  346. #paginacaoml a:hover {background: #fff; border: none;}
  347. #paginacaoml span.pagina_atual {background: #F5F5F5; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  348. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  349.  
  350.  
  351.  
  352. #icon {
  353. text-align: center;
  354. width: 100px;
  355. display: block;
  356. padding: 8px;
  357. }
  358.  
  359. #container {
  360. background-color:transparent;
  361. width: 465px;
  362. position: absolute;
  363. top:99px;
  364. left: 360px;
  365. padding-bottom: 5px
  366. }
  367.  
  368. #entries {margin: -10px 0 0px 0}
  369.  
  370.  
  371. #entry {
  372. width: 500px;
  373. background-color:{color:entry};
  374. text-align: justify;
  375. padding: 20px;
  376. margin-bottom:15px;}
  377.  
  378. .image{text-align: center; margin: 0 0 5px 0}
  379. .image img{border: 0px; margin: 0; padding: 0;-moz-border-top-left-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
  380.  
  381. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-right-radius: 2px; border-bottom-right-radius: 5px;}
  382.  
  383. #ask_form{width: 500px; }
  384.  
  385. .search_result{font-size: 12px; text-align: center}
  386.  
  387. .source{display:none}
  388.  
  389. h1{
  390. font-family: georgia;
  391. font-size:20px;
  392. letter-spacing: -1px;
  393. line-height: 20px;
  394. text-transform: none;
  395. font-weight: normal;
  396. margin: 0 0 5px 0;
  397. text-align: center
  398. }
  399.  
  400. h1 a{
  401. font-size:20px;
  402. letter-spacing: -1px;
  403. line-height: 20px;
  404. text-transform: none;
  405. font-weight: normal;
  406. margin: 0 0 5px 0;
  407. text-decoration: none;
  408. text-align: center
  409. }
  410.  
  411. .qqmarks{
  412. font-size: 80px;
  413. font-weight: bold;
  414. line-height: 80px;
  415. opacity: 0.2;
  416. filter:alpha (opacity=20)
  417. }
  418.  
  419. .qquote{
  420. font-family:Georgia;
  421. font-size: 20px;
  422. letter-spacing: -1px;
  423. line-height: 30px;
  424. text-transform: none;
  425. margin-top: -70px;
  426. margin-left: 45px
  427. }
  428.  
  429. .qsource{
  430. margin: 5px 15px 0 0;
  431. text-align: right}
  432.  
  433. .chat{
  434. line-height: 12px;
  435. list-style: none
  436. }
  437.  
  438. .chat ul {
  439. line-height: 15px;
  440. list-style: none;
  441. padding: 0px;
  442. line-height: 20px;
  443. }
  444.  
  445. .person1 {
  446. background-color: {color:link};
  447. color: {color:background}
  448. }
  449. .person1 .label {
  450. font-weight: bold;
  451. padding: 0px;
  452. margin-left: 5px;
  453. color: {color: text}
  454. }
  455. .person2 {
  456. background-color: {color:background};
  457. color: {color: text}
  458. }
  459. .person2 .label {
  460. font-weight: bold;
  461. padding: 0px;
  462. margin-left: 5px;
  463. color: {color: text}
  464. }
  465.  
  466. .audioimage{
  467. float:left;
  468. text-align: center;
  469. margin: 0 10px 5px 0;
  470. width: 205px;
  471. border: 15px solid {color:background};
  472. }
  473. .audioimage img{
  474. max-width: 205px;
  475. height: auto;
  476. margin: 0 0 2px 0
  477. }
  478. .playcount {font-style: italic}
  479.  
  480.  
  481. .asker {
  482. width: 480px;
  483. background-color: {color:background};
  484. color:{color:text};
  485. padding: 10px; }
  486. .asker img{
  487. float: left;
  488. margin: 0px 4px 2px 0
  489. }
  490. .asker a{
  491. font-size: 20px;
  492. color:{color:link};
  493. text-transform: lowercase;
  494. line-height: 27px;
  495. padding: 0; margin: 0;
  496. font-family: georgia;
  497. }
  498. .asker a:hover{
  499. font-size: 20px;
  500. color:{color:link};
  501. text-transform: lowercase;
  502. line-height:27px;
  503. padding: 0;
  504. margin: 0;
  505. font-family: georgia;
  506. }
  507. .answer {padding: 5px 0 0 0; }
  508.  
  509. #cap {
  510. padding: 2px 0 0 0;
  511. width: 500px;
  512. margin: 0 0 0 5px
  513. }
  514.  
  515. .info {
  516. margin-top: 10px;
  517. border-left: 0px solid {color:sidebarlinks};
  518. padding: 5px;
  519. background-color: {color:background};
  520. text-align: center;
  521. font-size: 9px;
  522. font-family: verdana;
  523. text-transform: lowercase;-moz-border-top-left-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
  524.  
  525. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
  526. }
  527.  
  528. .info a {font-size: 9px;}
  529.  
  530. .info2 {
  531. padding: 2px;
  532. border-bottom: 1px dotted {color:background};
  533. text-align: right;
  534. }
  535. .tags {
  536. color: {color:text};
  537. font-size: 9px;
  538. font-family: verdana;
  539. display: inline;
  540. list-style: none;
  541. text-transform: none;
  542. }
  543. .tags a {
  544. font-size: 9px;
  545. color: {color:text};
  546. display: inline;
  547. list-style: none;
  548. text-transform: none;
  549. }
  550.  
  551. #nts {
  552. width: 500px;
  553. margin-left: 95px;
  554. padding: 10px;
  555. margin-top: 5px;
  556. font-size: 10px;
  557. text-align: left
  558. }
  559.  
  560. #nts img{display: none; border:0px}
  561.  
  562. #clear{
  563. clear: both;
  564. width: 50px;
  565. height: 0px;
  566. background-color: transparent
  567. }
  568.  
  569. #prevnextlinks{
  570. text-align: center;
  571. width: 500px;
  572. background-color:{color:entry};
  573. padding: 7px 20px 7px 20px;
  574. margin: 0 0 2px 0;
  575. font-size: 10px
  576. }
  577.  
  578. #notes {
  579. width: 500px;
  580. margin: 0px;
  581. margin-left: 0px;
  582. padding: 5px;
  583. text-align: left
  584. }
  585.  
  586. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  587. ol.notes li {margin: 0px; padding: 2px;}
  588.  
  589. #notes img{border:0px}
  590. #notes a{font-size: 10px}
  591.  
  592. #tumblr_controls{position: fixed!important}
  593. ::-webkit-scrollbar{width:5px;height:5px;}
  594.  
  595. ::-webkit-scrollbar-button:start:decrement
  596.  
  597. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  598.  
  599. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  600.  
  601. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#D3D3D3;-webkit-border-radius:px;}
  602.  
  603. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#D3D3D3;-webkit-border-radius:px;}
  604.  
  605. {CustomCSS}
  606.  
  607. </style>
  608.  
  609. </head>
  610.  
  611.  
  612.  
  613. <body>
  614.  
  615.  
  616. <div id="container">
  617.  
  618. <div id="entries">
  619. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  620. <script type="text/javascript"
  621.  
  622. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  623.  
  624.  
  625. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  626.  
  627.  
  628.  
  629. {block:Posts}
  630.  
  631. <div id="entry">
  632. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  633.  
  634. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  635. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  636.  
  637. {block:Photoset}{Photoset-500}
  638. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  639. {/block:Photoset}
  640.  
  641. {block:Quote}
  642. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  643. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  644. {/block:Quote}
  645.  
  646. {block:Link}
  647. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  648. {block:Description}{Description}{/block:Description}
  649. {/block:Link}
  650.  
  651. {block:Chat}
  652. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  653. <div class="chat"><ul>{block:Lines}
  654. <li class="person{UserNumber}">{block:Label}
  655. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  656. {/block:Chat}
  657.  
  658. {block:Audio}
  659. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  660. {AudioPlayerWhite}
  661. <div class="playcount">{PlayCountWithLabel}</div>
  662. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  663. {/block:Audio}
  664.  
  665. {block:Video}{Video-500}
  666. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  667.  
  668. {block:Answer}
  669. <div class="asker">{Asker}, said to me:<br> {Question}</div>
  670. <div class="answer">{Answer}</div>
  671. {/block:Answer}
  672.  
  673. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  674. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  675. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  676. {/block:ContentSource}</div>
  677.  
  678.  
  679.  
  680. <div id="clear"></div>
  681.  
  682. {block:Date} <div class="info">{block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  683. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  684. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  685. </div></div>
  686. {/block:Posts}
  687. {block:PostNotes}
  688. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  689. {/block:PostNotes}
  690.  
  691. </div>
  692.  
  693. </div>
  694.  
  695.  
  696. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  697.  
  698.  
  699. <div id="td">
  700.  
  701. <div id="barra">
  702. <center><b>+ </b> M O R E </center> </div>
  703.  
  704. <div class="links2">
  705. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  706.  
  707. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  708.  
  709. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  710.  
  711. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  712.  
  713. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  714.  
  715. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  716.  
  717. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  718.  
  719. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  720.  
  721. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  722.  
  723. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
  724. </div>
  725.  
  726. <div id="foto"><center><div class="icon"><img src="{image:sidebar2}"></div></center></div>
  727.  
  728. <div id="sbar7">
  729. <center>Theme <b>late-to-write</b>. Detalhe, e-n-s-e-j-o-s ©
  730. </center>
  731.  
  732. </div>
  733.  
  734. </div>
  735.  
  736. </div>
  737.  
  738.  
  739.  
  740. </div>
  741.  
  742. </div>
  743.  
  744.  
  745.  
  746. <div id="sbar22">
  747. <img src="{image:sidebar1}" width= "220px;" height= "250px;">
  748.  
  749. <div style="float: left; border: 0px solid {color:cortitulobg}; margin-padding: -11px; margin-left: 0px; color:{color:cortitulobg}; margin-bottom: 1px; top: 290px; left: 134px; background-color: {color:cortitulobg}; color:{color:cortitulo}; opacity: 0.7; position:fixed; width: 222px; height: 14px; font-size: 11px; letter-spacing: 0px; text-align: justify; font-family: georgia, sans-serif"><center>{text:frasecurta} </center></div></div>
  750.  
  751. </div>
  752.  
  753. <div id="sbar2">
  754. <center><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  755. {block:JumpPagination length="5"}
  756. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  757. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  758. {/block:JumpPagination}
  759. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  760. </div>
  761.  
  762. </div></div>
  763.  
  764. </div>
  765.  
  766.  
  767.  
  768.  
  769. <div id="sbar51">
  770. </div>
  771.  
  772. <div id="link4">{text:titulo1}
  773.  
  774. </div>
  775. </div>
  776. <div id="hover">{text:titulo2}
  777.  
  778. <div id="descri"><br>{description}
  779. </div></div>
  780.  
  781.  
  782.  
  783. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  784. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  785.  
  786.  
  787. </form></div>{/block:IfShowSearch}
  788.  
  789. </div></div>
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement