Advertisement
pedrok123

theme 7 by repugnar

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