Advertisement
reachingheart

Let Go

May 26th, 2013
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.54 KB | None | 0 0
  1. <!--
  2. theme by reachingheart. ivoryoceans is my new URL.
  3. do not remove this credits, thanks.
  4. -->
  5.  
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="close" alt="Close" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42.  
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.  
  45. <script>
  46.  
  47. (function($){
  48.  
  49. $(document).ready(function(){
  50.  
  51. $("a[title]").style_my_tooltips({
  52.  
  53. tip_follows_cursor:true,
  54.  
  55. tip_delay_time:90,
  56.  
  57. tip_fade_speed:600,
  58.  
  59. attribute:"title"
  60.  
  61. });
  62.  
  63. });
  64.  
  65. })(jQuery);
  66.  
  67. </script>
  68.  
  69.  
  70.  
  71. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  72. </script>
  73.  
  74.  
  75. {block:ifdisablerightclick}
  76. <SCRIPT language=JavaScript>
  77. <!-- http://www.spacegun.co.uk -->
  78. var message = "{text:disabled right click message}";
  79. function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
  80. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
  81. document.onmousedown = rtclickcheck;
  82. </SCRIPT>
  83. {/block:ifdisablerightclick}
  84.  
  85.  
  86. <title>{title}</title>
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  89. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  90. <meta name="color:background" content="#DACBD6"/>
  91. <meta name="color:text" content="#000000"/>
  92. <meta name="color:title" content="#000000"/>
  93. <meta name="color:Link" content="#424242"/>
  94. <meta name="color:Link11" content="#D8BFD8"/>
  95. <meta name="color:Link22" content="#FFC0CB"/>
  96. <meta name="color:Link33" content="#9AFF9A"/>
  97. <meta name="color:Link44" content="#FFD700"/>
  98. <meta name="color:Link55" content="#ADD8E6"/>
  99. <meta name="color:hover" content="#bebebe"/>
  100. <meta name="image:Background" content=""/>
  101. <meta name="image:Sidebar" content="http://24.media.tumblr.com/327e45bf35fd16b6f04e0d3111efbfeb/tumblr_mgkxup0Xbs1rmynsco1_500.png"/>
  102. <meta name="if:littlefont sidebar" content="1"/>
  103. <meta name="if:Infinite scrolling" content="1"/>
  104. <meta name="if:show blogtitle" content="0"/>
  105. <meta name="text:sidebar title" content="someone's opinion of you doesn't have to become your reality."/>
  106. <meta name="text:description quote" content="We are dying from overthinking. We are slowly killing ourselves by thinking about everything. Think. Think. Think. You can never trust the human mind anyway. It’s a death trap.">
  107. <meta name="text:statistics" content="">
  108. <meta name="if:dashed border" content="0/">
  109. <meta name="text:Custom Link One Title" content= >
  110. <meta name="text:Custom Link One" content="" />
  111. <meta name="text:Custom Link Two Title" content= >
  112. <meta name="text:Custom Link Two" content="" />
  113. <meta name="text:Custom Link Three Title" content= >
  114. <meta name="text:Custom Link Three" content="" />
  115. <meta name="text:Custom Link Four Title" content= >
  116. <meta name="text:Custom Link Four" content="" />
  117. <meta name="text:Custom Link Five Title" content= >
  118. <meta name="text:Custom Link Five" content="" />
  119.  
  120.  
  121.  
  122.  
  123. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  124.  
  125. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  126. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  127. <script type="text/javascript">
  128. <!--
  129. //(c) Ian Muscat 2007
  130. function IE(e) {
  131. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){
  132. return false;
  133. }}
  134. function NS(e) {
  135. if (document.layers || (document.getElementById && !document.all)){
  136. if (e.which == "2" || e.which == "3"){
  137. return false;}}}
  138. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  139. //-->
  140. </script>
  141.  
  142.  
  143.  
  144.  
  145. <style type="text/css">
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #s-m-t-tooltip {
  155. max-width:300px;
  156. padding:3px 4px 5px 4px;
  157. margin:15px 0px 0px 15px;
  158. border-radius:3px;
  159. background-color:#fff; /* change the background color */
  160. font-family:ronda; /* change the font */
  161. font-size:8px; /* change the font size */
  162. letter-spacing:0px; /* change the letter spacing */
  163. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  164. color:#000; /* change the text color */
  165. border:1px solid #ddd;
  166. z-index:999999999999999999999999999999999999;
  167. -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 25px 10px / 10px 25px; -moz-border-radius: 25px 10px / 10px 25px;
  168. }
  169.  
  170.  
  171.  
  172.  
  173. #fade { /*--Transparent background layer--*/
  174. display: none; /*--hidden by default--*/
  175. background-image: url(http://media.tumblr.com/tumblr_mcbp0npAkA1qjs3ry.gif);
  176. position: fixed; left: 0; top: 0;
  177. width: 100%; height: 100%;
  178. opacity: 0.7;
  179. z-index: 9999;
  180. color:#aaa;
  181. }
  182.  
  183. .popup_block{
  184. display: none;
  185. background: #fff;
  186. padding: 10px;
  187. font-family: tinytots;
  188. border: 1px solid #FFC0CB;
  189. float: left;
  190. text-transform:uppercase;
  191. font-size: 8px;
  192. border-radius: 0px 0px 0px 0px;
  193. position: fixed;
  194. top: 50%; left: 50%;
  195. z-index: 99999;
  196. }
  197. img.btn_close {
  198. float: right;
  199. margin: -5px -5px 0 0;
  200. }
  201. *html .popup_block {
  202. position: absolute;
  203. }
  204.  
  205.  
  206. .popuptitle{
  207. background: #FFC0CB;
  208. font-family:"Calibri";
  209. font-size:8px;
  210. text-transform:uppercase;
  211. letter-spacing:px;
  212. line-height:12px;
  213. text-align:left;
  214. border-left:1px solid #fff;
  215. color:#fff;
  216. border-top-left-radius: 100px;
  217. border-bottom-left-radius: 100px;
  218. margin-bottom:2px;
  219. padding-left:5px;
  220. }
  221.  
  222.  
  223.  
  224.  
  225.  
  226. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  227.  
  228. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  229.  
  230. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  231.  
  232. @font-face{font-family:Lala;src:url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  233.  
  234.  
  235. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  236.  
  237. @font-face { font-family: "belta"; src: url('http://static.tumblr.com/0x5dthr/CWPmm9815/belta-regular.otf'); }
  238.  
  239.  
  240. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  241.  
  242. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  243.  
  244. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  245.  
  246. @font-face {
  247. font-family: "dawning";
  248. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  249. }
  250.  
  251. @font-face {
  252. font-family: "caviardreams";
  253. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  254. }
  255.  
  256. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  257.  
  258. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  259.  
  260. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  261.  
  262. @font-face{
  263. font-family: 'pixel';
  264. font-style: normal;
  265. font-weight: normal;
  266. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  267.  
  268.  
  269. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  270.  
  271.  
  272. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  273.  
  274. @font-face { font-family: "autumn"; src: url('http://static.tumblr.com/0x5dthr/uIcmm97oq/colors_of_autumn.ttf'); }
  275.  
  276. @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  277.  
  278. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  279. @font-face {
  280. font-family: "caviardreams";
  281. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  282. }
  283.  
  284. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  285. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  286.  
  287. p {
  288. margin:0px;
  289. margin-top:0px;
  290. }
  291.  
  292. a:link, a:active, a:visited{
  293. color: #FFC0CB;
  294. text-decoration: none;
  295. -webkit-transition: color 0.5s ease-out;
  296. -moz-transition: color 0.5s ease-out;
  297. }
  298.  
  299. a:hover {
  300. color:{color:hover};
  301. text-decoration: none;
  302. font-style: normal;
  303. -webkit-transition: color 0.8s ease-out;
  304. -moz-transition: color 0.8s ease-out;
  305. text-shadow:1px 1px 5px #000;
  306.  
  307. }
  308.  
  309.  
  310.  
  311.  
  312. body {
  313. margin:0px;
  314. background-color: white;
  315. background-image:url({image:Background});
  316. background-attachment: fixed;
  317. background-repeat: repeat;}
  318. body, div, p, textarea, submit, input{
  319. font-family: tinytots;
  320. font-size: 8px;
  321. line-height:12px;
  322. letter-spacing:0px;
  323. color:#aaa;
  324. }
  325.  
  326.  
  327. ::-webkit-scrollbar-thumb:vertical {
  328. background-color:#eee;
  329. height:auto;
  330. }
  331.  
  332. ::-webkit-scrollbar-thumb:horizontal {
  333. background-color:#eee
  334. height:auto !important;
  335. }
  336.  
  337. ::-webkit-scrollbar {
  338. height:auto;
  339. width:5px;
  340. background-color:#888;
  341. }
  342.  
  343. .wrapper{
  344. margin: 0px auto;
  345. width: 817px;
  346. }
  347.  
  348. askk {
  349. font-size:30px;
  350. font-family:arsenalewhite;
  351. color:#FFC0CB;
  352. }
  353.  
  354. .left{
  355. float: left;
  356. margin-left: 0px;
  357. width: 817px;
  358. }
  359.  
  360. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; }
  361.  
  362. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid #ddd;}
  363.  
  364. .entry {
  365. opacity:.8;
  366. float:left;
  367. padding: 3px;
  368. border: 1px double #ddd;
  369. margin: 2px;
  370. border-radius: 2px 2px 2px 2px;
  371. {block:IndexPage}
  372. width: 250px;
  373. {/block:IndexPage}
  374. {block:PermalinkPage}
  375. width:500px;
  376. margin-left:-35px;
  377. {/block:PermalinkPage}
  378. background-color: white;
  379. -webkit-transition: all .7s ease;
  380. -moz-transition: all .7s ease;
  381. -o-transition: all .7s ease;
  382. transition: all .7s ease;
  383. }
  384. .entry:hover{
  385. opacity:1;
  386. -webkit-transition: all .7s ease;
  387. -moz-transition: all .7s ease;
  388. -o-transition: all .7s ease;
  389. transition: all .7s ease;
  390. }
  391.  
  392. .entry img{
  393. {block:indexpage}
  394. max-width:250px
  395. {/block:indexpage}
  396. }
  397. .entry .textpost{
  398. background-color: #fff;
  399. }
  400.  
  401. .questions{
  402. font-style:normal;
  403. margin-bottom:3px;
  404. border-bottom:1px solid #dcdcdc;
  405. }
  406.  
  407. .questions:hover{
  408. font-style:bold;
  409. }
  410.  
  411.  
  412. #posts {
  413. float:center;
  414. margin-top: 40px;
  415. width:550px;
  416. margin-left: 200px;
  417. {block:PermalinkPage}
  418. margin-left: 320px;
  419. background-color: #fff;
  420. width:504px;
  421. {/block:PermalinkPage}
  422. }
  423.  
  424.  
  425.  
  426.  
  427. #postnotes{
  428. text-align: left;
  429. }
  430. #postnotes blockquote{
  431. border: 0px;
  432. }
  433.  
  434. x{
  435. color:#c5cdd1;
  436. font-style:normal;}
  437. x2{
  438. color:#c6a9f5;
  439. font-style:normal;
  440. font-family: lora;
  441. text-transform:lowercase;
  442. font-size: 10px;}
  443. o{
  444. color:#fc96c7;
  445. font-family:handy00;
  446. font-style:normal;}
  447. l{
  448. color:#f4c1cb;
  449. font-style:normal;}
  450. v{
  451. color:#c9c9c9;
  452. font-style:normal;
  453. line-height:8px;
  454. text-transform:uppercase;}
  455.  
  456.  
  457. #sidebar {
  458. position:fixed !important;
  459. width: 180px;
  460. font-family: ronda;
  461. font-size: 8px;
  462. height: 505px;
  463. background-color:white;
  464. border-top:0px solid #ddd;
  465. border-bottom:1px solid #ddd;;
  466. border-left: 1px solid #ddd;
  467. border-right: 1px solid #ddd;
  468. margin-left: 10px;
  469. margin-top: 140px;
  470. padding:2px;
  471. padding-bottom: 3px;
  472. border-radius: 0px 0px 0px 0px;
  473. line-height: 10px;
  474.  
  475. }
  476.  
  477. div#sidebanner3{
  478. position:fixed !important;
  479. width: auto;
  480. height: auto;
  481. margin-top: 125px;
  482. margin-left:55px;
  483. background-color: transparent;
  484. color: #d88787;
  485. font-family: stars;
  486. width:202px;
  487. text-shadow: 0px 0px 0px #aaa;
  488. ;
  489. font-weight: normal;
  490. font-size: 20px;
  491. line-height:15px;
  492. letter-spacing: 1px;
  493. font-style: normal;
  494. text-transform: ;
  495. }
  496.  
  497. #sidebarimg img {
  498. position:fixed;
  499. width:174px;
  500. padding:5px;
  501. -webkit-transform: rotate(0deg);
  502. height: 130px;
  503. z-index:999999;
  504. margin-top:-143px;
  505. margin-left:-3px;
  506. border-radius: 0px 0px 0px 0px;
  507. -webkit-transition: all 1.0s ease-in-out;
  508. -moz-transition: all 1.0s ease-in-out;
  509. -o-transition: all 1.0s ease-in-out;
  510. -ms-transition: all 1.0s ease-in-out;
  511. transition: all 1.0s ease-in-out;
  512. border:0px solid #AFEEEE;
  513. background-image:url();
  514.  
  515. }
  516.  
  517.  
  518. #backgroundquote{
  519. z-index:2;
  520. color:white;
  521. font-size: 12px;
  522. font-family:tahoma;
  523. text-transform:normal;
  524. background:#add8e6;
  525. text-align:center;
  526. font-style:normal;
  527. position: fixed;
  528. margin-top:165px;
  529. margin-left:18px;
  530. line-height: 35%;
  531. border-radius:5px 5px 5px 5px;
  532. padding:5px;
  533. width:160px;
  534. height: 5px;
  535. }
  536.  
  537. #backgroundquote2{
  538. z-index:2;
  539. color:white;
  540. font-size: 12px;
  541. font-family:tahoma;
  542. text-transform:normal;
  543. background:#add8e6;
  544. text-align:center;
  545. font-style:normal;
  546. position: fixed;
  547. margin-top:237px;
  548. margin-left:18px;
  549. line-height: 35%;
  550. border-radius:5px 5px 5px 5px;
  551. padding:5px;
  552. width:160px;
  553. height: 5px;
  554. }
  555.  
  556. #backgroundquote3{
  557. z-index:2;
  558. color:white;
  559. font-size: 12px;
  560. font-family:tahoma;
  561. text-transform:normal;
  562. background:#add8e6;
  563. text-align:center;
  564. font-style:normal;
  565. position: fixed;
  566. margin-top:298px;
  567. margin-left:18px;
  568. line-height: 35%;
  569. border-radius:5px 5px 5px 5px;
  570. padding:5px;
  571. width:160px;
  572. height: 5px;
  573. }
  574.  
  575. #backgroundquote4{
  576. z-index:2;
  577. color:white;
  578. font-size: 12px;
  579. font-family:tahoma;
  580. text-transform:normal;
  581. background:#add8e6;
  582. text-align:center;
  583. font-style:normal;
  584. position: fixed;
  585. margin-top:391px;
  586. margin-left:18px;
  587. line-height: 35%;
  588. border-radius:5px 5px 5px 5px;
  589. padding:5px;
  590. width:160px;
  591. height: 5px;
  592. }
  593.  
  594. #banner{
  595. z-index:2;
  596. color:#b4b4b4;
  597. font-size: 25px;
  598. font-family:lala;
  599. text-transform:normal;
  600. text-align:center;
  601. font-style:normal;
  602. position: fixed;
  603. margin-top:10px;
  604. margin-left:200px;
  605. line-height: 130%;
  606. border-bottom:2px solid #FFC0CB;
  607. padding:1px;
  608. border-color:#f1f1f1;
  609. width:550px;
  610. height: 25px;
  611. background:white;
  612. border-radius: 0px 0px 0px 0px;
  613. }
  614.  
  615. #box1{
  616. z-index:2;
  617. color:#6e6e6e;
  618. font-size: 8px;
  619. font-family:pixel;
  620. text-transform:normal;
  621. background:#fff;
  622. text-align:center;
  623. font-style:normal;
  624. position: fixed;
  625. margin-top:180px;
  626. margin-left:15px;
  627. line-height: 130%;
  628. border-top:0px solid;
  629. border-bottom:0px solid;
  630. border-left: 0px solid;
  631. border-right: 0px solid;
  632. padding:5px;
  633. border-color:#f1f1f1;
  634. width:170px;
  635. height: 47px;
  636. border-radius: 0px 0px 0px 0px;
  637. }
  638.  
  639. #box3{
  640. z-index:2;
  641. color:#6e6e6e;
  642. font-size: 8px;
  643. font-family:pixel;
  644. text-transform:uppercase;
  645. background:#fff;
  646. text-align:center;
  647. font-style:normal;
  648. position: fixed;
  649. margin-top:252px;
  650. margin-left:15px;
  651. line-height: 130%;
  652. border-top:0px solid;
  653. border-bottom:0px solid;
  654. border-left: 0px solid;
  655. border-right: 0px solid;
  656. padding:5px;
  657. border-color:#f1f1f1;
  658. width:170px;
  659. height: 30px;
  660. border-radius: 0px 0px 0px 0px;
  661. }
  662.  
  663. #box4{
  664. z-index:2;
  665. color:#6e6e6e;
  666. font-size: 8px;
  667. font-family:pixel;
  668. text-transform:uppercase;
  669. background:#fff;
  670. text-align:left;
  671. font-style:normal;
  672. position: fixed;
  673. margin-top:313px;
  674. margin-left:15px;
  675. line-height: 130%;
  676. border-top:0px solid;
  677. border-bottom:0px solid;
  678. border-left: 0px solid;
  679. border-right: 0px solid;
  680. padding:5px;
  681. border-color:#f1f1f1;
  682. width:140px;
  683. height: 35px;
  684. border-radius: 0px 0px 0px 0px;
  685. }
  686.  
  687. #box5{
  688. z-index:2;
  689. color:#6e6e6e;
  690. font-size: 8px;
  691. font-family:pixel;
  692. text-transform:uppercase;
  693. background:#fff;
  694. text-align:left;
  695. font-style:normal;
  696. position: fixed;
  697. margin-top:410px;
  698. margin-left:15px;
  699. line-height: 130%;
  700. border-top:0px solid;
  701. border-bottom:0px solid;
  702. border-left: 0px solid;
  703. border-right: 0px solid;
  704. padding:5px;
  705. border-color:#f1f1f1;
  706. width:170px;
  707. height: 35px;
  708. border-radius: 0px 0px 0px 0px;
  709. }
  710.  
  711.  
  712. #box2{
  713. z-index:2;
  714. color:#b4b4b4;
  715. font-size: 8px;
  716. font-family:pixel;
  717. text-transform:uppercase;
  718. background:#fff;
  719. text-align:center;
  720. font-style:normal;
  721. position: fixed;
  722. margin-top:447px;
  723. margin-left:-12px;
  724. line-height: 130%;
  725. border-top:1px solid;
  726. border-bottom:1px solid;
  727. border-left: 1px solid;
  728. border-right: 1px solid;
  729. padding:5px;
  730. border-color:#f1f1f1;
  731. width:196px;
  732. height: 22px;
  733. border-radius: 0px 0px 0px 0px;
  734. }
  735.  
  736. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  737.  
  738.  
  739.  
  740.  
  741. h3{
  742. font-family: stars;
  743. font-size: 80px;
  744. line-height: 12px;
  745. color: #A78282;
  746. font-weight: normal;
  747. line-height:15px;
  748. letter-spacing: 1px;
  749. font-style: normal;
  750. text-transform: lowercase;
  751. text-align: right;
  752. padding: 0px;
  753. margin:0px;
  754. }
  755.  
  756.  
  757.  
  758.  
  759. div#links{
  760. font-family:consolas;
  761. font-size:12px;
  762. color: #fff;
  763. overflow: auto;
  764. position:fixed;
  765. width:100px;
  766. height:auto;
  767. background: #000;
  768. padding:2px;
  769. margin-top: 88px;
  770. margin-left:24px;
  771. border: 0px double #eee;
  772. z-index: 9999;
  773. -webkit-transform: rotate(0deg);
  774. }
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781. div#nickiminaj{
  782. position:fixed !important;
  783. width: auto;
  784. height: auto;
  785. margin-top:134px;
  786. margin-left:-215px;
  787. background-color: transparent;
  788. font-family:autumn;
  789. font-size: 50px;
  790. line-height: 40px;
  791. text-align: center;
  792. z-index:99999;
  793. -webkit-transform: rotate(0deg);
  794. -moz-transform: rotate-(0deg);
  795. font-weight: normal;
  796. text-shadow: 0px 0px 0px #888;
  797. color: black;
  798. transition: all 0.9s ease-out;
  799. -o-transition-transition: all 0.9s ease-out;
  800. -webkit-transition: all 0.9s ease-out;
  801. -moz-transition: all 0.9s ease-out;
  802. }
  803.  
  804.  
  805.  
  806.  
  807. #gomez a{
  808. opacity: 0.5;
  809. color: #aaa;
  810. position: fixed;
  811. background: #fff;
  812. display: inline-block;
  813. font-family: pixel;
  814. margin-left:24px;
  815. border: 0px solid #aaa;
  816. margin-top: 147px;
  817. font-size: 8px;
  818. letter-spacing:1px;
  819. text-align: center;
  820. z-index:9;
  821. text-transform:uppercase;
  822. line-height: 16px;
  823. height: 15px;
  824. width: 30px;
  825. transition: all 0.5s ease-out;
  826. -o-transition-transition: all 0.5s ease-out;
  827. -webkit-transition: all 0.5s ease-out;
  828. -moz-transition: all 0.5s ease-out;
  829.  
  830. }
  831.  
  832. #gomez a:hover {
  833. padding-top: 0px;
  834. border-bottom:3px solid {color:Link11};
  835. opacity: 0.9;
  836. color:#FFFFFF;
  837. transition: all 0.5s ease-out;
  838. -o-transition-transition: all 0.5s ease-out;
  839. -webkit-transition: all 0.5s ease-out;
  840. -moz-transition: all 0.5s ease-out;
  841. }
  842.  
  843.  
  844. #cyrus a{
  845. opacity: 0.5;
  846. color: #aaa;
  847. position: fixed;
  848. border: 0px solid #aaa;
  849. letter-spacing:1px;
  850. text-transform:uppercase;
  851. background: #fff;
  852. display: inline-block;
  853. font-family: pixel;
  854. margin-left: 56px;
  855. margin-top: 147px;
  856. font-size: 8px;
  857. text-align: center;
  858. line-height: 16px;
  859. height: 15px;
  860. width: 30px;
  861. transition: all 0.5s ease-out;
  862. -o-transition-transition: all 0.5s ease-out;
  863. -webkit-transition: all 0.5s ease-out;
  864. -moz-transition: all 0.5s ease-out;
  865. }
  866.  
  867.  
  868.  
  869. #cyrus a:hover {
  870. padding-top: 0px;
  871. opacity: 0.9;
  872. color:#FFFFFF;
  873. border-bottom: 3px solid {color:Link22};
  874. transition: all 0.5s ease-out;
  875. -o-transition-transition: all 0.5s ease-out;
  876. -webkit-transition: all 0.5s ease-out;
  877. -moz-transition: all 0.5s ease-out;
  878. }
  879.  
  880. #lovato a{
  881. opacity: 0.5;
  882. color: #aaa;
  883. position: fixed;
  884. background: #fff;
  885. display: inline-block;
  886. font-family: pixel;
  887. margin-left: 92px;
  888. letter-spacing:1px;
  889. text-transform:uppercase;
  890. margin-top:147px;
  891. font-size: 8px;
  892. text-align: center;
  893. border: 0px solid #aaa;
  894. line-height: 16px;
  895. height: 15px;
  896. width: 30px;
  897. transition: all 0.5s ease-out;
  898. -o-transition-transition: all 0.5s ease-out;
  899. -webkit-transition: all 0.5s ease-out;
  900. -moz-transition: all 0.5s ease-out;
  901.  
  902. }
  903.  
  904.  
  905. #lovato a:hover {
  906. padding-top: 0px;
  907. opacity: 0.9;
  908. color:#FFFFFF;
  909. border-bottom: 3px solid {color:Link33};
  910. transition: all 0.5s ease-out;
  911. -o-transition-transition: all 0.5s ease-out;
  912. -webkit-transition: all 0.5s ease-out;
  913. -moz-transition: all 0.5s ease-out;
  914. }
  915.  
  916.  
  917. #ashley a{
  918. opacity: 0.5;
  919. color: #aaa;
  920. position: fixed;
  921. letter-spacing:1px;
  922. text-transform:uppercase;
  923. border: 0px solid #aaa;
  924. background: #fff;
  925. display: inline-block;
  926. font-family: pixel;
  927. margin-left: 135px;
  928. margin-top: 147px;
  929. font-size: 8px;
  930. text-align: center;
  931. line-height: 16px;
  932. height: 15px;
  933. width: 30px;
  934. transition: all 0.5s ease-out;
  935. -o-transition-transition: all 0.5s ease-out;
  936. -webkit-transition: all 0.5s ease-out;
  937. -moz-transition: all 0.5s ease-out;
  938. }
  939.  
  940.  
  941.  
  942. #ashley a:hover {
  943. padding-top: 0px;
  944. opacity: 0.9;
  945. color:#FFFFFF;
  946. border-bottom:3px solid {color:Link44};
  947. transition: all 0.5s ease-out;
  948. -o-transition-transition: all 0.5s ease-out;
  949. -webkit-transition: all 0.5s ease-out;
  950. -moz-transition: all 0.5s ease-out;
  951. }
  952.  
  953. #elena a{
  954. opacity: 0.5;
  955. color: #aaa;
  956. position: fixed;
  957. letter-spacing:1px;
  958. text-transform:uppercase;
  959. border: 0px solid #aaa;
  960. background: #fff;
  961. display: inline-block;
  962. font-family: pixel;
  963. margin-left: 165px;
  964. margin-top: 147px;
  965. font-size: 8px;
  966. text-align: center;
  967. line-height: 16px;
  968. height: 15px;
  969. width: 30px;
  970. transition: all 0.5s ease-out;
  971. -o-transition-transition: all 0.5s ease-out;
  972. -webkit-transition: all 0.5s ease-out;
  973. -moz-transition: all 0.5s ease-out;
  974. }
  975.  
  976.  
  977.  
  978. #elena a:hover {
  979. padding-top: 0px;
  980. opacity: 0.9;
  981. color:#FFFFFF;
  982. border-bottom:3px solid {color:Link55};
  983. transition: all 0.5s ease-out;
  984. -o-transition-transition: all 0.5s ease-out;
  985. -webkit-transition: all 0.5s ease-out;
  986. -moz-transition: all 0.5s ease-out;
  987. }
  988.  
  989. @font-face{
  990. font-family: 'pixel';
  991. font-style: normal;
  992. font-weight: normal;
  993. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  994.  
  995.  
  996.  
  997.  
  998. .title{
  999. font-family: Lala;
  1000. font-size: 25px;
  1001. line-height: 22px;
  1002. color: black;
  1003. text-transform:normal;
  1004. }
  1005.  
  1006. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  1007.  
  1008. #postnotes{
  1009. text-align: justify;}
  1010.  
  1011. #postnotes blockquote{
  1012. border: 0px;}
  1013.  
  1014. blockquote{
  1015. padding: 2px 2px 2px 5px;
  1016. margin:2px 2px 2px 5px;
  1017. border-left: 2px solid #888;
  1018. }
  1019.  
  1020. blockquote p, ul{
  1021. margin:0px;
  1022. padding:0px;
  1023. }
  1024.  
  1025. a img{border: 0px;}
  1026.  
  1027. ul, li{
  1028. list-style:none;
  1029. padding: 1px 1px 1px 2px;
  1030. margin:1px 1px 1px 1px;
  1031. }
  1032.  
  1033. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1034. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  1035.  
  1036. .notes img{width:10px; position:relative; top:3px;}
  1037.  
  1038. .permalink {
  1039. display: block;
  1040. padding: 0px;
  1041. margin: 4px 8px 0px 8px;
  1042. text-transform: uppercase;
  1043. font-family: littlefont;
  1044. font-size: 8px;
  1045. color: #b1b2ca;
  1046. line-height: 18px;
  1047. text-align: right;
  1048. text-decoration: none;
  1049. -webkit-transition: color 0.5s ease-out;
  1050. -moz-transition: color 0.5s ease-out;
  1051. border-top: 1px solid #dcdcdc;
  1052. }
  1053.  
  1054. .entry .blanket{
  1055. width:250px;
  1056. height: 10px;
  1057. line-height: 15px;
  1058. text-transform: none;
  1059. font-family: pixel;
  1060. position: absolute;
  1061. color: #66CDAA;
  1062. font-size: 8px;
  1063. text-align: center;
  1064. overflow:hidden;
  1065. opacity: 0.0;
  1066. background: #fff;
  1067. margin-top:0px;
  1068. margin-left: 0px;
  1069. border-bottom: 2px solid #FFC0CB ;
  1070. letter-spacing: 0px;
  1071. border-top-right-radius:0px;
  1072. border-bottom-left-radius:0px;
  1073. -webkit-transition: opacity 0.5s linear;
  1074. -webkit-transition: all 0.5s linear;
  1075. -moz-transition: all 0.5s linear;
  1076. transition: all 0.5s linear;
  1077. }
  1078.  
  1079. .entry:hover .blanket{
  1080. border-radius: 0px 0px 0px 0px;
  1081. width:250px;
  1082. height:25px;
  1083. opacity: 0.9;
  1084. -webkit-transition: all .3s ease-out;
  1085. -moz-transition: all .3s ease-out;
  1086. transition: all .3s ease-out;
  1087. }
  1088.  
  1089. .entry .blanket .permalink2{
  1090. text-transform:uppercase;
  1091. width:230px;
  1092. height:auto;
  1093. font-family:pixel;
  1094. line-height: 16px;
  1095. font-size:8px;
  1096. color: #FFC0CB;
  1097. letter-spacing: 0px;
  1098. font-decoration:none;
  1099. text-align:center;
  1100. margin-top:4px;
  1101. margin-left:2px;
  1102. opacity:0.0
  1103. background-color:#000;
  1104. -webkit-transition: all .3s linear;
  1105. -moz-transition: all .3s linear;
  1106. transition: all .3s linear;
  1107. }
  1108.  
  1109. .entry:hover .blanket .permalink2{
  1110. opacity:1;
  1111.  
  1112. -webkit-transition: all .4s linear;
  1113. -moz-transition: all .4s linear;
  1114. transition: all .4s linear;
  1115. }
  1116.  
  1117. .entry .blanket .permalink2 a{
  1118. color:#000;
  1119. -webkit-transition: all .3s linear;
  1120. -moz-transition: all .3s linear;
  1121. transition: all .3s linear;
  1122. }
  1123.  
  1124. .entry:hover .blanket .permalink2 a:hover {
  1125. color:#fff;
  1126. -webkit-transition: all .3s linear;
  1127. -moz-transition: all .3s linear;
  1128. transition: all .3s linear;
  1129. }
  1130.  
  1131. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  1132.  
  1133. @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  1134.  
  1135. @font-face { font-family:basket;
  1136. src: url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');
  1137. }
  1138.  
  1139.  
  1140. @font-face {
  1141. font-family: "sweetly";
  1142. src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');
  1143. }
  1144.  
  1145. </style>
  1146. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl5htNQtn1qfamg6.gif">
  1147.  
  1148. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  1149. <meta name="viewport" content="width=820" />
  1150.  
  1151. </head>
  1152. <body onkeydown="return false">
  1153.  
  1154. <div class="wrapper">
  1155.  
  1156. <div id="sidebar">
  1157. <div id="sidebarimg">
  1158. <img src="{image:Sidebar}" style=" border-top:1px solid #ddd;
  1159. border-bottom:0px solid;
  1160. border-left: 1px solid #ddd;
  1161. border-right: 1px solid #ddd;" width=65px height=auto></a>
  1162.  
  1163. </div>
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. <h3 style="font-size: 11pt; line-height: 12px; z-index: 1; text-align: center; border-bottom:1px solid #ddd; margin-top: 3px;"></h3>
  1173. <br>
  1174.  
  1175.  
  1176.  
  1177. </div>
  1178. <div id="banner">
  1179.  
  1180. {text:sidebar title}
  1181.  
  1182.  
  1183. </div>
  1184.  
  1185. <div id="backgroundquote">
  1186.  
  1187. about the blogger
  1188. </div>
  1189.  
  1190. <div id="backgroundquote2">
  1191.  
  1192. quote of the week
  1193. </div>
  1194.  
  1195. <div id="backgroundquote3">
  1196.  
  1197. statistics & etc
  1198. </div>
  1199.  
  1200.  
  1201. <div id="box1">
  1202.  
  1203. {description}
  1204.  
  1205. </div>
  1206.  
  1207. <div id="box3">
  1208.  
  1209. {text:description quote}
  1210.  
  1211.  
  1212. </div>
  1213.  
  1214. <div id="box4">
  1215.  
  1216. {text:statistics}
  1217. </div>
  1218.  
  1219.  
  1220.  
  1221. <div id="gomez">
  1222.  
  1223.  
  1224. {block:ifcustomlinkonetitle}<a href="{text:custom link one}">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  1225. </div>
  1226.  
  1227.  
  1228. <div id="cyrus">
  1229. {block:ifcustomlinktwotitle} <a href="{text:custom link two}">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  1230. </div>
  1231.  
  1232.  
  1233. <div id="lovato">
  1234.  
  1235. {block:ifcustomlinkthreetitle} <a href="{text:custom link three}" >{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  1236. </div>
  1237.  
  1238. <div id="ashley">
  1239. {block:ifcustomlinkfourtitle} <a href="{text:custom link four}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  1240.  
  1241. </div>
  1242.  
  1243. <div id="elena">
  1244. {block:ifcustomlinkfivetitle} <a href="{text:custom link five}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}
  1245.  
  1246. </div>
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253. <div class="header">
  1254. <div class="left">
  1255. <div id="posts">
  1256.  
  1257. {block:Posts}
  1258. <div class="entry">
  1259. {block:Text}
  1260. <div class="textpost">
  1261. <div class="title">{block:Title}{Title}{/block:Title}</div>
  1262. {Body}
  1263. {block:IndexPage}
  1264. <div class="permalink">
  1265. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  1266. </div>
  1267. {/block:IndexPage}
  1268. </div>
  1269. {/block:Text}
  1270.  
  1271. {block:Link}
  1272. <div class="textpost">
  1273. <a href="{URL}" class="title">{Name}</a>
  1274. {block:Description}{Description}{/block:Description}
  1275. {block:IndexPage}
  1276. <div class="permalink">
  1277. <a href="{permalink}">posted {timeago} with {notecount} notes</a>
  1278. </div>
  1279. {/block:IndexPage}
  1280. </div>
  1281. {block:Link}
  1282.  
  1283. {block:Answer}
  1284. <br>
  1285.  
  1286.  
  1287. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; font-family:ronda; font-size:8px; padding: 4px; background-color:transparent;border:0px solid #eee;border-radius:5px;">
  1288.  
  1289.  
  1290. <askk>{Asker}</askk>: {Question}<br></div>
  1291. <h3 style="font-size: 11pt; line-height: 12px; z-index: 1; text-align: center; border-bottom:1px solid #ddd; margin-top: 3px;"></h3>
  1292. <Br>
  1293. <div style="font-family: calibri; text-transform: normal; font-size: 10px;">
  1294. {Answer}</div>
  1295.  
  1296.  
  1297. <br>
  1298. <div class="permalink">
  1299. <a href="{permalink}">posted {timeago} with {notecount} notes</a>
  1300. </div>
  1301.  
  1302. {/block:Answer}
  1303.  
  1304.  
  1305.  
  1306. {block:Photo}
  1307. {block:IndexPage}
  1308. <div class="blanket">
  1309. <div class="permalink2">
  1310. <center>this was posted {timeago} with <a href="{permalink}"> {NoteCountwithLabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a> </center></span></div>
  1311. </div>
  1312. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250px"/>
  1313. {/block:IndexPage}
  1314.  
  1315. {block:PermalinkPage}
  1316. {LinkOpenTag}
  1317. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>
  1318. {LinkCloseTag}{/block:PermalinkPage}
  1319. {/block:Photo}
  1320.  
  1321. {block:Photoset}
  1322. {block:IndexPage}
  1323. <div class="blanket">
  1324. <div class="permalink2">
  1325. <center>this was posted<a href="{permalink}"> {timeago}</a> with <a href="{permalink}"> {NoteCountwithLabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a> </center></span></div>
  1326. </div>
  1327. <center>{Photoset-250}</center>
  1328. {/block:IndexPage}
  1329.  
  1330. {block:PermalinkPage}
  1331. {Photoset-500}
  1332. {/block:PermalinkPage}
  1333. {/block:Photoset}
  1334.  
  1335. {block:Quote}
  1336. <div class="textpost">
  1337. <div style="margin-top:2px;margin-bottom:0px;min-height:30px; font-family:Inconsolata; font-size:12px; color:#fff; padding: 4px; background-color: #add8e6;border:0px solid #eee;border-radius:5px;">
  1338. "{Quote}"</div></span>
  1339. {block:Source}
  1340.  
  1341.  
  1342. <br>β€” {Source}</br>{/block:Source}
  1343. {block:IndexPage}
  1344. <div class="permalink">
  1345. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  1346. </div>
  1347. {/block:IndexPage}
  1348. </div>
  1349. {/block:Quote}
  1350.  
  1351. {block:Chat}
  1352. <div class="textpost">
  1353. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1354. <ul class="chat">
  1355. {block:Lines}
  1356. <li class="user_{UserNumber}">
  1357. {block:Label}
  1358. <span class="label">{Label}</span>
  1359.  
  1360. {/block:Label}
  1361.  
  1362. {Line}
  1363. </li>
  1364. {/block:Lines}
  1365. </ul>
  1366. {block:IndexPage}
  1367. <div class="permalink">
  1368. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  1369. </div>
  1370. {/block:IndexPage}
  1371. </div>
  1372. {/block:Chat}
  1373.  
  1374. {block:Audio}
  1375. <div class="textpost">
  1376. {AudioPlayerBlack}
  1377. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  1378. {block:IndexPage}
  1379. <div class="permalink">
  1380. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  1381. </div>
  1382. {/block:IndexPage}
  1383. </div>
  1384. {/block:Audio}
  1385.  
  1386. {block:Video}
  1387. {block:IndexPage}
  1388. <div class="blanket">
  1389. <div class="permalink2">
  1390. <a href="{permalink}">{timeago} + {NoteCountWithLabel} + <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  1391. </div>
  1392. {/block:IndexPage}
  1393. <center>{Video-250}</center>
  1394. {block:Video}
  1395.  
  1396. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  1397. <p>{block:RebloggedFrom}<div style="border-bottom:1px solid #ddd; text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  1398. {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
  1399. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{/block:PermalinkPage}
  1400. </div>
  1401. {/block:Posts}
  1402. </div>
  1403. </div>
  1404. </div>
  1405. {block:IndexPage}
  1406. {block:Pagination}
  1407. <ul id="pagination">
  1408. {block:PreviousPage}
  1409. <li><a href="{PreviousPage}"></a></li>
  1410. {/block:PreviousPage}
  1411. {block:JumpPagination length="5"}
  1412. {block:CurrentPage}
  1413. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  1414. {/block:CurrentPage}
  1415. {block:JumpPage}
  1416. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  1417. {/block:JumpPage}
  1418. {/block:JumpPagination}
  1419. {block:NextPage}
  1420. <li><a id="nextPage" href="{NextPage}"></a></li>
  1421. {/block:NextPage}
  1422. </ul>
  1423. {/block:Pagination}
  1424. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  1425. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  1426. <script type="text/javascript">
  1427. $(window).load(function () {
  1428. $('#posts').masonry(),
  1429. $('.masonryWrap').infinitescroll({
  1430. navSelector : '#pagination',
  1431. nextSelector : '#pagination a#nextPage',
  1432. itemSelector : ".entry",
  1433. bufferPx : 200,
  1434. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  1435. loadingText : "<em></em>",
  1436. },
  1437. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  1438. );
  1439. });
  1440. </script>
  1441. {/block:IndexPage}
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447. </body>
  1448.  
  1449.  
  1450.  
  1451. <div style="position:fixed; bottom:10px; right:10px;">
  1452. <a href="http://ivoryoceans.tumblr.com/">@CREDITS</a>
  1453.  
  1454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement