Advertisement
okesan

jimothykirkl

Aug 24th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. don't remove credit bc that's hecka mean
  6.  
  7. contact me if u have any questions or concerns
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel');
  23. var popURL = $(this).attr('href');
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1];
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://31.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png" class="btn_close" alt="Close" /></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove();
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47.  
  48.  
  49. <title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54.  
  55. <meta name="color:background" content="#ffffff"/>
  56. <meta name="color:text" content="#a8a8a8"/>
  57. <meta name="color:link" content="#b8b8b8"/>
  58. <meta name="color:tags" content="f0f0f0"/>
  59. <meta name="color:hover" content="#78c9a1"/>
  60. <meta name="color:line" content="#f2f2f2"/>
  61. <meta name="color:border" content="#ddd"/>
  62. <meta name="color:post" content="#ffffff"/>
  63. <meta name="color:main header" content="#fcfcfc"/>
  64. <meta name="color:header background" content="#ddf2e8"/>
  65. <meta name="color:quote text" content="#78c9a1"/>
  66. <meta name="color:info background" content="#ddf2e8"/>
  67. <meta name="color:colored text" content="#78c9a1"/>
  68. <meta name="color:navigation links" content="#aaaaaa"/>
  69. <meta name="color:navigation links hover" content="#fff"/>
  70. <meta name="color:navigation links hover bg" content="#9ad7b9"/>
  71. <meta name="color:highlight color" content="#bbe4d0"/>
  72. <meta name="color:scrollbar" content="#bbe4d0"/>
  73.  
  74. <meta name="image:side image" content=""/>
  75. <meta name="image:picture of you" content=""/>
  76.  
  77. <meta name="if:musicplayer" content="0"/>
  78. <meta name="if:searchbar" content="1"/>
  79.  
  80. <meta name="if:show link 4" content="1"/>
  81. <meta name="if:show link 5" content="1"/>
  82. <meta name="if:show link 6" content="1"/>
  83. <meta name="if:show link 7" content="1"/>
  84. <meta name="if:show link 8" content="1"/>
  85. <meta name="if:show link 9" content="1"/>
  86. <meta name="if:show link 10" content="1"/>
  87. <meta name="if:show link 11" content="1"/>
  88. <meta name="if:show link 12" content="1"/>
  89.  
  90. <meta name="text:music player code" content="a full tutorial is here http://jimothytheme1.tumblr.com/musictut" />
  91.  
  92. <meta name="text:your url" content="for the ask and submit boxes" />
  93. <meta name="text:ask box title" content="ask box title" />
  94. <meta name="text:faq" content="write your frequently asked questions here" />
  95. <meta name="text:submit box title" content="submit box title" />
  96. <meta name="text:submission rules" content="write your submit rules here" />
  97. <meta name="text:about you" content="write your about me here!" />
  98. <meta name="text:your name" content="write your name or nickname here" />
  99. <meta name="text:your age" content="write your age here" />
  100. <meta name="text:your gender" content="write your gender here" />
  101. <meta name="text:your sexuality" content="write your sexuality here" />
  102.  
  103. <meta name="text:link 1" content="/" />
  104. <meta name="text:link 1 title" content="link one" />
  105. <meta name="text:link 1 text" content="link 1" />
  106.  
  107. <meta name="text:link 2" content="/" />
  108. <meta name="text:link 2 title" content="link two" />
  109. <meta name="text:link 2 text" content="link 2" />
  110.  
  111. <meta name="text:link 3" content="/" />
  112. <meta name="text:link 3 title" content="link three" />
  113. <meta name="text:link 3 text" content="link 3" />
  114.  
  115. <meta name="text:link 4" content="/" />
  116. <meta name="text:link 4 title" content="link four" />
  117. <meta name="text:link 4 text" content="link 4" />
  118.  
  119. <meta name="text:link 5" content="/" />
  120. <meta name="text:link 5 title" content="link five" />
  121. <meta name="text:link 5 text" content="link 5" />
  122.  
  123. <meta name="text:link 6" content="/" />
  124. <meta name="text:link 6 title" content="link six" />
  125. <meta name="text:link 6 text" content="link 6" />
  126.  
  127. <meta name="text:link 7" content="/" />
  128. <meta name="text:link 7 title" content="link seven" />
  129. <meta name="text:link 7 text" content="link 7" />
  130.  
  131. <meta name="text:link 8" content="/" />
  132. <meta name="text:link 8 title" content="link eight" />
  133. <meta name="text:link 8 text" content="link 8" />
  134.  
  135. <meta name="text:link 9" content="/" />
  136. <meta name="text:link 9 title" content="link nine" />
  137. <meta name="text:link 9 text" content="link 9" />
  138.  
  139. <meta name="text:link 10" content="/" />
  140. <meta name="text:link 10 title" content="link ten" />
  141. <meta name="text:link 10 text" content="link 10" />
  142.  
  143. <meta name="text:link 11" content="/" />
  144. <meta name="text:link 11 title" content="link eleven" />
  145. <meta name="text:link 11 text" content="link 11" />
  146.  
  147. <meta name="text:link 12" content="/" />
  148. <meta name="text:link 12 title" content="link twelve" />
  149. <meta name="text:link 12 text" content="link 12" />
  150.  
  151. <meta name="text:side image width" content="200px" />
  152. <meta name="text:side image left" content="750px" />
  153. <meta name="text:side image bottom" content="300px" />
  154.  
  155.  
  156. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  157.  
  158. <script>
  159. (function($){
  160. $(document).ready(function(){
  161. $("[title],a[title],img[title]").style_my_tooltips({
  162. tip_follows_cursor:true,
  163. tip_delay_time:100,
  164. tip_fade_speed:300,
  165. attribute:"title"
  166. });
  167. });
  168. })(jQuery);
  169. </script>
  170. </script>
  171.  
  172. <style type="text/css">
  173.  
  174. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  175.  
  176. ::-webkit-scrollbar {
  177. width:10px;
  178. height:6px;
  179. background-color:{color:background};
  180. }
  181. ::-webkit-scrollbar-track {
  182. background-color:{color:background};
  183. }
  184. ::-webkit-scrollbar-thumb {
  185. background-color:{color:scrollbar};
  186. border: 4px solid {color:background};
  187. }
  188.  
  189. ::selection { background:{color:highlight color}; }
  190. ::-moz-selection { background:{color:highlight color}; }
  191.  
  192. .popup_block{
  193.  
  194. display: none;
  195. background: #fff;
  196. max-height:300px;
  197. padding: 20px;
  198. border: 1px solid {color:border};
  199. text-align:center;
  200. float: left;
  201. font-size: 9px;
  202. max-width:300px;
  203. position: fixed;
  204. top: 30%; left: 18%;
  205. overflow-y: auto; overflow-x: yes scroll;
  206. z-index: 99999;
  207.  
  208. }
  209. img.btn_close {
  210. float: right;
  211. margin-top: -14px;
  212. margin-left:-160px;
  213. position:fixed
  214. }
  215.  
  216. *html #fade {
  217. position: absolute;
  218. }
  219. *html .popup_block {
  220. position: absolute;
  221. }
  222.  
  223. /*IMAGE OPACITY*/
  224.  
  225.  
  226. img {
  227. opacity: .8;
  228. -webkit-transition: all 0.6s ease-out;
  229. -moz-transition: all 0.6s ease-out;
  230. transition: all 0.6s ease-out;
  231. -webkit-filter:grayscale(0%);
  232. -moz-filter:grayscale(0%);
  233. -ms-filter:grayscale(0%);
  234. -o-filter:grayscale(0%);
  235. filter:grayscale(0%);}
  236.  
  237. img:hover {
  238. opacity: 1;
  239. -webkit-transition: all 0.6s ease-out;
  240. -moz-transition: all 0.6s ease-out;
  241. transition: all 0.6s ease-out;}
  242.  
  243. iframe.photoset {
  244. opacity: .8;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. transition: all 0.6s ease-out;
  248. -webkit-filter:grayscale(0%);
  249. -moz-filter:grayscale(0%);
  250. -ms-filter:grayscale(0%);
  251. -o-filter:grayscale(0%);
  252. filter:grayscale(0%);}
  253. }
  254. iframe.photoset:hover {
  255. opacity:1 ;
  256. -webkit-transition: all 0.6s ease-out;
  257. -moz-transition: all 0.6s ease-out;
  258. transition: all 0.6s ease-out;
  259. }
  260.  
  261. .posteu img:hover, .posteu a img:hover, .photoset:hover {
  262. opacity:1;
  263. -webkit-transition: all 0.4s ease-out;
  264. -moz-transition: all 0.4s ease-out;
  265. transition: all 0.4s ease-out;
  266. }
  267.  
  268.  
  269. body {
  270. background:{color:background};
  271. background-image:url(http://static.tumblr.com/d595b407a61b119ba1ef2258616c64ca/bdepfoo/prCn7dyc8/tumblr_static_56yxc6pp49c8kooc04k40c84.png);
  272. margin:0px;
  273. color:{color:text};
  274. font-family:consolas;
  275. word-wrap: break-word;
  276. line-height:1.5em;
  277. font-size:9px;
  278. line-height:100%;
  279. }
  280.  
  281. a {
  282. text-decoration:none;
  283. outline:none;
  284. -moz-outline-style:none;
  285. color:{color:link};
  286. }
  287.  
  288. img {
  289. max-width:100%;
  290. height:auto;
  291. }
  292.  
  293. blockquote {
  294. margin:0px 4px;
  295. padding:0em 1em;
  296. border-left:1px solid {color:blockquote};
  297. }
  298.  
  299. h1 {
  300. font-size:9px;
  301. text-transform:uppercase;
  302. }
  303.  
  304. h2 {
  305. font-size:9px;
  306. padding:8px;
  307. margin-top:-5px;
  308. background-color:{color:info background};
  309. color:{color:colored text};
  310. text-align:center;
  311. text-transform:uppercase;
  312. }
  313.  
  314. a:hover {
  315. opacity:10;
  316. color:{color:hover};
  317. -webkit-transition: all 0.7s ease;
  318. -moz-transition: all 0.7s ease;
  319. -o-transition: all 0.7s ease
  320. }
  321.  
  322. #content{
  323. width:300px;
  324. background:#fff;
  325. border:1px solid {color:border};
  326.  
  327. margin-left:450px;
  328. padding:20px;
  329. margin-top:78px;
  330. height:600px;
  331. max-height:600px; overflow-y: auto; overflow-x: yes scroll;
  332. }
  333.  
  334.  
  335. #post {
  336. width:250px;
  337. padding-bottom:50px;
  338. padding:10px;
  339. margin-left:13px;
  340. margin-top:15px;
  341. margin-bottom:50px;
  342. border: 1px solid {color:border};
  343.  
  344. background-color:{color:Post};
  345. }
  346.  
  347. #header {
  348. position:fixed;
  349. background-color:{color:main header};
  350. width: 340px;
  351. padding-top:20px;
  352. padding-bottom: 20px;
  353. margin-top:-40px;
  354. margin-left:450px;
  355. border: 1px solid {color:line};
  356.  
  357. border-bottom: 1px solid {color:line};
  358. }
  359.  
  360. #title {
  361. position:fixed;
  362. font-size:9px;
  363. font-family:consolas;
  364. max-width: 250px;
  365. max-height:10px;
  366. text-align: center;
  367. padding:15px;
  368. margin-left:30px;
  369. margin-top:-20px;
  370. }
  371.  
  372. #contact {
  373. max-height:300px;
  374. font-family:consolas;
  375. }
  376.  
  377. #ask{
  378. padding-bottom:30px;
  379. width:250px;
  380.  
  381. }
  382.  
  383. #submit{
  384. width:250px;
  385. }
  386.  
  387. #asktitle{
  388. font-size:10px;
  389. text-transform:uppercase;
  390. text-align:left;
  391. border:1px solid {color:line};
  392. line-height:20px;
  393. width:284px;
  394. margin-left:5px;
  395. padding:5px;
  396. background-color:{color:main header};
  397. }
  398.  
  399. #faqtitle{
  400. font-size:10px;
  401. text-transform:uppercase;
  402. padding:10px;
  403. text-align:left;
  404. }
  405.  
  406. #faq{
  407. font-size:8px;
  408. text-align:left;
  409. padding:8px;
  410. margin-left:5px;
  411. width:280px;
  412. max-height:60px; overflow-y: auto; overflow-x: yes scroll;
  413. }
  414.  
  415.  
  416. #abouttitle{
  417. font-size:10px;
  418. text-transform:uppercase;
  419. text-align:left;
  420. border:1px solid {color:line};
  421. line-height:20px;
  422. width:288px;
  423. padding:5px;
  424. background-color:{color:main header};
  425. }
  426.  
  427. #about {
  428. max-height:250px; overflow-y: auto; overflow-x: yes scroll;
  429. }
  430.  
  431. #you{
  432. max-height:130px; overflow-y: auto; overflow-x: yes scroll;
  433. text-align:left;
  434. line-height:10px;
  435. padding-right:10px;
  436. width:150px;
  437. }
  438.  
  439. #about img{
  440. width:90px;
  441. float:right;
  442. margin-left:10px;
  443. border:1px solid #dfdfdf;
  444. padding:15px;
  445. background:#fafafa;
  446. }
  447.  
  448. #stats{
  449. max-height:100px;
  450. text-align:left;
  451. padding-top:20px;
  452. line-height:10px;
  453. padding-right:10px;
  454. width:150px;
  455. }
  456.  
  457.  
  458. #sidebar {
  459. width:270px;
  460. position:fixed;
  461. margin-left:850px;
  462. margin-top:150px;
  463. opacity:.80;
  464. background-color:{color:Sidebar};
  465. }
  466.  
  467.  
  468. .links{
  469. font-size:8px;
  470. text-transform:uppercase;
  471. letter-spacing:1px;
  472. color:{color:navigation links};
  473. line-height:1.36em;
  474. text-align:center;
  475. width:83px;
  476. min-height:52px;
  477. max-height:52px;overflow-y: auto; overflow-x: yes scroll;
  478. -webkit-transition: all 0.7s ease;
  479. -moz-transition: all 0.7s ease;
  480. -o-transition: all 0.7s ease;
  481. }
  482.  
  483. .links a{
  484. display:block;
  485. padding:2px 3px;
  486. margin:1px 0px 0px 0px;
  487. font-size:8px;
  488. border:1px solid {color:border};
  489. text-transform:uppercase;
  490. letter-spacing:1px;
  491. color:{color:navigation links};
  492. line-height:1.36em;
  493. text-align:left;
  494. max-width:65px;
  495. -webkit-transition: all 0.7s ease;
  496. -moz-transition: all 0.7s ease;
  497. -o-transition: all 0.7s ease;
  498. }
  499.  
  500. .links a:hover{
  501. color:{color:navigation links hover};
  502. background-color:{color:navigation links hover bg};
  503.  
  504. }
  505.  
  506. .linksbox{
  507. float:left;
  508. width:72px;
  509. padding:10px;
  510. }
  511.  
  512. #navheader{
  513. width:65px;
  514. text-transform:uppercase;
  515. letter-spacing:2px;
  516. background-color:{color:header background};
  517. color:{color:header text};
  518. padding:4px;
  519. text-align:center;
  520.  
  521. }
  522.  
  523. #desctop{
  524. font-family:consolas;
  525. font-size:8px;
  526. text-align:right;
  527. text-transform:uppercase;
  528. padding-right:5px;
  529. width:160px;
  530. margin-top:1px;
  531. margin-bottom:-1px;
  532. margin-left:-1px;
  533. height:13px;
  534. background:{color:info background};
  535. color:{color:text};
  536. padding-bottom:3px;
  537. padding-top:2px;
  538. }
  539.  
  540. #description {
  541. position:fixed;
  542. font-family:consolas;
  543. line-height:10px;
  544. font-size:8px;
  545. width:164px;
  546. margin-top:-75px;
  547. padding:11px;
  548. margin-left:0px;
  549. text-align:justify;
  550. color:{color:text};
  551. }
  552.  
  553. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  554. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  555.  
  556. #desc{
  557. max-height:39px; overflow-y: auto; overflow-x: yes scroll;
  558. padding:5px;
  559. text-align:center;
  560. margin-left:-1px;
  561. border:1px solid {color:border};
  562. }
  563.  
  564. #sideimage {
  565. position:fixed;
  566. opacity:.8;
  567. margin-top:{text:side image bottom};
  568. margin-left:{text:side image left};
  569. }
  570.  
  571. #sideimage img {
  572. width:{text:side image width};
  573. }
  574.  
  575.  
  576. #pagination {
  577. width:336px;
  578. font-size:8px;
  579. text-align:center;
  580. margin-left:-400px;
  581. padding:2px;
  582. opacity:1;
  583. margin-top:481px;
  584. line-height:100%;
  585. border:1px solid {color:border};
  586. position:fixed;
  587. background-color:{color:info background};
  588. font-family:consolas;
  589. letter-spacing:0px;
  590. }
  591.  
  592. #ohoh{
  593. font-family:consolas;
  594. font-size:8px;
  595. text-align:right;
  596. text-transform:uppercase;
  597. padding-right:5px;
  598. width:267px;
  599. margin-top:10px;
  600. margin-bottom:-15px;
  601. margin-left:13px;
  602. height:10px;
  603. background:{color:info background};
  604. color:{color:text};
  605. padding-bottom:3px;
  606. padding-top:2px;
  607. -webkit-transition: all 0.7s ease;
  608. -moz-transition: all 0.7s ease;
  609. -o-transition: all 0.7s ease
  610. }
  611.  
  612. #ohoh a{
  613. -webkit-transition: all 0.7s ease;
  614. -moz-transition: all 0.7s ease;
  615. -o-transition: all 0.7s ease
  616. }
  617.  
  618. #ohoh a:hover{
  619. color:{color:hover};
  620.  
  621. }
  622.  
  623. #info {
  624. text-align:center;
  625. font-family:consolas;
  626. margin-top:20px;
  627. padding:0px 5px 5px;
  628. background:{color:info background};
  629. color:{color:text};
  630. text-transform:uppercase;
  631. font-size:8px;
  632. font-style:none;
  633. }
  634.  
  635.  
  636.  
  637. #tags {
  638. letter-spacing:0px;
  639. font-family:consolas;
  640. text-transform:uppercase;
  641. padding:6px 6px 6px 6px;
  642. background:{color:info background};
  643. color:{color:text};
  644. font-size:8px;
  645. letter-spacing:1px;
  646. margin-top:2px;
  647. text-align:center;
  648. }
  649.  
  650. #tags
  651. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  652. -webkit-transition: all 0.6s ease-in-out;
  653. -moz-transition: all 0.6s ease-in-out;
  654. -o-transition: all 0.6s ease-in-out;
  655. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  656.  
  657.  
  658. .newplayerbutton {
  659. position: relative;
  660. width: 20px;
  661. height: 50px;
  662. overflow: hidden;
  663. }
  664.  
  665. .playerbuttonhug {
  666. position: absolute;
  667. top: -11px;
  668. left: -12px;
  669. }
  670.  
  671. .tumblr_audio_player {
  672. border: none;
  673. padding: 0px;
  674. height: 40px;
  675. width: 500px;
  676. margin:0px 40px 10px 4px;
  677. }
  678.  
  679. .trackdetails {
  680. width: auto;
  681. display:inline-block;
  682. line-height:20px;
  683. margin-left: 100px;
  684. height:85px;
  685. }
  686.  
  687.  
  688. .playerbuttonbg {
  689. position:absolute;
  690. left: 14px;
  691. top: 15px;
  692. width: 180px;
  693. height: 15px;
  694. background-color: #ffffff;
  695. padding: 20px;
  696. opacity: .4;
  697. filter: alpha(opacity=40);
  698. -moz-opacity: 0.4;
  699. -khtml-opacity: 0.4;
  700. transition: opacity .7s ease-in-out;
  701. -moz-transition: opacity .7s ease-in-out;
  702. -webkit-transition: opacity .7s ease-in-out;
  703. }
  704.  
  705. .playerbuttonbg:hover {
  706. opacity: 1;
  707. filter: alpha(opacity=100);
  708. -moz-opacity: 1;
  709. -khtml-opacity: 1;
  710. }
  711.  
  712. .audioimgwrapper {
  713. position: absolute;
  714. left: 0px;
  715. top: 0px;
  716. overflow: hidden;
  717. width: 250px;
  718. height: 80px;
  719. }
  720.  
  721. .audioimgwrapper img {
  722. width: 100%;
  723. height: auto;
  724.  
  725. }
  726.  
  727. .audiowrapper {
  728. position: relative;
  729. display:inline-block;
  730. }
  731.  
  732. .newplayerbutton2 {
  733. position: relative;
  734. width: 20px;
  735. height: 50px;
  736. overflow: hidden;
  737. }
  738.  
  739. .playerbuttonhug2 {
  740. position: absolute;
  741. top: -11px;
  742. left: -12px;
  743. }
  744.  
  745. .tumblr_audio_player2 {
  746. border: none;
  747. padding: 0px;
  748. height: 40px;
  749. width: 500px;
  750. margin:0px 40px 10px 4px;
  751. }
  752.  
  753.  
  754. .playerbuttonbg2 {
  755. position:absolute;
  756. left: 14px;
  757. top: 15px;
  758. width: 13px;
  759. height: 15px;
  760. background-color: #ffffff;
  761. padding: 20px;
  762. opacity: .4;
  763. filter: alpha(opacity=40);
  764. -moz-opacity: 0.4;
  765. -khtml-opacity: 0.4;
  766. transition: opacity .7s ease-in-out;
  767. -moz-transition: opacity .7s ease-in-out;
  768. -webkit-transition: opacity .7s ease-in-out;
  769. }
  770.  
  771. .playerbuttonbg2:hover {
  772. opacity: 1;
  773. filter: alpha(opacity=100);
  774. -moz-opacity: 1;
  775. -khtml-opacity: 1;
  776. }
  777.  
  778. .audioimgwrapper2 {
  779. position: absolute;
  780. left: 0px;
  781. top: 0px;
  782. overflow: hidden;
  783. width: 80px;
  784. height: 80px;
  785. }
  786.  
  787. .audioimgwrapper2 img {
  788. width: 100%;
  789. height: auto;
  790.  
  791. }
  792.  
  793. .trackdetails2 {
  794. width: auto;
  795. display:inline-block;
  796. line-height:20px;
  797. margin-left: 100px;
  798. height:85px;
  799. }
  800.  
  801. .audiowrapper2 {
  802. position: relative;
  803. display:inline-block;
  804. }
  805.  
  806. #woahoh{
  807. font-family:consolas;
  808. font-size:8px;
  809. text-align:right;
  810. padding-right:5px;
  811. width:245px;
  812. margin-top:1px;
  813. margin-bottom:0px;
  814. height:10px;
  815. background:{color:info background};
  816. color:{color:text};
  817. padding-bottom:3px;
  818. padding-top:2px;
  819. }
  820.  
  821. #asker {
  822. padding:5px;
  823. text-align:left;
  824. border:1px solid {color:border};
  825. background-color:{color:background}
  826. }
  827.  
  828. #quote{
  829. font-family: consolas;
  830. font-size:11px;
  831. padding:20px;
  832. color:{color:quote text};
  833. line-height:12px;
  834. border:1px solid {color:border};
  835. }
  836.  
  837.  
  838. ol.notes {
  839. width:250px;
  840. padding:0px;
  841. margin:10px auto;
  842. list-style-type:none;
  843. font-size:8px;
  844. letter-spacing:1px;
  845. text-transform:lowercase;
  846. text-align:left;
  847. }
  848.  
  849. ol.notes a {
  850. color:{color:text};
  851. }
  852.  
  853. ol.notes a:hover {
  854. color:{color:links hover};
  855. }
  856.  
  857. li.note {
  858. padding:10px;
  859. }
  860.  
  861. img.avatar {
  862. vertical-align: -4px;
  863. margin-right:10px;
  864. width:14px;
  865. height:14px;
  866. }
  867.  
  868. .sfm input {background-color: #fff;
  869. font-size: 8px;
  870. border: 0px;
  871. text-transform: uppercase;
  872. margin-top: 1px;
  873. float:right;
  874. color: #999;
  875. letter-spacing: 1px;
  876. padding: 1px 1px;
  877. font-family: consolas;
  878.  
  879. }
  880.  
  881.  
  882. #s-m-t-tooltip {
  883. font-size: 8px;
  884. line-height: 12px;
  885. font-family: trebuchet ms;
  886. letter-spacing: 2px;
  887. z-index: 9;
  888. background: #fff;
  889. text-transform: none;
  890. border: 1px solid #f0f0f0;
  891. color: #ccc;
  892. max-width: 200px;
  893. text-align: justify;
  894. padding: 5px 8px 5px 10px;
  895. display: block;
  896. margin: 24px 14px 7px 12px;
  897. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.05);
  898. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.05);
  899. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.05);
  900. }
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. #ocehans1{
  908. height:11px;
  909. text-align:center;
  910. overflow:hidden;
  911. border-radius:3px;
  912. margin-top:-1px;
  913. border-bottom:1px solid #efefef;
  914. text-transform:uppercase;
  915. letter-spacing:1px;
  916. font-size:8px;
  917. line-height:10px;
  918. z-index:9;
  919. -webkit-transition: all 0.5s ease-in-out;
  920. -moz-transition: all 0.5s ease-in-out;
  921. -o-transition: all 0.5s ease-in-out;
  922. }
  923. #ocehans1:hover{
  924. height:335px;
  925. -webkit-transition: all 0.5s ease-in-out;
  926. -moz-transition: all 0.5s ease-in-out;
  927. -o-transition: all 0.5s ease-in-out;
  928. }
  929.  
  930.  
  931. #ocehans{
  932. text-align:left;
  933. font-size:8px;
  934. text-transform:uppercase;
  935. opacity: 1;
  936. border:1px solid #eee;
  937. position:fixed;
  938. font-family:consolas;
  939. border-radius:5px;
  940. left:20px;
  941. background-color:#fff;
  942. letter-spacing:1px;
  943. width:100px;
  944. z-index:9;
  945. padding:6px;
  946. top:20px;
  947.  
  948. }
  949.  
  950.  
  951.  
  952.  
  953. {CustomCSS}</style></head>
  954.  
  955.  
  956. <script type="text/javascript">
  957. // <![CDATA[
  958. var colour="#ffcef4";
  959. var sparkles=120;
  960.  
  961. /****************************
  962. * Tinkerbell Magic Sparkle *
  963. * (c) 2005 mf2fm web-design *
  964. * http://www.mf2fm.com/rv *
  965. * DON'T EDIT BELOW THIS BOX *
  966. ****************************/
  967. var x=ox=400;
  968. var y=oy=300;
  969. var swide=800;
  970. var shigh=600;
  971. var sleft=sdown=0;
  972. var tiny=new Array();
  973. var star=new Array();
  974. var starv=new Array();
  975. var starx=new Array();
  976. var stary=new Array();
  977. var tinyx=new Array();
  978. var tinyy=new Array();
  979. var tinyv=new Array();
  980.  
  981. window.onload=function() { if (document.getElementById) {
  982. var i, rats, rlef, rdow;
  983. for (var i=0; i<sparkles; i++) {
  984. var rats=createDiv(3, 3);
  985. rats.style.visibility="hidden";
  986. document.body.appendChild(tiny[i]=rats);
  987. starv[i]=0;
  988. tinyv[i]=0;
  989. var rats=createDiv(5, 5);
  990. rats.style.backgroundColor="transparent";
  991. rats.style.visibility="hidden";
  992. var rlef=createDiv(1, 5);
  993. var rdow=createDiv(5, 1);
  994. rats.appendChild(rlef);
  995. rats.appendChild(rdow);
  996. rlef.style.top="2px";
  997. rlef.style.left="0px";
  998. rdow.style.top="0px";
  999. rdow.style.left="2px";
  1000. document.body.appendChild(star[i]=rats);
  1001. }
  1002. set_width();
  1003. sparkle();
  1004. }}
  1005.  
  1006. function sparkle() {
  1007. var c;
  1008. if (x!=ox || y!=oy) {
  1009. ox=x;
  1010. oy=y;
  1011. for (c=0; c<sparkles; c++) if (!starv[c]) {
  1012. star[c].style.left=(starx[c]=x)+"px";
  1013. star[c].style.top=(stary[c]=y)+"px";
  1014. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  1015. star[c].style.visibility="visible";
  1016. starv[c]=50;
  1017. break;
  1018. }
  1019. }
  1020. for (c=0; c<sparkles; c++) {
  1021. if (starv[c]) update_star(c);
  1022. if (tinyv[c]) update_tiny(c);
  1023. }
  1024. setTimeout("sparkle()", 40);
  1025. }
  1026.  
  1027. function update_star(i) {
  1028. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  1029. if (starv[i]) {
  1030. stary[i]+=1+Math.random()*3;
  1031. if (stary[i]<shigh+sdown) {
  1032. star[i].style.top=stary[i]+"px";
  1033. starx[i]+=(i%5-2)/5;
  1034. star[i].style.left=starx[i]+"px";
  1035. }
  1036. else {
  1037. star[i].style.visibility="hidden";
  1038. starv[i]=0;
  1039. return;
  1040. }
  1041. }
  1042. else {
  1043. tinyv[i]=50;
  1044. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  1045. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  1046. tiny[i].style.width="2px";
  1047. tiny[i].style.height="2px";
  1048. star[i].style.visibility="hidden";
  1049. tiny[i].style.visibility="visible"
  1050. }
  1051. }
  1052.  
  1053. function update_tiny(i) {
  1054. if (--tinyv[i]==25) {
  1055. tiny[i].style.width="1px";
  1056. tiny[i].style.height="1px";
  1057. }
  1058. if (tinyv[i]) {
  1059. tinyy[i]+=1+Math.random()*3;
  1060. if (tinyy[i]<shigh+sdown) {
  1061. tiny[i].style.top=tinyy[i]+"px";
  1062. tinyx[i]+=(i%5-2)/5;
  1063. tiny[i].style.left=tinyx[i]+"px";
  1064. }
  1065. else {
  1066. tiny[i].style.visibility="hidden";
  1067. tinyv[i]=0;
  1068. return;
  1069. }
  1070. }
  1071. else tiny[i].style.visibility="hidden";
  1072. }
  1073.  
  1074. document.onmousemove=mouse;
  1075. function mouse(e) {
  1076. set_scroll();
  1077. y=(e)?e.pageY:event.y+sdown;
  1078. x=(e)?e.pageX:event.x+sleft;
  1079. }
  1080.  
  1081. function set_scroll() {
  1082. if (typeof(self.pageYOffset)=="number") {
  1083. sdown=self.pageYOffset;
  1084. sleft=self.pageXOffset;
  1085. }
  1086. else if (document.body.scrollTop || document.body.scrollLeft) {
  1087. sdown=document.body.scrollTop;
  1088. sleft=document.body.scrollLeft;
  1089. }
  1090. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  1091. sleft=document.documentElement.scrollLeft;
  1092. sdown=document.documentElement.scrollTop;
  1093. }
  1094. else {
  1095. sdown=0;
  1096. sleft=0;
  1097. }
  1098. }
  1099.  
  1100. window.onresize=set_width;
  1101. function set_width() {
  1102. if (typeof(self.innerWidth)=="number") {
  1103. swide=self.innerWidth;
  1104. shigh=self.innerHeight;
  1105. }
  1106. else if (document.documentElement && document.documentElement.clientWidth) {
  1107. swide=document.documentElement.clientWidth;
  1108. shigh=document.documentElement.clientHeight;
  1109. }
  1110. else if (document.body.clientWidth) {
  1111. swide=document.body.clientWidth;
  1112. shigh=document.body.clientHeight;
  1113. }
  1114. }
  1115.  
  1116. function createDiv(height, width) {
  1117. var div=document.createElement("div");
  1118. div.style.position="absolute";
  1119. div.style.height=height+"px";
  1120. div.style.width=width+"px";
  1121. div.style.overflow="hidden";
  1122. div.style.backgroundColor=colour;
  1123. return (div);
  1124. }
  1125. // ]]>
  1126. </script>
  1127.  
  1128.  
  1129. <body>
  1130.  
  1131. <div id="ocehans">
  1132. <center>
  1133. <div id="ocehans1">
  1134. <div style="font-size:8px;">インフォメーション</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#ccc;">
  1135.  
  1136. <div style="border:1px solid #ffe8f4; background-color:#ffe8f4;color:#bbb;">Networks</div>
  1137. <br />
  1138.  
  1139. <a title="HQ net"href="http://hq-net.tumblr.com/"><img src="http://38.media.tumblr.com/54377739cb25498aaab1edaf3620a1f0/tumblr_n9cldqiIwO1ssble0o1_100.gif"style="opacity: 0.8;"/></a>
  1140. <br />
  1141. <br />
  1142. <a title="ohmilkshop net"href="http://ohmilkshop.tumblr.com"><img src="http://media.tumblr.com/2d15f1e5204816c3f29d259044c92368/tumblr_inline_n9cmt8zjJ01qhqyii.gif"style="opacity: 0.8;"/></a>
  1143. <br />
  1144. <br />
  1145.  
  1146. <a title="huntory net"href="http://huntory.tumblr.com"><img src="http://media.tumblr.com/75c9b9b8510df0e7cc8ffccdedf475f0/tumblr_inline_mw9wmxJsoB1rn677t.gif"style="opacity: 0.5;"/></a>
  1147.  
  1148. <br/>
  1149.  
  1150. <div style="border:1px solid #ffe8f4; background-color:#ffe8f4;color:#bbb;">Updates</div>
  1151.  
  1152. <br>
  1153. School just started and I'm working now so I wont be online as much, but ill try to post everyday ;u;
  1154. <br>
  1155. </div>
  1156. </div>
  1157.  
  1158.  
  1159.  
  1160.  
  1161. <script language=JavaScript>
  1162. <!--
  1163.  
  1164. //Disable right click script III- By Renigade (renigade@mediaone.net)
  1165. //For full source code, visit http://www.dynamicdrive.com
  1166.  
  1167. var message="";
  1168. ///////////////////////////////////
  1169. function clickIE() {if (document.all) {(message);return false;}}
  1170. function clickNS(e) {if
  1171. (document.layers||(document.getElementById&&!document.all)) {
  1172. if (e.which==2||e.which==3) {(message);return false;}}}
  1173. if (document.layers)
  1174. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1175. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1176.  
  1177. document.oncontextmenu=new Function("return false")
  1178. // -->
  1179. </script>
  1180.  
  1181. <BODY onselectstart=”return false;” ondragstart=”return false;”>
  1182. </div>
  1183.  
  1184.  
  1185. <div id="contact" class="popup_block">
  1186. <div id="ask">
  1187. <div id="asktitle">{text:ask box title}</div>
  1188. <div id="faqtitle">frequently asked questions</div>
  1189. <div id="faq">{text:faq}</div>
  1190. <div style="padding-top:10px;"><div class="ask"><iframe frameborder="0" width="300px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" height="250px"></iframe></div>
  1191. </div></div></div>
  1192.  
  1193. <div id="submission" class="popup_block">
  1194. <div id="submit">
  1195. <div id="asktitle">{text:submit box title}</div>
  1196. <div id="faqtitle">submission rules</div>
  1197. <div id="faq">{text:submission rules}</div>
  1198. <div style="padding-top:10px;"><div class="submit"><iframe frameborder="0" width="300px" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{text:your url}.tumblr.com" height="420px"></iframe></div>
  1199. </div></div></div>
  1200.  
  1201. <div id="person" class="popup_block">
  1202.  
  1203. <div id="abouttitle">about me</div><br>
  1204. <div id="about">
  1205. <img src="{image:picture of you}"/>
  1206. <div id="you">
  1207. {text:about you}
  1208. </div>
  1209. <div id="stats">
  1210. Name: {text:your name}
  1211. <br><br>
  1212. Age: {text:your age}
  1213. <br><br>
  1214. Gender: {text:your gender}
  1215. <br><br>
  1216. Sexuality: {text:your sexuality}
  1217. </div>
  1218. </div>
  1219. </div>
  1220.  
  1221. <div id="header">
  1222.  
  1223. <div id="title"><center>
  1224. 言 い 換 え れ ば、 私 は あ な た を 愛 し て ♡</center>
  1225. </div>
  1226. </div>
  1227.  
  1228. <div id="sidebar">
  1229.  
  1230. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  1231.  
  1232.  
  1233.  
  1234. <div class="linksbox">
  1235. <div id="navheader">menu</div>
  1236. <div class="links">
  1237. <a href="/" title="home">index</a>
  1238. <a href="#?w=800" rel="contact" class="poplight" title="message">contact</a>
  1239. <a href="#?w=800" rel="person" class="poplight" title="about me">identity</a>
  1240. <a href="/archive" title="archive">rewind</a>
  1241.  
  1242. </div></div>
  1243.  
  1244. <div class="linksbox">
  1245. <div id="navheader">files</div>
  1246. <div class="links">
  1247. <a href="{text:link 1}" title="{text:link 1 title}">{text:link 1 text}</a>
  1248.  
  1249. <a href="{text:link 2}" title="{text:link 2 title}">{text:link 2 text}</a>
  1250.  
  1251. <a href="{text:link 3}" title="{text:link 3 title}">{text:link 3 text}</a>
  1252.  
  1253. {block:ifshowlink4}<a href="{text:link 4}" title="{text:link 4 title}">{text:link 4 text}</a>{/block:ifshowlink4}
  1254.  
  1255. {block:ifshowlink5}<a href="{text:link 5}" title="{text:link 5 title}">{text:link 5 text}</a>{/block:ifshowlink5}
  1256.  
  1257. {block:ifshowlink6}<a href="{text:link 6}" title="{text:link 6 title}">{text:link 6 text}</a>{/block:ifshowlink6}
  1258.  
  1259. {block:ifshowlink7}<a href="{text:link 7}" title="{text:link 7 title}">{text:link 7 text}</a>{/block:ifshowlink7}
  1260.  
  1261. {block:ifshowlink8}<a href="{text:link 8}" title="{text:link 8 title}">{text:link 8 text}</a>{/block:ifshowlink8}
  1262.  
  1263. {block:ifshowlink9}<a href="{text:link 9}" title="{text:link 9 title}">{text:link 9 text}</a>{/block:ifshowlink9}
  1264.  
  1265. {block:ifshowlink10}<a href="{text:link 10}" title="{text:link 10 title}">{text:link 10 text}</a>{/block:ifshowlink10}
  1266.  
  1267. {block:ifshowlink11}<a href="{text:link 11}" title="{text:link 11 title}">{text:link 11 text}</a>{/block:ifshowlink11}
  1268.  
  1269. {block:ifshowlink12}<a href="{text:link 12}" title="{text:link 12 title}">{text:link 12 text}</a>{/block:ifshowlink12}
  1270.  
  1271. </div></div>
  1272.  
  1273.  
  1274. <div id="description">
  1275. <div id="desctop">
  1276. {block:ifmusicplayer}<div style="float:left; padding-left:5px">{text:music player code}</div>{/block:ifmusicplayer}
  1277. {block:ifsearchbar}<div style="float:left; padding-left:5px"><form action="/search" method="get" class="sfm" name="theform">
  1278. <input type="text" name="q" value="SEARCH"/>
  1279. </form></div>{/block:ifsearchbar}
  1280. <div style="float:right; padding-left:5px; color:{color:text};">✕</div></div>
  1281. <div id="desc">
  1282. <div id="descc">
  1283. {Description}
  1284. </div></div></div>
  1285.  
  1286. {block:Pagination}<div id="pagination">
  1287. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  1288. {block:JumpPagination length="5"}
  1289. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  1290. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  1291. {/block:JumpPagination}
  1292. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  1293. </div>{/block:Pagination}
  1294.  
  1295. </div>
  1296.  
  1297. <div id="sideimage"><img src="{image:side image}"></div>
  1298.  
  1299. <div id="content">{block:Posts}
  1300. <div id="ohoh">
  1301. <div style="float:left; padding-left:5px"><img src="http://static.tumblr.com/3yblkz0/wYJmya549/pin.png"></div>
  1302. {block:Date} <a href="{Permalink}" title="Permalink">{12Hour}:{Minutes} </a>
  1303. <a href="{ReblogURL}" title="reblog">↻</a>{/block:Date}
  1304. </div>
  1305. <div id="post">
  1306.  
  1307. {block:Text}{block:IndexPage}<h1>{/block:IndexPage}{block:PermalinkPage}<h2>{/block:PermalinkPage}{block:Title}{Title}{/block:Title}{block:IndexPage}</h1>{/block:IndexPage}{block:PermalinkPage}</h2>{/block:PermalinkPage}{Body}{/block:Text}
  1308.  
  1309. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1310.  
  1311. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1312.  
  1313. {block:Quote}<div id="woahoh"><div style="float:left; padding-left:5px"><img src="http://static.tumblr.com/3yblkz0/XWQmya53r/marcadores54.gif"></div><div style="float:right; padding-left:5px; color:{color:text};">✕</div></div><div id="quote">❝{Quote}❞</div>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/block:Quote}
  1314.  
  1315. {block:Link}{block:IndexPage}<h1>{/block:IndexPage}{block:PermalinkPage}<h2>{/block:PermalinkPage}<a href="{URL}" {Target}>{Name}</a>{block:IndexPage}</h1>{/block:IndexPage}{block:PermalinkPage}</h2>{/block:PermalinkPage}{block:Description}{Description}{/block:Description}{/block:Link}
  1316.  
  1317. {block:Chat}{block:Title}{block:IndexPage}<h1>{/block:IndexPage}{block:PermalinkPage}<h2>{/block:PermalinkPage}{Title}{block:IndexPage}</h1>{/block:IndexPage}{block:PermalinkPage}</h2>{/block:PermalinkPage}{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1318.  
  1319. {block:IndexPage}{block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails"></div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}{/block:IndexPage}
  1320.  
  1321. {block:PermalinkPage}{block:AudioPlayer}<div class="audiowrapper2">{block:AlbumArt}<div class="audioimgwrapper2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg2"><div class="newplayerbutton2"><div class="playerbuttonhug2">{AudioPlayerWhite}</div></div></div><div class="trackdetails2">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}Artist: {Artist}{/block:Artist}<br>{block:Album}Album: {Album}{/block:Album}<br>
  1322. {PlayCountWithLabel}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}{/block:PermalinkPage}
  1323.  
  1324. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1325.  
  1326. {block:Answer}<div id="woahoh"><div style="float:left; padding-left:5px"><img src="http://static.tumblr.com/3yblkz0/XWQmya53r/marcadores54.gif"></div><div style="float:right; padding-left:5px; color:{color:text};">✕</div></div><div id="asker"> {Asker}: {Question}</div><left>{Answer}</font>{/block:Answer}
  1327.  
  1328. <div id="stop">
  1329. {block:PermalinkPage}{block:Date} <div id="info">
  1330. <br><a href="{Permalink}">{24Hour}:{Minutes} {DayofWeek} {DayofMonth} {Month} {Year}</a> <br>
  1331. {NoteCountWithLabel}
  1332. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">via:</a> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<br><a href="{SourceURL}">orgin:</a> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</div>{/block:Date}
  1333.  
  1334. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}</div></div>
  1335. {/block:Posts}
  1336. {/block:Posts}</div></div></div></div></div>
  1337.  
  1338.  
  1339.  
  1340.  
  1341. <div style="position:fixed;bottom:3px; right:3px; font-size:15px; letter-spacing:1px; font-family:cambria;"><a href="http://jimothykirk.tumblr.com/">☁</a></center></div>
  1342.  
  1343.  
  1344. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement