Advertisement
instantkimchi

Compensate

Feb 20th, 2012
5,470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.29 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.  
  7. _____ _ _ _ ___ _ _
  8. |_ _| | | | | | | / (_) | | (_)
  9. | | _ __ ___| |_ __ _ _ __ | |_| |/ / _ _ __ ___ ___| |__ _
  10. | | | '_ \/ __| __|/ _` | '_ \| __| \| | '_ ` _ \ / __| '_ \| |
  11. _| |_| | | \__ \ |_| (_| | | | | |_| |\ \ | | | | | | (__| | | | |
  12. |_____|_| |_|___/\__|\__,_|_| |_|\__\_| \_/_|_| |_| |_|\___|_| |_|_|
  13.  
  14.  
  15. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  16. please do not steal or claim any components from this theme
  17.  
  18. COMPENSATE by
  19. INSTANTKIMCHI.TUMBLR.COM
  20.  
  21. powered by tumblr
  22. TUMBLR.COM
  23. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  24.  
  25. -->
  26.  
  27. <head>
  28. <title>{Title}</title>
  29.  
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_luvtrlZDsC1qiav1uo4_250.jpg"/>
  35. <meta name="image:Sidebar" content="http://29.media.tumblr.com/tumblr_lzek7nqKVn1qc3fy9o1_500.png"/>
  36. <meta name="image:Icon1" content="http://i778.photobucket.com/albums/yy64/twofallenstars/SNSD/Yoona/yoona19-5.png"/>
  37. <meta name="image:Icon2" content="http://i778.photobucket.com/albums/yy64/twofallenstars/SNSD/Yoona/yoona9-8.png"/>
  38.  
  39. <meta name="color:Background" content="#FFFFFF"/>
  40. <meta name="color:Text" content="#747373"/>
  41. <meta name="color:Link" content="#81929C"/>
  42. <meta name="color:Link Hover" content="#567B91"/>
  43. <meta name="color:Highlighter" content="#80a6ff"/>
  44.  
  45. <meta name="font:Body" content="Helvetica Neue"/>
  46.  
  47. <meta name="text:Link 1 Name" content="link 1"/>
  48. <meta name="text:Link 1 URL" content=""/>
  49. <meta name="text:Link 2 Name" content="link 2"/>
  50. <meta name="text:Link 2 URL" content=""/>
  51. <meta name="text:Link 3 Name" content="link 3"/>
  52. <meta name="text:Link 3 URL" content=""/>
  53. <meta name="text:Link 4 Name" content="link 4"/>
  54. <meta name="text:Link 4 URL" content=""/>
  55. <meta name="text:Link 5 Name" content="link 5"/>
  56. <meta name="text:Link 5 URL" content=""/>
  57.  
  58. <meta name="if:Endless Scrolling" content="0"/>
  59. <meta name="if:Disable Right Click" content="0"/>
  60. <meta name="if:Back To Top Button" content="1"/>
  61. <meta name="if:Fixed Description" content="0"/>
  62. <meta name="if:Fixed Sidebars" content="1"/>
  63.  
  64. {block:IfEndlessScrolling}
  65. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  66. {/block:IfEndlessScrolling}
  67. <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script>
  68. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  69.  
  70. <script type="text/javascript">
  71. $(document).ready(function() {
  72. $(".post").css("display", "none");
  73. $(".post").fadeIn(800);
  74. });
  75. </script>
  76.  
  77. {block:IfDisableRightClick}
  78. <script language=JavaScript>
  79. <!--
  80.  
  81. //Disable right click script III- By Renigade (renigade@mediaone.net)
  82. //For full source code, visit http://www.dynamicdrive.com
  83.  
  84. var message="";
  85. ///////////////////////////////////
  86. function clickIE() {if (document.all) {(message);return false;}}
  87. function clickNS(e) {if
  88. (document.layers||(document.getElementById&&!document.all)) {
  89. if (e.which==2||e.which==3) {(message);return false;}}}
  90. if (document.layers)
  91. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  92. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  93.  
  94. document.oncontextmenu=new Function("return false")
  95. // -->
  96. </script>
  97. {/block:IfDisableRightClick}
  98. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  99.  
  100. {block:IfBackToTopButton}
  101. <script type="text/javascript" >
  102. /***********************************************
  103. * Scroll To Top Control script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  104. * Modified by www.MyBloggerTricks.com
  105. * This notice MUST stay intact for legal use
  106. * Visit Project Page at http://www.dynamicdrive.com for full source code
  107. ***********************************************/
  108. var scrolltotop={
  109. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  110. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  111. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  112. controlHTML: 'back to top', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  113. controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner
  114. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  115. state: {isvisible:false, shouldvisible:false},
  116. scrollup:function(){
  117. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  118. this.$control.css({opacity:0}) //hide control immediately after clicking it
  119. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  120. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  121. dest=jQuery('#'+dest).offset().top
  122. else
  123. dest=0
  124. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  125. },
  126. keepfixed:function(){
  127. var $window=jQuery(window)
  128. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  129. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  130. this.$control.css({left:controlx+'px', top:controly+'px'})
  131. },
  132. togglecontrol:function(){
  133. var scrolltop=jQuery(window).scrollTop()
  134. if (!this.cssfixedsupport)
  135. this.keepfixed()
  136. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  137. if (this.state.shouldvisible && !this.state.isvisible){
  138. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  139. this.state.isvisible=true
  140. }
  141. else if (this.state.shouldvisible==false && this.state.isvisible){
  142. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  143. this.state.isvisible=false
  144. }
  145. },
  146.  
  147. init:function(){
  148. jQuery(document).ready(function($){
  149. var mainobj=scrolltotop
  150. var iebrws=document.all
  151. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  152. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  153. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  154. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  155. .attr({title:'Scroll Back to Top'})
  156. .click(function(){mainobj.scrollup(); return false})
  157. .appendTo('body')
  158. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  159. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  160. mainobj.togglecontrol()
  161. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  162. mainobj.scrollup()
  163. return false
  164. })
  165. $(window).bind('scroll resize', function(e){
  166. mainobj.togglecontrol()
  167. })
  168. })
  169. }
  170. }
  171. scrolltotop.init()
  172. </script>
  173. {/block:IfBackToTopButton}
  174.  
  175.  
  176. <style type="text/css">
  177.  
  178. iframe#tumblr_controls {right:3px !important;
  179. position: fixed !important;
  180. opacity: 0.8;
  181. filter:alpha(opacity=80);
  182. -moz-opacity: 0.8;
  183. -khtml-opacity: 0.8;
  184. -webkit-transition: all 0.9s ease;
  185. -moz-transition: all 0.9s ease;
  186. -o-transition: all 0.9s ease;}
  187. iframe#tumblr_controls:hover{
  188. opacity: 1;
  189. filter:alpha(opacity=100);
  190. -moz-opacity: 1;
  191. -khtml-opacity: 1;
  192. -webkit-transition: all 0.9s ease;
  193. -moz-transition: all 0.9s ease;
  194. -o-transition: all 0.9s ease;}
  195.  
  196. /* basic */
  197.  
  198. ::-moz-selection {
  199. background: transparent;
  200. color:{color:Highlighter};
  201. }
  202.  
  203. ::selection {
  204. background: transparent;
  205. color:{color:Highlighter};
  206. }
  207.  
  208. @font-face {
  209. font-family:typograph; src: url(http://static.tumblr.com/cq91gob/iDTlzki76/typograph_pro_light.ttf) format(“truetype”); }
  210.  
  211. body {
  212. background-color:#fff;
  213. background-image:url({image:Background});
  214. background-repeat:repeat;
  215. background-attachment: fixed;
  216. color:{color:Text};
  217. font-size:9px;
  218. font-family:{font:Body};
  219. }
  220.  
  221. a, a:visited, a:active {
  222. color:{color:Link};
  223. text-decoration: none;
  224. transition-duration: 0.3s;
  225. -webkit-transition-duration: 0.3s;
  226. -moz-transition-duration: 0.3s;
  227. -o-transition-duration: 0.3s;
  228. }
  229.  
  230. a:hover {
  231. color:{color:Link Hover};
  232. text-decoration:none;
  233. transition-duration: 0.3s;
  234. -webkit-transition-duration: 0.3s;
  235. -moz-transition-duration: 0.3s;
  236. -o-transition-duration: 0.3s;
  237. }
  238.  
  239. h3 {
  240. font-size:20px;
  241. margin: 10px 7px 5px 7px;
  242. font-family:helvetica;
  243. font-weight:lighter;
  244. font-style:italic;
  245. }
  246.  
  247. p {
  248. margin: 10px 7px 5px 7px;}
  249.  
  250. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px solid #eee;}
  251. blockquote img{display:block;}
  252. blockquote p{padding:0px; margin:0px;}
  253. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  254.  
  255. img{
  256. -moz-border-radius:2px;
  257. border-radius:2px;
  258. }
  259.  
  260. /* leftbar */
  261.  
  262. .wholeleft{
  263. {block:ifFixedSidebars}
  264. position:fixed;
  265. {/block:ifFixedSidebars}
  266. {block:ifnotFixedSidebars}
  267. position:absolute;
  268. {/block:ifnotFixedSidebars}
  269. left: 50px;
  270. top: 100px;
  271. width: 200px;
  272. z-index:-1;
  273. }
  274.  
  275. .leftbar{
  276. position:relative;
  277. width: 200px;
  278. background-color: #fff;
  279. border: 1px #eee solid;
  280. padding: 0px;
  281. overflow:hidden;
  282. text-align:center;
  283. margin-bottom:10px;
  284. -moz-border-radius:2px;
  285. z-index:1;
  286. border-radius:2px;
  287. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  288. inset 0 0 20px rgba(110, 110, 110, 0.1);
  289. }
  290.  
  291. .fat{
  292. position:absolute;
  293. top:42%;
  294. width:100%;
  295. height:1px;
  296. background-color:#eee;
  297. }
  298.  
  299. .tall{
  300. position:absolute;
  301. left:50%;
  302. width:1px;
  303. height:100%;
  304. background-color:#eee;
  305. }
  306.  
  307. .sidebarwithin{
  308. padding: 10px; 10px;
  309. position: relative;
  310. text-align: center;
  311. }
  312.  
  313. img.sideimg {
  314. -moz-border-radius:50px;
  315. border-radius:50px;
  316. width:96px;
  317. }
  318.  
  319. #movingpic {
  320. left:40px;
  321. margin-top: 5px;
  322. width:96px;
  323. height:96px;
  324. position: relative;
  325. -moz-border-radius:50px;
  326. border-radius:50px;
  327. }
  328.  
  329. #movingpic div {
  330. position: absolute;
  331. }
  332.  
  333. #movingpic div:nth-child(2) {
  334. -webkit-animation: wipe 6s infinite;
  335. -webkit-animation-delay: 3s;
  336. -webkit-animation-direction: alternate;
  337. -webkit-mask-size: 2000px 2000px;
  338. -webkit-mask-image: -webkit-gradient(linear, left top, right bottom,
  339. color-stop(0.00, rgba(0,0,0,1)),
  340. color-stop(0.45, rgba(0,0,0,1)),
  341. color-stop(0.50, rgba(0,0,0,0)),
  342. color-stop(0.55, rgba(0,0,0,0)),
  343. color-stop(1.00, rgba(0,0,0,0)));
  344. }
  345.  
  346. @-webkit-keyframes wipe {
  347. 0% {
  348. -webkit-mask-position: 0 0;}
  349. 100% {
  350. -webkit-mask-position: -1200px -1200px;}
  351. }
  352.  
  353. .deeppic{
  354. left:50px;
  355. margin-top: 5px;
  356. width:96px;
  357. height:96px;
  358. z-index:133;
  359. position:absolute;
  360. -moz-border-radius:50px;
  361. border-radius:50px;
  362. box-shadow: inset 0 0 10px rgb(110,110,110);
  363. transition-duration: 0.5s;
  364. -webkit-transition-duration: 0.5s;
  365. -moz-transition-duration: 0.5s;
  366. -o-transition-duration: 0.5s;
  367. }
  368.  
  369. .deeppic:hover{
  370. box-shadow: inset 0 0 15px rgb(110,110,110);
  371. transition-duration: 0.5s;
  372. -webkit-transition-duration: 0.5s;
  373. -moz-transition-duration: 0.5s;
  374. -o-transition-duration: 0.5s;
  375. }
  376.  
  377. .wholedescription{
  378. position:relative;
  379. width: 200px;
  380. {block:ifNotFixedDescription}
  381. margin-top:-60px;
  382. {/block:ifNotFixedDescription}
  383. transition-duration: 0.9s;
  384. -webkit-transition-duration: 0.9s;
  385. -moz-transition-duration: 0.9s;
  386. -o-transition-duration: 0.9s;
  387. {block:ifFixedDescription}
  388. margin-top:0px;
  389. {/block:ifFixedDescription}
  390. }
  391.  
  392. {block:ifNotFixedDescription}
  393. .describer:hover .wholedescription{
  394. margin-top:0px;
  395. transition-duration: 0s;
  396. -webkit-transition-duration: 0s;
  397. -moz-transition-duration: 0s;
  398. -o-transition-duration: 0s;
  399. }
  400. {/block:ifNotFixedDescription}
  401.  
  402. .descriptionbar{
  403. position:relative;
  404. width: 200px;
  405. background-color: #fff;
  406. border: 1px #eee solid;
  407. padding: 0px;
  408. overflow:hidden;
  409. text-align:center;
  410. margin-bottom:10px;
  411. -moz-border-radius:2px;
  412. border-radius:2px;
  413. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  414. inset 0 0 20px rgba(110, 110, 110, 0.1);
  415. {block:ifNotFixedDescription}
  416. opacity:0;
  417. {/block:ifNotFixedDescription}
  418.  
  419. {block:ifFixedDescription}
  420. opacity:1;
  421. {/block:ifFixedDescription}
  422. transition-duration: 0.9s;
  423. -webkit-transition-duration: 0.9s;
  424. -moz-transition-duration: 0.9s;
  425. -o-transition-duration: 0.9s;
  426. }
  427.  
  428. {block:ifNotFixedDescription}
  429. .describer:hover .descriptionbar{
  430. opacity:1;
  431. transition-duration: 0.4s;
  432. -webkit-transition-duration: 0.4s;
  433. -moz-transition-duration: 0.4s;
  434. -o-transition-duration: 0.4s;
  435. }
  436. {/block:ifNotFixedDescription}
  437.  
  438. .describe{
  439. padding:10px;
  440. margin:10px;
  441. border: 1px #eee solid;
  442. background-color:#fff;
  443. color:#666;
  444. z-index:3;
  445. text-transform:uppercase;
  446. font:helvetica;
  447. }
  448.  
  449. {block:ifNotFixedDescription}
  450. .descriptionbutton{
  451. position:absolute;
  452. top:170px;
  453. left:32%;
  454. z-index:-3;
  455. text-transform:uppercase;
  456. padding: 2px 5px;
  457. background-color:#fff;
  458. color: #b3b3b3;
  459. font-size: 10px;
  460. box-shadow: 0 0 2px rgba(110, 110, 110, 0.3),
  461. inset 0 0 10px rgba(110, 110, 110, 0.1);
  462. }
  463. {/block:ifNotFixedDescription}
  464.  
  465. /* right bar */
  466.  
  467. .wholeright{
  468. {block:ifFixedSidebars}
  469. position:fixed;
  470. {/block:ifFixedSidebars}
  471. {block:ifnotFixedSidebars}
  472. position:absolute;
  473. {/block:ifnotFixedSidebars}
  474. left: 830px;
  475. top: 100px;
  476. width: 200px;}
  477.  
  478. .rightpic{
  479. position:relative;
  480. width: 200px;
  481. background-color: #fff;
  482. border: 1px #eee solid;
  483. padding: 10px 5px;
  484. overflow:hidden;
  485. text-align:center;
  486. margin-bottom:10px;
  487. -moz-border-radius:2px;
  488. border-radius:2px;
  489. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  490. inset 0 0 20px rgba(110, 110, 110, 0.1);
  491. z-index:1;
  492. }
  493.  
  494. .rightnav{
  495. position:relative;
  496. width: 200px;
  497. padding: 10px 5px;
  498. background-color: #fff;
  499. border: 1px #eee solid;
  500. overflow:hidden;
  501. text-align:center;
  502. margin-bottom:10px;
  503. -moz-border-radius:2px;
  504. border-radius:2px;
  505. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  506. inset 0 0 20px rgba(110, 110, 110, 0.1);
  507. z-index:1;
  508. }
  509.  
  510. /* nav */
  511.  
  512. a.nav{
  513. text-transform:uppercase;
  514. margin:5px;
  515. padding: 2px 5px;
  516. position: relative;
  517. background-color:#fff;
  518. color: #b3b3b3;
  519. font-size: 10px;
  520. box-shadow: 0 0 2px rgba(110, 110, 110, 0.3),
  521. inset 0 0 10px rgba(110, 110, 110, 0.1);
  522. }
  523.  
  524. a.nav:hover{
  525. background-color:white;
  526. color: #b3b3b3;
  527. box-shadow: 0 0 5px rgba(110, 110, 110, 0.3),
  528. inset 0 0 20px rgba(110, 110, 110, 0.1);
  529. }
  530.  
  531. .nav {
  532. margin-top:20px;
  533. }
  534.  
  535. a.nav2{
  536. text-transform:uppercase;
  537. margin:5px;
  538. padding: 2px 5px;
  539. position: relative;
  540. color: #b3b3b3;
  541. font-size: 12px;
  542. text-shadow:0px -1px 0px #FFFDFC;
  543. }
  544.  
  545. ol.links {
  546. padding: 0px;
  547. margin:0px;
  548. list-style-type: none;
  549. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  550. inset 0 0 20px rgba(110, 110, 110, 0.1);
  551. }
  552.  
  553. .links li{
  554. padding:3px;
  555. background-color: #f5f5f5;
  556. box-shadow:
  557. inset 0 0 20px rgba(110, 110, 110, 0.1);
  558. transition-duration: 0.4s;
  559. -webkit-transition-duration: 0.4s;
  560. -moz-transition-duration: 0.4s;
  561. -o-transition-duration: 0.4s;
  562. }
  563.  
  564. .links li:nth-child(odd){
  565. padding:3px;
  566. background-color: #fff;
  567. box-shadow:
  568. inset 0 0 20px rgba(110, 110, 110, 0.1);
  569. transition-duration: 0.4s;
  570. -webkit-transition-duration: 0.4s;
  571. -moz-transition-duration: 0.4s;
  572. -o-transition-duration: 0.4s;
  573. }
  574.  
  575. .links li:hover{
  576. box-shadow: 0 0 5px rgba(110, 110, 110, 0.15),
  577. inset 0 0 20px rgba(110, 110, 110, 0.15);
  578. transition-duration: 0.4s;
  579. -webkit-transition-duration: 0.4s;
  580. -moz-transition-duration: 0.4s;
  581. -o-transition-duration: 0.4s;
  582. }
  583.  
  584. .links li:nth-child(odd):hover{
  585. box-shadow: 0 0 5px rgba(110, 110, 110, 0.15),
  586. inset 0 0 20px rgba(110, 110, 110, 0.15);
  587. transition-duration: 0.4s;
  588. -webkit-transition-duration: 0.4s;
  589. -moz-transition-duration: 0.4s;
  590. -o-transition-duration: 0.4s;
  591. }
  592.  
  593. /*content*/
  594.  
  595. .content {
  596. position: absolute;
  597. top: 10px;
  598. left: 290px;
  599. }
  600.  
  601. .post{
  602. position:relative;
  603. width: 500px;
  604. background-color: #fff;
  605. border: 1px #eee solid;
  606. overflow:hidden;
  607. margin-bottom:10px;
  608. -moz-border-radius:2px;
  609. border-radius:2px;
  610. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  611. inset 0 0 20px rgba(110, 110, 110, 0.1);
  612. z-index:1;
  613. display:hidden;
  614. }
  615.  
  616. /*photo and sets*/
  617.  
  618. .onphoto{
  619. width:100%;
  620. height:100%;
  621. z-index:133;
  622. position:absolute;
  623. -moz-border-radius:2px;
  624. border-radius:2px;
  625. box-shadow: 0 0 5px rgba(110, 110, 110, 0.3),
  626. inset 0 0 20px rgba( 0, 0, 0, 0.1);
  627. transition-duration: 0.5s;
  628. -webkit-transition-duration: 0.5s;
  629. -moz-transition-duration: 0.5s;
  630. -o-transition-duration: 0.5s;
  631. }
  632.  
  633.  
  634. .onphoto:hover{
  635. box-shadow: 0 0 5px rgba(110, 110, 110, 0.3),
  636. inset 0px 0px 100px rgb( 0, 0, 0);
  637. transition-duration: 0.5s;
  638. -webkit-transition-duration: 0.5s;
  639. -moz-transition-duration: 0.5s;
  640. -o-transition-duration: 0.5s;
  641. }
  642.  
  643. .phototext{
  644. position:absolute;
  645. font-size:100px;
  646. margin-left:-300px;
  647. font-family:"typograph";
  648. bottom:0px;
  649. transition-duration: 0.5s;
  650. -webkit-transition-duration: 0.5s;
  651. -moz-transition-duration: 0.5s;
  652. -o-transition-duration: 0.5s;
  653. line-height:normal!important;
  654. }
  655.  
  656. .photoreblog{
  657. position:absolute;
  658. font-size:55px;
  659. margin-right:-300px;
  660. font-family:"typograph";
  661. right:0px;
  662. transition-duration: 0.5s;
  663. -webkit-transition-duration: 0.5s;
  664. -moz-transition-duration: 0.5s;
  665. -o-transition-duration: 0.5s;
  666. line-height:normal!important;
  667. }
  668.  
  669. .onphoto:hover .photoreblog{
  670. margin-right:10px;
  671. transition-duration: 0.7s;
  672. -webkit-transition-duration: 0.7s;
  673. -moz-transition-duration: 0.7s;
  674. -o-transition-duration: 0.7s;}
  675.  
  676. .onphoto:hover .phototext{
  677. margin-left:10px;
  678. transition-duration: 0.7s;
  679. -webkit-transition-duration: 0.7s;
  680. -moz-transition-duration: 0.7s;
  681. -o-transition-duration: 0.7s;}
  682.  
  683. img.theimg{
  684. {block:IndexPage}
  685. -moz-border-radius:2px;
  686. border-radius:2px;
  687. {/block:IndexPage}
  688. }
  689.  
  690. .fixphoto{
  691. line-height:0;
  692. }
  693.  
  694. a.pic{
  695. rgba(255, 255, 255, 0.9);
  696. -webkit-text-stroke: 1px #2e2e2e;
  697. -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  698. }
  699.  
  700. a.pic:hover{
  701. rgba(255, 255, 255, 0.7);
  702. -webkit-text-stroke: 1px #2e2e2e;
  703. -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  704. }
  705.  
  706. /*quote*/
  707.  
  708. .quotemark{
  709. position:absolute;
  710. z-index:-1300;
  711. font-size:150px;
  712. color:#eee;
  713. margin-top: -20px;
  714. margin-left:5px;
  715. }
  716.  
  717. /*chat*/
  718.  
  719. .chat {
  720. padding:0px
  721. }
  722.  
  723. .chat li {
  724. padding: 5px;
  725. list-style-type: none;
  726. }
  727.  
  728. .chat li:nth-child(odd) {
  729. background:#f2f2f2;
  730. }
  731.  
  732. /*footer*/
  733.  
  734. .footer{
  735. position:relative;
  736. width: 500px;
  737. background-color: #fff;
  738. border: 1px #eee solid;
  739. text-align:center;
  740. margin-bottom:10px;
  741. padding-bottom: 7px;
  742. -moz-border-radius:2px;
  743. border-radius:2px;
  744. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  745. inset 0 0 20px rgba(110, 110, 110, 0.1);
  746. z-index:1;
  747. }
  748.  
  749. span.current_page{
  750. display:inline-block;
  751. background-color: #fff;
  752. border: 1px #eee solid;
  753. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  754. inset 0 0 20px rgba(110, 110, 110, 0.1);
  755. -moz-border-radius:2px;
  756. border-radius:2px;
  757. font-size:15px;
  758. padding:2px 5px 2px 5px;
  759. margin:5px 0 2px; 0 ;
  760. }
  761.  
  762. a.jump_page{
  763. display:inline-block;
  764. background-color: #fff;
  765. border: 1px #eee solid;
  766. box-shadow: 0 0 5px rgba(110, 110, 110, 0.1),
  767. inset 0 0 20px rgba(110, 110, 110, 0.1);
  768. -moz-border-radius:2px;
  769. border-radius:2px;
  770. font-size:15px;
  771. padding:2px 5px 2px 5px;
  772. margin:6px 0 2px; 0 ;
  773. }
  774.  
  775. /* tags dates etc. */
  776.  
  777. .bottomstuff {
  778. font-family: 'Crushed', serif;
  779. text-transform: uppercase;
  780. letter-spacing: 1px;
  781. border-top:1px solid #eee;
  782. background-image
  783. {block:PermalinkPage}
  784. font-size:9px;
  785. padding-top:2px;
  786. margin:3px 5px 3px 5px;}
  787. {/block:PermalinkPage}
  788.  
  789. {block:IndexPage}
  790. height:0px;
  791. opacity:0;
  792. padding-top:0px;
  793. margin:0;
  794. font-size:0px;
  795.  
  796. transition:
  797. opacity 0.2s ease,
  798. height 0.2s ease 0.1s,
  799. padding 0.2s ease 0.1s,
  800. margin 0.2s ease 0.1s,
  801. font-size 0.2s ease 0.1s;
  802.  
  803. -moz-transition:
  804. opacity 0.2s ease,
  805. height 0.2s ease 0.1s,
  806. padding 0.2s ease 0.1s,
  807. margin 0.2s ease 0.1s,
  808. font-size 0.2s ease 0.1s;
  809.  
  810. -webkit-transition:
  811. opacity 0.2s ease,
  812. height 0.2s ease 0.1s,
  813. padding 0.2s ease 0.1s,
  814. margin 0.2s ease 0.1s,
  815. font-size 0.2s ease 0.1s;
  816.  
  817. -o-transition:
  818. opacity 0.2s ease,
  819. height 0.2s ease 0.1s,
  820. padding 0.2s ease 0.1s,
  821. margin 0.2s ease 0.1s,
  822. font-size 0.2s ease 0.1s;
  823. }
  824.  
  825. .post:hover .bottomstuff {
  826. height:20px;
  827. opacity:1;
  828. font-size:9px;
  829. border-top:1px solid #eee;
  830. padding-top:2px;
  831. margin:3px 5px 3px 5px;
  832.  
  833. transition:
  834. opacity 0.2s ease 0.2s,
  835. height 0.2s ease,
  836. padding 0.2s ease,
  837. margin 0.2s ease,
  838. font-size 0.2s ease;
  839.  
  840. -moz-transition:
  841. opacity 0.2s ease 0.2s,
  842. height 0.2s ease,
  843. padding 0.2s ease,
  844. margin 0.2s ease,
  845. font-size 0.2s ease;
  846.  
  847. -webkit-transition:
  848. opacity 0.2s ease 0.2s,
  849. height 0.2s ease,
  850. padding 0.2s ease,
  851. margin 0.2s ease,
  852. font-size 0.2s ease;
  853.  
  854. -o-transition:
  855. opacity 0.2s ease 0.2s,
  856. height 0.2s ease,
  857. padding 0.2s ease,
  858. margin 0.2s ease,
  859. font-size 0.2s ease;
  860. }
  861.  
  862. {/block:IndexPage}
  863.  
  864. /* notes */
  865.  
  866. ol.notes {
  867. list-style-type: none;
  868. padding: 0;
  869. margin-bottom: 0;
  870. }
  871.  
  872. img.avatar {
  873. margin-right:5px;
  874. display:block;
  875. float:left;
  876. }
  877.  
  878. .notes li {
  879. padding: 5px;}
  880.  
  881. .notes li:nth-child(odd) {
  882. background:#eee}
  883.  
  884. /* ask */
  885.  
  886. .askr{
  887. background:#eee;
  888. padding:5px;
  889. font-size: 15px!important;
  890. letter-spacing: -1px;
  891. margin:0px;
  892. }
  893.  
  894. {CustomCSS}
  895. </style>
  896. </head>
  897.  
  898. <body>
  899. <div class="wholeleft">
  900. <div class="leftbar">
  901. <div class="tall"></div>
  902. <div class="fat"></div>
  903. <div class="sidebarwithin">
  904. <a href="/">
  905. <div class="deeppic"></div>
  906. </a>
  907. <div id="movingpic">
  908. <div><img src="{image:Icon1}" class="sideimg"></div>
  909. <div><img src="{image:Icon2}" class="sideimg"></div>
  910. </div>
  911.  
  912.  
  913. <div class="nav">
  914. <a href="/" class="nav">home</a>
  915. <a href="/archive" class="nav">archive</a>
  916. <a href="/ask" class="nav">ask</a>
  917. </div>
  918.  
  919. </div>
  920. </div>
  921.  
  922. <div class="describer">
  923. <div class="wholedescription">
  924. <div class="descriptionbar">
  925. <div class="describe">
  926. {Description}
  927. </div>
  928. </div>
  929. </div>
  930. {block:ifNotFixedDescription}
  931. <div class="descriptionbutton">
  932. Description
  933. </div>
  934. {/block:ifNotFixedDescription}
  935. </div>
  936. </div>
  937.  
  938.  
  939. <div class="wholeright">
  940. <div class="rightpic">
  941. <img src="{image:Sidebar}"/ width="200px">
  942. </div>
  943. <div class="rightnav">
  944. <ol class="links">
  945. <li class="links"><a href="/" class="nav2">{Title}</a></li>
  946. <li class="links"><a href="/archive" class="nav2">Archive</a></li>
  947. {block:AskEnabled}
  948. <li class="links"><a href="/ask" class="nav2">Ask</a></li>
  949. {/block:AskEnabled}
  950. {block:SubmissionsEnabled}
  951. <li class="links"><a href="/submit" class="nav2">Submit</a></li>
  952. {/block:SubmissionsEnabled}
  953. {block:IfLink1Name}<li class="links"><a href="{text:link 1 url}" class="nav2">{text:link 1 name}</a></li>{/block:IfLink1Name}
  954. {block:IfLink2Name}<li class="links"><a href="{text:link 2 url}" class="nav2">{text:link 2 name}</a></li>{/block:IfLink2Name}
  955. {block:IfLink3Name}<li class="links"><a href="{text:link 3 url}" class="nav2">{text:link 3 name}</a></li>{/block:IfLink3Name}
  956. {block:IfLink4Name}<li class="links"><a href="{text:link 4 url}" class="nav2">{text:link 4 name}</a></li>{/block:IfLink4Name}
  957. {block:IfLink5Name}<li class="links"><a href="{text:link 5 url}" class="nav2">{text:link 5 name}</a></li>{/block:IfLink5Name}
  958. <li class="links"><a href="http://instantkimchi.tumblr.com/" class="nav2" id="moar">Theme</a></li>
  959. </ol>
  960.  
  961. </div>
  962. </div>
  963.  
  964.  
  965. <div class="content">
  966. {block:IfEndlessScrolling}
  967. <div class = "autopagerize_page_element" >
  968. {/block:IfEndlessScrolling}
  969. {block:Posts}
  970.  
  971. <div class="post">
  972. {block:Text}
  973. {block:Title}
  974. <h3><a href="{Permalink}">{Title}</a></h3>
  975. {/block:Title}
  976. {Body}
  977. <div class="bottomstuff">
  978. <div style="float:right;text-align:right">
  979. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  980. {block:RebloggedFrom}
  981. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  982. {/block:RebloggedFrom}
  983. </div>
  984. <div style="float:left;text-align:left">
  985. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  986. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  987. </div>
  988. <br clear="all">
  989. </div>
  990. {/block:Text}
  991.  
  992.  
  993. {block:Photo}
  994. {block:IndexPage}
  995. <div class="fixphoto">
  996. <div class="onphoto">
  997. <div class="phototext">
  998. {block:NoteCount}<a href="{Permalink}" class="pic">{NoteCount}</a>{/block:NoteCount}
  999. </div>
  1000. <div class="photoreblog">
  1001. <a href="{ReblogURL}" target="_blank" class="pic">reblog</a>
  1002. </div>
  1003. </div>
  1004. {/block:IndexPage}
  1005. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="theimg" width="500px"/>
  1006. {block:PermalinkPage}
  1007. {block:Caption}
  1008. {Caption}
  1009. {/block:Caption}
  1010.  
  1011. <div class="bottomstuff">
  1012. <div style="float:right;text-align:right">
  1013. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1014. {block:RebloggedFrom}
  1015. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1016. {/block:RebloggedFrom}
  1017. </div>
  1018.  
  1019. <div style="float:left;text-align:left">
  1020. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1021. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1022. </div>
  1023. <br clear="all">
  1024. </div>
  1025. {/block:PermalinkPage}
  1026. {block:IndexPage}
  1027. </div>
  1028. {/block:IndexPage}
  1029. {/block:Photo}
  1030.  
  1031. {block:Photoset}
  1032. {block:IndexPage}
  1033.  
  1034. <div class="fixphoto">
  1035. <div class="onphoto">
  1036. <div class="phototext">
  1037. {block:NoteCount}<a href="{Permalink}" class="pic">{NoteCount}</a>{/block:NoteCount}
  1038. </div>
  1039. <div class="photoreblog">
  1040. <a href="{ReblogURL}" target="_blank" class="pic">reblog</a>
  1041. </div>
  1042. </div>
  1043. {/block:IndexPage}
  1044. {Photoset-500}
  1045. {block:PermalinkPage}
  1046. {block:Caption}
  1047. {Caption}
  1048. {/block:Caption}
  1049. <div class="bottomstuff">
  1050. <div style="float:right;text-align:right">
  1051. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1052. {block:RebloggedFrom}
  1053. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1054. {/block:RebloggedFrom}
  1055. </div>
  1056. <div style="float:left;text-align:left">
  1057. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1058. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1059. </div>
  1060. <br clear="all">
  1061. </div>
  1062. {/block:PermalinkPage}
  1063. {block:IndexPage}
  1064. </div>
  1065. {/block:IndexPage}
  1066. {/block:Photoset}
  1067.  
  1068. {block:Quote}
  1069. <div class="quotemark"> " </div>
  1070. <div style="margin: 15px 10px 5px 23px"><h3>{Quote}</h3></div>
  1071. {block:Source}
  1072. <div style="text-align:right;margin: 2px 5px"> -{Source}<br clear=right></div>
  1073. {/block:Source}
  1074. <div class="bottomstuff">
  1075. <div style="float:right;text-align:right">
  1076. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1077. {block:RebloggedFrom}
  1078. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1079. {/block:RebloggedFrom}
  1080. </div>
  1081.  
  1082. <div style="float:left;text-align:left">
  1083. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1084. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1085. </div>
  1086. <br clear="all">
  1087. </div>
  1088. {/block:Quote}
  1089.  
  1090. {block:Link}
  1091. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  1092. {block:Description}
  1093. {Description}
  1094. {/block:Description}
  1095. <div class="bottomstuff">
  1096. <div style="float:right;text-align:right">
  1097. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1098. {block:RebloggedFrom}
  1099. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1100. {/block:RebloggedFrom}
  1101. </div>
  1102.  
  1103. <div style="float:left;text-align:left">
  1104. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1105. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1106. </div>
  1107. <br clear="all">
  1108. </div>
  1109. {/block:Link}
  1110.  
  1111.  
  1112. {block:Chat}
  1113. {block:Title}
  1114. <h3><a href="{Permalink}">{Title}</a></h3>
  1115. {/block:Title}
  1116. <ul class="chat">
  1117. {block:Lines}
  1118. <li class="{Alt} user_{UserNumber}">
  1119. {block:Label}
  1120. <strong>{Label}</strong>
  1121. {/block:Label}
  1122. {Line}</li>
  1123. {/block:Lines}</ul>
  1124.  
  1125. <div class="bottomstuff">
  1126. <div style="float:right;text-align:right">
  1127. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1128. {block:RebloggedFrom}
  1129. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1130. {/block:RebloggedFrom}
  1131. </div>
  1132.  
  1133. <div style="float:left;text-align:left">
  1134. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1135. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1136. </div>
  1137. <br clear="all">
  1138. </div>
  1139. {/block:Chat}
  1140.  
  1141. {block:Video}
  1142. <center>{Video-500}</center>
  1143. {block:PermalinkPage}
  1144. {block:Caption}
  1145. {Caption}
  1146. {/block:Caption}
  1147. {/block:PermalinkPage}
  1148.  
  1149. <div class="bottomstuff">
  1150. <div style="float:right;text-align:right">
  1151. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1152. {block:RebloggedFrom}
  1153. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1154. {/block:RebloggedFrom}
  1155. </div>
  1156.  
  1157. <div style="float:left;text-align:left">
  1158. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1159. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1160. </div>
  1161. <br clear="all">
  1162. </div>
  1163. {/block:Video}
  1164.  
  1165. {block:Audio}
  1166. {block:AlbumArt}
  1167. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;"/>{/block:AlbumArt}
  1168. {AudioPlayerWhite}
  1169. {block:Caption}
  1170. {Caption}
  1171. {/block:Caption}
  1172. <p>{PlayCountWithLabel}</p>
  1173. <br clear="all">
  1174.  
  1175. <div class="bottomstuff">
  1176. <div style="float:right;text-align:right">
  1177. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1178. {block:RebloggedFrom}
  1179. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1180. {/block:RebloggedFrom}
  1181. </div>
  1182.  
  1183. <div style="float:left;text-align:left">
  1184. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1185. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1186. </div>
  1187. <br clear="all">
  1188. </div>
  1189. {/block:Audio}
  1190.  
  1191. {block:Answer}
  1192. <div class="askr">
  1193. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px;">
  1194. {Asker} sobbed: {Question}
  1195. <br clear="left">
  1196. </div>
  1197. {Answer}
  1198.  
  1199. <div class="bottomstuff">
  1200. <div style="float:right;text-align:right">
  1201. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  1202. {block:RebloggedFrom}
  1203. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1204. {/block:RebloggedFrom}
  1205. </div>
  1206.  
  1207. <div style="float:left;text-align:left">
  1208. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1209. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  1210. </div>
  1211. <br clear="all">
  1212. </div>
  1213. {/block:Answer}
  1214.  
  1215. {block:PostNotes}
  1216. {PostNotes}
  1217. {/block:PostNotes}
  1218. </div>
  1219.  
  1220. {/block:Posts}
  1221. {block:IfEndlessScrolling}
  1222. </div>
  1223. {/block:IfEndlessScrolling}
  1224.  
  1225. {block:IfNotEndlessScrolling}
  1226. {block:IndexPage}
  1227. <div class="footer">
  1228. {block:Pagination}
  1229. {block:PreviousPage}
  1230. <a href="{PreviousPage}" class="jump_page">&#171;</a>
  1231. {/block:PreviousPage}
  1232. {block:JumpPagination length="10"}
  1233. {block:CurrentPage}
  1234. <span class="current_page">{PageNumber}</span>
  1235. {/block:CurrentPage}
  1236. {block:JumpPage}
  1237. <a href="{URL}" class="jump_page">{PageNumber}</a>
  1238. {/block:JumpPage}
  1239. {/block:JumpPagination}
  1240. {block:NextPage}
  1241. <a href="{NextPage}" class="jump_page">&#187;</a>
  1242. {/block:NextPage}
  1243.  
  1244. <div style="border-bottom:1px solid #eee ;margin: 6px 0px"></div>
  1245.  
  1246. <a href="http://instantkimchi.tumblr.com">Compensate</a> | Theme By <a href="http://instantkimchi.tumblr.com">InstantKimchi</a>
  1247. {/block:Pagination}
  1248. </div>
  1249. {/block:IndexPage}
  1250. {block:IfNotEndlessScrolling}
  1251.  
  1252. </div>
  1253. </body>
  1254. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement