jeekuro

hibari theme

May 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.13 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 028 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
  3. CONTACT INFO [email: [email protected]]
  4. FOLLOW THEME BLOG [http://ettudis.tumblr.com]
  5. TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  12. {block:Description}
  13. <meta name="Description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{favicon}" />
  16. <meta name="color:background" content="#fafafa" />
  17. <meta name="color:blockquote border" content="#E92700" />
  18. <meta name="color:blockquote text" content="#505050" />
  19. <meta name="color:link" content="#40005E" />
  20. <meta name="color:link hover" content="#DADADA" />
  21. <meta name="color:menu link" content="#FFFFFF" />
  22. <meta name="color:menu link background 1" content="#E600D3" />
  23. <meta name="color:menu link background 2" content="#9245F5" />
  24. <meta name="color:menu link background 3" content="#FFF500" />
  25. <meta name="color:menu link background 4" content="#00D6CF" />
  26. <meta name="color:menu link background hover" content="#000000" />
  27. <meta name="color:menu link hover" content="#FFFFFF" />
  28. <meta name="color:message border" content="#F5ED00" />
  29. <meta name="color:permalink" content="#FCE2E2" />
  30. <meta name="color:post background" content="#FFFFFF" />
  31. <meta name="color:post border" content="#E9E9E9" />
  32. <meta name="color:post text" content="#5e5e5e" />
  33. <meta name="color:post title" content="#3b3b3b" />
  34. <meta name="color:post title border" content="#FFCC00" />
  35. <meta name="color:topbar background" content="#000000" />
  36. <meta name="color:topbar text" content="#999999" />
  37. <meta name="color:topbar link" content="#FCE2E2" />
  38. <meta name="color:topbar link hover" content="#CCCCCC" />
  39. <meta name="color:userpic border" content="#FFFFFF" />
  40. <meta name="color:userpic border hover" content="#000000" />
  41. <meta name="color:description Background" content="#f1f1f1" />
  42. <meta name="image:Top Background" content="#f1f1f1"/>
  43. <meta name="if:extra links" content="0"/>
  44. <meta name="if:four columns" content="1"/>
  45. <meta name="if:one column" content="0"/>
  46. <meta name="if:two columns" content="0"/>
  47. <meta name="if:three columns" content="0"/>
  48. <meta name="image:background" content="http://i45.tinypic.com/p2mg7.png"/>
  49. <meta name="text:Link 1" content="" />
  50. <meta name="text:Link 1 Title" content="" />
  51. <meta name="text:Link 2" content="" />
  52. <meta name="text:Link 2 Title" content="" />
  53. <meta name="text:Link 3" content="" />
  54. <meta name="text:Link 3 Title" content="" />
  55. <meta name="text:Link 4" content="" />
  56. <meta name="text:Link 4 Title" content="" />
  57. <meta name="text:Link 5" content="" />
  58. <meta name="text:Link 5 Title" content="" />
  59. <meta name="text:Links title" content="links" />
  60. <style type="text/css">
  61.  
  62. @font-face {
  63. font-family: 'Inconsolata';
  64. src: local('Inconsolata'), url('http://themes.googleusercontent.com/fonts/font?kit=J_eeEGgHN8Gk3Eud0dz8jw') format('truetype');
  65.  
  66. }
  67. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  68. #infscr-loading {display:none;}
  69. #over{height:2000px!important;position:absolute;top:0px;left:0px;width: 100%;}
  70.  
  71. body
  72. {font-family:cambria;
  73. background-color:{color:Background};
  74. background-image:url('{image:Background}');
  75. background-position: fixed;
  76. background-attachment:fixed;
  77. background-repeat:repeat;}
  78. }
  79. a {
  80. color: {color:link};text-decoration: none;
  81. -webkit-transition: all 0.9s ease;
  82. -moz-transition: all 0.9s ease;
  83. -o-transition: all 0.9s ease;
  84. }
  85. a:hover {
  86. -webkit-transition: all 0.5s ease;
  87. -moz-transition: all 0.5s ease;
  88. -o-transition: all 0.5s ease;
  89. }
  90. #infscr-loading {display:none;}
  91. iframe#tumblr_controls {right:3px !important;
  92. position: fixed !important;
  93. opacity: 0.2;
  94. filter:alpha(opacity=20);
  95. -moz-opacity: 0.2;
  96. -khtml-opacity: 0.2;
  97. -webkit-transition: all 0.9s ease;
  98. -moz-transition: all 0.9s ease;
  99. -o-transition: all 0.9s ease;}
  100. iframe#tumblr_controls:hover{
  101. opacity: 1;
  102. filter:alpha(opacity=100);
  103. -moz-opacity: 1;
  104. -khtml-opacity: 1;
  105. -webkit-transition: all 0.9s ease;
  106. -moz-transition: all 0.9s ease;
  107. -o-transition: all 0.9s ease;}
  108.  
  109. #topbar {
  110. width: 100%;
  111. left:549px; z-index: 100;
  112. bottom: 0px;
  113. position: fixed;
  114. height: 110px;
  115. padding:15px;
  116. color: {color:topbar text};
  117. background:{color:topbar background};
  118. }
  119. #topcontainer{
  120. min-width: 200px;max-width: 500px; text-align:left; margin auto 0px;margin-top:-10px;
  121. }
  122.  
  123. #desc {width: 300px; font: 9px/12px georgia, lucida console, arial;color:{color:topbar text};float:left;margin-top:-10px;text-align:left;}
  124. #desc a, #info a{color:{color:topbar link};font: 10px courier new, courier, monospace; text-transform: uppercase;}
  125. #desc a:hover, #info a:hover{color:{color:topbar link hover};}
  126. #menu a:hover{
  127. color: {color:menu link hover};
  128. background: {color:menu link background hover}!important;
  129. }
  130.  
  131. #menu a{
  132. color: {color:menu link};
  133. font: 9px/15px consolas, lucida console, arial;
  134. letter-spacing: 1px;text-align:center;
  135. text-decoration: none;
  136. text-transform: uppercase;
  137. -webkit-transition: all 0.5s ease;
  138. -moz-transition: all 0.5s ease;
  139. -o-transition: all 0.5s ease;
  140. display:block;
  141. float:left;
  142. width: 90px;
  143. height: 15px;margin-right:7px;
  144. margin-bottom:2px;
  145. }
  146. a.link1 {background: {color:menu link background 1}!important;}
  147. a.link2 {background: {color:menu link background 2}!important;}
  148. a.link3 {background: {color:menu link background 3}!important;}
  149. #links a{background: {color:menu link background 4}!important;display:block;margin-bottom:3px!important;}
  150. #links{width:90px!important;float:left;height:15px!important;overflow:hidden;margin-right:7px;}
  151. #links:hover{width:90px!important;float:left;}
  152. .userpic {border: 10px solid {color:userpic border};padding:0px;margin-top:-120px;
  153. -webkit-transition: opacity 0.7s linear;
  154. opacity: 1;
  155. }
  156.  
  157. .userpic2 {border: 10px solid {color:userpic border};padding:0px;margin-top:0px;
  158. -webkit-transition: opacity 0.7s linear;
  159. opacity: 1;
  160. }
  161. .userpic:hover{background:{color:userpic border hover};-webkit-transition: opacity 0.6s linear;
  162. opacity: 1;}
  163.  
  164. #userpic a{
  165. padding:15px;
  166. }
  167. #chat ul,#chat ol,#chat li{
  168. list-style:none;
  169. padding: 1px;
  170. }
  171. ul, ol {
  172. padding-left: 5px!important;
  173. margin-left:15px!important;
  174. }
  175. #asker {
  176. margin:5px;border-bottom:1px solid{color:message border};padding-bottom:4px;
  177. }
  178. #asker a{
  179. color: {color:link};font: bold 12px inconsolata, consolas, lucida console, trebuchet;
  180. }
  181. #quote {
  182. text-decoration: none;
  183. font-style: normal;
  184. text-align:center;
  185. letter-spacing:0px;
  186. padding-top:5px;
  187. font: 12px/12px inconsolata, consolas, lucida console, trebuchet;
  188. }
  189. h1 {
  190. font: bold 12px inconsolata, consolas, lucida console, trebuchet;margin: 3px 15px;border-bottom:1px solid{color:post title border};text-align:center;
  191. }
  192. h1 a{
  193. color: {color:post title}; font-style: normal!important;
  194. }
  195. #info {
  196. padding:0px;width:500px!important;color: {color:topbar text};
  197. background:{color:topbar background}; margin:0px;padding:5px;
  198. }
  199. #answer a, #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a{
  200. font: 9px trebuchet ms, arial, sans-serif;letter-spacing: 1px;
  201. text-transform: uppercase;letter-spacing: 0px;text-decoration:none;
  202. -webkit-transition: all 0.5s ease;
  203. -moz-transition: all 0.5s ease;
  204. -o-transition: all 0.5s ease;
  205. color: {color:link};
  206. }
  207. #answer a:hover, #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover, #text a:hover, #captiona a:hover{
  208. font-style: italic;
  209. color:{color:link hover};
  210. }
  211. #quotesource {
  212. display: block;
  213. text-align: center;
  214. }
  215. .label {
  216. font: 9px lucida console, trebuchet ms, sans-serif;
  217. text-transform: uppercase;
  218. color: {color:link hover};
  219. padding-right: 5px;
  220. }
  221. .person1 .label {
  222. padding-right: 5px;
  223. text-transform: uppercase;
  224. color: {color:link};
  225. font: 9px lucida console, trebuchet ms, sans-serif;
  226. }
  227. ul, ol {
  228. padding-left: 5px!important;
  229. margin-left:15px!important;
  230. }
  231. #audio {
  232. width: 250px; background: #000;
  233. }
  234. #audiotext{
  235. padding: 5px;
  236. }
  237.  
  238. #note {
  239. font-size: 9px;
  240. padding: 7px;
  241. float:NONE;
  242. color: {color:post text};
  243. width: 500px;font: 10px consolas, lucida console, arial;
  244. }
  245. li.note {
  246. list-style:none;
  247. padding: 3px;
  248. margin: 0px;
  249. margin-right: 25px;
  250. }
  251. #note a{
  252. font: 9px trebuchet ms;
  253. color: {color:link};
  254. text-transform:uppercase;
  255. }
  256. #note a:hover{
  257. color: {color:link hover};
  258. }
  259. .container{
  260. border: 1px solid {color:post border}; margin:5px;
  261. overflow:hidden; float:left;position:relative;
  262. {block:ifthreecolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:ifthreecolumns}
  263. {block:iffourcolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:iffourcolumns}
  264. {block:iftwocolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:iftwocolumns}
  265. {block:ifonecolumn}{block:indexpage}width:510px;{/block:indexpage}{/block:ifonecolumn}
  266. {block:permalinkpage}width:510px;{/block:permalinkpage}
  267. }
  268. #entry {
  269. float:left;background-color:{color:post background};
  270. color: {color:post text}; font: 10px consolas, lucida console, arial;
  271. {block:ifthreecolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:ifthreecolumns}
  272. {block:iffourcolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iffourcolumns}
  273. {block:iftwocolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iftwocolumns}
  274. {block:ifonecolumn}{block:indexpage}width:500px;{/block:indexpage}{/block:ifonecolumn}
  275. {block:permalinkpage}width:500px;{/block:permalinkpage}
  276. padding:5px;}
  277. #all{
  278. position: absolute;
  279. top: 60px;
  280. left:10px;
  281. {block:ifthreecolumns}{block:indexpage}width:900px;{/block:indexpage}{/block:ifthreecolumns}
  282. {block:iffourcolumns}{block:indexpage}width:1200px;{/block:indexpage}{/block:iffourcolumns}
  283. {block:iftwocolumns}{block:indexpage}width:800px;{/block:indexpage}{/block:iftwocolumns}
  284. {block:ifonecolumn}{block:indexpage}width:750px;{/block:indexpage}{/block:ifonecolumn}
  285. {block:permalinkpage}left:30px; width:500px;{/block:permalinkpage}
  286. background: none;
  287. }
  288. #entry img{
  289. {block:ifthreecolumns}{block:indexpage}max-width:250px;{/block:indexpage}{/block:ifthreecolumns}
  290. {block:iffourcolumns}max-width:250px;{/block:iffourcolumns}
  291. {block:iftwocolumns}{block:indexpage}max-width:250px;{/block:indexpage}{/block:iftwocolumns}
  292. {block:ifonecolumn}{block:indexpage}max-width:250px;{/block:indexpage}{/block:ifonecolumn}
  293. {block:permalinkpage}max-width:5000;{/block:permalinkpage}
  294. margin:0px!important;
  295. opacity: 0.9;
  296. filter:alpha(opacity=90);
  297. -moz-opacity: 0.9;
  298. -khtml-opacity: 0.9;
  299. -webkit-transition: all 0.5s ease;
  300. -moz-transition: all 0.5s ease;
  301. -o-transition: all 0.5s ease;}
  302.  
  303. #entry img:hover{
  304. opacity: 1;
  305. filter:alpha(opacity=100);
  306. -moz-opacity: 1;
  307. -khtml-opacity: 1;
  308. }
  309. blockquote{
  310. border-left: 1px dashed {color:blockquote border};
  311. padding-left:5px;
  312. color: {color:blockquote text};margin-left:20px;
  313. }
  314. table, tr, td{
  315. font-size: 9px!important;
  316. }
  317. #text img, #captiona img, #answer img{
  318. {block:iftwocolumns}width:fixed;{/block:iftwocolumns}
  319. {block:ifthreecolumns}max-width:240px;{/block:ifthreecolumns}
  320. {block:iffourcolumns}max-width:240px;{/block:iffourcolumns}
  321. {block:ifonecolumn}max-width:490px;{/block:ifonecolumn}
  322. margin:0px;
  323. }
  324.  
  325. #entry p{
  326. margin-top:7px;margin-left:5px;margin-right:5px; margin-bottom: 3px;
  327. }
  328. small {font-size:9px;}
  329. .navigation {display:none!important;}
  330. #photoset{margin:5px!important;}
  331. div.perma a {
  332. font: normal normal 9px/15px courier new, courier, monospace;letter-spacing: 1px;
  333. text-align:center;
  334. width:90px;position:absolute;
  335. text-transform:uppercase;
  336. color: {color:permalink};
  337. background:{color:topbar background};
  338. -webkit-transition: all 0.5s ease;
  339. -moz-transition: all 0.5s ease;
  340. -o-transition: all 0.5s ease;
  341. }
  342. div.perma {
  343. opacity: 0;
  344. filter:alpha(opacity=0);
  345. -moz-opacity: 0;
  346. -khtml-opacity: 0;
  347. -webkit-transition: all 0.5s ease;
  348. -moz-transition: all 0.5s ease;
  349. -o-transition: all 0.5s ease;
  350. }
  351. div.date:hover div.perma {
  352. opacity: 1;
  353. filter:alpha(opacity=100);
  354. -moz-opacity: 1;
  355. -khtml-opacity: 1;
  356. }
  357.  
  358. #show { position:fixed; bottom:0px;left:610px; width:210px; z-index:100;}
  359.  
  360. a.line:link, a.line:active, a.line:visited {
  361. margin-left:6px;
  362. width: 80px;
  363. height: 10px;
  364. display: inline-block;
  365. text-decoration:none;
  366. color: {color: navi color};
  367. text-align: center;
  368. line-height:10px;
  369. font-size:8px;
  370. letter-spacing: 5px;
  371. font-family: "tinytots";
  372. margin-top:0x;
  373. margin-bottom: 3px;
  374. background-color:{color:Accent};
  375. text-transform: uppercase;
  376. -webkit-transition: all 0.8s ease;
  377. -moz-transition: all 0.8s ease;
  378. -ms-transition: all 0.8s ease-in;
  379. -o-transition: all 0.8s ease-in;}
  380.  
  381.  
  382. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  383. @font-face {font-family: "bats";src: url('http://static.tumblr.com/hfo5vsk/UHDlv8fua/erlerdingbats.ttf');}
  384.  
  385. a.line:hover{
  386. width: 80px;
  387. height: 10px;
  388. display: inline-block;
  389. text-decoration:none;
  390. color: {color: navi color};
  391. text-align: center;
  392. line-height:10px;
  393. font-size:8px;
  394. letter-spacing: 5px;
  395. font-family: "tinytots";
  396. margin-top:0x;
  397. margin-bottom: 3px;
  398. background-color:#b47c82;
  399. text-transform: uppercase;
  400. border-bottom: 3px solid {color:border};
  401. -webkit-transition: all 0.8s ease;
  402. -moz-transition: all 0.8s ease;
  403. -ms-transition: all 0.8s ease;
  404. -o-transition: all 0.8s ease;
  405. }
  406.  
  407. #userpic img{
  408. -webkit-transition: opacity 0.7s linear;
  409. opacity: 0.8;
  410. }
  411. #userpic img:hover {
  412. -webkit-transition: opacity 0.6s linear;
  413. opacity: 1;
  414. }
  415.  
  416.  
  417.  
  418. #descri {
  419. color:{color:description text};
  420. background-color:{color:description background};
  421. font-family:tinytots;
  422. text-transform:uppercase;
  423. font-size:8px;
  424. padding:5px;
  425. opacity:0.8;
  426. width:500px;
  427. margin-top:1px;
  428. margin-left:60px;
  429. text-align:center;
  430. moz-border-radius: 0px 0px 0px 10px;
  431. -webkit-border-radius: 0px 0px 10px 10px;
  432. border-radius: 0px 0px 10px 10px;
  433. }
  434. #top {
  435. background-color: {color:Top Background};
  436. background-image:url('{image:Top background}');
  437. background-attachment:fixed;
  438. height:40px;
  439. width:1000%;
  440. top:0;
  441. left:0px;
  442. z-index:100;
  443. position:fixed;
  444. }
  445.  
  446. *, body {cursor: url(http://oi49.tinypic.com/jt5ezr.jpg), auto;}
  447.  
  448.  
  449. a,a:hover{cursor:url(http://i45.tinypic.com/2hzo8kj.gif), auto !important;}
  450.  
  451. </style>
  452.  
  453. <script type="text/javascript">
  454. jQuery(document).ready(function() {
  455. jQuery(".tags").hide();
  456. //toggle the componenet with class msg_body
  457. jQuery(".categories").click(function()
  458. {
  459. jQuery(this).next(".tags").slideToggle(500);
  460. });});
  461. </script>
  462.  
  463.  
  464. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  465. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  466.  
  467. <!-- {block:IndexPage} -->
  468. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  469. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  470. <script type="text/javascript">
  471. $(window).load(function () {
  472. $('#content').masonry(),
  473. $('.masonryWrap').infinitescroll({
  474. navSelector : "div.navigation",
  475. // selector for the paged navigation (it will be hidden)
  476. nextSelector : ".navigation a#next",
  477. // selector for the NEXT link (to page 2)
  478. itemSelector : ".container",
  479. // selector for all items you'll retrieve
  480. bufferPx : 10000,
  481. extraScrollPx: 10000,
  482. loadingImg : "",
  483. loadingText : "<em></em>",
  484. },
  485. // call masonry as a callback.
  486. function() { $('#content').masonry({ appendedContent: $(this) }); }
  487. );
  488. });
  489. </script>
  490. <!-- {/block:IndexPage} -->
  491.  
  492.  
  493.  
  494. </head>
  495. <body><div id="over"></div>
  496. <div style="position:fixed; top:-30px; left:549px;">
  497. <img src="http://i49.tinypic.com/67r1pg.jpg" width="850px"></div></div>
  498.  
  499.  
  500.  
  501. <div class="navigation">
  502. <!--{block:Pagination}-->
  503. <!--{block:NextPage}-->
  504. <p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a><!--{/block:NextPage}-->
  505. <!--{block:PreviousPage}--><a style="float:left" href="{PreviousPage}">? Newer</a></p><!--{/block:PreviousPage}-->
  506. <!--{/block:Pagination}-->
  507. </div>
  508.  
  509. <div style= "position:fixed; bottom:145px; left:560px; width: 350px; z-index:100;">
  510. <div id ="menu">
  511. <div id="links"><a href="/">Home</a></div>
  512. <a href="/ask" class="link1">whisper</a>
  513. <a href="/shitty" class="link2">graphics</a>
  514.  
  515.  
  516. <a href="/yaoi review" class="link1">yaoi review</a>
  517. <a href="http://twitter.com/jeeraiya" class="link2">twitter</a>
  518. <a href="/faqs" class="link3">faqs</a>
  519.  
  520. <br></div></div></div>
  521.  
  522. <div id="top">
  523.  
  524. <div id="descri"><big><big>「おれは死にたい. だから,もう生活にない」</big></big>
  525. <br><br>
  526. ❒ SINGLE ❒ TAKEN ✔ WARRIED TO HIBARI KYOYA
  527. <br>ikemen | fujoshi | animanga | jikkyou | utaite | one piece
  528. <br>just a ghey homo who <strike>likes</strike> loves incest ➜ twincest
  529. {<font color=#7a91c7><script type="text/javascript" src="http://st1.freeonlineusers.com/on4.php?id=528529"></script>1</font></a>}</div></div>
  530.  
  531. <div id="topbar">
  532.  
  533. <table width="200px" align="left">
  534. <tr><td valign="top" width="40%" align="center">
  535.  
  536. <div id="desc"><p>{ HIBARI'S PROPERTY } // -</a> {block:Description}{Description}</p>{/block:Description}<div id="menu">
  537.  
  538. <form ACTION=URI>
  539. <select style="font-family:tinytots
  540. ;color:#696969;background:#fff;width:210px;font-size:9px;letter-spacing:3px;border:2px solid #ccc;" onChange="location.href=this.options[this.selectedIndex].value;">
  541. <option value=""> » ログポース「log pose」</option>
  542. <option value="/uglyjourney"> ✕ about</option>
  543. <option value="http://flavors.me/supahjee"> ✕ links</option>
  544.  
  545. <option value="/shitty"> ✕ shitty edits/gifs/manga</option>
  546. <option value="/yaoi review"> ✕ shitty yaoi reviews/req</option>
  547.  
  548. <option value="/tagged/hibari"> ✕ husbando</option>
  549. <option value="/more"> ✕ tag list</option>
  550. <option value="/blogroll"> ✕ fabulous maxuu</option>
  551. <option value="http://ettudis.three-words.net"> ✕ © theme credit</option></select>
  552. </select><br>
  553. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f1=http://k004.kiwi6.com/hotlink/7bh5g208a7/air_gear_ost_ii_12_sky_2_high_battle_mental_mix.mp3&t0=★&f3=http://k004.kiwi6.com/hotlink/dfqrfyjg6m/air_gear_ost_ii_03_chain_tekno_value_mix.mp3&t1=★&f2=http://k004.kiwi6.com/hotlink/z1hrl0u27m/greatest_battle_music_of_all_times_x.mp3&t2=★&f0=http://k004.kiwi6.com/hotlink/ylhr4ze72l/air_gear_chain.mp3&t3=★&total=4" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  554.  
  555. </div></td>
  556. <div id= "userpic">
  557. <td valign="top" width="50%" align="left">
  558.  
  559. <img src="http://i47.tinypic.com/34e222u.jpg" height= "250px"class ="userpic" style="margin-right: 10px;"></td><td valign="top" width="100%" align="left">
  560. <img src="http://i50.tinypic.com/t5inwz.jpg" height= "80px" class ="userpic" style="margin-top:-70px; margin-right: 5px;"><img src="http://i50.tinypic.com/28tdgty.jpg" height= "80px" class ="userpic2" ></td>
  561. <td valign="top" width="100%" align="left">
  562. <img src="http://i49.tinypic.com/35hohhc.jpg" height= "80px"class ="userpic" style="margin-top:-70px; margin-right: 5px;"><img src="http://i50.tinypic.com/2s9em1e.jpg" height= "80px"class ="userpic2"></td></div>
  563. </td></tr></table>
  564.  
  565. </div>
  566.  
  567. </div>
  568.  
  569.  
  570. </div>
  571.  
  572. <table width="100%" align="left"><tr><td valign="top" align="center">
  573. {block:iffourcolumns}{block:indexpage}<table width="1000">{/block:indexpage}{/block:iffourcolumns}
  574. {block:ifthreecolumns}{block:indexpage}<table width="755">{/block:indexpage}{/block:ifthreecolumns}
  575. {block:iftwocolumns}{block:indexpage}<table width="950">{/block:indexpage}{/block:iftwocolumns}
  576. {block:ifonecolumn}{block:indexpage}<table width="500">{/block:indexpage}{/block:ifonecolumn}
  577. {block:permalinkpage}<table width="500">{/block:permalinkpage}
  578. <tr><td>
  579. <div id="all">
  580. <div id="content">
  581. {block:Posts}
  582. <div class="container">
  583. <div id="entry">
  584. <div class="date">
  585. {block:IndexPage}<div class="perma">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>{/block:Date}</div>{/block:IndexPage}
  586.  
  587. {block:Text}
  588. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  589. <div id="text">{Body}</div>
  590. {/block:Text}
  591.  
  592. {block:iffourcolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  593.  
  594. {block:indexpage}{block:Video}{Video-250}
  595. {/block:Video}{/block:indexpage}{/block:iffourcolumns}
  596.  
  597. {block:ifthreecolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  598.  
  599. {block:indexpage}{block:Video}{Video-250}
  600. {/block:Video}{/block:indexpage}{/block:ifthreecolumns}
  601.  
  602. {block:iftwocolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  603.  
  604. {block:indexpage}{block:Video}{Video-250}
  605. {/block:Video}{/block:indexpage}{/block:iftwocolumns}
  606.  
  607. {block:ifonecolumn}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:Photo}{block:Photoset}{Photoset-500}{/block:Photoset}{/block:indexpage}
  608.  
  609. {block:indexpage}{block:Video}{Video-500}{/block:Video}{/block:indexpage}{/block:ifonecolumn}
  610.  
  611.  
  612.  
  613. {block:permalinkpage}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:Photo}{block:Photoset}{Photoset-500}{/block:Photoset}{/block:permalinkpage}
  614.  
  615. {block:permalinkpage}{block:Video}{Video-500}{/block:Video}{/block:permalinkpage}
  616.  
  617.  
  618. {block:Quote}
  619. <div id="quote">&#8220;{Quote}&#8221; </div>
  620. <div id="quotesource">{block:Source}&#8212; {Source}{/block:Source}</div>
  621. {/block:Quote}
  622.  
  623. {block:Link}
  624. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  625. {block:Description}{Description}{/block:Description}{/block:Link}
  626.  
  627. {block:Chat}<div id="chat">{block:Title}
  628. <h1><a href="{Permalink}">{Title}</a></h1>
  629. {/block:Title}
  630. <ul>
  631. {block:Lines}
  632. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  633. {/block:Lines}
  634. </ul>
  635. </div>
  636. {/block:Chat}
  637.  
  638. {block:Audio}
  639.  
  640. <div id="audio">{AudioPlayerBlack}</div>
  641. {block:permalinkpage}<div id="audiotext">{PlayCountWithLabel}</div>
  642. <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>{/block:permalinkpage}
  643.  
  644. {/block:Audio}
  645.  
  646. {block:Answer}
  647. <div id="asker">{Asker}</font> whispered: {Question}</div>
  648. <div id="answer">{Answer}</div>
  649. {/block:Answer}
  650.  
  651. <div id="captiona" style="overflow:hidden; max-width:500px!important;"> {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  652. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  653. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
  654.   </div>
  655. </div>
  656. </div>
  657.  
  658.  
  659.  
  660. {block:PermalinkPage}<div style="margin:5px;overflow:hidden; float:left">
  661. <div id="info" align="right">{block:Date}Posted on {Month} {DayOfMonthWithZero}, {Year}{/block:Date} {block:NoteCount} with {NoteCount} notes{/block:NoteCount}<br>{block:RebloggedFrom}via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)<br>{/block:RebloggedFrom}{block:HasTags}tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}
  662. </div></div>
  663.  
  664. {block:PostNotes}<div class="container">
  665. <div id="entry"> <div id="note">{PostNotes}</div>   </div>
  666. </div>{/block:PostNotes} {/block:permalinkpage}
  667.  
  668. {/block:Posts}
  669. </div>
  670. </div><tr><td></table><tr><td></table>
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment