Advertisement
kelishid

theme 28 late-to-write

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