Don't like ads? PRO users don't see any ads ;-)
Guest

Plebeu Suicida Theme 06

By: a guest on Apr 14th, 2012  |  syntax: HTML  |  size: 17.56 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 # PLEBEU SUICIDA, 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:descri" content="#fff" />
  18. <meta name="color:sidebartitle" content="#266488" />
  19. <meta name="color:barrarolagem" content="#266488" />
  20. <meta name="color:titletext" content="#fff" />
  21. <meta name="color:entry" content="#fff" />
  22. <meta name="color:links" content="#000" />
  23. <meta name="color:slinks" content="#fff" />
  24. <meta name="color:slinks txt" content="#000" />
  25. <meta name="color:slinks hover" content="#ffffff" />
  26. <meta name="color:slinks txt hover" content="#266488" />
  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.  
  38.  
  39. <meta name="text:frase" content="uma frase ..."/>
  40.  
  41.  
  42. <meta name="text:Link1" content="http://www.tumblr.com" />
  43. <meta name="text:Link1 Title" content="link1" />
  44. <meta name="text:Link2" content="http://www.tumblr.com" />
  45. <meta name="text:Link2 Title" content="link2" />
  46. <meta name="text:Link3" content="http://www.tumblr.com" />
  47. <meta name="text:Link3 Title" content="link3" />
  48. <meta name="text:Link4" content="http://www.tumblr.com" />
  49. <meta name="text:Link4 Title" content="link4" />
  50. <meta name="text:Link5" content="http://www.tumblr.com" />
  51. <meta name="text:Link5 Title" content="link5" />
  52. <meta name="text:Link6" content="http://www.tumblr.com" />
  53. <meta name="text:Link6 Title" content="link6" />
  54.  
  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.  
  93.  
  94.  
  95.          ::-webkit-scrollbar{width:8px;height:8px;}
  96.          
  97.          ::-webkit-scrollbar-button:start:decrement
  98.          
  99.          ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  100.          
  101.          ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  102.          
  103.          ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  104.          
  105.          ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  106.  
  107.  
  108. #sbar {position:fixed; top:290px; width:80px; height: 15px; color: #f1f1f1; background-color:transparent; text-transform: none; font-family: georgia; padding: 2px 10px; font-size: 20px; line-height:20px; margin-left: 235px; letter-spacing: 1px; text-align: center; text-shadow:0px 0px 10px #fff;
  109.  
  110. z-index:9999;}
  111.  
  112. /*** Paginação by madlyluv.com ***/
  113. #paginal {font-family: verdana; font-size: 7px; text-align: center;}
  114. #paginal a { background:{color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links};  -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  115. #paginal a:hover {background: {color:background}; color: {color:links};}
  116. #paginal span.pagina_atual {background:{color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:links}; font-weight: bold; text-decoration: none;  -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  117.  
  118.  
  119.  
  120. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  121.  
  122. .link2 {position: absolute; text-align: center;margin-top: -3px; margin-left: -3px;}
  123.  
  124.  
  125.  
  126. .link2 a {display: block; font-family: tinytots; font-size: 8px; text-align: center; width: 132px; height: auto;  background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; padding: 4px 5px 4px 5px; margin-bottom:1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  127.  
  128.  
  129.  
  130. .link2  a:hover{text-align: center; letter-spacing: 5px; background-color: {color:slinks hover};  color:{color:slinks txt hover}; opacity:2;  }
  131.  
  132. .link1 {position: fixed; text-align: center;margin-top: -3px; margin-left: -146px;}
  133.  
  134.  
  135.  
  136. .link1 a {display: block; font-family: tinytots; font-size: 8px; text-align: center; width:132px; height: auto;  background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; padding: 4px 5px 4px 5px; margin-bottom:1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  137.  
  138.  
  139.  
  140. .link1  a:hover{text-align: center; letter-spacing: 5px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; opacity:2;  }
  141.  
  142.  
  143. #linha2{margin-left: 40px; margin-top: 280px; width: 235px; height: 4px; background-color:{color:sidebar}; position: fixed;  padding: 0px;border: 1px solid #f1f1f1 ;}
  144.  
  145.  
  146. #linha3{margin-left: 60px; margin-top: 28px; width: 4px; height: 275px; text-align: center; background-color: {color:sidebar}; position: fixed;  padding: 0px; border: 1px solid #f1f1f1 ;}
  147.  
  148. #sbar3 {width:136px; height:50px; margin-left: 214px; margin-top:215px; position:fixed;  overflow:hidden;  font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:background}; border-left:0px solid; border-right:0px solid; padding:3px;}
  149.  
  150. #sbar1 {width:279px; height: 9px; margin-left: 71px; margin-top:32px; position:fixed;  overflow:hidden; color:{color:titletext}; font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:sidebartitle}; border-left:0px solid; border-right:0px solid; padding:3px;text-shadow:0px 0px 5px  #fff;
  151.  
  152. z-index:9999; }
  153.  
  154. #sbar4 {width:136px; height: 10px; margin-left: 214px; margin-top:272px; position:fixed;  overflow:hidden; color:{color:titletext}; font-size: 8px; text-transform: uppercase; font-family: tinytots; line-height:10px; background-color:{color:sidebartitle}; border-left:0px solid; border-right:0px solid; padding:3px;}
  155.  
  156. #sbar22 {width:136px; height: 160px; margin-left: 214px; margin-top: 48px; position:fixed;  overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  157.  
  158. #ssbar22 {width:136px; height: 160px; margin-left: 71px; margin-top: 48px; position:fixed;  overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px }
  159.  
  160.  
  161.  
  162. #descri {position:fixed; text-align: justify; font-size: 9px; font-family: verdana; margin-left: 223px; width: 120px; height:auto; background-color: transparent; color:{color:descri}; padding: 1px; margin-top: 153px;
  163.  
  164. text-shadow:0px 2px 5px  #000;
  165.  
  166. z-index:9999;}
  167.  
  168.  
  169.  
  170. .bubble {align:right;background: {color:background}; margin:7px 0px 2px 66px;padding:11px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  171. .bubble p {margin:1px 0px;}
  172. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px; left:-13px;top:2px;border-top:7px solid transparent;border-bottom:7px solid transparent; border-right:10px solid {color:entry};}
  173. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  174.  
  175. #icon {
  176. text-align: center;
  177. width: 100px;
  178. display: block;
  179. padding: 8px;
  180. }
  181.  
  182. #container {
  183. background-color:transparent;
  184. width: 465px;
  185. position: absolute;
  186. top:50px;
  187. left: 365px;
  188. padding-bottom: 5px;
  189. }
  190.  
  191. #entries {margin: -10px 0 0px 0}
  192.  
  193.  
  194. #entry {
  195. width: 500px;
  196. background-color:{color:entry};
  197. text-align: justify;
  198. padding: 20px;
  199.  margin-bottom:1px;}
  200.  
  201. .image{text-align: center; margin: 0 0 5px 0}
  202. .image img{border: 0px; margin: 0; padding: 0;}
  203.  
  204. #ask_form{width: 500px; }
  205.  
  206. .search_result{font-size: 12px; text-align: center}
  207.  
  208. .source{display:none}
  209.  
  210. h1{
  211. font-family: georgia;
  212. font-size:20px;
  213. letter-spacing: -1px;
  214. line-height: 20px;
  215. text-transform: none;
  216. font-weight: normal;
  217. margin: 0 0 5px 0;
  218. text-align: center
  219. }
  220.  
  221. h1 a{
  222. font-size:20px;
  223. letter-spacing: -1px;
  224. line-height: 20px;
  225. text-transform: none;
  226. font-weight: normal;
  227. margin: 0 0 5px 0;
  228. text-decoration: none;
  229. text-align: center
  230. }
  231.  
  232. .qqmarks{
  233. font-size: 80px;
  234. font-weight: bold;
  235. line-height: 80px;
  236. opacity: 0.2;
  237. filter:alpha (opacity=20)
  238. }
  239.  
  240. .qquote{
  241. font-family:Georgia;
  242. font-size: 20px;
  243. letter-spacing: -1px;
  244. line-height: 30px;
  245. text-transform: none;
  246. margin-top: -70px;
  247. margin-left: 45px
  248. }
  249.  
  250. .qsource{
  251. margin: 5px 15px 0 0;
  252. text-align: right}
  253.  
  254. .chat{
  255. line-height: 12px;
  256. list-style: none
  257. }
  258.  
  259. .chat ul {
  260. line-height: 15px;
  261. list-style: none;
  262. padding: 0px;
  263. line-height: 20px;
  264. background: #000;
  265. }
  266.  
  267. .person1 {
  268. background-color: {color:link};
  269. color: {color:background}
  270. }
  271. .person1 .label {
  272. font-weight: bold;
  273. padding: 0px;
  274. margin-left: 5px;
  275. color: {color: text}
  276. }
  277. .person2 {
  278. background-color: {color:background};
  279. color: {color: text}
  280. }
  281. .person2 .label {
  282. font-weight: bold;
  283. padding: 0px;
  284. margin-left: 5px;
  285. color: {color: text}
  286. }
  287.  
  288. .audioimage{
  289. float:left;
  290. text-align: center;
  291. margin: 0 10px 5px 0;
  292. width: 205px;
  293. border: 15px solid {color:background};
  294. }
  295. .audioimage img{
  296. max-width: 205px;
  297. height: auto;
  298. margin: 0 0 2px 0
  299. }
  300. .playcount {font-style: italic}
  301.  
  302.  
  303. .asker {
  304. width: 480px;
  305. background-color: {color:background};
  306. color:{color:text};
  307. padding: 10px; }
  308. .asker img{
  309. float: left;
  310. margin: 0px 4px 2px 0
  311. }
  312. .asker a{
  313. font-size: 20px;
  314. color:{color:link};
  315. text-transform: lowercase;
  316. line-height: 27px;
  317. padding: 0; margin: 0;
  318. font-family: georgia;
  319. }
  320. .asker a:hover{
  321. font-size: 20px;
  322. color:{color:link};
  323. text-transform: lowercase;
  324. line-height:27px;
  325. padding: 0;
  326. margin: 0;
  327. font-family: georgia;
  328. }
  329. .answer {padding: 5px 0 0 0; }
  330.  
  331. #cap {
  332. padding: 2px 0 0 0;
  333. width: 500px;
  334. margin: 0 0 0 5px
  335. }
  336.  
  337. .info {
  338. margin-top: 10px;
  339. border-left: 0px solid {color:entry};
  340. padding: 5px;
  341. background-color: {color:entry};
  342. text-align: left;
  343. font-size: 9px;
  344. font-family: verdana;
  345. text-transform: lowercase;
  346. }
  347.  
  348. .info a {font-size: 9px;}
  349.  
  350. .info2 {
  351. padding: 2px;
  352. border-bottom: 1px dotted {color:entry};
  353. text-align: right;
  354. }
  355. .tags {
  356. color: {color:text};
  357. font-size: 9px;
  358. font-family: verdana;
  359. display: inline;
  360. list-style: none;
  361. text-transform: none;
  362. }
  363. .tags a {
  364. font-size: 9px;
  365. color: {color:text};
  366. display: inline;
  367. list-style: none;
  368. text-transform: none;
  369. }
  370.  
  371. #nts {
  372. width: 500px;
  373. margin-left: 95px;
  374. padding: 10px;
  375. margin-top: 5px;
  376. font-size: 10px;
  377. text-align: left
  378. }
  379.  
  380. #nts img{display: none; border:0px}
  381.  
  382. #clear{
  383. clear: both;
  384. width: 50px;
  385. height: 0px;
  386. background-color: transparent
  387. }
  388.  
  389. #prevnextlinks{
  390. text-align: center;
  391. width: 500px;
  392. background-color:{color:entry};
  393. padding: 7px 20px 7px 20px;
  394. margin: 0 0 2px 0;
  395. font-size: 10px
  396. }
  397.  
  398. #notes {
  399. width: 500px;
  400. margin: 0px;
  401. margin-left: 0px;
  402. padding: 5px;
  403. text-align: left
  404. }
  405.  
  406. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  407. ol.notes li {margin: 0px; padding: 2px;}
  408.  
  409. #notes img{border:0px}
  410. #notes a{font-size: 10px}
  411.  
  412. #tumblr_controls{position: fixed!important}
  413. ::-webkit-scrollbar{width:5px;height:5px;}
  414.  
  415. ::-webkit-scrollbar-button:start:decrement
  416.  
  417. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  418.  
  419. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  420.  
  421. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:barrarolagem};-webkit-border-radius:px;}
  422.  
  423. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:barrarolagem};-webkit-border-radius:px;}
  424.  
  425. {CustomCSS}
  426.  
  427. </style>
  428.  
  429. </head>
  430.  
  431.  
  432.  
  433.  <body>
  434.  
  435.  
  436.  
  437. <div id="container">
  438.  
  439. <div id="entries">
  440. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  441. <script type="text/javascript"
  442.  
  443. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  444.  
  445.  
  446. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  447.  
  448.  
  449.  
  450.  {block:Posts}
  451.  
  452. <div id="entry">
  453. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  454.  
  455. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  456. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  457.  
  458. {block:Photoset}{Photoset-500}
  459. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  460. {/block:Photoset}
  461.  
  462. {block:Quote}
  463. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  464. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  465. {/block:Quote}
  466.  
  467. {block:Link}
  468. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  469. {block:Description}{Description}{/block:Description}
  470. {/block:Link}
  471.  
  472. {block:Chat}
  473. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  474. <div class="chat"><ul>{block:Lines}
  475. <li class="person{UserNumber}">{block:Label}
  476. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  477. {/block:Chat}
  478.  
  479. {block:Audio}
  480. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  481. {AudioPlayerWhite}
  482. <div class="playcount">{PlayCountWithLabel}</div>
  483. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  484. {/block:Audio}
  485.  
  486. {block:Video}{Video-500}
  487. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  488.  
  489. {block:Answer}
  490. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b> said to me: {Question}&nbsp;</div>{Answer} {/block:Answer}
  491.  
  492. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  493.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  494.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  495. {/block:ContentSource}</div>
  496.  
  497.  
  498.  
  499. <div id="clear"></div>
  500.  
  501. {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}
  502. <br>
  503. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  504. </div></div>
  505. {/block:Posts}
  506. {block:PostNotes}
  507. <div id="nts"><div id="ntstext">| {PostNotes}</div></div>
  508. {/block:PostNotes}
  509.  
  510. </div>
  511.  
  512. </div>
  513.  
  514.  
  515. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  516.  
  517.  
  518.  
  519. <div id="sbar1">
  520. <center>{text:frase}</div></div>
  521.  
  522. </div>
  523.  
  524. <div id="sbar22">
  525.  
  526.  
  527. <img src="{image:sidebar2}" width= "130px;" height= "154px;" style="border: 3px solid #f1f1f1"/ >
  528.  
  529.  
  530. </div>
  531.  
  532. <div id="ssbar22">
  533.  
  534.  
  535. <img src="{image:sidebar1}" width= "130px;" height= "154px;" style="border: 3px solid #f1f1f1"/ >
  536.  
  537.  
  538. </div>
  539.  
  540. <div id="descri"><center>{description}
  541.  
  542. </div>
  543.  
  544. <div id="linha"></div></div>
  545.  
  546. <div id="linha2"></div></div>
  547.  
  548. <div id="linha3"></div></div>
  549.  
  550. <div id="sbar"><center><div id="paginal">
  551. {block:JumpPagination length="4"}
  552. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  553. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  554. {/block:JumpPagination}
  555. </center>
  556. </div>
  557.  
  558. </div>
  559.  
  560. <div id="sbar4">
  561. <center><a href="http://plebeu-suicida.tumblr.com/">theme</a> + <a href="http://verdadesdegaroto.tumblr.com/">base</a> + <a href="http://late-to-write.tumblr.com/">dtlh</a></center>
  562. </div></div>
  563.  
  564. <div id="sbar3">
  565.  
  566. <div class="link1">
  567.  
  568. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  569. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  570.  {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  571.  
  572.  
  573. </div>
  574. <div class="link2">
  575.  
  576. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  577. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  578. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  579.  
  580.  
  581. </div>
  582.  
  583. </div>
  584.  
  585. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  586. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  587.  
  588.  
  589. </form></div>{/block:IfShowSearch}
  590.  
  591. </div></div>
  592.  
  593.  
  594. </body>
  595. </html>