Advertisement
kelishid

theme 29 late-to-write

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