Advertisement
Guest User

3

a guest
Jan 29th, 2012
1,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.09 KB | None | 0 0
  1. <!-- theme made by nunmuri.tumblr.com/rockappeal.tumblr.com | don't take off the credits -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff" />
  21. <meta name="text:Background Position" content="" />
  22. <meta name="image:Background" content="http://static.tumblr.com/hfo5vsk/Yltly7w1m/oh.jpg"/>
  23. <meta name="color:Sidebar Background" content="#ffffff" />
  24. <meta name="color:Sidebardescription Background" content="#ffffff" />
  25. <meta name="color:Blockquote Background" content="#eeeeee" />
  26. <meta name="color:Link" content="#8b8a8a" />
  27. <meta name="color:Link Hover" content="#b9b9b9" />
  28. <meta name="if:Fixed Background" content="0" />
  29. <meta name="if:Sidebar Image" content="0" />
  30. <meta name="color:Text" content="#8d8c8c" />
  31. <meta name="color:chat" content="#e9e9e9" />
  32. <meta name="image:sidebar background" content="http://static.tumblr.com/hfo5vsk/qdyly7w2m/tumblr_lxpl70n87z1qi201y.gif "/>
  33. <meta name="color:Perma Background" content="#ffffff" />
  34. <meta name="color:Title" content="#918e8e" />
  35. <meta name="image:Sidebar" content="http://static.tumblr.com/..."/>
  36. <meta name="color:Sidebar Text" content="#a8a7a7" />
  37. <meta name="color:Entry Background" content="#000000" />
  38. <meta name="color:Side2 Background" content="#000000" />
  39. <meta name="image:side2 background" content="http://static.tumblr.com/hfo5vsk/DOIly7w53/project_papper.png"/>
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <meta name="color:boxz background" content="#030303" />
  42. <meta name="color:boxz background hover" content="#585858" />
  43. <meta name="if:Show Tags" content="0"/>
  44. <meta name="if:endless scroll" content="0"/>
  45. <meta name="if:Links" content="0"/>
  46. <meta name="if:link1" content="0"/>
  47. <meta name="if:link2" content="0"/>
  48. <meta name="text:Link 1 Title" content="link 1" />
  49. <meta name="text:Link 1" content="" />
  50. <meta name="text:Link 2 Title" content="link 2" />
  51. <meta name="text:Link 2" content="" />
  52. <meta name="if:Show Captions" content="0"/>
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54.  
  55.  
  56. <style type="text/css">
  57. iframe#tumblr_controls {right:3px !important;
  58. position: fixed !important;
  59. opacity: 0.4;
  60. filter:alpha(opacity=40);
  61. -moz-opacity: 0.4;
  62. -khtml-opacity: 0.4;
  63. -webkit-transition: all 0.9s ease;
  64. -moz-transition: all 0.9s ease;
  65. -o-transition: all 0.9s ease;}
  66. iframe#tumblr_controls:hover{
  67. opacity: 1;
  68. filter:alpha(opacity=100);
  69. -moz-opacity: 1;
  70. -khtml-opacity: 1;
  71. -webkit-transition: all 0.9s ease;
  72. -moz-transition: all 0.9s ease;
  73. -o-transition: all 0.9s ease;}
  74.  
  75.  
  76.  
  77.  
  78. ::-webkit-scrollbar {
  79. width: 10px;
  80. height: 10px;
  81. }
  82.  
  83. ::-webkit-scrollbar-button:start:decrement,
  84. ::-webkit-scrollbar-button:end:increment {
  85. height: 0px;
  86. display: block;
  87. background-color: transparent;
  88. }
  89.  
  90. ::-webkit-scrollbar-track-piece {
  91. background-color: #fff;
  92. -webkit-border-radius: 0px;
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. height: 30px;
  97. background-color: #d8d8d8;
  98. border: 1px solid #ffffff;
  99. -webkit-border-radius: 0px;
  100. }
  101.  
  102.  
  103. #title {
  104. font-size: 15px;
  105. font-family: consolas;
  106. color:{color:title};
  107. padding-right: 5px;
  108. padding-left: 0px;
  109. padding-top: 5px;
  110. padding-bottom: 5px;
  111. line-height:10px;
  112. letter-spacing:1px;
  113. font-weight:normal;
  114. text-align:left;
  115. }
  116.  
  117. #title a{
  118. font-size: 15px;
  119. font-family: consolas;
  120. color:{color:title};
  121. padding-right: 5px;
  122. padding-left: 5px;
  123. padding-top: 5px;
  124. padding-bottom: 0px;
  125. line-height:15px;
  126. letter-spacing:1px;
  127. font-weight:italic;
  128. text-align:left;
  129. }
  130.  
  131. #title a:hover{
  132. color:{color:title};
  133. }
  134.  
  135. #title2 {
  136.  
  137. font-size: 38px;
  138. font-family: georgia;
  139. text-shadow: 1px 1px #fcfcfc;
  140. color:{color:title};
  141. padding-right: 5px;
  142. padding-left: 5px;
  143. padding-top: 3px;
  144. padding-bottom: 5px;
  145. line-height:15px;
  146. letter-spacing:3px;
  147. text-align:right;
  148. font-weight: italic;
  149. float: left;
  150. }
  151. #title2 a{
  152. z-index:-20;
  153. font-size: 24px;
  154. font-family: georgia;
  155. color:{color:title};
  156. letter-spacing:3px;
  157. text-align:right;
  158. font-style: italic;
  159. float: left;
  160. }
  161.  
  162. #titlediv {
  163. width: 300px;
  164. float: left;
  165. margin-left:597px;
  166. margin-top: 105px;
  167. position: fixed;
  168. }
  169.  
  170. #sidebar {
  171. width: 200px;
  172. height: auto;
  173. float: left;
  174. text-align:justify;
  175. font-size: 8px;
  176. padding: 8px;
  177. font-family: "tinytots", "lucida console", "trebuchet ms";
  178. line-height:10px;
  179. position: fixed;
  180. color:{color:Sidebar Text};
  181.  
  182. margin-top: 148px;
  183. margin-left:485px;
  184. -moz-border-radius: 0px 0px 0px 0px;
  185. -webkit-border-radius: 0px 0px 0px 0px;
  186. border-radius: 0px 0px 0px 0px;
  187. background:{color:sidebar background} url({image:sidebar background} );
  188.  
  189. }
  190.  
  191. @font-face {font-family: "slkscr"; src: url
  192.  
  193. ('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  194.  
  195. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  196.  
  197.  
  198. #desc{
  199. margin-top:-2px;
  200. border-top: 2px dashed #fcfcfc;
  201. font: 8px "tinytots", "lucida console", "trebuchet ms";
  202. letter-spacing: 1px;
  203. color: {color:text};
  204. opacity: 0.8;
  205. padding: 10px;
  206. background-color: {color:side2 background};
  207. }
  208.  
  209. img{
  210. -webkit-transition: opacity 0.7s linear;
  211. opacity: 0.8;
  212. }
  213. img:hover {
  214. -webkit-transition: opacity 0.6s linear;
  215. opacity: 1;
  216. }
  217.  
  218. #navigation {
  219. width: 250px;
  220. background: transparent;
  221. margin-top:50px;
  222. margin-bottom:0px;
  223. margin-left:0px;
  224. text-align:right;
  225. float:left;
  226. padding-right: 5px;
  227. padding-left: 0px;
  228. padding-top: 0px;
  229. position:fixed;
  230. padding-bottom: 0px;
  231. }
  232.  
  233. #sidebari {margin-left:-3px; margin-bottom:2px; margin-top:0px; padding-right:0px;}
  234. #sidebari img { max-height: auto; text-align:center; padding-right:0px;}
  235.  
  236.  
  237. #quote {
  238. padding: 5px;
  239. font: 12px/12px "Courier New", Courier, monospace;
  240. letter-spacing: -1px;}
  241.  
  242.  
  243. blockquote {padding: 2px;
  244. padding-left: 5px;
  245. background-color: {color:blockquote background};
  246. color: {color:blockquote text};
  247. font: 10px arial;
  248. margin-right: 50px;
  249. border-left: 1px dashed {color:text};}
  250.  
  251.  
  252.  
  253. #posts {
  254. width: 400px;
  255. text-align:justify;
  256. float:left;
  257. color: {color:text};
  258. padding-right: 8px;
  259. font-size: 10px;
  260. font-family: arial;
  261. padding-left: 8px;
  262. padding-top: 7px;
  263. padding-bottom: 8px;
  264. height: auto;
  265. margin-left:0px;
  266. margin-top:0px;
  267. background-color: {color:entry background};
  268. margin-bottom:4px;
  269. }
  270.  
  271. #posts img {max-width:400px; overflow:hidden;}
  272.  
  273. #photoset {
  274. max-width:400px; overflow:hidden;}
  275.  
  276. #photoset img{
  277. max-width:400px; overflow:hidden;}
  278.  
  279.  
  280. #content1 {position: absolute; left: 0px; top: 0px; z-index: 3;}
  281.  
  282.  
  283. #content2 {
  284. width: 450px;
  285. left:40px;
  286. float:none;
  287. top: 0px;
  288. position: absolute;
  289.  
  290. }
  291.  
  292.  
  293. .permalink {
  294. float: left;
  295. width: 30px;
  296. height: 9px;
  297. font-size: 8px;
  298. text-transform:uppercase;
  299. font-family: consolas;
  300. padding-right: 5px;
  301. background-color: {color:perma background};
  302. margin-left: 0px;
  303. margin-top:0px;
  304. padding-top:2px;
  305. padding-bottom:2px;
  306. -moz-border-radius: 0px 0px 00px 00px;
  307. -webkit-border-radius: 0px 0px 00px 00px;
  308. border-radius: 0px 0px 0px 00px;
  309. position: absolute;
  310. letter-spacing: 1px;
  311. text-align: right;
  312. -webkit-transition: all 0.5s ease-in;
  313. -moz-transition: all 0.5s ease-in;
  314. -o-transition: all 0.5s ease-in; opacity:0; filter: alpha(opacity = 0); zoom: 1;}
  315.  
  316. .permalink a{color:{color:link}; letter-spacing: 0px;
  317. font-family:consolas; font-size: 8px;
  318. text-transform:uppercase;}
  319.  
  320. .permalink a:hover {color:{color:link hover};}
  321. .posts:hover .permalink {opacity: .8; filter: alpha(opacity = 1); zoom: 1; }
  322. #posts:hover .permalink {opacity: .8; filter: alpha(opacity = 1); zoom: 1; width: 405px;
  323. -moz-border-radius: 0px 10px 10px 00px;
  324. -webkit-border-radius: 0px 10px 10px 00px;
  325. border-radius: 0px 10px 10px 00px;
  326. }
  327.  
  328. i, em {
  329. font-weight:italic;
  330. color: #f12b21;text-shadow: 1px 1px #fff;}
  331.  
  332. u {
  333. font-weight:none;
  334. border-bottom: 2px dashed #a9e4ff;
  335. }
  336. b {font-weight: bold; color : #626262; }
  337.  
  338. body {
  339. background-color:{color:background};
  340. color:{color:perma2 text};
  341. background-image: url('{image:background}');
  342. background-position: {text:background position};
  343. background-attachment:fixed;
  344. font-family: "lucida console", "courier new", "trebuchet ms";
  345. font-size: 9px;
  346. }
  347. a {font-weight:normal; color:{color:link}; text-decoration:none; text-transform: lowercase; "tinytots", "lucida console", "trebuchet ms"; font-size: 8px; letter-spacing:2px;}
  348. a:hover {color:{color:link hover};-webkit-transition: all 0.5s ease-out;
  349. -moz-transition: all 0.5s ease-out;
  350. -o-transition: all 0.5s ease-out;text-shadow: 1px 1px
  351.  
  352. #fcfcfc;}
  353. a img {border:0px!important;}
  354. h3, .link {font-size:13px; font-family: {font:title}; margin:0px; font-style:italic; font-weight:normal; color: {color:title}}
  355. h3 a, .link{font-weight:normal; color:{color:title}}
  356.  
  357. {block:IfFixedBackground}
  358. body {background-attachment:fixed; background-repeat:no-repeat;}
  359. {/block:IfFixedBackground}
  360.  
  361. #pagination2 {width: 60px; background-color: {color:pagination}; font-family:georgia; text-align: left; padding-left:10px; font-size:33px; margin-left: 205px; height: 233px; bottom:0px; padding-top: 0px; padding-bottom: 0px; float:left; position: fixed;}
  362.  
  363. #pagination {font-family:georgia; text-align:left; font-size:30px; position:fixed; float: right; padding-top: 100px; padding-left:10px; position:fixed;}
  364.  
  365. #pagination a{font-family:georgia; color:{color:perma2 text}; text-align:right; font-size:30px; position:fixed; float: left; position:fixed;}
  366.  
  367. #pagination a:hover{font-family:georgia; color:{color:link hover};}
  368.  
  369. #navi25 {
  370. float: left;
  371. width: 300px;
  372. margin-left: 581px;
  373. margin-top: 135px;
  374. height: 180px;
  375. position:fixed;
  376. z-index:99;
  377. }
  378. .navi3 a{
  379. float: left;
  380. margin-top: 0px;
  381. width: 20px;
  382. height: 6px;
  383. background-color: {color:boxz background};
  384. margin-left: 2px;
  385. color: {color:link hover};
  386.  
  387. font-family: consolas;
  388. text-align: left;
  389. padding-right: 3px;
  390. padding-bottom: 5px;
  391. letter-spacing: 1px;
  392. text-align: center;
  393. padding-top: 3px;
  394. padding-left: 5px;
  395. font-size: 8px;
  396. text-transform:uppercase;
  397. -webkit-transition: all 0.5s ease-out;
  398. -moz-transition: all 0.5s ease-out;
  399. -o-transition: all 0.5s ease-out;
  400.  
  401. }
  402.  
  403. .navi3 a:hover{
  404. float: left;
  405. width: 20px;
  406. height: 30px;
  407.  
  408. background-color: {color:boxz background hover};
  409. margin-left: 2px;
  410. margin-top: 1px;
  411. text-align: left;
  412. text-transform:uppercase;
  413. font-size: 8px;
  414. margin-top:-30px;
  415. padding-right: 3px;
  416. padding-bottom: 5px;
  417. font-family: consolas;
  418.  
  419. border-top: 5px solid {color:link hover};
  420. padding-top: 3px;
  421. color: {color:link};
  422. -webkit-transition: all 0.5s ease-out;
  423. -moz-transition: all 0.5s ease-out;
  424. -o-transition: all 0.5s ease-out;
  425. }
  426. h4 {
  427. padding: 0;
  428. margin: 0;
  429. }
  430. #nav a{
  431. font-weight:normal; color:{color:link}; text-decoration:none; text-transform: uppercase; font-family: consolas; letter-spacing:2px; font-size: 9px;
  432. }
  433.  
  434. #nav a:hover{
  435. text-decoration: none;}
  436.  
  437.  
  438. #quote {padding: 5px; font: 12px lucida console, trebuchet ms, sans-serif; letter-spacing: -1px;}
  439. #quotecredits {text-align: center; display: block;}
  440.  
  441. #answer {text-align:left;}
  442. #question {color: #737373; background:{color:chat}; border-bottom: 1px; border-left: 0px; border-right: 0px; border-top: 0px; border-style: dotted; font-style: italic; font-family: georgia; font-size: 9px; border-color: {color:text};}
  443. #question a{color: {color:link};}
  444.  
  445. #caption {text-align: left;}
  446. #caption a:hover{color:{color:link}; background:{color:entry background};}
  447.  
  448. #chatg { padding-left: 0px; padding-top: 5px; width: 100%;}
  449. #chat {font: 10px trebuchet ms; letter-spacing: 1px; color: {color:text}; padding: 3px; padding-left: 16px; margin-bottom: 2px; text-transform: lowercase; background:{color:chat}; }
  450. #chat .label {padding-left: 2px; text-transform: uppercase; color: {color:text}; font: 10px trebuchet ms; letter-spacing: 1px; background-color:{color:background}; }
  451.  
  452. #notes {width:300px; padding: 0px; color: {color:text}; margin-top: 5px; margin-left: 0px; line-height: 15px; float:none; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  453. li.notes {list-style:decimal; padding: 2px; margin: 2px; letter-spacing: 0px; text-transform:lowercase;}
  454. #notes a{color: {color:link}; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  455.  
  456. ul {list-style:square; padding: 2px; margin-left: 20px;}
  457.  
  458. #audio {width: 200px; margin-left: 5px; background: #000000;}
  459. #atext {padding: 0px; margin-left: 25px; margin-top: 3px; margin-bottom: 3px; text-transform: lowercase;}
  460.  
  461. #content3 {
  462. width: 1800px;
  463. height: auto;
  464. float: left;
  465. margin-top: 2px;
  466. left: 10px;
  467. overflow:hidden;
  468. }
  469.  
  470. #avadiv {
  471. float: left;
  472. width: 60px;
  473. margin-left: 15px;
  474. margin-top: 2px;
  475. }
  476.  
  477. #ava {
  478. margin-bottom: 2px;
  479. }
  480.  
  481. #ava img{
  482. border-color: {color:avatar border};
  483. border: 15px solid {color:avatar border};
  484. }
  485.  
  486.  
  487.  
  488. #sidee {
  489. width: 250px;
  490. height: 1500px;
  491. background:{color:side2 background} url({image:side2 background});
  492. position:fixed;
  493. float:left;
  494. z-index: 1;
  495. border-right: 10px solid #b3b3b3;
  496. }
  497.  
  498.  
  499.  
  500. #side2 {
  501. z-index: 1;
  502. float:left;
  503. top: -10px;
  504. position: absolute;
  505. left:470px;
  506.  
  507. }
  508. #music
  509. {position:fixed;
  510. text-align:center;
  511. height:10px;
  512. overflow:hidden;
  513. padding-top:12px;
  514. padding-bottom:12px;
  515. width:34px;
  516. bottom:10px;
  517. right:30px;
  518. border:3px solid #e3e3e4;
  519. -moz-border-radius: 17px 17px 17px 17px;
  520. border-radius:17px 17px 17px 17px;
  521. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  522. -webkit-box-shadow: 0px 0px 10px #212121;
  523. background-color:#eeeeee;
  524. z-index:999;}
  525.  
  526. #music:hover
  527. {border:3px solid #000000;
  528. padding:5px;
  529. height:40px;
  530. width:50px;}
  531.  
  532. *, body {cursor: url(http://media.tumblr.com/tumblr_lxa5f982dZ1qbv92l.png), auto;}
  533.  
  534.  
  535. a,a:hover{cursor:url(http://dl.dropbox.com/u/55679612/kupo.png), auto !important;}
  536.  
  537. </style>
  538. {block:IfEndlessScroll}
  539. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  540. {/block:IfEndlessScroll}
  541. </head>
  542.  
  543. <head>
  544. <SCRIPT LANGUAGE="JavaScript">
  545.  
  546.  
  547.  
  548. <!-- This script and many more are available free online at -->
  549.  
  550. <!-- The JavaScript Source!! http://javascript.internet.com -->
  551.  
  552.  
  553.  
  554.  
  555.  
  556. // Set up the image files to be used.
  557.  
  558. var theImages = new Array() // do not change this
  559.  
  560. // To add more image files, continue with the
  561.  
  562. // pattern below, adding to the array.
  563.  
  564.  
  565.  
  566. theImages[0] = 'http://media.tumblr.com/tumblr_ly7u2nGFXa1qbv92l.jpg'
  567. theImages[1] = 'http://media.tumblr.com/tumblr_ly7u1jjstF1qbv92l.jpg'
  568. theImages[2] = 'http://media.tumblr.com/tumblr_ly7u54McwC1qbv92l.jpg'
  569. theImages[3] = 'http://media.tumblr.com/tumblr_ly7u6m0azo1qbv92l.jpg'
  570. theImages[4] = 'http://media.tumblr.com/tumblr_ly7u75rFBB1qbv92l.jpg'
  571. theImages[5] = 'http://media.tumblr.com/tumblr_ly7u7hSSKA1qbv92l.jpg'
  572.  
  573.  
  574.  
  575.  
  576. // do not edit anything below this line
  577.  
  578.  
  579.  
  580. var j = 0
  581.  
  582. var p = theImages.length;
  583.  
  584. var preBuffer = new Array()
  585.  
  586. for (i = 0; i < p; i++){
  587.  
  588. preBuffer[i] = new Image()
  589.  
  590. preBuffer[i].src = theImages[i]
  591.  
  592. }
  593.  
  594. var whichImage = Math.round(Math.random()*(p-1));
  595.  
  596. function showImage(){
  597.  
  598. document.write('<img src="'+theImages[whichImage]+'">');
  599.  
  600. }
  601.  
  602.  
  603.  
  604.  
  605.  
  606. </script>
  607.  
  608. </head>
  609. <body>
  610. <div style=" position:fixed;right:0px;bottom:0px; z-index:-1;">
  611. <img src="http://media.tumblr.com/tumblr_ly8116HzL61qbv92l.png"></div>
  612.  
  613. <div id="side2"><div id="sidee"></div></div> <div id="content1">
  614. <div style=" position:fixed;left: 497px;top: 105px">
  615. <img src="http://media.tumblr.com/tumblr_lxz351Gy4n1qbv92l.png"></div>
  616. <div id="navi25">
  617.  
  618. <div class="navi3"><a href="/">home</a></div>
  619.  
  620. <div class="navi3"><a href="/ask">ask</a></div>
  621. {block:IfNotLinks}{/block:IfNotLinks}{block:IfLinks}{block:IfLink1}<div class="navi3"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>{/block:IfLink1}
  622.  
  623. {block:IfLink2}<div class="navi3"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>{/block:IfLink2}
  624. {/block:IfLinks}
  625. </div>
  626. <div id="content1">
  627. <div id="titlediv"> <div id="title2"><a href="/">{Title}</a></div>
  628. </div></div> <div id="content1">
  629. <div id="sidebar">
  630. <center><div id="sidebari">
  631.  
  632. <SCRIPT LANGUAGE="JavaScript">
  633.  
  634.  
  635.  
  636. <!-- This script and many more are available free online at -->
  637.  
  638. <!-- The JavaScript Source!! http://javascript.internet.com -->
  639.  
  640.  
  641.  
  642. showImage();
  643.  
  644.  
  645.  
  646. </script>
  647.  
  648.  
  649. </div></center>
  650. <div id="desc">
  651. ❝「もうつらいなぜかつらい
  652. どうしてこんなに何がつらい
  653. 待つ望んでいたことなのに
  654. なんだか何かが物足りないよ。」❝ {<script type="text/javascript" src="http://www.usuarios-online.com/usuarios.php?v=http://kamikukisama.tumblr.com"><a href="http://www.usuarios-online.com/en/"></a></script>} <br>
  655. <center>
  656. {block:Description}
  657. {Description}
  658. {/block:Description}</center>
  659. <form ACTION=URI>
  660. <select style="color:#696969;background:#fff;width:180px; height:15px; font-family: tinytots, lucida console, trebuchet ms;letter-spacing:1px;border:2px solid #ccc; font-size:8px; background-color:#f6f6f6" onChange="location.href=this.options[this.selectedIndex].value;">
  661. <option value=/> s i n g s m e a l u l l a b y </option>
  662. <option value=/> h o m e </option>
  663. <option value=/tagged/zack+fair>b e l o v e d h u s b a n d</option>
  664. <option value=http://kamikukisama.tumblr.com/archive/>a r c h i v e</option>
  665. <option value=http://kamikukisama.tumblr.com/ask/>a s k</option>
  666. <option value=http://kamikukisama.tumblr.com/about/>a b o u t</option>
  667. <option value=http://kamikukisama.tumblr.com/graphics>g r a p h i c s</option>
  668. <option value=http://kamikukisama.tumblr.com/familia/>f a m i l i a</option>
  669. <option value=http://flavors.me/izujuu/>m o r e</option>
  670. <option value=http://kamikukisama.tumblr.com/blogroll/>f o l l o w 5 e v e r</option>
  671. <option value=http://kamikukisama.tumblr.com/faq/>f a q</option>
  672. <option value=http://kamikukisama.tumblr.com/link>t h e m e ©</option>
  673. </select><br>
  674.  
  675. </div>{block:IfNotEndlessScroll}<br>
  676. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}{block:IfNotEndlessScroll}
  677. <center><!-- don't take off the content below -->
  678. <a href="/tagged/treasure">gifts</a></b> | <a href="/tagged/capuri">son</a> | <a href="/tagged/answered">replies</a>| <a href="/tagged/tutorial"> Tut</a> | <a href="/tagged/themes">Themes</a> | </center></div>
  679.  
  680.  
  681.  
  682. </div> </div> </div>
  683.  
  684.  
  685. </div>
  686.  
  687.  
  688. <div id="music"><img src="http://static.tumblr.com/rltvkjt/jwflmr3vh/marcadores71.gif"/><br/>
  689. <div style="padding-top:12px;"><center> <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k004.kiwi6.com/hotlink/c3ohm07nr2/gljatsw8sfm.mp3&t0=☆彡&f1=http://k004.kiwi6.com/hotlink/4f9x6fbc8m/b6yc8j_gipk.mp3&t1=★彡&f2=http://k003.kiwi6.com/hotlink/jx23d3z43d/csxr8bvlqf8.mp3&t2=★彡&f3=http://dl.dropbox.com/u/55679612/kamisama.mp3&t3=★彡&total=4" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div></div>
  690.  
  691. <div id="content2">
  692. {block:IfEndlessScroll}
  693. <div class="autopagerize_page_element">
  694. {/block:IfEndlessScroll}
  695.  
  696. {block:Posts}
  697.  
  698. <table width="450" border="0" align="center" cellspacing="0px" cellpadding="0px">
  699. <tr>
  700. {block:Text}
  701. <div id="posts">
  702. <span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span>
  703. <div id="title">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  704. <div id="text">{Body}</div> </div>
  705. {/block:Text}
  706.  
  707. {block:Quote}
  708. <div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span>
  709. <div id="quote" align="center">&#8220;{Quote}&#8221; </div>
  710. <div id="quotesource" align="center">{block:Source}&#8212; {Source}{/block:Source}
  711.  
  712. </div> </div>
  713. {/block:Quote}
  714.  
  715. {block:Link}
  716. <div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span>
  717. <div id="title"><a href="{URL}" {Target}>{Name}</a></div>
  718. {block:Description}{Description}{/block:Description} </div> {/block:Link}
  719.  
  720. {block:Chat} <div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span> {block:Title}
  721.  
  722. <div id="title"><a href="{Permalink}">{Title}</a></div>
  723. {/block:Title}
  724. <div id="chatg">
  725. {block:Lines}<div id="chat{UserNumber}">{block:Label}<div id="chat"><b>{Label}</b> {/block:Label}{Line} </div></div>
  726. {/block:Lines}
  727. </div></div>{/block:Chat}
  728.  
  729.  
  730.  
  731. {block:Audio}
  732. <div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span>
  733. <div id="atext">{PlayCountWithLabel}</div>
  734. <div id="audio">{AudioPlayerBlack}</div>
  735. <div id="atext">
  736. {block:IfNotShowCaptions}{block:PermalinkPage}
  737. {block:Caption}
  738. {Caption}
  739. {/block:Caption}
  740. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  741. {block:IfShowCaptions}
  742. {block:Caption}
  743. {Caption}
  744. {/block:Caption}
  745. {/block:IfShowCaptions}
  746. </div></div> {/block:Caption}
  747. {/block:Audio}
  748.  
  749. {block:Answer}
  750. <div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCount}</a></span>
  751. <div id="question">{Asker}: {Question}</div>
  752. <div id="answer">{Answer}</div></div>
  753. {/block:Answer}
  754.  
  755.  
  756. {block:Photo} <div id="posts"><span class="permalink"> ▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span> {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="400" /></a>{LinkCloseTag}
  757. {block:ContentSource}
  758. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  759. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  760. {/block:SourceLogo}
  761. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  762. {/block:ContentSource}
  763. {block:IfNotShowCaptions}{block:PermalinkPage}
  764. {block:Caption}
  765. {Caption}
  766. {/block:Caption}
  767. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  768. {block:IfShowCaptions}
  769. {block:Caption}
  770. {Caption}
  771. {/block:Caption}
  772. {/block:IfShowCaptions}
  773. </div></div>{/block:Caption} {/block:Photo}
  774.  
  775. {block:Photoset}<div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span>
  776. <div id="ps"><div id="photoset"><div style="width:400px !important;">{Photoset-400}</div></div>
  777. {block:IfNotShowCaptions}{block:PermalinkPage}
  778. {block:Caption}
  779. {Caption}
  780. {/block:Caption}
  781. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  782. {block:IfShowCaptions}
  783. {block:Caption}
  784. {Caption}
  785. {/block:Caption}
  786. {/block:IfShowCaptions}
  787. </div></div> {/block:Caption}
  788. {/block:Photoset}
  789.  
  790.  
  791.  
  792. {block:Video}<div id="posts"><span class="permalink">▮ {TimeAgo} · <a href="{Permalink}">{NoteCountWithLabel}</a></span> {Video-400}
  793. {block:IfNotShowCaptions}{block:PermalinkPage}
  794. {block:Caption}
  795. {Caption}
  796. {/block:Caption}
  797. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  798. {block:IfShowCaptions}
  799. {block:Caption}
  800. {Caption}
  801. {/block:Caption}
  802. {/block:IfShowCaptions}
  803. </div></div> {/block:Caption}{/block:Video}
  804.  
  805.  
  806.  
  807.  
  808. <div id="notes"><br>{block:PermalinkPage} {TimeAgo} with {NoteCountWithLabel} {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (source <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}
  809. {block:IfShowTags} {block:HasTags}tagged {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  810. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  811.  
  812. </td>
  813. </tr></table> {/block:Posts}{block:IfEndlessScroll}</div></div>{/block:IfEndlessScroll}</div>
  814. </div>
  815. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement