Advertisement
kawaiibuu

mirage theme

Nov 6th, 2013
3,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.67 KB | None | 0 0
  1. <!--
  2. _
  3. .-. / \ _
  4. ^^ / \ /^./\__ _/ \
  5. _ .--'\/\_ \__/. \ / \ ^^ ___
  6. / \_ _/ ^ \/ __ :' /\/\ /\ __/ \
  7. / \ / .' \/ \/ .`'\_/\
  8. /\/\ /\/ :' __ MIRAGE THEME ' ^ `-.\ _ _:\ _
  9. / \/ \ _/ \-' __/MEANCUTIE\_ .'\ _/ \ . __/ \
  10. /\ .- `. \/ \ / `_/ \ / `._/ ^ \
  11. / `-.__ ^ / .-'.--' . / `--./ .-' `-. `-. `. - `.
  12. / `. / / `-. / .-' / . .' \ \ \ .- \
  13. -->
  14.  
  15.  
  16. <head>
  17.  
  18. <meta name="color:Background" content="#ffffff" />
  19. <meta name="color:Text" content="#000" />
  20. <meta name="color:Links" content="#000" />
  21. <meta name="color:border" content="#BE6366"/>
  22. <meta name="color:sidebar" content="#BE6366"/>
  23.  
  24. <meta name="color:accent color" content="#BE6366"/>
  25. <meta name="color:accent color 2" content="#ffffff"/>
  26.  
  27. <meta name="if:transparent sidebar" content="0">
  28.  
  29. <meta name="if:sidebar links 1" content="0">
  30. <meta name="if:sidebar links 2" content="1">
  31. <meta name="if:sidebar links 3" content="0">
  32. <meta name="if:sidebar links 4" content="0">
  33.  
  34. <meta name="if:photo background effect" content="1" />
  35. <meta name="if:post border" content="1" />
  36.  
  37. <meta name="if:post date" content="1" />
  38.  
  39. <meta name="if:desaturated images" content="0">
  40. <meta name="if:faded images" content="0">
  41. <meta name="if:darkened images" content="0">
  42. <meta name="text:border curve" content="" />
  43.  
  44. <meta name="image:links image" content="" />
  45. <meta name="image:corner image" content="" />
  46. <meta name="image:inner sidebar" content="" />
  47. <meta name="image:background" content=""/>
  48. <meta name="image:ScrolltoTop" content="" />
  49.  
  50. <meta name="text:dropbox title" content="navigation" />
  51. <meta name="text:border curve" content="" />
  52. <meta name="text:hover blog title" content="hello" />
  53. <meta name="text:font size" content="12" />
  54.  
  55. <meta name="text:link 1 title" content="" />
  56. <meta name="text:link 2 title" content="" />
  57. <meta name="text:link 3 title" content="" />
  58. <meta name="text:link 4 title" content="" />
  59. <meta name="text:link 5 title" content="" />
  60.  
  61. <meta name="text:link 1 url" content="" />
  62. <meta name="text:link 2 url" content="" />
  63. <meta name="text:link 3 url" content="" />
  64. <meta name="text:link 4 url" content="" />
  65. <meta name="text:link 5 url" content="" />
  66.  
  67.  
  68.  
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72.  
  73. <script type="text/javascript">
  74. function unhide(divID) {
  75. var item = document.getElementById(divID);
  76. if (item) {
  77. item.className=(item.className=='hidden')?'unhidden':'hidden';
  78. }
  79. }
  80. </script>
  81. </script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  82. </script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  83. <script type="text/javascript"
  84. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  85.  
  86. <script type="text/javascript">
  87. jQuery(document).ready(function() {
  88. jQuery(".tagz").hide();
  89. //toggle the componenet with class msg_body
  90. jQuery(".cthrough").click(function()
  91. {
  92. jQuery(this).next(".tagz").slideToggle(500);
  93. });});
  94. </script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  95. <script>
  96. function startTime()
  97. {
  98. var today=new Date();
  99. var h=today.getHours();
  100. var m=today.getMinutes();
  101. var s=today.getSeconds();
  102. // add a zero in front of numbers<10
  103. m=checkTime(m);
  104. s=checkTime(s);
  105. document.getElementById('txt').innerHTML=h+":"+m+":"+s;
  106. t=setTimeout(function(){startTime()},500);
  107. }
  108.  
  109. function checkTime(i)
  110. {
  111. if (i<10)
  112. {
  113. i="0" + i;
  114. }
  115. return i;
  116. }
  117. </script>
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  127. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  128. <script>
  129. (function($){
  130. $(document).ready(function(){
  131. $("[title]").style_my_tooltips();
  132. });
  133. })(jQuery);
  134. </script>
  135. <script type="text/javascript"
  136. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  137.  
  138. <style type="text/css">
  139.  
  140. {block:IfdesaturatedImages}
  141. img{
  142. -webkit-transition: opacity 0.8s linear;
  143. opacity: 0.60;
  144. -webkit-filter:grayscale(100%);
  145. }
  146. img:hover{
  147. -webkit-transition: opacity 0.8s linear;
  148. opacity: 1;
  149. -webkit-filter:none;
  150. }
  151. {/block:IfdesaturatedImages}
  152. {block:IfFadedImages}
  153. img{
  154. -webkit-transition: opacity 0.8s linear;
  155. opacity: 0.60;
  156. }
  157. img:hover{
  158. -webkit-transition: opacity 0.8s linear;
  159. opacity: 1;
  160. }
  161. {/block:IfFadedImages}
  162. {block:IfFadedImages}
  163. 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;}
  164. 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;}
  165. {/block:IfFadedImages}
  166.  
  167. body{ -moz-transition:all 0.5s ease-out;
  168. -o-transition:all 0.5s ease-out;
  169. -webkit-transition all 0.5s ease-out;
  170. transition:all 0.5s ease-out;
  171. height:100%;
  172. word-break: keep-all;
  173. font-family:consolas;
  174. font-size: {text:font size}px;
  175. color:{color:text};
  176. background: {color:Background};
  177. cursor:url('http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress !important;
  178. }
  179.  
  180. a {-webkit-transition: 1s ease-in-out;
  181. -moz-transition: 1s ease-in-out;
  182. -o-transition: 1s ease-in-out;
  183. font-family:consolas;
  184. text-shadow: 1px 1px rgba(0, 0, 0, 0);
  185. text-decoration: none;
  186. color: {color:links};
  187. }
  188. a:hover {-webkit-transition: 1s ease-in-out;
  189. -moz-transition: 1s ease-in-out;
  190. -o-transition: 1s ease-in-out;
  191. cursor:url('http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), progress !important;
  192.  
  193. text-decoration: none;
  194. text-transform: uppercase;
  195.  
  196. }
  197. ::selection {
  198. background: {color:accent color};
  199. }
  200.  
  201. ::-moz-selection {
  202. background: {color:accent color};
  203. }
  204.  
  205. ::-webkit-selection {
  206. background: {color:accent color};
  207. }
  208. img {
  209.  
  210. {block:ifdarkenedimages}-webkit-filter: brightness(50%); {/block:ifdarkenedimages}
  211. -webkit-border-radius:{text:border curve}px;
  212. -moz-border-radius:{text:border curve}px;
  213. border-radius:{text:border curve}px;
  214.  
  215. -moz-transition:all 0.5s ease-out;
  216. -o-transition:all 0.5s ease-out;
  217. -webkit-transition all 0.5s ease-out;
  218. transition:all 0.5s ease-out;
  219. }
  220. img:hover {
  221. -webkit-filter: brightness(100%);
  222. -moz-transition:all 0.5s ease-out;
  223. -o-transition:all 0.5s ease-out;
  224. -webkit-transition all 0.5s ease-out;
  225. transition:all 0.5s ease-out;
  226. }
  227. blockquote {
  228. border-left: 1px solid transparent;
  229. color: {color:accent color 2};
  230. margin: 2px 3px;
  231. }
  232. ::-webkit-scrollbar-thumb{background-color: {color:accent color}; width: 3px;
  233. height:auto;-moz-border-radius:5px;border-radius: 5px;}::-webkit-scrollbar {height:auto; background-color:{color:link};width: 7px; border: 4px solid {color:background};}
  234.  
  235. .left {
  236. margin-left: 50px;
  237. }
  238.  
  239.  
  240. #posts {
  241.  
  242. width: 565px;
  243.  
  244. margin: 50px 0px;
  245. margin-left: -25px;
  246. margin-top: 55px;
  247. }
  248.  
  249. .entry {
  250. height: auto;
  251. font-family:consolas;
  252. {block:IndexPage}
  253. width: 200px;
  254. {/block:IndexPage}
  255. margin-bottom: 125px;
  256. margin-right: 75px;
  257.  
  258. {block:PermalinkPage}
  259. width: 400px;
  260. {/block:PermalinkPage}
  261. -moz-transition:all 0.5s ease-out;
  262. -o-transition:all 0.5s ease-out;
  263. -webkit-transition all 0.5s ease-out;
  264. transition:all 0.5s ease-out;
  265.  
  266. }
  267.  
  268. .entry:hover {
  269. -moz-transition:all 0.5s ease-out;
  270. -o-transition:all 0.5s ease-out;
  271. -webkit-transition all 0.5s ease-out;
  272. transition:all 0.5s ease-out;
  273.  
  274. }
  275.  
  276. .entry img{border: 1px dotted {block:ifpostborders}{color:border}{/block:ifpostborders}{block:ifnotpostborders}transparent{/block:ifnotpostborders}; padding:5px;
  277.  
  278. -webkit-transition: 1s ease-in-out;
  279. -moz-transition: 1s ease-in-out;
  280. -o-transition: 1s ease-in-out;
  281. max-width: 100%; -webkit-border-radius:{text:border curve}px;
  282. -moz-border-radius:{text:border curve}px;
  283. border-radius:{text:border curve}px;
  284. }
  285. .entry img:hover{
  286. -webkit-border-radius:{text:border curve}px;
  287. -moz-border-radius:{text:border curve}px;
  288. border-radius:{text:border curve}px;
  289. background: {color:accent color 2};
  290. -webkit-transition: .8s ease-in-out;
  291. -moz-transition: .8s ease-in-out;
  292. -o-transition: .8s ease-in-out;
  293. }
  294.  
  295. .post_title{
  296. font-size: 14px;
  297. word-break:keep-all;
  298. font-family: consolas;
  299. text-align: left;
  300. font-style:oblique;
  301. margin-bottom: -15px;
  302. margin-left: 5px;
  303. }
  304.  
  305. .link_title{
  306.  
  307. width: 100%;
  308. font-family: consolas;
  309. text-align: center;
  310.  
  311. }
  312. .hidden {display: none;}
  313. .unhidden {display: block;}
  314. .nav{
  315. position:fixed;
  316. top:0;
  317. left:0;
  318. max-width: 120px;
  319. }
  320.  
  321.  
  322. .quote{
  323. font-family:consolas;
  324. padding:10px;
  325. line-height:14px;
  326. text-transform:none;
  327. color: {color:text};
  328. }
  329.  
  330. .audio{
  331. width:100%;
  332. overflow: hidden;
  333. background: #fff;
  334. text-align: center;
  335.  
  336.  
  337. }
  338.  
  339. .audiocap, .videocap{
  340. display:block;
  341. padding:10px;
  342. }
  343.  
  344. .albumart, .albumart img{
  345. max-width:100%;
  346. }
  347.  
  348.  
  349. .question{
  350. font-weight:normal;
  351. margin-bottom:5px;
  352. font-size:11px;
  353. line-height:15px;
  354. display:block;
  355. color: white;
  356. text-transform:none;
  357. }
  358.  
  359.  
  360.  
  361.  
  362.  
  363. .topp {
  364. position:fixed;
  365. bottom: 0px;
  366. right: 0px;
  367. }
  368.  
  369.  
  370.  
  371. ul, ol, li{
  372. list-style:none;
  373. margin-left:5px;
  374. padding:3px;
  375. color: {color:accent color 2};}
  376.  
  377.  
  378.  
  379.  
  380. #perma {
  381.  
  382. font-size: 8px;
  383. padding-right: 5px;
  384. text-align: right;
  385. text-transform: uppercase;
  386. }
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. .pi
  395. {
  396.  
  397. text-align: left;
  398.  
  399. }
  400. #perma a{
  401. color: {color:links};
  402. }
  403.  
  404.  
  405.  
  406.  
  407. #sidebar2{
  408. position: fixed;
  409. padding: 5px;
  410. width: 105px;
  411. top: 25%;
  412. left: 550px;
  413. z-index: 9999999999999; -moz-transition:all 0.5s ease-out;
  414. -o-transition:all 0.5s ease-out;
  415. -webkit-transition all 0.5s ease-out;
  416. transition:all 0.5s ease-out;
  417. }
  418.  
  419. #sidebar2:hover{ {block:ifnottransparentsidebar}background: {color:sidebar};{/block:ifnottransparentsidebar}
  420. -moz-transition:all 0.5s ease-out;
  421. -o-transition:all 0.5s ease-out;
  422. -webkit-transition all 0.5s ease-out;
  423. transition:all 0.5s ease-out; }
  424.  
  425. #sbbbg {
  426. position: fixed; z-index: -9999999999999999999999;
  427. height: 100%;
  428. width: 120%;
  429. top: 0px;
  430. left: 550px;
  431. background: url('{image:Background}') top right fixed repeat;
  432. background-size:cover;
  433.  
  434. }
  435.  
  436. #sbbg { padding: 5px;
  437. z-index: -9999999999999999999999;
  438. position: fixed;
  439. height: 100%;
  440. width: 540px;
  441. top: 0px;
  442. left: 0px;
  443. background: transparent;
  444. opacity: 0.3;
  445. }
  446.  
  447.  
  448.  
  449. #topcontrol { }
  450.  
  451. #s-m-t-tooltip {
  452. text-align:center;
  453. background: {color:background};
  454. font-size: 10px;
  455. font-family: consolas;
  456. border: 1px solid {color:border};
  457. color: {color:text};
  458. max-width: 100px;
  459. text-transform:uppercase;
  460. word-wrap: break-word;
  461. padding: 1px 5px 2px 6px;
  462. display: block;
  463. margin: 10px 10px 10px 15px;
  464. z-index: 9999999999999999999999;
  465. }
  466.  
  467. .qq {
  468. text-align:right;
  469.  
  470.  
  471.  
  472.  
  473. padding: 5px;
  474.  
  475. -webkit-transition: all 0.5s ease-out;
  476. -moz-transition: all 0.5s ease-out;
  477. transition: all 0.5s ease-out;
  478. }
  479.  
  480. #linkline {
  481. -webkit-border-radius:5px;
  482. -moz-border-radius:5px;
  483. border-radius:5px;
  484. border: 1px dotted {color:border};
  485. font-family: consolas;
  486. color: {color:text};
  487. font-size: 12px;
  488. position:absolute;
  489. width: 30px;
  490. height: 2px;
  491. margin-left: -2px;
  492. -webkit-transition: 0.5s ease-in-out;
  493. -moz-transition: .5s ease-in-out;
  494. -o-transition: .5s ease-in-out;
  495. z-index: 9999999999;
  496. }
  497.  
  498.  
  499. #linkline:hover {
  500. background: {color:accent color};
  501. }
  502.  
  503.  
  504.  
  505.  
  506.  
  507. .linw {
  508.  
  509. font-family: consolas;
  510. text-align: center;
  511. color: {color:text};
  512. font-size: 12px;
  513. position:absolute;
  514. margin-left: 125px;
  515. margin-top: -35px;
  516. -webkit-transition: 1s ease-in-out;
  517. -moz-transition: 1s ease-in-out;
  518. -o-transition: 1s ease-in-out;
  519. z-index: 9999999999;
  520. text-transform: uppercase;
  521.  
  522. }
  523.  
  524. .linw a{
  525. background: {color:sidebar};
  526. }
  527.  
  528. .linf {
  529. font-family: consolas;
  530. text-align: center;
  531. color: {color:text};
  532. font-size: 12px;
  533. -webkit-transition: 1s ease-in-out;
  534. -moz-transition: 1s ease-in-out;
  535. -o-transition: 1s ease-in-out;
  536. z-index: 9999999999;
  537. text-transform: uppercase;
  538. }
  539.  
  540. #line {
  541. border-left: 1px dotted {color:border}; position:fixed; height: 100%; width: 10px; left: 550px; margin-top: -55px;
  542. }
  543.  
  544. #peer {
  545. text-align: center;
  546. position:absolute; width: 100%; margin-top: -12px;
  547. }
  548.  
  549. </style>
  550.  
  551. <script type="text/javascript" src="jquery-1.4.2.min.js"></script>
  552.  
  553. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  554. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  555. </script>
  556. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  557. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  558. <script type="text/javascript">
  559.  
  560. $(window).load(function () {
  561. $('.posts').masonry(),
  562. $('.masonryWrap').infinitescroll({
  563. navSelector : "div#navigation",
  564. // selector for the paged navigation (it will be hidden)
  565. nextSelector : "div#navigation a#nextPage",
  566. // selector for the NEXT link (to page 2)
  567. itemSelector : ".entry",
  568. // selector for all items you'll retrieve
  569. bufferPx : 10000,
  570. extraScrollPx: 11000,
  571. loadingImg : "",
  572. loadingText : "<em>loading</em>",
  573. },
  574. // call masonry as a callback.
  575. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  576. );
  577. });
  578. </script>
  579. <script>
  580. $.fn.changebackground = function(msg) {
  581. $("#sbbg").css("background-image", "url("+msg+")");
  582. };
  583. </script>
  584. </head>
  585.  
  586. <body>
  587. <div id="line"></div>
  588.  
  589.  
  590.  
  591. <img src="{image:corner image}" style="z-index: -99;position:fixed; top: 0px; right: 0px;">
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. <div id="sbbbg"></div>
  602. <div id="sbbg"></div>
  603. <div id="sidebar2"> {block:ifsidebarlinks1}
  604. <a href="/ask" title="message"><div id="linkline" style="margin-top: -20px;"></div></a> <a href="/" title="refresh"><div id="linkline" style="margin-top: -13px;"></div></a> <a href="/archive" title="index"><div id="linkline" style="margin-top: -20px; margin-left: 38px;"></div></a> <a href="{text:link 1 url}" title="{text:link 1 title}"><div id="linkline" style="margin-top: -20px;margin-left: 78px;"></div></a> <a href="{text:link 2 url}" title="{text:link 2 title}"><div id="linkline" style="margin-top: -13px;margin-left: 78px;"></div></a> <a href="http://jubileethemes.tumblr.com" title="theme"><div id="linkline" style="margin-top: -13px;margin-left: 38px;"></div></a> {/block:ifsidebarlinks1}
  605. <div class="linf"><a onmouseover="this.innerHTML='{text:hover blog title}'" onmouseout="this.innerHTML='{Title}'">{Title}</a></div>
  606. <img src="{image:inner sidebar}" style="max-width: 130px;"/><br>
  607. <small>
  608. {block:ifsidebarlinks2}
  609. <a href="/" title="refresh" onmouseover="this.innerHTML='home'" onmouseout="this.innerHTML='001'">001</a>
  610. <a href="/ask" onmouseover="this.innerHTML='message'" onmouseout="this.innerHTML='002'">002</a>
  611. <a href="/archive" onmouseover="this.innerHTML='index'" onmouseout="this.innerHTML='003'">003</a>
  612. {block:iflink1url}
  613. <a href="{text:link 1 url}" onmouseover="this.innerHTML='{text:link 1 title}'" onmouseout="this.innerHTML='004'">004</a> {/block:iflink1url} {block:iflink2url}
  614. <a href="{text:link 2 url}" onmouseover="this.innerHTML='{text:link 2 title}'" onmouseout="this.innerHTML='005'">005</a>
  615. {/block:iflink2url}
  616. <br> {/block:ifsidebarlinks2}
  617. {Description}<br>
  618.  
  619. {block:ifsidebarlinks3}
  620. <a href="javascript:unhide('displaybx');" title="links">
  621. <center><img src="{image:links image}" style="margin-top:4px;">
  622. </a>
  623. <div id="displaybx" class="hidden">
  624. <a href="{text:Link 1 URL}">{text:Link 1 title}</a>
  625. <a href="{text:Link 2 URL}">{text:Link 2 title}</a>
  626. <a href="{text:Link 3 URL}">{text:Link 3 title}</a>
  627. <a href="{text:Link 4 URL}">{text:Link 4 title}</a>
  628. <a href="{text:Link 5 URL}">{text:Link 5 title}</a>
  629. </span></center>
  630. {/block:ifsidebarlinks3}
  631. {block:ifsidebarlinks4}
  632. <center><select style="
  633. background: {color:accent color};
  634. color:{color:links};
  635. border: 1px dotted {color:Border};
  636. -webkit-appearance:none;
  637. padding:0px;
  638. font-size: 11px;
  639. line-height: 15px;
  640. font-family: consolas;" onChange="location.href=this.options[this.selectedIndex].value;">
  641. <option value="/">{text:dropbox title}</option>
  642. {block:iflink1title}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1title}
  643. {block:iflink2title}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2title}
  644. {block:iflink3title}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3title}
  645. {block:iflink4title}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4title}
  646. {block:iflink5title}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5title}
  647. </select></center>
  648. {/block:ifsidebarlinks4}
  649.  
  650. <div class="linw">
  651.  
  652.  
  653.  
  654. </div>
  655.  
  656. </small>
  657.  
  658.  
  659. </div>
  660.  
  661.  
  662. <div class="left">
  663.  
  664.  
  665.  
  666. <div id="posts">
  667.  
  668.  
  669. <div class="posts">
  670.  
  671.  
  672.  
  673.  
  674.  
  675. {block:Posts}
  676. {block:ContentSource}
  677. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  678. {/block:ContentSource}
  679. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  680.  
  681. <div class="entry">
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. {block:Text}
  691. <div id="entry">
  692.  
  693. {block:Title}<div class="post_title" style="margin-left: 15px;">- {Title}</div>{/block:Title}
  694.  
  695.  
  696.  
  697.  
  698. <div style="padding:5px;" >
  699. {Body}
  700. </div>
  701.  
  702.  
  703. {block:IndexPage}
  704. <div id="perma">
  705. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  706. {block:RebloggedFrom}
  707. <a title="&copy;"href="{ReblogRootURL}">source</a>
  708. {block:RebloggedFrom}
  709. </div>
  710.  
  711.  
  712.  
  713.  
  714. {/block:IndexPage}
  715.  
  716. </div>
  717. {/block:Text}
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. {block:Photo}{block:IndexPage}{block:ifpostdate}<div id="peer">
  731. <center><small>
  732. <a href="{Permalink}" onmouseover="this.innerHTML='{NoteCountWithLabel}'" onmouseout="this.innerHTML='{ShortMonth} {DayOfMonthWithZero} {Year}'">{ShortMonth} {DayOfMonthWithZero} {Year}</small> </center></div>{/block:ifpostdate}
  733. {block:ifphotobackgroundeffect}<center>
  734. <a href="{Permalink}">{block:Post1}
  735. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 150px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  736. {/block:Post1}
  737. {block:Post2}
  738. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 130px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  739. {/block:Post2}
  740. {block:Post3}
  741. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 190px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  742. {/block:Post3}
  743. {block:Post4}
  744. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 120px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  745. {/block:Post4}
  746. {block:Post5}
  747. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 185px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  748. {/block:Post5}
  749. {block:Post6}
  750. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 160px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  751. {/block:Post6}
  752. {block:Post7}
  753. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 140px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  754. {/block:Post7}
  755. {block:Post8}
  756. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 190px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  757. {/block:Post8}
  758. {block:Post9}
  759. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 130px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  760. {/block:Post9}
  761. {block:Post10}
  762. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 140px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  763. {/block:Post10}
  764. {block:Post11}
  765. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 170px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  766. {/block:Post11}
  767. {block:Post12}
  768. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 150px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  769. {/block:Post12}
  770. {block:Post13}
  771. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 120px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  772. {/block:Post13}
  773. {block:Post14}
  774. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 180px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  775. {/block:Post14}
  776. {block:Post15}
  777. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 200px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  778. {/block:Post15}
  779.  
  780. </a></center>
  781.  
  782.  
  783. {/block:ifphotobackgroundeffect}
  784. {block:ifnotphotobackgroundeffect}<center>
  785. <a href="{Permalink}" title="{notecountwithlabel}">{block:Post1}
  786. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 150px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  787. {/block:Post1}
  788. {block:Post2}
  789. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 130px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  790. {/block:Post2}
  791. {block:Post3}
  792. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 190px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  793. {/block:Post3}
  794. {block:Post4}
  795. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 120px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  796. {/block:Post4}
  797. {block:Post5}
  798. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 185px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  799. {/block:Post5}
  800. {block:Post6}
  801. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 160px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  802. {/block:Post6}
  803. {block:Post7}
  804. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 140px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  805. {/block:Post7}
  806. {block:Post8}
  807. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 190px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  808. {/block:Post8}
  809. {block:Post9}
  810. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 130px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  811. {/block:Post9}
  812. {block:Post10}
  813. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 140px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  814. {/block:Post10}
  815. {block:Post11}
  816. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 170px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  817. {/block:Post11}
  818. {block:Post12}
  819. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 150px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  820. {/block:Post12}
  821. {block:Post13}
  822. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 120px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  823. {/block:Post13}
  824. {block:Post14}
  825. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 180px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/>
  826. {/block:Post14}
  827. {block:Post15}
  828. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="width: 200px;" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"/> {/block:Post15}
  829.  
  830. </a></center>
  831.  
  832. {/block:ifnotphotobackgroundeffect}
  833. {/block:IndexPage}
  834.  
  835. {block:PermalinkPage}
  836. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  837. {block:Caption}{Caption}{/block:Caption}
  838. {/block:PermalinkPage}
  839.  
  840.  
  841.  
  842. {/block:Photo}
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. {block:Photoset}
  856. <div id="entry">
  857.  
  858. <center>{block:IndexPage}
  859. {block:Photos}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-HighRes}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"></a>{/block:Photos}{/block:IndexPage}
  860. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  861. </center>
  862.  
  863.  
  864.  
  865.  
  866. {block:IndexPage}
  867. <div id="perma">
  868. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  869. {block:RebloggedFrom}
  870. <a title="&copy;"href="{ReblogRootURL}">source</a>
  871. {block:RebloggedFrom}
  872. </div>
  873.  
  874.  
  875.  
  876.  
  877. {/block:IndexPage}
  878.  
  879. </div>
  880. {/block:Photoset}
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894. {block:Quote}
  895. <div id="entry">
  896.  
  897.  
  898. <div class="quote">{Quote}<br>
  899. <small>{Source}</small>
  900. </div>
  901.  
  902. {block:IndexPage}
  903. <div id="perma">
  904. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  905. {block:RebloggedFrom}
  906. <a title="&copy;"href="{ReblogRootURL}">source</a>
  907. {block:RebloggedFrom}
  908. </div>
  909.  
  910.  
  911.  
  912.  
  913. {/block:IndexPage}
  914.  
  915. </div>
  916. {/block:Quote}
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933. {block:Link}
  934. <div id="entry">
  935.  
  936.  
  937. <center><a href="{URL}"{Target}><div class="link_title">{Name}</div></a></center>
  938. {block:Description}<div style="padding: 2px; margin-top: -3px;">{Description}</div>{/block:Description}
  939.  
  940. {block:IndexPage}
  941. <div id="perma">
  942. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  943. {block:RebloggedFrom}
  944. <a title="&copy;"href="{ReblogRootURL}">source</a>
  945. {block:RebloggedFrom}
  946. </div>
  947.  
  948.  
  949.  
  950.  
  951. {/block:IndexPage}
  952.  
  953. </div>
  954. {/block:Link}
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969. {block:Video}
  970. <div id="entry">
  971.  
  972.  
  973.  
  974. {Video-250}
  975.  
  976. {block:IndexPage}
  977. <div id="perma">
  978. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  979. {block:RebloggedFrom}
  980. <a title="&copy;"href="{ReblogRootURL}">source</a>
  981. {block:RebloggedFrom}
  982. </div>
  983.  
  984.  
  985.  
  986.  
  987. {/block:IndexPage}
  988.  
  989. </div>
  990. {/block:Video}
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005. {block:Chat}
  1006. <div id="entry">
  1007.  
  1008.  
  1009. <div style="padding:5px;">
  1010. {block:Title}
  1011. {Title}
  1012. {/block:Title}
  1013. {block:Lines}{block:Label}{Label}{/block:Label}{Line}<br><br>{/block:Lines}
  1014. </div>
  1015. {block:IndexPage}
  1016. <div id="perma">
  1017. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  1018. {block:RebloggedFrom}
  1019. <a title="&copy;"href="{ReblogRootURL}">source</a>
  1020. {block:RebloggedFrom}
  1021. </div>
  1022.  
  1023.  
  1024.  
  1025.  
  1026. {/block:IndexPage}
  1027.  
  1028. </div>
  1029. {/block:Chat}
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. {block:Audio}
  1051. <div class="audio"> {AudioPlayerWhite} </div>
  1052.  
  1053. <div id="entry">
  1054.  
  1055. {block:AlbumArt}
  1056. <div class="albumart"><img src="{AlbumArtURL}" width="100%" style="-webkit-border-radius:{text:border curve}px;
  1057. -moz-border-radius:{text:border curve}px;
  1058. border-radius:{text:border curve}px;"></a></div>{/block:AlbumArt}
  1059.  
  1060.  
  1061.  
  1062. {block:IndexPage}
  1063. <div id="perma">
  1064. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  1065. {block:RebloggedFrom}
  1066. <a title="&copy;"href="{ReblogRootURL}">source</a>
  1067. {block:RebloggedFrom}
  1068. </div>
  1069.  
  1070.  
  1071.  
  1072.  
  1073. {/block:IndexPage}
  1074. </div>
  1075. {/block:Audio}
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085. {block:Answer}
  1086. <div id="entry">
  1087.  
  1088. <div style="padding:10px;">
  1089. <div class="question"><u>{Asker}</u>: &nbsp;{Question}</div>
  1090.  
  1091. {Answer}
  1092. </div>
  1093. {block:IndexPage}
  1094. <div id="perma">
  1095. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a> <a href="{Permalink}" title="{text:permalink hover}">{NoteCountWithLabel}</a>
  1096. {block:RebloggedFrom}
  1097. <a title="&copy;"href="{ReblogRootURL}">source</a>
  1098. {block:RebloggedFrom}
  1099. </div>
  1100.  
  1101.  
  1102.  
  1103.  
  1104. {/block:IndexPage}
  1105.  
  1106. </div>
  1107.  
  1108. {/block:Answer}
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. </div>
  1120.  
  1121. {/block:Posts}
  1122.  
  1123. {block:PermalinkPage}
  1124. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1125. {/block:PermalinkPage}
  1126. </div>
  1127. </div>
  1128.  
  1129. {block:IndexPage}
  1130. <div class="column navigation" id="navigation">
  1131. {block:Pagination}
  1132. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1133. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  1134. </div>
  1135. {/block:IndexPage}
  1136.  
  1137.  
  1138.  
  1139. </body>
  1140.  
  1141.  
  1142. {block:IndexPage}
  1143. <script src="http://static.tumblr.com/mxokwyk/FIumglicr/mbtop.min.js"></script>
  1144. <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>
  1145. {/block:IndexPage}
  1146.  
  1147. <div style="position:fixed; bottom: 0px; right: 0px; opacity: 0.3;"><a href="http://jubileethemes.tumblr.com" title="credit">&copy;</a></div>
  1148. <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