Advertisement
okesan

pink and blue theme tokimirk

Sep 26th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.39 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:calibri;font-size:10px;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.  
  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. font-size:20px;
  297. line-height:20px;
  298. margin:0 0 0 0;
  299. }
  300.  
  301. .bt{
  302. font-size:20px;
  303. line-height:20px;
  304. font-weight:bold;
  305. margin:0 0 5px 0;
  306. }
  307.  
  308. blockquote{
  309. padding-left:10px;
  310. margin:0 0 0 15px;
  311. border-left:2px solid {color:Link};
  312. }
  313.  
  314. p {
  315. margin:10px 0 10px 0;
  316. }
  317.  
  318. .ol, ul {
  319. margin-left:30px;
  320. padding:5px;
  321. }
  322.  
  323. .ul {
  324. list-style-type:square;
  325. }
  326.  
  327. .chat .line{
  328. padding: 2px;
  329. }
  330.  
  331. .chat .line .odd{
  332. padding:2px;
  333. color:{color:Ask Text};
  334. background:{color:Ask Background};
  335. }
  336.  
  337. .label {
  338. font-weight:bold;
  339. }
  340.  
  341.  
  342.  
  343. /* Audio */
  344.  
  345.  
  346. .audio_player {
  347. padding:10px;
  348. background:#ffffff;
  349. opacity:.7;
  350. }
  351.  
  352. .audio_line {
  353. margin-top:3px;
  354. padding-top:2px;
  355. padding-bottom:2px;
  356. padding-right:2px;
  357. padding-left:20px;
  358. border-top:1px solid #f7f7f7;
  359. background:#fff;
  360. color:#bbb;
  361. font-family:arial;
  362. font-size:8px;
  363. line-height:8px;
  364. letter-spacing:1px;
  365. text-transform:uppercase;
  366. }
  367.  
  368. .audio_line img {
  369. margin-left:-20px;
  370. margin-top:-2px;
  371. position:absolute;
  372. background:#eee;
  373. padding-top:2px;
  374. padding-bottom:3px;
  375. padding-left:3px;
  376. padding-right:3px;
  377. }
  378.  
  379.  
  380.  
  381. #entry #permalink{
  382. position:relative;
  383. padding:5px 13px 8px 13px;
  384. line-height:16px;
  385. background:{color:Perma};
  386. color:{color:Perma Text};
  387. opacity:1;
  388. /*belldom is real*/
  389. -webkit-transition: all 0.7s linear;
  390. -moz-transition: all 0.7s linear;
  391. transition: all 0.7s linear;
  392. z-index:1;
  393. }
  394.  
  395. #permalink a{
  396. color:{color:Perma Text};
  397. border-bottom:1px solid transparent;
  398. }
  399.  
  400. #permalink a:hover{
  401. border-bottom:1px solid {color:Perma Text};
  402. }
  403.  
  404. #permalink .permatri{
  405. color:{color:Perma};
  406. margin:-15px 0 0 280px;
  407. font-size:95px;
  408. font-family:arial;
  409. }
  410.  
  411. .com:last-child{display:none;}
  412.  
  413. .notes img{
  414. width:10px;
  415. position:left;
  416. margin:3px 5px 0 0;
  417. -webkit-border-radius:10px;
  418. -moz-border-radius:10px;
  419. border-radius:10px;
  420. }
  421.  
  422. .notes {
  423. line-height:20px;
  424. }
  425.  
  426. #pgs{
  427. margin:-60px 0 0 0;
  428. }
  429.  
  430. #ocehans1{
  431. height:11px;
  432. text-align:center;
  433. overflow:hidden;
  434.  
  435. margin-top:-1px;
  436. border-bottom:1px solid #efefef;
  437. text-transform:uppercase;
  438. letter-spacing:1px;
  439. font-size:8px;
  440. line-height:10px;
  441. z-index:9;
  442. -webkit-transition: all 0.5s ease-in-out;
  443. -moz-transition: all 0.5s ease-in-out;
  444. -o-transition: all 0.5s ease-in-out;
  445. }
  446. #ocehans1:hover{
  447. height:260px;
  448. -webkit-transition: all 0.5s ease-in-out;
  449. -moz-transition: all 0.5s ease-in-out;
  450. -o-transition: all 0.5s ease-in-out;
  451. }
  452.  
  453.  
  454. #ocehans{
  455. text-align:left;
  456. font-size:8px;
  457. text-transform:uppercase;
  458. opacity: 1;
  459. border:1px solid #eee;
  460. position:fixed;
  461. font-family:consolas;
  462. left:28px;
  463. background-color:#fff;
  464. letter-spacing:1px;
  465. width:100px;
  466. z-index:9;
  467. padding:6px;
  468. top:21px;
  469.  
  470. }
  471.  
  472.  
  473. {CustomCSS}
  474. </style>
  475.  
  476. <link rel="shortcut icon" href="{Favicon}">
  477. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  478. {block:ifLazyLoad}
  479. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  480. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  481. <script type="text/javascript" charset="utf-8">
  482. var $j = jQuery.noConflict();
  483. $j(function() {
  484. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  485. $j("img").lazyload({
  486. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  487. effect: "fadeIn",
  488. });
  489. });
  490. </script>
  491. {/block:ifLazyLoad}
  492.  
  493. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  494. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  495. <script>
  496. (function($){
  497. $(document).ready(function(){
  498. $("a[title]").style_my_tooltips({
  499. tip_follows_cursor:true,
  500. tip_delay_time:90,
  501. tip_fade_speed:100,
  502. attribute:"title"
  503. });
  504. });
  505. })(jQuery);
  506. </script>
  507. </head>
  508. <script type="text/javascript">
  509. // <![CDATA[
  510. var colour="#ffcef4";
  511. var sparkles=120;
  512.  
  513. /****************************
  514. * Tinkerbell Magic Sparkle *
  515. * (c) 2005 mf2fm web-design *
  516. * http://www.mf2fm.com/rv *
  517. * DON'T EDIT BELOW THIS BOX *
  518. ****************************/
  519. var x=ox=400;
  520. var y=oy=300;
  521. var swide=800;
  522. var shigh=600;
  523. var sleft=sdown=0;
  524. var tiny=new Array();
  525. var star=new Array();
  526. var starv=new Array();
  527. var starx=new Array();
  528. var stary=new Array();
  529. var tinyx=new Array();
  530. var tinyy=new Array();
  531. var tinyv=new Array();
  532.  
  533. window.onload=function() { if (document.getElementById) {
  534. var i, rats, rlef, rdow;
  535. for (var i=0; i<sparkles; i++) {
  536. var rats=createDiv(3, 3);
  537. rats.style.visibility="hidden";
  538. document.body.appendChild(tiny[i]=rats);
  539. starv[i]=0;
  540. tinyv[i]=0;
  541. var rats=createDiv(5, 5);
  542. rats.style.backgroundColor="transparent";
  543. rats.style.visibility="hidden";
  544. var rlef=createDiv(1, 5);
  545. var rdow=createDiv(5, 1);
  546. rats.appendChild(rlef);
  547. rats.appendChild(rdow);
  548. rlef.style.top="2px";
  549. rlef.style.left="0px";
  550. rdow.style.top="0px";
  551. rdow.style.left="2px";
  552. document.body.appendChild(star[i]=rats);
  553. }
  554. set_width();
  555. sparkle();
  556. }}
  557.  
  558. function sparkle() {
  559. var c;
  560. if (x!=ox || y!=oy) {
  561. ox=x;
  562. oy=y;
  563. for (c=0; c<sparkles; c++) if (!starv[c]) {
  564. star[c].style.left=(starx[c]=x)+"px";
  565. star[c].style.top=(stary[c]=y)+"px";
  566. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  567. star[c].style.visibility="visible";
  568. starv[c]=50;
  569. break;
  570. }
  571. }
  572. for (c=0; c<sparkles; c++) {
  573. if (starv[c]) update_star(c);
  574. if (tinyv[c]) update_tiny(c);
  575. }
  576. setTimeout("sparkle()", 40);
  577. }
  578.  
  579. function update_star(i) {
  580. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  581. if (starv[i]) {
  582. stary[i]+=1+Math.random()*3;
  583. if (stary[i]<shigh+sdown) {
  584. star[i].style.top=stary[i]+"px";
  585. starx[i]+=(i%5-2)/5;
  586. star[i].style.left=starx[i]+"px";
  587. }
  588. else {
  589. star[i].style.visibility="hidden";
  590. starv[i]=0;
  591. return;
  592. }
  593. }
  594. else {
  595. tinyv[i]=50;
  596. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  597. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  598. tiny[i].style.width="2px";
  599. tiny[i].style.height="2px";
  600. star[i].style.visibility="hidden";
  601. tiny[i].style.visibility="visible"
  602. }
  603. }
  604.  
  605. function update_tiny(i) {
  606. if (--tinyv[i]==25) {
  607. tiny[i].style.width="1px";
  608. tiny[i].style.height="1px";
  609. }
  610. if (tinyv[i]) {
  611. tinyy[i]+=1+Math.random()*3;
  612. if (tinyy[i]<shigh+sdown) {
  613. tiny[i].style.top=tinyy[i]+"px";
  614. tinyx[i]+=(i%5-2)/5;
  615. tiny[i].style.left=tinyx[i]+"px";
  616. }
  617. else {
  618. tiny[i].style.visibility="hidden";
  619. tinyv[i]=0;
  620. return;
  621. }
  622. }
  623. else tiny[i].style.visibility="hidden";
  624. }
  625.  
  626. document.onmousemove=mouse;
  627. function mouse(e) {
  628. set_scroll();
  629. y=(e)?e.pageY:event.y+sdown;
  630. x=(e)?e.pageX:event.x+sleft;
  631. }
  632.  
  633. function set_scroll() {
  634. if (typeof(self.pageYOffset)=="number") {
  635. sdown=self.pageYOffset;
  636. sleft=self.pageXOffset;
  637. }
  638. else if (document.body.scrollTop || document.body.scrollLeft) {
  639. sdown=document.body.scrollTop;
  640. sleft=document.body.scrollLeft;
  641. }
  642. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  643. sleft=document.documentElement.scrollLeft;
  644. sdown=document.documentElement.scrollTop;
  645. }
  646. else {
  647. sdown=0;
  648. sleft=0;
  649. }
  650. }
  651.  
  652. window.onresize=set_width;
  653. function set_width() {
  654. if (typeof(self.innerWidth)=="number") {
  655. swide=self.innerWidth;
  656. shigh=self.innerHeight;
  657. }
  658. else if (document.documentElement && document.documentElement.clientWidth) {
  659. swide=document.documentElement.clientWidth;
  660. shigh=document.documentElement.clientHeight;
  661. }
  662. else if (document.body.clientWidth) {
  663. swide=document.body.clientWidth;
  664. shigh=document.body.clientHeight;
  665. }
  666. }
  667.  
  668. function createDiv(height, width) {
  669. var div=document.createElement("div");
  670. div.style.position="absolute";
  671. div.style.height=height+"px";
  672. div.style.width=width+"px";
  673. div.style.overflow="hidden";
  674. div.style.backgroundColor=colour;
  675. return (div);
  676. }
  677. // ]]>
  678. </script>
  679. <body>
  680.  
  681.  
  682. <div id="ocehans">
  683. <center>
  684. <div id="ocehans1">
  685. <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;">
  686.  
  687. <div style="border:1px solid #ffe8f4; background-color:#ffe8f4;color:#bbb;">Networks</div>
  688. <br />
  689.  
  690. <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>
  691. <br />
  692. <br />
  693. <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>
  694. <br />
  695. <br />
  696.  
  697. <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>
  698.  
  699.  
  700. </div>
  701. </div>
  702.  
  703.  
  704.  
  705.  
  706. <script language=JavaScript>
  707. <!--
  708.  
  709. //Disable right click script III- By Renigade (renigade@mediaone.net)
  710. //For full source code, visit http://www.dynamicdrive.com
  711.  
  712. var message="";
  713. ///////////////////////////////////
  714. function clickIE() {if (document.all) {(message);return false;}}
  715. function clickNS(e) {if
  716. (document.layers||(document.getElementById&&!document.all)) {
  717. if (e.which==2||e.which==3) {(message);return false;}}}
  718. if (document.layers)
  719. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  720. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  721.  
  722. document.oncontextmenu=new Function("return false")
  723. // -->
  724. </script>
  725.  
  726. <BODY onselectstart=”return false;” ondragstart=”return false;”>
  727. </div>
  728.  
  729.  
  730. <div id="container">
  731. <div id="side">
  732. <div class="bt"><a href="/">{Title}</a></div>
  733. {Description}
  734. {block:ifIconLinks}
  735. <div id="sp">
  736. {block:ifLink1name}
  737. <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>
  738. {/block:ifLink1name}
  739. {block:ifLink2name}
  740. <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>
  741. {/block:ifLink2name}
  742. {block:ifLink3name}
  743. <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>
  744. {/block:ifLink3name}
  745. {block:ifLink4name}
  746. <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>
  747. {/block:ifLink4name}
  748. {block:ifLink5name}
  749. <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>
  750. {/block:ifLink5name}
  751. </div>
  752. {/block:ifIconLinks}
  753. {block:ifNotIconLinks}
  754. <div style="margin:5px 0 0 0;">
  755. {block:ifLink1name}
  756. <div class="nav">
  757. <a href="{text:Link 1 URL}"><div class="dot"></div>{text:Link 1 name}</a>
  758. </div>
  759. {/block:ifLink1name}
  760. {block:ifLink2name}
  761. <div class="nav">
  762. <a href="{text:Link 2 URL}"><div class="dot"></div>{text:Link 2 name}</a>
  763. </div>
  764. {/block:ifLink2name}
  765. {block:ifLink3name}
  766. <div class="nav">
  767. <a href="{text:Link 3 URL}"><div class="dot"></div>{text:Link 3 name}</a>
  768. </div>
  769. {/block:ifLink3name}
  770. {block:ifLink4name}
  771. <div class="nav">
  772. <a href="{text:Link 4 URL}"><div class="dot"></div>{text:Link 4 name}</a>
  773. </div>
  774. {/block:ifLink4name}
  775. {block:ifLink5name}
  776. <div class="nav">
  777. <a href="{text:Link 5 URL}"><div class="dot"></div>{text:Link 5 name}</a>
  778. </div>
  779. {/block:ifLink5name}
  780. </div>
  781. {/block:ifNotIconLinks}
  782. {block:ifSearchBar}
  783. <form action="/search" method="get">
  784. <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;"/>
  785. <input type="submit" class="search-button" value="♡" style="font-size:10px;background:{color:Perma};border:0px solid;color:{color:Perma Text};cursor:pointer;"/></form>
  786. {/block:ifSearchBar}
  787. </div>
  788.  
  789. <div id="content">
  790. {block:Posts}
  791. <div id="entry">
  792.  
  793. {block:Answer}
  794. <div id="ask">
  795. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  796. <span class="askername"> {Asker} asked:</span>
  797. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  798. </div>
  799. <div class="asktri1">▾</div>
  800. <div id="answer">{Answer}</div>
  801. {/block:Answer}
  802.  
  803. {block:Text}
  804. {block:Title}
  805. <h1>{Title}</h1>
  806. {/block:Title}
  807. {Body}
  808. {/block:Text}
  809.  
  810. {block:Link}
  811. <h1><a href="{URL}">{Name} »</a></h1>
  812. {block:Description}{Description}{/block:Description}
  813. {/block:Link}
  814.  
  815. {block:Photo}
  816. <div id="pic">
  817. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  818. </div>
  819. {block:ifCaptions}
  820. {block:Caption}{Caption}{/block:Caption}
  821. {/block:ifCaptions}
  822. {block:ifNotCaptions}
  823. {block:PermalinkPage}
  824. {block:Caption}{Caption}{/block:Caption}
  825. {/block:PermalinkPage}
  826. {/block:ifNotCaptions}
  827. {block:ContentSource}
  828. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  829. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  830. {/block:SourceLogo}
  831. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  832. {/block:ContentSource}
  833. {block:ReblogParentURL}
  834. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  835. {/block:ReblogParentURL}
  836. {/block:Photo}
  837.  
  838. {block:Photoset}
  839. <div class="photo">
  840. <center>
  841. {Photoset-400}
  842. </center>
  843. </div>
  844. {block:ifCaptions}
  845. {block:Caption}{Caption}{/block:Caption}
  846. {/block:ifCaptions}
  847. {block:ifNotCaptions}
  848. {block:PermalinkPage}
  849. {block:Caption}{Caption}{/block:Caption}
  850. {/block:PermalinkPage}
  851. {/block:ifNotCaptions}
  852. {/block:Photoset}
  853.  
  854. {block:Quote}
  855. <h1>"{Quote}"</h1>
  856. {block:Source}
  857. <i> - {Source}</i>
  858. {/block:Source}
  859. {/block:Quote}
  860.  
  861. {block:Chat}
  862. {block:Title}
  863. <div class="posttitle">
  864. {Title}
  865. </div>
  866. {/block:Title}
  867. <div class="chat">
  868. {block:Lines}
  869. <div class="chat">
  870. <div class="line {Alt}">
  871. <div class="{Alt} user_{UserNumber}">
  872. {block:Label}
  873. <b>{Label} </b>
  874. {/block:Label}
  875. {Line}
  876. </div>
  877. </div>
  878. </div>
  879. {/block:Lines}
  880. </div>
  881. {/block:Chat}
  882.  
  883. {block:Audio}
  884. <div class="audio_player">{AudioPlayerWhite}</div>
  885. {block:TrackName}
  886. <div class="audio_line"><img src="http://static.tumblr.com/3yblkz0/tMMn46dbo/untitled-2.png" />{TrackName}</div>
  887. {/block:TrackName}
  888. {block:Artist}
  889. <div class="audio_line"><img src="http://static.tumblr.com/3yblkz0/yLMn46d41/w2.png" />{Artist}</div>
  890. {/block:Artist}
  891. {block:Album}
  892. <div class="audio_line"><img src="http://static.tumblr.com/3yblkz0/qD4n46d28/untitled-1.png" />{Album}</div>
  893. {/block:Album}
  894. <div class="audio_line"><img src="http://static.tumblr.com/3yblkz0/Ipcn46qpu/untitled-3.png" /> {PlayCount}</div>
  895. {/block:Audio}
  896.  
  897. {block:Video}
  898. <div class="photo">
  899. <center>
  900. {Video-400}
  901. </center>
  902. </div>
  903. {block:ifCaptions}
  904. {block:Caption}{Caption}{/block:Caption}
  905. {/block:ifCaptions}
  906. {block:ifNotCaptions}
  907. {block:PermalinkPage}
  908. {block:Caption}{Caption}{/block:Caption}
  909. {/block:PermalinkPage}
  910. {/block:ifNotCaptions}
  911. {/block:Video}
  912.  
  913. {block:IndexPage}
  914. <div id="permalink">
  915. <div class="permatri">▴</div>
  916. <a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
  917. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span>
  918. {block:HasTags}
  919. <br>
  920. # :
  921. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  922. {/block:Tags}
  923. {/block:HasTags}
  924. </div>
  925. {/block:IndexPage}
  926.  
  927. {block:PermalinkPage}
  928. {block:Date}
  929. <div id="permalinkpg">
  930. <div id="permalink">
  931. <div class="permatri">▴</div>
  932. <b>Posted:</b> {TimeAgo} on
  933. {ShortMonth} {DayofMonth},{Year} at
  934. {12Hour}:{Minutes} {CapitalAmPm}
  935. {block:NoteCount}<br>
  936. <b>Notes:</b>
  937. {NoteCount}
  938. {/block:NoteCount}
  939. {block:HasTags}
  940. <br>
  941. <b>Tags:</b>
  942. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  943. {/block:Tags}
  944. {/block:HasTags}
  945. <br>{block:RebloggedFrom}
  946. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  947. </div>
  948. {block:PostNotes}
  949. {PostNotes}
  950. {/block:PostNotes}
  951. </div>
  952. {/block:Date}
  953. {/block:PermalinkPage}
  954.  
  955. </div>
  956. {/block:Posts}
  957.  
  958.  
  959. {block:ifNotInfiniteScrolling}
  960. <div id="pgs">
  961. {block:Pagination}
  962. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  963. {block:JumpPagination length="5"}
  964. {block:CurrentPage}
  965. <span class="current_page">{PageNumber}</span>&nbsp;&nbsp;
  966. {/block:CurrentPage}
  967. {block:JumpPage}
  968. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  969. {/block:JumpPage}
  970. {/block:JumpPagination}
  971. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  972. {/block:Pagination}
  973. </div>
  974. {/block:ifNotInfiniteScrolling}
  975. </div>
  976. <div style="position:fixed;right:0;bottom:0;padding:0 20px 20px 0;">
  977. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  978. </div>
  979.  
  980.  
  981. {block:ifInfiniteScrolling}
  982. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  983. {/block:ifInfiniteScrolling}
  984.  
  985.  
  986. </body>
  987. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement