Advertisement
kelishid

theme 32 late-to-write

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