Advertisement
okesan

OH BOY THEME

Dec 7th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.35 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. [ T H E M E B Y ]
  5.  
  6. ○ ● ○
  7.  
  8. [ T O M K I R K ]
  9.  
  10.  
  11.  
  12. -->
  13. <html>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.  
  18. <!--Default Variables-->
  19. <!--Colors-->
  20. <meta name="color:Ask Background" content="#000000"/>
  21. <meta name="color:Ask Text" content="#ffffff"/>
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#000000"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link Hover" content="#000000"/>
  26. <meta name="color:Border" content="#000000"/>
  27. <meta name="color:Perma" content="#000000"/>
  28. <meta name="color:Perma Text" content="#ffffff"/>
  29. <meta name="color:Tool Tip" content="#ffffff"/>
  30. <meta name="color:Tool Tip Text" content="#000000"/>
  31.  
  32. <!--Images-->
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Icon 1" content="https://icons.iconarchive.com/icons/jeanette-foshee/simpsons-01/32/Simpsons-Family-Homer-icon.png"/>
  35. <meta name="image:Icon 2" content="https://icons.iconarchive.com/icons/jeanette-foshee/simpsons-01/32/Simpsons-Family-Marge-icon.png"/>
  36. <meta name="image:Icon 3" content="https://icons.iconarchive.com/icons/jeanette-foshee/simpsons-01/32/Simpsons-Family-Cool-Bart-icon.png"/>
  37. <meta name="image:Icon 4" content="https://icons.iconarchive.com/icons/jeanette-foshee/simpsons-01/32/Simpsons-Family-Lisa-icon.png"/>
  38. <meta name="image:Icon 5" content="https://icons.iconarchive.com/icons/jeanette-foshee/simpsons-01/32/Simpsons-Family-Maggie-icon.png"/>
  39.  
  40. <!--Options-->
  41. <meta name="if:Infinite Scrolling" content=""/>
  42. <meta name="if:Captions" content=""/>
  43. <meta name="if:Faded Images" content=""/>
  44. <meta name="if:Inverted Images" content=""/>
  45. <meta name="if:Lazy Load" content=""/>
  46. <meta name="if:Fixed Sidebar" content="1"/>
  47. <meta name="if:Search Bar" content="1"/>
  48. <meta name="if:Icon Links" content="1"/>
  49.  
  50. <!--Links-->
  51. <meta name="text:Icon Bottom" content="-9"/>
  52. <meta name="text:Link 1 URL" content="/"/>
  53. <meta name="text:Link 1 name" content=""/>
  54. <meta name="text:Link 2 URL" content="/"/>
  55. <meta name="text:Link 2 name" content=""/>
  56. <meta name="text:Link 3 URL" content="/"/>
  57. <meta name="text:Link 3 name" content=""/>
  58. <meta name="text:Link 4 URL" content="/"/>
  59. <meta name="text:Link 4 name" content=""/>
  60. <meta name="text:Link 5 URL" content="/"/>
  61. <meta name="text:Link 5 name" content=""/>
  62. <link rel="icon" href="http://fc02.deviantart.net/fs71/f/2013/003/2/6/moon_favicon_by_j4smini-d5qalsu.png"/>
  63.  
  64. {block:Description}
  65. <meta name="description" content="{MetaDescription}" />{/block:Description}
  66. <title>
  67. {block:PostSummary}
  68. {PostSummary} - {/block:PostSummary}{Title}</title>
  69. </style>
  70.  
  71. <style type="text/css">
  72.  
  73. {block:ifInvertedImages}img{
  74. opacity: 1;
  75. filter:alpha(opacity=10);
  76. -moz-opacity: 0.1;
  77. -moz-transition: all .9s ease;
  78. -o-transition: all .9s ease;
  79. transition: all .9s ease;
  80. -webkit-transition: all .9s ease;}
  81. {/block:ifInvertedImages}
  82.  
  83.  
  84. {block:ifInvertedImages} img:hover{
  85. opacity: .8;
  86. filter:alpha(opacity=100);
  87. -moz-opacity: 1;
  88. -moz-transition: all .9s ease;
  89. -o-transition: all .9s ease;
  90. transition: all .9s ease;
  91. -webkit-transition: all .9s ease;}
  92. {/block:ifInvertedImages}
  93.  
  94. {block:ifFadedImages}img{
  95. opacity: .8;
  96. filter:alpha(opacity=10);
  97. -moz-opacity: 0.1;
  98. -moz-transition: all .9s ease;
  99. -o-transition: all .9s ease;
  100. transition: all .9s ease;
  101. -webkit-transition: all .9s ease;}
  102. {/block:ifFadedImages}
  103.  
  104.  
  105. {block:ifFadedImages} img:hover{
  106. opacity: 1;
  107. filter:alpha(opacity=100);
  108. -moz-opacity: 1;
  109. -moz-transition: all .9s ease;
  110. -o-transition: all .9s ease;
  111. transition: all .9s ease;
  112. -webkit-transition: all .9s ease;}
  113. {/block:ifFadedImages}
  114.  
  115. {block:ifInvertedImages}.photo {
  116. opacity: 1;
  117. filter:alpha(opacity=10);
  118. -moz-opacity: 0.1;
  119. -moz-transition: all .9s ease;
  120. -o-transition: all .9s ease;
  121. transition: all .9s ease;
  122. -webkit-transition: all .9s ease;}
  123. {/block:ifInvertedImages}
  124.  
  125.  
  126. {block:ifInvertedImages}.photo:hover{
  127. opacity: .8;
  128. filter:alpha(opacity=100);
  129. -moz-opacity: 1;
  130. -moz-transition: all .9s ease;
  131. -o-transition: all .9s ease;
  132. transition: all .9s ease;
  133. -webkit-transition: all .9s ease;}
  134. {/block:ifInvertedImages}
  135.  
  136. {block:ifFadedImages}.photo {
  137. opacity: .8;
  138. filter:alpha(opacity=10);
  139. -moz-opacity: 0.1;
  140. -moz-transition: all .9s ease;
  141. -o-transition: all .9s ease;
  142. transition: all .9s ease;
  143. -webkit-transition: all .9s ease;}
  144. {/block:ifFadedImages}
  145.  
  146.  
  147. {block:ifFadedImages}.photo:hover{
  148. opacity: 1;
  149. filter:alpha(opacity=100);
  150. -moz-opacity: 1;
  151. -moz-transition: all .9s ease;
  152. -o-transition: all .9s ease;
  153. transition: all .9s ease;
  154. -webkit-transition: all .9s ease;}
  155. {/block:ifFadedImages}
  156.  
  157. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  158.  
  159. iframe#tumblr_controls:hover{opacity:1;}
  160.  
  161. body{background:{color:Background};background-image:url('{image:Background}');background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:helvetica;font-size:9px;letter-spacing:1px;word-spacing:1px;line-height:16px;color:{color:Text};}
  162.  
  163. a:link, a:active, a:visited{color:{color:Link};text-decoration:none;}
  164.  
  165. a:hover{text-decoration:none;color:{color:Link Hover};}
  166.  
  167. #pic img{display:block;}
  168.  
  169. #s-m-t-tooltip {
  170. max-width:300px;
  171. margin:25px 20px 25px 20px;
  172. background-color:{color:Tool Tip};
  173. color:{color:Tool Tip Text};
  174. border:1px solid {color:Border};
  175. font-size: 9px;
  176. line-height: 12px;
  177. font-family: trebuchet ms;
  178. word-spacing:1px;
  179. letter-spacing: 2px;
  180. padding:3px 5px 3px 5px;
  181. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  182. -webkit-transition: all 0.2s ease-out;
  183. -moz-transition: all 0.2s ease-out;
  184. transition: all 0.2s ease-out;
  185. z-index:999999999999999999999999999999999999;b
  186. }
  187.  
  188. #container {
  189. margin:auto;
  190. {block:IndexPage}width:500px;{/block:IndexPage}
  191. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  192. }
  193.  
  194. #content{
  195. margin:100px 0 100px -60px;
  196. padding:30px;
  197. {block:IndexPage}width:560px;{/block:IndexPage}
  198. {block:PermalinkPage}width:560px;{/block:PermalinkPage}
  199. background:white;
  200. border:4px solid {color:Border};
  201. box-shadow:rgba(0,0,0,0.07) 20px 20px;
  202. }
  203.  
  204. #side{
  205. {block:ifFixedSidebar}
  206. position:fixed;
  207. {/block:ifFixedSidebar}
  208. {block:ifNotFixedSidebar}
  209. position:absolute;
  210. {/block:ifNotFixedSidebar}
  211. width:130px;
  212. margin:30px 0 0 410px;
  213. }
  214.  
  215. #sp a{
  216. display:block;
  217. margin:10px 0 10px 0;
  218. }
  219.  
  220. .nav{
  221. line-height:20px;
  222. }
  223.  
  224. .nav a{
  225. display:block;
  226. }
  227.  
  228. .nav .dot {
  229. display:inline-block;
  230. margin:0 5px 0 0;
  231. width:5px;
  232. height:5px;
  233. background:{color:Link};
  234. border:1px solid {color:Link};
  235. border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
  236. }
  237.  
  238. .nav:hover .dot{
  239. background:transparent;
  240. border:1px solid {color:Link Hover};
  241. }
  242.  
  243. #entry{
  244. margin:0 0 100px 0;
  245. {block:IndexPage}width:400px;{/block:IndexPage}
  246. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  247. background:white;
  248. }
  249.  
  250. #entry img{max-width:100%;}
  251.  
  252.  
  253. #ask {
  254. padding:10px;
  255. background:{color:Ask Background};
  256. color:{color:Ask Text};
  257. }
  258.  
  259. .asktri1{
  260. margin:-6px 0 0 30px;
  261. color:{color:Ask Background};
  262. font-size:65px;
  263. font-family:arial;
  264. }
  265.  
  266. .askername{
  267. position:Absolute;
  268. margin:-29px 0 0 39px;
  269. }
  270.  
  271. .askername a{
  272. color:{color:Ask Text};
  273. }
  274.  
  275. .askername a:hover{
  276. text-decoration:underline;
  277. }
  278.  
  279. .askerimg{
  280. margin-bottom:8px;
  281. }
  282.  
  283. .askerimg img{
  284. width:30px;
  285. border-radius:30px;
  286. -webkit-border-radius:30px;
  287. -moz-border-radius:30px;
  288. }
  289.  
  290. #answer{
  291. margin:10px 15px 20px 15px;
  292. }
  293.  
  294.  
  295. h1{
  296.  
  297. font-size:20px;
  298. line-height:20px;
  299. margin:0 0 0 0;
  300. }
  301.  
  302. .bt{
  303. font-size:20px;
  304. line-height:20px;
  305. font-weight:none;
  306. margin:0 0 5px 0;
  307. }
  308.  
  309. blockquote{
  310. padding-left:10px;
  311. margin:0 0 0 15px;
  312. border-left:2px solid {color:Link};
  313. }
  314.  
  315. p {
  316. margin:10px 0 10px 0;
  317. }
  318.  
  319. .ol, ul {
  320. margin-left:30px;
  321. padding:5px;
  322. }
  323.  
  324. .ul {
  325. list-style-type:square;
  326. }
  327.  
  328. .chat .line{
  329. padding: 2px;
  330. }
  331.  
  332. .chat .line .odd{
  333. padding:2px;
  334. color:{color:Ask Text};
  335. background:{color:Ask Background};
  336. }
  337.  
  338. .label {
  339. font-weight:bold;
  340. }
  341.  
  342.  
  343.  
  344.  
  345. /* Audio Posts */
  346.  
  347.  
  348. #musicart {
  349. position: absolute;
  350. height: 90px;
  351. width: 90px;
  352. border: 1px solid #F0F0F0;
  353. background: #FFF;
  354. padding: 5px;
  355.  
  356. }
  357.  
  358.  
  359. #musicart img {
  360. opacity: 0.8;
  361. height: 90px;
  362. width: 90px;
  363. -webkit-transition: all 0.6s ease-in-out;
  364. -moz-transition: all 0.6s ease-in-out;
  365. -o-transition: all 0.6s ease-in-out;
  366. }
  367.  
  368.  
  369. #player {
  370. opacity: 0.2;
  371. -webkit-transition: all 0.6s ease-in-out;
  372. -moz-transition: all 0.6s ease-in-out;
  373. -o-transition: all 0.6s ease-in-out;
  374.  
  375. }
  376.  
  377.  
  378. .post:hover #player {
  379. opacity: 0.6;
  380.  
  381. }
  382.  
  383.  
  384. .post:hover #musicart img {
  385. opacity: 0.2;
  386. }
  387.  
  388.  
  389.  
  390. #entry #permalink{
  391. position:relative;
  392. padding:5px 13px 8px 13px;
  393. line-height:16px;
  394. background:{color:Perma};
  395. color:{color:Perma Text};
  396. opacity:1;
  397. /*belldom is real*/
  398. -webkit-transition: all 0.7s linear;
  399. -moz-transition: all 0.7s linear;
  400. transition: all 0.7s linear;
  401. z-index:1;
  402. }
  403.  
  404. #permalink a{
  405. color:{color:Perma Text};
  406. border-bottom:1px solid transparent;
  407. }
  408.  
  409. #permalink a:hover{
  410. border-bottom:1px solid {color:Perma Text};
  411. }
  412.  
  413. #permalink .permatri{
  414. color:{color:Perma};
  415. margin:-15px 0 0 280px;
  416. font-size:95px;
  417. font-family:arial;
  418. }
  419.  
  420. .com:last-child{display:none;}
  421.  
  422. .notes img{
  423. width:10px;
  424. position:left;
  425. margin:3px 5px 0 0;
  426. -webkit-border-radius:10px;
  427. -moz-border-radius:10px;
  428. border-radius:10px;
  429. }
  430.  
  431. .notes {
  432. line-height:20px;
  433. }
  434.  
  435. #pgs{
  436. font-size:14px;
  437. margin:-60px 0 0 0;
  438. }
  439.  
  440. #ocehans1{
  441. height:11px;
  442. text-align:center;
  443. overflow:hidden;
  444. border-radius:3px;
  445. margin-top:-1px;
  446. border-bottom:1px solid #efefef;
  447. text-transform:uppercase;
  448. letter-spacing:1px;
  449. font-size:8px;
  450. line-height:10px;
  451. z-index:9;
  452. -webkit-transition: all 0.5s ease-in-out;
  453. -moz-transition: all 0.5s ease-in-out;
  454. -o-transition: all 0.5s ease-in-out;
  455. }
  456. #ocehans1:hover{
  457. height:260px;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. }
  462.  
  463.  
  464. #ocehans{
  465. border-radius:5px;
  466. text-align:left;
  467. font-size:8px;
  468. text-transform:uppercase;
  469. opacity: 1;
  470. border:1px solid #eee;
  471. position:fixed;
  472. font-family:consolas;
  473. left:28px;
  474. background-color:#fff;
  475. letter-spacing:1px;
  476. width:100px;
  477. z-index:9;
  478. padding:6px;
  479. top:21px;
  480.  
  481. }
  482.  
  483.  
  484. {CustomCSS}
  485. </style>
  486.  
  487. <link rel="shortcut icon" href="{Favicon}">
  488. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  489. {block:ifLazyLoad}
  490. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  491. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  492. <script type="text/javascript" charset="utf-8">
  493. var $j = jQuery.noConflict();
  494. $j(function() {
  495. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  496. $j("img").lazyload({
  497. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  498. effect: "fadeIn",
  499. });
  500. });
  501. </script>
  502. {/block:ifLazyLoad}
  503.  
  504. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  505. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  506. <script>
  507. (function($){
  508. $(document).ready(function(){
  509. $("a[title]").style_my_tooltips({
  510. tip_follows_cursor:true,
  511. tip_delay_time:90,
  512. tip_fade_speed:100,
  513. attribute:"title"
  514. });
  515. });
  516. })(jQuery);
  517. </script>
  518. </head>
  519. <script type="text/javascript">
  520. // <![CDATA[
  521. var colour="#ffcef4";
  522. var sparkles=120;
  523.  
  524. /****************************
  525. * Tinkerbell Magic Sparkle *
  526. * (c) 2005 mf2fm web-design *
  527. * http://www.mf2fm.com/rv *
  528. * DON'T EDIT BELOW THIS BOX *
  529. ****************************/
  530. var x=ox=400;
  531. var y=oy=300;
  532. var swide=800;
  533. var shigh=600;
  534. var sleft=sdown=0;
  535. var tiny=new Array();
  536. var star=new Array();
  537. var starv=new Array();
  538. var starx=new Array();
  539. var stary=new Array();
  540. var tinyx=new Array();
  541. var tinyy=new Array();
  542. var tinyv=new Array();
  543.  
  544. window.onload=function() { if (document.getElementById) {
  545. var i, rats, rlef, rdow;
  546. for (var i=0; i<sparkles; i++) {
  547. var rats=createDiv(3, 3);
  548. rats.style.visibility="hidden";
  549. document.body.appendChild(tiny[i]=rats);
  550. starv[i]=0;
  551. tinyv[i]=0;
  552. var rats=createDiv(5, 5);
  553. rats.style.backgroundColor="transparent";
  554. rats.style.visibility="hidden";
  555. var rlef=createDiv(1, 5);
  556. var rdow=createDiv(5, 1);
  557. rats.appendChild(rlef);
  558. rats.appendChild(rdow);
  559. rlef.style.top="2px";
  560. rlef.style.left="0px";
  561. rdow.style.top="0px";
  562. rdow.style.left="2px";
  563. document.body.appendChild(star[i]=rats);
  564. }
  565. set_width();
  566. sparkle();
  567. }}
  568.  
  569. function sparkle() {
  570. var c;
  571. if (x!=ox || y!=oy) {
  572. ox=x;
  573. oy=y;
  574. for (c=0; c<sparkles; c++) if (!starv[c]) {
  575. star[c].style.left=(starx[c]=x)+"px";
  576. star[c].style.top=(stary[c]=y)+"px";
  577. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  578. star[c].style.visibility="visible";
  579. starv[c]=50;
  580. break;
  581. }
  582. }
  583. for (c=0; c<sparkles; c++) {
  584. if (starv[c]) update_star(c);
  585. if (tinyv[c]) update_tiny(c);
  586. }
  587. setTimeout("sparkle()", 40);
  588. }
  589.  
  590. function update_star(i) {
  591. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  592. if (starv[i]) {
  593. stary[i]+=1+Math.random()*3;
  594. if (stary[i]<shigh+sdown) {
  595. star[i].style.top=stary[i]+"px";
  596. starx[i]+=(i%5-2)/5;
  597. star[i].style.left=starx[i]+"px";
  598. }
  599. else {
  600. star[i].style.visibility="hidden";
  601. starv[i]=0;
  602. return;
  603. }
  604. }
  605. else {
  606. tinyv[i]=50;
  607. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  608. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  609. tiny[i].style.width="2px";
  610. tiny[i].style.height="2px";
  611. star[i].style.visibility="hidden";
  612. tiny[i].style.visibility="visible"
  613. }
  614. }
  615.  
  616. function update_tiny(i) {
  617. if (--tinyv[i]==25) {
  618. tiny[i].style.width="1px";
  619. tiny[i].style.height="1px";
  620. }
  621. if (tinyv[i]) {
  622. tinyy[i]+=1+Math.random()*3;
  623. if (tinyy[i]<shigh+sdown) {
  624. tiny[i].style.top=tinyy[i]+"px";
  625. tinyx[i]+=(i%5-2)/5;
  626. tiny[i].style.left=tinyx[i]+"px";
  627. }
  628. else {
  629. tiny[i].style.visibility="hidden";
  630. tinyv[i]=0;
  631. return;
  632. }
  633. }
  634. else tiny[i].style.visibility="hidden";
  635. }
  636.  
  637. document.onmousemove=mouse;
  638. function mouse(e) {
  639. set_scroll();
  640. y=(e)?e.pageY:event.y+sdown;
  641. x=(e)?e.pageX:event.x+sleft;
  642. }
  643.  
  644. function set_scroll() {
  645. if (typeof(self.pageYOffset)=="number") {
  646. sdown=self.pageYOffset;
  647. sleft=self.pageXOffset;
  648. }
  649. else if (document.body.scrollTop || document.body.scrollLeft) {
  650. sdown=document.body.scrollTop;
  651. sleft=document.body.scrollLeft;
  652. }
  653. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  654. sleft=document.documentElement.scrollLeft;
  655. sdown=document.documentElement.scrollTop;
  656. }
  657. else {
  658. sdown=0;
  659. sleft=0;
  660. }
  661. }
  662.  
  663. window.onresize=set_width;
  664. function set_width() {
  665. if (typeof(self.innerWidth)=="number") {
  666. swide=self.innerWidth;
  667. shigh=self.innerHeight;
  668. }
  669. else if (document.documentElement && document.documentElement.clientWidth) {
  670. swide=document.documentElement.clientWidth;
  671. shigh=document.documentElement.clientHeight;
  672. }
  673. else if (document.body.clientWidth) {
  674. swide=document.body.clientWidth;
  675. shigh=document.body.clientHeight;
  676. }
  677. }
  678.  
  679. function createDiv(height, width) {
  680. var div=document.createElement("div");
  681. div.style.position="absolute";
  682. div.style.height=height+"px";
  683. div.style.width=width+"px";
  684. div.style.overflow="hidden";
  685. div.style.backgroundColor=colour;
  686. return (div);
  687. }
  688. // ]]>
  689. </script>
  690. <body>
  691.  
  692.  
  693. <div id="ocehans">
  694. <center>
  695. <div id="ocehans1">
  696. <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;">
  697.  
  698. <div style="border:1px solid #ffe8f4; background-color:#ffe8f4;color:#bbb;">Networks</div>
  699. <br />
  700.  
  701. <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>
  702. <br />
  703. <br />
  704. <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>
  705. <br />
  706. <br />
  707.  
  708. <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>
  709.  
  710.  
  711. </div>
  712. </div>
  713.  
  714.  
  715.  
  716.  
  717. <script language=JavaScript>
  718. <!--
  719.  
  720. //Disable right click script III- By Renigade (renigade@mediaone.net)
  721. //For full source code, visit http://www.dynamicdrive.com
  722.  
  723. var message="";
  724. ///////////////////////////////////
  725. function clickIE() {if (document.all) {(message);return false;}}
  726. function clickNS(e) {if
  727. (document.layers||(document.getElementById&&!document.all)) {
  728. if (e.which==2||e.which==3) {(message);return false;}}}
  729. if (document.layers)
  730. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  731. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  732.  
  733. document.oncontextmenu=new Function("return false")
  734. // -->
  735. </script>
  736.  
  737. <BODY onselectstart=”return false;” ondragstart=”return false;”>
  738. </div>
  739.  
  740.  
  741. <div id="container">
  742. <div id="side">
  743. <b><div class="bt"><a href="/">{Title}</a></b></div>
  744. {Description}
  745. {block:ifIconLinks}
  746. <div id="sp">
  747. {block:ifLink1name}
  748. <a title="home"href="{text:Link 1 URL}"><img src="{image:Icon 1}" style="margin-right:6px;margin-bottom:{text:Icon Bottom}px">{text:Link 1 name}</a>
  749. {/block:ifLink1name}
  750. {block:ifLink2name}
  751. <a title="message"href="{text:Link 2 URL}"><img src="{image:Icon 2}" style="margin-right:6px;margin-bottom:{text:Icon Bottom}px">{text:Link 2 name}</a>
  752. {/block:ifLink2name}
  753. {block:ifLink3name}
  754. <a title="archive"href="{text:Link 3 URL}"><img src="{image:Icon 3}" style="margin-right:6px;margin-bottom:{text:Icon Bottom}px">{text:Link 3 name}</a>
  755. {/block:ifLink3name}
  756. {block:ifLink4name}
  757. <a title="profile"href="{text:Link 4 URL}"><img src="{image:Icon 4}" style="margin-right:6px;margin-bottom:{text:Icon Bottom}px">{text:Link 4 name}</a>
  758. {/block:ifLink4name}
  759. {block:ifLink5name}
  760. <a title="personal blog"href="{text:Link 5 URL}"><img src="{image:Icon 5}" style="margin-right:6px;margin-bottom:{text:Icon Bottom}px">{text:Link 5 name}</a>
  761. {/block:ifLink5name}
  762. </div>
  763. {/block:ifIconLinks}
  764. {block:ifNotIconLinks}
  765. <div style="margin:5px 0 0 0;">
  766. {block:ifLink1name}
  767. <div class="nav">
  768. <a href="{text:Link 1 URL}"><div class="dot"></div>{text:Link 1 name}</a>
  769. </div>
  770. {/block:ifLink1name}
  771. {block:ifLink2name}
  772. <div class="nav">
  773. <a href="{text:Link 2 URL}"><div class="dot"></div>{text:Link 2 name}</a>
  774. </div>
  775. {/block:ifLink2name}
  776. {block:ifLink3name}
  777. <div class="nav">
  778. <a href="{text:Link 3 URL}"><div class="dot"></div>{text:Link 3 name}</a>
  779. </div>
  780. {/block:ifLink3name}
  781. {block:ifLink4name}
  782. <div class="nav">
  783. <a href="{text:Link 4 URL}"><div class="dot"></div>{text:Link 4 name}</a>
  784. </div>
  785. {/block:ifLink4name}
  786. {block:ifLink5name}
  787. <div class="nav">
  788. <a href="{text:Link 5 URL}"><div class="dot"></div>{text:Link 5 name}</a>
  789. </div>
  790. {/block:ifLink5name}
  791. </div>
  792. {/block:ifNotIconLinks}
  793. {block:ifSearchBar}
  794. <form action="/search" method="get">
  795. <input name="q" type="text" value="{SearchQuery}"style="background:white;border:1px solid {color:Border};font-family:courier new;margin:10px 0 0 -1px;width:95px;font-size:11px;"/>
  796. <input type="submit" class="search-button" value="♡" style="font-size:10px;background:{color:Perma};border:0px solid;color:{color:Perma Text};cursor:pointer;"/></form>
  797. {/block:ifSearchBar}
  798. </div>
  799.  
  800. <div id="content">
  801. {block:Posts}
  802. <div id="entry">
  803.  
  804. {block:Answer}
  805. <div id="ask">
  806. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  807. <span class="askername"> {Asker} asked:</span>
  808. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  809. </div>
  810. <div class="asktri1">▾</div>
  811. <div id="answer">{Answer}</div>
  812. {/block:Answer}
  813.  
  814. {block:Text}
  815. {block:Title}
  816. <i><div class="bt">{Title}</div></i>
  817. {/block:Title}
  818. {Body}
  819. {/block:Text}
  820.  
  821. {block:Link}
  822. <h1><a href="{URL}">{Name} »</a></h1>
  823. {block:Description}{description}{/block:Description}
  824. {/block:Link}
  825.  
  826. {block:Photo}
  827. <div id="pic">
  828. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  829. </div>
  830. {block:ifCaptions}
  831. {block:Caption}{Caption}{/block:Caption}
  832. {/block:ifCaptions}
  833. {block:ifNotCaptions}
  834. {block:PermalinkPage}
  835. {block:Caption}{Caption}{/block:Caption}
  836. {/block:PermalinkPage}
  837. {/block:ifNotCaptions}
  838. {block:ContentSource}
  839. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  840. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  841. {/block:SourceLogo}
  842. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  843. {/block:ContentSource}
  844. {block:ReblogParentURL}
  845. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  846. {/block:ReblogParentURL}
  847. {/block:Photo}
  848.  
  849. {block:Photoset}
  850. <div class="photo">
  851. <center>
  852. {Photoset-400}
  853. </center>
  854. </div>
  855. {block:ifCaptions}
  856. {block:Caption}{Caption}{/block:Caption}
  857. {/block:ifCaptions}
  858. {block:ifNotCaptions}
  859. {block:PermalinkPage}
  860. {block:Caption}{Caption}{/block:Caption}
  861. {/block:PermalinkPage}
  862. {/block:ifNotCaptions}
  863. {/block:Photoset}
  864.  
  865. {block:Quote}
  866. <i><div class="bt">"{Quote}"</div></i>
  867. {block:Source}
  868. <i> - {Source}</i>
  869. {/block:Source}
  870. {/block:Quote}
  871.  
  872. {block:Chat}
  873. {block:Title}
  874. <div class="posttitle">
  875. {Title}
  876. </div>
  877. {/block:Title}
  878. <div class="chat">
  879. {block:Lines}
  880. <div class="chat">
  881. <div class="line {Alt}">
  882. <div class="{Alt} user_{UserNumber}">
  883. {block:Label}
  884. <b>{Label} </b>
  885. {/block:Label}
  886. {Line}
  887. </div>
  888. </div>
  889. </div>
  890. {/block:Lines}
  891. </div>
  892. {/block:Chat}
  893.  
  894.  
  895.  
  896. {block:Audio}
  897.  
  898. <div id="musicart">
  899. {block:AlbumArt}
  900. <img src="{AlbumArtURL}">
  901. {/block:AlbumArt}
  902. </div>
  903.  
  904. <div id="player"><div style="position: absolute; margin: 1px 0px 0px 1px; padding: 37px 36px 36px 37px; background: #FFF;">
  905. <div style="width: 27px; height: 27px; overflow: hidden;">
  906. {AudioPlayerWhite}
  907. </div></div></div>
  908.  
  909.  
  910. <div style="margin-left: 112px; min-height: 102px; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; line-height: 14px; font-family: arial;letter-spacing:1px;">
  911. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  912. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  913. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  914. <b>Plays:</b> {PlayCount}<br>
  915. </div>
  916.  
  917. {block:Caption}<div id="captions">
  918. {Caption}</div>
  919. {/block:Caption}
  920.  
  921. {block:ContentSource}
  922. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  923. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  924. {/block:SourceLogo}
  925. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  926. {/block:ContentSource}
  927.  
  928. {/block:Audio}
  929.  
  930.  
  931.  
  932. {block:Video}
  933. <div class="photo">
  934. <center>
  935. {Video-400}
  936. </center>
  937. </div>
  938. {block:ifCaptions}
  939. {block:Caption}{Caption}{/block:Caption}
  940. {/block:ifCaptions}
  941. {block:ifNotCaptions}
  942. {block:PermalinkPage}
  943. {block:Caption}{Caption}{/block:Caption}
  944. {/block:PermalinkPage}
  945. {/block:ifNotCaptions}
  946. {/block:Video}
  947.  
  948. {block:IndexPage}
  949. <div id="permalink">
  950. <div class="permatri">▴</div>
  951. <a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
  952. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span>
  953. {block:HasTags}
  954. <br>
  955. # :
  956. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  957. {/block:Tags}
  958. {/block:HasTags}
  959. </div>
  960. {/block:IndexPage}
  961.  
  962. {block:PermalinkPage}
  963. {block:Date}
  964. <div id="permalinkpg">
  965. <div id="permalink">
  966. <div class="permatri">▴</div>
  967. <b>Posted:</b> {TimeAgo} on
  968. {ShortMonth} {DayofMonth},{Year} at
  969. {12Hour}:{Minutes} {CapitalAmPm}
  970. {block:NoteCount}<br>
  971. <b>Notes:</b>
  972. {NoteCount}
  973. {/block:NoteCount}
  974. {block:HasTags}
  975. <br>
  976. <b>Tags:</b>
  977. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  978. {/block:Tags}
  979. {/block:HasTags}
  980. <br>{block:RebloggedFrom}
  981. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  982. </div>
  983. {block:PostNotes}
  984. {PostNotes}
  985. {/block:PostNotes}
  986. </div>
  987. {/block:Date}
  988. {/block:PermalinkPage}
  989.  
  990. </div>
  991. {/block:Posts}
  992.  
  993.  
  994. {block:ifNotInfiniteScrolling}
  995. <div id="pgs">
  996. {block:Pagination}
  997. {block:PreviousPage} <img src="http://media.tumblr.com/421f7bb1a5dbdadb713365e101ae3cdb/tumblr_inline_nbb1gpvnVO1qhqyii.gif"><a href="{PreviousPage}">«&nbsp;</a>{/block:PreviousPage}
  998. {block:JumpPagination length="5"}
  999. {block:CurrentPage}
  1000. <span class="current_page">{PageNumber}</span>&nbsp;&nbsp;
  1001. {/block:CurrentPage}
  1002. {block:JumpPage}
  1003. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  1004. {/block:JumpPage}
  1005. {/block:JumpPagination}
  1006. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage} <img src="http://media.tumblr.com/9e48234308985021aed01e5e2d2e5ebf/tumblr_inline_nbb1gv41kr1qhqyii.gif">
  1007. {/block:Pagination}
  1008. </div>
  1009. {/block:ifNotInfiniteScrolling}
  1010. </div>
  1011. <div style="position:fixed;right:0;bottom:0;padding:0 20px 20px 0;">
  1012. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  1013. </div>
  1014.  
  1015.  
  1016. {block:ifInfiniteScrolling}
  1017. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1018. {/block:ifInfiniteScrolling}
  1019.  
  1020.  
  1021. </body>
  1022. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement