Advertisement
kawaiibuu

VELVET OS

Sep 30th, 2013
4,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.40 KB | None | 0 0
  1. <!--
  2.      /|       |\
  3.   `__\\       //__'
  4.      ||      ||
  5.    \__`\     |'__/
  6.      `_\\   //_'
  7.      _.,:---;,._
  8.      \_:     :_/
  9.        |o. .o|
  10.        |     | velvet OS theme
  11.        ,\.-./ \ http://jubileethemes.tumblr.com  
  12.        ;;`-'   `---__________-----.-.
  13.        ;;;                         \_\
  14.        ';;;                         |
  15.         ;    |                      ;
  16.          \   \     \        |      /
  17.           \_, \    /        \     |\
  18.             |';|  |,,,,,,,,/ \    \ \_
  19.             |  |  |           \   /   |
  20.             \  \  |           |  / \  |
  21.              | || |           | |   | |
  22.              | || |           | |   | |
  23.              | || |           | |   | |
  24.              |_||_|           |_|   |_|
  25.             /_//_/           /_/   /_/ 
  26. -->
  27.  
  28.  
  29. <head>
  30.  
  31.  
  32. <meta name="color:Gradient Top" content="#ffffff"/>
  33. <meta name="color:Gradient Bottom" content="#d6daf0"/>
  34. <meta name="color:Background" content="#e5edf1" />
  35. <meta name="color:Text" content="#000" />
  36. <meta name="color:Links" content="#000" />
  37. <meta name="color:footer links" content="#000"/>
  38. <meta name="color:border" content="#d6daf1"/>
  39. <meta name="color:footer" content="#d6daf0"/>
  40.  
  41. <meta name="if:post shadow" content="1" />
  42. <meta name="if:Fullsized Background Image" content="0"/>
  43. <meta name="if:Gradient Background" content="0"/>
  44. <meta name="if:post border" content="1" />
  45. <meta name="if:sidebar border" content="1" />
  46. <meta name="if:inner sidebar img" content="0" />
  47. <meta name="if:show tags" content="0" />
  48. <meta name="if:light post" content="1" />
  49. <meta name="if:dropbox" content="1" />
  50. <meta name="if:nav buttons" content="1" />
  51. <meta name="if:light nav buttons" content="0" />
  52. <meta name="if:infinite scroll" content="1" />
  53. <meta name="if:show caption" content="0" />
  54. <meta name="if:desaturated images" content="0">
  55. <meta name="if:faded images" content="0">
  56. <meta name="if:darkened images" content="0">
  57.  
  58. <meta name="if:transparent post" content="0">
  59. <meta name="if:transparent sidebar" content="0">
  60. <meta name="if:transparent footer" content="0">
  61.  
  62.  
  63. <meta name="image:Background" content=""/>
  64. <meta name="image:Misc Image" content="" />
  65. <meta name="image:post icon" content="" />
  66. <meta name="image:top sidebar" content="http://static.tumblr.com/mqkrxog/Hl6mtpz4s/cheexy.png" />
  67. <meta name="image:inner sidebar" content="" />
  68. <meta name="image:permalink" content="" />
  69. <meta name="image:banner" content=""/>
  70. <meta name="image:ScrolltoTop" content="http://static.tumblr.com/mqkrxog/8VSmtpz31/tumblr_ltdle2h8zx1qce38f.gif" />
  71.  
  72. <meta name="text:sidebar width" content="125" />
  73. <meta name="text:post opacity" content="0.5" />
  74. <meta name="text:font size" content="12" />
  75. <meta name="text:sidebar opacity" content="0.5" />
  76. <meta name="text:post horizontal align" content="350" />
  77. <meta name="text:link 1 url" content="" />
  78. <meta name="text:links title" content="links" />
  79. <meta name="text:link 2 url" content="" />
  80. <meta name="text:link 3 url" content="" />
  81. <meta name="text:link 4 url" content="" />
  82. <meta name="text:link 5 url" content="" />
  83. <meta name="text:link 1" content="" />
  84. <meta name="text:link 2" content="" />
  85. <meta name="text:link 3" content="" />
  86. <meta name="text:link 4" content="" />
  87. <meta name="text:link 5" content="" />
  88.  
  89. <meta name="text:music box code" content="" />
  90. <meta name="text:post gap right" content="170" />
  91. <meta name="text:post width" content="250" />
  92. <meta name="text:post gap bottom" content="170" />
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <meta name="text:sidebar vertical align" content="120" />
  100. <meta name="text:sidebar horizontal align" content="75" />
  101.  
  102. <title>{Title}</title>
  103. <link rel="shortcut icon" href="{Favicon}">
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  116. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  117. <script>
  118. (function($){
  119. $(document).ready(function(){
  120. $("[title]").style_my_tooltips();
  121. });
  122. })(jQuery);
  123. </script>
  124. <script type="text/javascript"
  125. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  126. <script>
  127. $(document).ready(function() {
  128. //
  129. $('a.poplight[href^=#]').click(function() {
  130. var popID = $(this).attr('rel'); //Get Popup Name
  131. var popURL = $(this).attr('href'); //Get Popup href to define size
  132. var query= popURL.split('?');
  133. var dim= query[1].split('&');
  134. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  135. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif" class="btn_close" title="close" alt="Close" /></a>');
  136. var popMargTop = ($('#' + popID).height() + 80) / 2;
  137. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  138. //Apply Margin to Popup
  139. $('#' + popID).css({
  140. 'margin-top' : -popMargTop,
  141. 'margin-left' : -popMargLeft
  142. });
  143. $('body').append('<div id="fade"></div>');
  144. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  145. return false;
  146. });
  147. $('a.close, #fade').live('click', function() {
  148. $('#fade , .popup_block').fadeOut(function() {
  149. $('#fade, a.close').remove(); //fade them both out
  150. });
  151. return false;
  152. });
  153. });
  154. </script>
  155. <style type="text/css">
  156.  
  157. #topimg {
  158. width:150%;
  159. height:100%;
  160. background: url('{image:banner}') top fixed repeat-x;
  161. position:fixed;
  162. margin-top:-50px;
  163. margin-left: -20px;
  164. }
  165.  
  166.  
  167. #fade { /*--Transparent background layer--*/
  168. display: none; /*--hidden by default--*/
  169. background: transparent;
  170. position: fixed; left: 0; top: 0;
  171. width: 100%; height: 100%;
  172. opacity: 1;
  173. z-index: 9999;
  174. }
  175.  
  176. .ii {
  177. padding: 5px;
  178. border: 1px solid;
  179. {block:iflightpost}
  180. background: rgba(255, 255, 255, 1);
  181. {/block:iflightpost}{block:ifnotlightpost} background: rgba(0, 0, 0, 1);{/block:ifnotlightpost}
  182. -webkit-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  183. -moz-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  184. box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  185. }
  186.  
  187. .iii {
  188. padding: 3px;
  189. height: 15px;
  190. width:86%;
  191. margin-top: -5px;
  192. margin-left: -5px;
  193. background: {color:footer};
  194. position:absolute;
  195. }
  196. .popup_block{
  197. display: none; /*--hidden by default--*/
  198. color: {color:text};
  199. padding: 20px;
  200. font-family: consolas;
  201. float: left;
  202. font-size: 14px;
  203. position: fixed;
  204. top: 50%; left: 20%;
  205. z-index: 99999;
  206. /*--CSS3 Box Shadows--*/
  207.  
  208. -webkit-transition: all .5s ease;
  209. -moz-transition: all .5s ease;
  210. -o-transition: all .5s ease;
  211. transition: all .5s ease;
  212. }
  213. .popup_block:hover{
  214. opacity:1;
  215. -webkit-transition: all .5s ease;
  216. -moz-transition: all .5s ease;
  217. -o-transition: all .5s ease;
  218. transition: all .5s ease;
  219. }
  220. img.btn_close {
  221. float: right;
  222. margin: -15px -15px 0 0;
  223. }
  224. *html .popup_block {
  225. position: absolute;
  226. }
  227. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  228. @font-face{ font-family: 'Sq'; src: url('http://static.tumblr.com/mqkrxog/w4mmrhq6p/squared_display.ttf'); }
  229. {block:IfdesaturatedImages}
  230. img{
  231. -webkit-transition: opacity 0.8s linear;
  232. opacity: 0.60;
  233. -webkit-filter:grayscale(100%);
  234. }
  235. img:hover{
  236. -webkit-transition: opacity 0.8s linear;
  237. opacity: 1;
  238. -webkit-filter:none;
  239. }
  240. {/block:IfdesaturatedImages}
  241. {block:IfFadedImages}
  242. img{
  243. -webkit-transition: opacity 0.8s linear;
  244. opacity: 0.60;
  245. }
  246. img:hover{
  247. -webkit-transition: opacity 0.8s linear;
  248. opacity: 1;
  249. }
  250. {/block:IfFadedImages}
  251. {block:IfFadedImages}
  252. iframe#tumblr_controls { right:0px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  253. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  254. {/block:IfFadedImages}
  255.  
  256. {block:IfNotGradientBackground}
  257. body{
  258.  
  259. height:100%;
  260. word-break:break-all;
  261. font-family:consolas;
  262. font-size: {text:font size}px;
  263. color:{color:text};
  264. background-color:{color:Background};
  265. {block:IfNotFullsizedBackgroundImage}
  266. background:fixed;
  267. background: {color:Background} url('{image:Background}') top left fixed repeat;{/block:IfNotFullsizedBackgroundImage}
  268. {block:ifFullsizedBackgroundImage}background:fixed;
  269. background: {color:Background} url('{image:Background}') top left fixed no-repeat;
  270. background-size: cover;{/block:ifFullsizedBackgroundImage}
  271. }
  272.  
  273. {block:IfNotGradientBackground}
  274. {block:IfGradientBackground}
  275. body{
  276. height:100%;
  277. word-break:break-all;
  278. font-family:consolas;
  279. font-size: {text:font size}px;
  280. color:{color:text};
  281. background:fixed;
  282. background-image: -o-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  283. background-image: -moz-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  284. background-image: -webkit-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  285. background-image: -ms-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  286. background-image: linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  287. background-size: cover;
  288. }
  289. {block:IfGradientBackground}
  290.  
  291. a {
  292. font-family:consolas;
  293. text-shadow: 1px 1px rgba(0, 0, 0, 0);
  294. text-decoration: none;
  295. color: {color:links};
  296. }
  297. ::-webkit-scrollbar{
  298. width:0px;
  299. height:0px;
  300. background: none;
  301. }
  302. ::-webkit-scrollbar-thumb{
  303. background-color: none;
  304. }
  305. img {
  306.  
  307.  
  308. {block:ifdarkenedimages}-webkit-filter: brightness(50%); {/block:ifdarkenedimages}
  309.  
  310. {block:ifroundedborders}
  311. -webkit-border-radius: 3px;
  312. -moz-border-radius: 3px;
  313. border-radius: 3px;{/block:ifroundedborders}
  314. -moz-transition:all 0.5s ease-out;
  315. -o-transition:all 0.5s ease-out;
  316. -webkit-transition all 0.5s ease-out;
  317. transition:all 0.5s ease-out;
  318. }
  319. img:hover {
  320. -webkit-filter: brightness(100%);
  321. -moz-transition:all 0.5s ease-out;
  322. -o-transition:all 0.5s ease-out;
  323. -webkit-transition all 0.5s ease-out;
  324. transition:all 0.5s ease-out;
  325. }
  326. blockquote {
  327. border-left: 1px solid {color:border};
  328. padding: 0px 10px;
  329. margin: 5px 0px 0px 5px;
  330. }
  331.  
  332.  
  333. .left {
  334. margin-left: {text:post horizontal align}px;
  335. }
  336.  
  337.  
  338. #posts {
  339. padding-top:55px;
  340. width: 1250px;
  341. margin: 50px auto;
  342. }
  343.  
  344. .entry {
  345. height: auto;
  346.  
  347.  
  348. {block:ifpostborder}border: 1px solid {color:border};{/block:ifpostborder}
  349.  
  350. {block:IndexPage}
  351. width: {text:post width}px;
  352. {/block:IndexPage}
  353. margin-bottom: {text:post gap bottom}px;
  354. margin-right: {text:post gap right}px;
  355. {block:iftransparentpost}background: transparent;{/block:iftransparentpost}{block:ifnottransparentpost}
  356. {block:iflightpost}
  357. background: rgba(255, 255, 255, {text:post opacity});
  358. {/block:iflightpost}{block:ifnotlightpost} background: rgba(0, 0, 0, {text:post opacity});{/block:ifnotlightpost} {/block:ifnottransparentpost}
  359. {block:PermalinkPage}
  360. width: 400px;
  361. {/block:PermalinkPage}
  362. -moz-transition:all 0.5s ease-out;
  363. -o-transition:all 0.5s ease-out;
  364. -webkit-transition all 0.5s ease-out;
  365. transition:all 0.5s ease-out;
  366. {block:ifpostshadow}
  367. -webkit-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  368. -moz-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  369. box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  370. {block:ifpostshadow}
  371. }
  372.  
  373. .entry:hover {
  374. -moz-transition:all 0.5s ease-out;
  375. -o-transition:all 0.5s ease-out;
  376. -webkit-transition all 0.5s ease-out;
  377. transition:all 0.5s ease-out;
  378.  
  379. }
  380.  
  381. .entry img{
  382.  
  383. max-width: 100%;
  384. }
  385.  
  386. .post_title{
  387. font-size: 14px;
  388. word-break:break-all;
  389. font-family: consolas;
  390. text-align: left;
  391. font-style:oblique;
  392. margin-bottom: -15px;
  393. margin-left: 5px;
  394. }
  395.  
  396. .link_title{
  397. font-size: 14px;
  398. {block:iftransparentfooter}background: transparent;{/block:iftransparentfooter}{block:ifnottransparentfooter}background-color: {color:footer};{/block:ifnottransparentfooter}
  399. width: 100%;
  400. font-family: consolas;
  401. text-align: center;
  402.  
  403. }
  404.  
  405. .nav{
  406. position:fixed;
  407. top:0;
  408. left:0;
  409. max-width: 120px;
  410. }
  411.  
  412.  
  413. .quote{
  414. padding:10px;
  415. line-height:14px;
  416. text-transform:none;
  417. color:{color:Text};
  418. }
  419.  
  420. .audio{
  421. width:100%;
  422. overflow: hidden;
  423. background: #fff;
  424. text-align: center;
  425.  
  426.  
  427. }
  428.  
  429. .audiocap, .videocap{
  430. display:block;
  431. padding:10px;
  432. }
  433.  
  434. .albumart, .albumart img{
  435. max-width:100%;
  436. }
  437.  
  438. .vid {
  439. width: 100%;
  440. overflow:hidden;
  441. }
  442.  
  443. .question{
  444. font-weight:normal;
  445. margin-bottom:5px;
  446. font-size:11px;
  447. line-height:15px;
  448. display:block;
  449. color:{color:Text};
  450. text-transform:none;
  451. }
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. ul, ol, li{
  462. list-style:circle;
  463. margin-left:15px;
  464. padding:5px;
  465. color:{color:text};}
  466.  
  467.  
  468.  
  469.  
  470. #perma {
  471.  
  472. color: {color:footer links};
  473. {block:iftransparentfooter}background: transparent;{/block:iftransparentfooter}{block:ifnottransparentfooter}background: {color:footer};{/block:ifnottransparentfooter}
  474.  
  475. padding-right: 5px;
  476. text-align: right;
  477. border-bottom: 1px solid {color:border};
  478. }
  479. .pi
  480. {
  481.  
  482. text-align: left;
  483.  
  484. }
  485. #perma a{
  486. color: {color:footer links};
  487. }
  488.  
  489. #tags {
  490.  
  491. {block:iftransparentfooter}background: transparent;{/block:iftransparentfooter}{block:ifnottransparentfooter}background-color: {color:footer}; {/block:ifnottransparentfooter}
  492. {block:ifpostborder}border-bottom: 1px solid {color:border};{/block:ifpostborder}
  493. }
  494. #tags a{
  495. font-size: 12px;
  496. color: {color:footer links};
  497. padding-left: 3px;
  498. -webkit-transition: all 0.5s ease-out;
  499. -moz-transition: all 0.5s ease-out;
  500. transition: all 0.5s ease-out;
  501.  
  502.  
  503.  
  504. }
  505. #tags a:hover {
  506. z-index: 9999;
  507. font-size: 14px;
  508. -webkit-transition: all 0.5s ease-out;
  509. -moz-transition: all 0.5s ease-out;
  510. transition: all 0.5s ease-out;
  511.  
  512. }
  513.  
  514. .topp {right:10px;bottom:10px;position:fixed}
  515.  
  516. #pimg {
  517.  
  518.  
  519. max-width: 100%;
  520.  
  521. position:absolute;
  522. margin-top: 20px;
  523.  
  524. }
  525.  
  526. #pimg img {
  527.  
  528. max-height:120px;
  529.  
  530. }
  531.  
  532. #sidebar {
  533. word-break:break-all;
  534. {block:ifsidebarborder}border: 1px solid {color:border};{/block:ifsidebarborder}
  535. width: {text:sidebar width}px;
  536. padding: 5px;
  537. text-align: center;
  538. {block:iftransparentsidebar}background: transparent;{/block:iftransparentsidebar}{block:ifnottransparentsidebar}{block:iflightpost}
  539. background: rgba(255, 255, 255, {text:sidebar opacity});
  540. {/block:iflightpost}{block:ifnotlightpost} background: rgba(0, 0, 0, {text:sidebar opacity});{/block:ifnotlightpost}{/block:ifnottransparentsidebar}
  541. }
  542.  
  543.  
  544. #sidebar2{
  545. position: fixed;
  546.  
  547.  
  548. margin-top: {text:sidebar vertical align}px;
  549. margin-left: {text:sidebar horizontal align}px;
  550.  
  551. }
  552.  
  553.  
  554.  
  555. .photocaption {
  556.  
  557. {block:iftransparentfooter}background: transparent;{/block:iftransparentfooter}{block:ifnottransparentfooter}background-color: {color:footer};{/block:ifnottransparentfooter}
  558. text-align: center;
  559. display: block;
  560. {block:ifpostborder}border-bottom: 1px solid {color:border};{/block:ifpostborder}
  561.  
  562.  
  563.  
  564.  
  565. padding: 5px;
  566.  
  567. -webkit-transition: all 0.5s ease-out;
  568. -moz-transition: all 0.5s ease-out;
  569. transition: all 0.5s ease-out;
  570. }
  571.  
  572. .photocaption:hover {
  573.  
  574. -webkit-transition: all 0.5s ease-out;
  575. -moz-transition: all 0.5s ease-out;
  576. transition: all 0.5s ease-out;
  577. }
  578. #topcontrol { }
  579.  
  580. #s-m-t-tooltip {
  581. background: #fff;
  582. font-size: 12px;
  583. font-family: consolas;
  584. color: #000;
  585. max-width: 100px;
  586. border: 1px solid {color:border};
  587. word-wrap: break-word;
  588. padding: 1px 5px 2px 6px;
  589. display: block;
  590. margin: 10px 10px 10px 15px;
  591. }
  592.  
  593. .qq {
  594. text-align:right;
  595. {block:ifpostborder}border-bottom: 1px solid {color:border};{/block:ifpostborder}
  596.  
  597.  
  598. {block:iftransparentfooter}background: transparent;{/block:iftransparentfooter}{block:ifnottransparentfooter}background-color: {color:footer};{/block:ifnottransparentfooter}
  599.  
  600.  
  601. padding: 5px;
  602.  
  603. -webkit-transition: all 0.5s ease-out;
  604. -moz-transition: all 0.5s ease-out;
  605. transition: all 0.5s ease-out;
  606. }
  607.  
  608.  
  609.  
  610.  
  611.  
  612. #tou {
  613. {block:ifsidebarborder}border-top: 1px solid {color:border};
  614. border-right: 1px solid {color:border};
  615. border-left: 1px solid {color:border};
  616.  
  617. {/block:ifsidebarborder}
  618. padding: 5px;
  619. width: {text:sidebar width}px;
  620. text-align: center;
  621. background: {color:footer};
  622.  
  623.  
  624.  
  625. }
  626. #mew {
  627. padding: 2px;
  628. text-align: center;
  629. margin-top: -12px;
  630. margin-left: 23px;
  631. position:absolute;
  632.  
  633.  
  634. }
  635. #mew2 {
  636. padding: 2px;
  637. text-align: center;
  638. margin-top: -12px;
  639. margin-left: 23px;
  640. position:absolute;
  641.  
  642.  
  643. }
  644. #mew3 {
  645. padding: 2px;
  646. text-align: center;
  647. margin-top: -12px;
  648. margin-left: 33px;
  649. position:absolute;
  650.  
  651.  
  652. }
  653. #mew4 {
  654. padding: 2px;
  655. text-align: center;
  656. margin-top: -12px;
  657. margin-left: 33px;
  658. position:absolute;
  659.  
  660.  
  661. }
  662. #mew5 {
  663. padding: 2px;
  664. text-align: center;
  665. margin-top: -12px;
  666. margin-left: 43px;
  667. position:absolute;
  668.  
  669.  
  670. }
  671.  
  672. #bubble {
  673. border:1px solid {color:text};
  674. border-radius: 50%;
  675. margin-bottom: 1px;
  676. width:6px;
  677. height: 6px;
  678. background: transparent;
  679. -webkit-transition: all .5s ease-in-out;
  680. -moz-transition: all .5s ease-in-out;
  681. -o-transition: all .5s ease-in-out;
  682.  
  683. }
  684.  
  685.  
  686. #bubble:hover {
  687. background:{color:footer};
  688. border:1px solid transparent;
  689.  
  690. }
  691.  
  692.  
  693. #bubble2 {
  694. overflow:hidden;
  695. border:1px solid {color:text};
  696. border-radius: 50%;
  697. margin-bottom: 1px;
  698. width:6px;
  699. height: 6px;
  700. background: transparent;
  701. -webkit-transition: all .5s ease-in-out;
  702. -moz-transition: all .5s ease-in-out;
  703. -o-transition: all .5s ease-in-out;
  704.  
  705. }
  706.  
  707.  
  708. #bubble2:hover {
  709. border-radius: 0%;
  710. background:{color:footer};
  711. border:1px solid transparent;
  712. width: 120px;
  713. padding: 10px;
  714. height: 10px;
  715. }
  716.  
  717.  
  718.  
  719. #th {
  720.  
  721. position:fixed;
  722. background: {color:footer};
  723. width: 110%;
  724. margin-left: -15px;
  725. margin-top: -50px;
  726. border-bottom: 2px solid {color:border};
  727. padding-left: 20px;
  728. padding-bottom: 2px;
  729. z-index: 9999;
  730. }
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. </style>
  739.  
  740. <script type="text/javascript" src="jquery-1.4.2.min.js"></script>
  741.  
  742. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  743. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  744. </script>{block:ifinfinitescroll}
  745. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{/block:ifinfinitescroll}
  746. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  747. <script type="text/javascript">
  748.  
  749. $(window).load(function () {
  750. $('.posts').masonry(),
  751. $('.masonryWrap').infinitescroll({
  752. navSelector : "div#navigation",
  753. // selector for the paged navigation (it will be hidden)
  754. nextSelector : "div#navigation a#nextPage",
  755. // selector for the NEXT link (to page 2)
  756. itemSelector : ".entry",
  757. // selector for all items you'll retrieve
  758. bufferPx : 10000,
  759. extraScrollPx: 11000,
  760. loadingImg : "",
  761. loadingText : "<em>loading</em>",
  762. },
  763. // call masonry as a callback.
  764. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  765. );
  766. });
  767. </script>
  768. <script>
  769. $.fn.changebackgroundColor = function(msg) {
  770. $("#perma").css("#000");
  771. };
  772. </script>
  773. </head>
  774.  
  775. <body>
  776. <div id="topimg"></div>
  777. <div id="th"><img src="{Favicon}" style="max-height: 10px; border-radius: 50%; margin-top: 5px;"></img>
  778.  
  779.  
  780. <div id="mew">
  781. <a href="#?w=300" rel="03" class="poplight" title="info"><div id="bubble"></div></a></div><div id="mew4">
  782. <a href="/" title="refresh"><div id="bubble"></div></a></div><div id="mew5">
  783. <div id="bubble2" title="music">{text:music box code}</div></div>
  784.  
  785.  
  786.  
  787.  
  788. <div style="font-family:'bitxmap';
  789. font-size: 16px; margin-left: 70px; margin-top: -17px;position: absolute;">{Title}</div>
  790.  
  791.  
  792.  
  793. </div>
  794. <div id="03" class="popup_block">
  795. <div class="ii">
  796. <div class="iii"> about </div><br>
  797. {block:Description}{Description}<br>{/block:Description}
  798.  
  799.  
  800.  
  801.  
  802.  
  803. </div>
  804. </div></div></div></div></div></div></div></div></div></div>
  805.  
  806.  
  807. <div id="sidebar2"><img src="{image:top sidebar}" title="{Title}" style="margin-bottom: -2px; z-index: -9999; max-width: 120px;"></img>
  808. <div id="tou">
  809.  
  810. {block:ifnotnavbuttons}<a href="/ask">ask</a> <a href="/archive">index</a> <a href="/submit">submit</a> <br> {/block:ifnotnavbuttons}
  811.  
  812.  
  813.  
  814.  
  815. {block:ifnavbuttons} {block:iflightnavbuttons}
  816.  
  817. <a href="/" title="refresh"><img src="http://static.tumblr.com/mqkrxog/wDmmtpwcj/home.gif"></img></a>
  818. <a href="/ask" title="message"><img src="http://i.imgur.com/xpRdQ1t.gif"></img></a> <a href="/archive" title="index"><img src="http://i.imgur.com/t54gsHL.gif"></img></a> <a href="/submit" title="submit"><img src="http://i.imgur.com/u8bcmP6.gif"></img></a>
  819. <br> {/block:iflightnavbuttons}
  820.  
  821. {block:ifnotlightnavbuttons}
  822. <a href="/" title="refresh"><img src="http://static.tumblr.com/mqkrxog/uYrmtpwtp/home.gif"></img></a>
  823. <a href="/ask" title="message"><img src="http://i.imgur.com/EmCjZFO.gif"></img></a> <a href="/archive" title="index"><img src="http://i.imgur.com/brmkaDn.gif"></img></a> <a href="/submit" title="submit"><img src="http://i.imgur.com/GqGsCFU.gif"></img></a>
  824.  
  825.  
  826. <br>{/block:ifnotlightnavbuttons}
  827.  
  828.  
  829.  
  830. </div>
  831.  
  832.  
  833. <div id="sidebar">
  834.  
  835.  
  836.  
  837. {/block:ifnavbuttons}
  838. {block:ifinnersidebarimg}<img src="{image:inner sidebar}"></img><br>{/block:ifinnersidebarimg}
  839.  
  840.  
  841.  
  842. {block:ifdropbox}
  843. <select onChange="location=this.options[this.selectedIndex].value;" style="font-family: consolas;
  844. margin-left: 1px;
  845. color:{color:links};
  846.  
  847.  
  848. -moz-box-shadow: 0 0 3px 1px {color:border};
  849. -webkit-box-shadow: 0 0 3px 1px {color:border};
  850. box-shadow: 0 0 3px 1px {color:border};
  851. -moz-transition:all 0.5s ease-out;
  852. -o-transition:all 0.5s ease-out;
  853. -webkit-transition all 0.5s ease-out;
  854. transition:all 0.5s ease-out;
  855.  
  856. background-color: transparent;
  857.  
  858.  
  859. border: transparent;
  860.  
  861. -webkit-appearance: none;text-align:center;margin-top:2px;">
  862. <option value="">{text:links title}</option>
  863.  
  864. {block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}
  865. {block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}
  866. {block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}
  867. {block:iflink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:iflink4}
  868. {block:iflink5}<option value="{text:link 5 url}">{text:link 5}</option>{/block:iflink5}
  869. </select>
  870. </form>{/block:ifdropbox}
  871. {block:ifnotinfinitescroll}
  872. {block:Pagination}
  873. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  874. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/mqkrxog/Udmmttjj3/arrow1_w.gif"></img></a>{/block:PreviousPage}
  875.  
  876. {block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/mqkrxog/ysKmttjk8/arrow1_e.gif"></img></a>{/block:NextPage}
  877. </div>
  878. {/block:Pagination}
  879. {/block:ifnotinfinitescroll}
  880. </div>
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890. </div>
  891.  
  892.  
  893.  
  894. <div class="left">
  895.  
  896.  
  897.  
  898. <div id="posts">
  899.  
  900.  
  901. <div class="posts">
  902.  
  903.  
  904.  
  905.  
  906.  
  907. {block:Posts}
  908.  
  909.  
  910. <div class="entry">
  911.  
  912. {block:PermalinkPage}
  913. <div id="tags">{block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}</div>
  914. {/block:PermalinkPage}
  915.  
  916. {block:Text}
  917. <div id="entry">
  918. <div id="perma">
  919. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  920. {block:Title}<div class="post_title" style="margin-left: 15px; max-width: 70%;">- {Title}</div>{/block:Title}
  921. <a href="{SourceURL}" title="source">
  922.  
  923. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  924. </a>
  925. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  926. </div>
  927.  
  928.  
  929. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  930.  
  931.  
  932. <div style="padding:5px;" >
  933. {Body}
  934. </div>
  935.  
  936.  
  937.  
  938. {/block:IndexPage}
  939.  
  940. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  941. </div>
  942. {/block:Text}
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955. {block:Photo}
  956. <div id="entry">
  957. <div id="perma">
  958.  
  959. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  960.  
  961. <a href="{SourceURL}" title="source">
  962.  
  963. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  964. </a>
  965. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  966. </div>
  967.  
  968.  
  969.  
  970. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  971.  
  972. {block:ifshowcaption}<div class="photocaption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifshowcaption}
  973.  
  974.  
  975.  
  976.  
  977.  
  978. {block:IndexPage}<center><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" title="permalink"></a></center> </center>
  979. {/block:IndexPage}
  980.  
  981. {block:PermalinkPage}
  982. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;"><center>
  983. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')">
  984. </div></center>
  985. {/block:PermalinkPage}
  986.  
  987.  
  988. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  989. </div>
  990.  
  991. {/block:Photo}
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. {block:Photoset}
  1007. <div id="entry">
  1008. <div id="perma">
  1009.  
  1010. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1011.  
  1012. <a href="{SourceURL}" title="source">
  1013.  
  1014. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1015. </a>
  1016. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1017. </div>
  1018.  
  1019.  
  1020.  
  1021. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1022.  
  1023. <center>{block:IndexPage}
  1024. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-HighRes}"></a>{/block:Photos}{/block:IndexPage}
  1025. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  1026. </center>
  1027.  
  1028. {block:ifshowcaption}<div class="photocaption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifshowcaption}
  1029. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1030. </div>
  1031. {/block:Photoset}
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. {block:Quote}
  1046. <div id="entry">
  1047. <div id="perma">
  1048.  
  1049. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1050.  
  1051. <a href="{SourceURL}" title="source">
  1052.  
  1053. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1054. </a>
  1055. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1056. </div>
  1057.  
  1058.  
  1059.  
  1060. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1061.  
  1062. <div class="qq"><small>{Source}</small></div>
  1063.  
  1064.  
  1065. <div class="quote">{Quote}
  1066.  
  1067. </div>
  1068.  
  1069. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1070. </div>
  1071. {/block:Quote}
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. {block:Link}
  1089. <div id="entry">
  1090. <div id="perma">
  1091. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1092.  
  1093. <a href="{SourceURL}" title="source">
  1094.  
  1095. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1096. </a>
  1097. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1098. </div>
  1099.  
  1100.  
  1101.  
  1102. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1103.  
  1104.  
  1105. <center><a href="{URL}"{Target}><div class="link_title"><small><small>>></small></small> {Name}</div></a></center>
  1106. {block:Description}<div style="padding: 5px; {block:ifpostborder}border-top: 1px solid {color:border};{/block:ifpostborder}">{Description}</div>{/block:Description}
  1107.  
  1108.  
  1109.  
  1110. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1111.  
  1112. </div>
  1113. {/block:Link}
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128. {block:Video}
  1129. <div id="entry">
  1130. <div id="perma">
  1131. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1132.  
  1133. <a href="{SourceURL}" title="source">
  1134.  
  1135. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1136. </a>
  1137. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1138. </div>
  1139.  
  1140.  
  1141.  
  1142. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1143. <div class="vid" style="overflow:hidden;">
  1144.  
  1145.  
  1146. {Video-250}
  1147.  
  1148.  
  1149. </div>
  1150.  
  1151. {block:ifshowcaption}<div class="photocaption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifshowcaption}
  1152.  
  1153. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1154. </div>
  1155. {/block:Video}
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170. {block:Chat}
  1171. <div id="entry">
  1172. <div id="perma">
  1173. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1174.  
  1175. <a href="{SourceURL}" title="source">
  1176.  
  1177. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1178. </a>
  1179. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1180. </div>
  1181.  
  1182.  
  1183.  
  1184. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1185.  
  1186. <div style="padding:5px;">
  1187. {block:Title}
  1188. {Title}
  1189. {/block:Title}
  1190. {block:Lines}{block:Label}<div style="background: rgba(255, 255, 255, 0.3);"><center>{Label}</center></div> {/block:Label}{Line}<br>{/block:Lines}
  1191. </div>
  1192.  
  1193.  
  1194. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1195. </div>
  1196. {/block:Chat}
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217. {block:Audio}
  1218. {block:AlbumArt}
  1219. <div id="entry">
  1220. <div id="perma">
  1221. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1222.  
  1223. <a href="{SourceURL}" title="source">
  1224.  
  1225. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1226. </a>
  1227. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1228. </div>
  1229.  
  1230. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1231.  
  1232. {block:ifshowcaption}<div class="photocaption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifshowcaption}
  1233.  
  1234.  
  1235. <div class="albumart"><img src="{AlbumArtURL}" width="100%"></a></div>{/block:AlbumArt}
  1236. <div class="audio"> {AudioPlayerWhite} </div>
  1237.  
  1238. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1239. </div>
  1240. {/block:Audio}
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250. {block:Answer}
  1251. <div id="entry">
  1252. <div id="perma">
  1253. <div class="pi"><img src="{image:post icon}" style="margin-left: 2px; margin-top: 2px;max-height: 15px; position:absolute;"></img></div>
  1254.  
  1255. <a href="{SourceURL}" title="source">
  1256.  
  1257. <img src="http://static.tumblr.com/mqkrxog/VeEmtroa1/download.gif"></img>
  1258. </a>
  1259. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><img src="http://static.tumblr.com/mqkrxog/Or3mtrdnf/upload.gif"></img></a> <a href="{Permalink}" title="{NoteCountwithLabel}"><img src="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif"></img></a>
  1260. </div>
  1261.  
  1262.  
  1263.  
  1264. {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{TagUrl}" title="tagged"><small>#{Tag}&nbsp;</small></a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
  1265.  
  1266. <div style="padding:10px;">
  1267. <div class="question"><u>{Asker}</u>: &nbsp;{Question}</div>
  1268.  
  1269. {Answer}
  1270. </div>
  1271.  
  1272. <div id="pimg"><center><img src="{image:permalink}"></img></center></div>
  1273. </div>
  1274.  
  1275. {/block:Answer}
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282. {block:PermalinkPage}
  1283. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1284. {/block:PermalinkPage}
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292. </div>
  1293.  
  1294. {/block:Posts}
  1295. </div>
  1296. </div>
  1297.  
  1298. {block:IndexPage}
  1299. <div class="column navigation" id="navigation">
  1300. {block:Pagination}
  1301. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1302. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  1303. </div>
  1304. {/block:IndexPage}
  1305.  
  1306.  
  1307.  
  1308. </body>
  1309.  
  1310.  
  1311. {block:IndexPage}
  1312. <script src="http://static.tumblr.com/mxokwyk/FIumglicr/mbtop.min.js"></script>
  1313. <div class="topp"><a style="display: inline;" href="javascript:;" id="mbTop" title="scroll to top"><img src="{image:scrolltotop}" style="max-width: 100px;"></img></a></div>
  1314. {/block:IndexPage}
  1315.  
  1316. <div style="position:fixed; bottom: 0px; right: 0px; opacity: 0.3;"><a href="http://jubileethemes.tumblr.com" title="credit">&copy;</a></div>
  1317. <div style="position:fixed; bottom:0px; left:5px; z-index:-1;"><img src="{image:Misc Image}"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement