Advertisement
kelishid

theme 30 late-to-write

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