Advertisement
kristy016

test

Jan 25th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 KB | None | 0 0
  1.  
  2. <!--
  3. Theme 3 by lmaolslut (originally by wifisexual). It was my old theme so please use it wisely! Thanks and remember: don't steal!
  4. -->
  5.  
  6.  
  7. <head>
  8.  
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12. <script>
  13. (function($){
  14. $(document).ready(function(){
  15. $("a[title]").style_my_tooltips({
  16. tip_follows_cursor:true,
  17. tip_delay_time:90,
  18. tip_fade_speed:600,
  19. attribute:"title"
  20. });
  21. });
  22. })(jQuery);
  23. </script>
  24.  
  25.  
  26. <meta name="color:Background" content="#eeeeee"/>
  27. <meta name="color:Text" content="#FFFFFF"/>
  28. <meta name="color:Link" content="#FFFFFF"/>
  29. <meta name="color:accents" content="#FFFFFF"/>
  30. <meta name="color:blogtitle" content="#FFFFFF"/>
  31. <meta name="color:statsbackground" content="#fff"/>
  32. <meta name="color:updatesbackground" content="#fff"/>
  33. <meta name="color:networksbackground" content="#fff"/>
  34. <meta name="color:othersbackground" content="#fff"/>
  35. <meta name="color:musicbackground" content="#fff"/>
  36.  
  37. <meta name="image:Background" content="1"/>
  38. <meta name="image:sidebar" content="1"/>
  39. <meta name="image:sidebarbackground" content="1"/>
  40.  
  41.  
  42. <meta name="text:top quote" content="you try to smile it away, some things you can't disguise" />
  43.  
  44. <meta name="text:statistics" content=""/>
  45. <meta name="text:updates" content=""/>
  46. <meta name="text:networks" content=""/>
  47. <meta name="text:others" content=""/>
  48. <meta name="text:music" content=""/>
  49.  
  50. <meta name="text:link one" content=""/>
  51. <meta name="text:link one title" content=""/>
  52. <meta name="text:link one msg" content=""/>
  53.  
  54. <meta name="text:link two" content=""/>
  55. <meta name="text:link two title" content=""/>
  56. <meta name="text:link two msg" content=""/>
  57.  
  58. <meta name="text:link three" content=""/>
  59. <meta name="text:link three title" content=""/>
  60. <meta name="text:link three msg" content=""/>
  61.  
  62. <meta name="text:link four" content=""/>
  63. <meta name="text:link four title" content=""/>
  64. <meta name="text:link four msg" content=""/>
  65.  
  66. <meta name="text:link five" content=""/>
  67. <meta name="text:link five title" content=""/>
  68. <meta name="text:link five msg" content=""/>
  69.  
  70. <meta name="text:link six" content=""/>
  71. <meta name="text:link six title" content=""/>
  72. <meta name="text:link six msg" content=""/>
  73.  
  74. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  75.  
  76. <script type="text/javascript">
  77. <!--
  78.  
  79. // Disable Right Click Script
  80.  
  81. function IE(e)
  82. {
  83. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  84. {
  85. return false;
  86. }
  87. }
  88. function NS(e)
  89. {
  90. if (document.layers || (document.getElementById && !document.all))
  91. {
  92. if (e.which == "2" || e.which == "3")
  93. {
  94. return false;
  95. }
  96. }
  97. }
  98. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  99.  
  100. //-->
  101. </script>
  102.  
  103.  
  104. <style type="text/css">
  105.  
  106. #s-m-t-tooltip {
  107. width:auto;
  108. padding-right: 4px;
  109. padding-left: 4px;
  110. padding-top: 2px;
  111. padding-bottom: 2px;
  112. margin:20px 0px 0px 20px;
  113. background: #fff; /* change the background color */
  114. border-right:4px solid {color:Link}; /* change the border color */
  115. border-left:4px solid {color:Link}; /* change the border color */
  116. font-family:consolas; /* change the font */
  117. font-size:10px; /* change the font size */
  118. letter-spacing:0px; /* change the letter spacing */
  119. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  120. color: {color:Text}; /* change the text color */
  121. z-index:999999999999999999999999999999999999;
  122. }
  123.  
  124.  
  125. @font-face { font-family: sig; src: url('http://static.tumblr.com/vilw5yj/6l7ma3fqc/signerica_medium.ttf'); }
  126.  
  127. @font-face {
  128. font-family: "prophecy";
  129. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  130. }
  131.  
  132. ::selection {
  133. background: {color:accents};
  134. }
  135. ::-moz-selection {
  136. background: {color:accents};
  137. }
  138.  
  139. #tumblr_controls{
  140. position:fixed !important;
  141. z-index:9999999999999999999999999999999;
  142. -webkit-filter: invert(100%)
  143. }
  144.  
  145.  
  146. ::-webkit-scrollbar-thumb{
  147. background-color: #819cc0;
  148. border: 1px solid #ffffff;
  149. height:5px;
  150. -moz-border-radius: 20px;
  151. border-radius: 20px;
  152. }
  153.  
  154. ::-webkit-scrollbar {
  155. height:5px;
  156. width:9px;
  157. background-color: #aaaaaa;
  158. border: 4px solid #fff;
  159. }
  160.  
  161. #cred {
  162. z-index: 9999999999999999999999;
  163. position:fixed;
  164. width:60px;
  165. font-family:calibri;
  166. font-size:10px;
  167. line-height:12px;
  168. right:-44px;
  169. bottom:10px;
  170. height:13px;
  171. text-align:left;
  172. color:{color:text};
  173. background-color:#fcfcfc;
  174. padding:5px;
  175. opacity:.9;
  176. border:1px solid #ddd;
  177. -moz-transition-duration:0.5s;
  178. -webkit-transition-duration:0.5s;
  179. -o-transition-duration:0.5s;
  180. }
  181. #cred:hover {
  182. right:-2px;
  183. -moz-transition-duration:0.5s;
  184. -webkit-transition-duration:0.5s;
  185. -o-transition-duration:0.5s;
  186. }
  187.  
  188.  
  189. #center{
  190. padding-top:3px;
  191. padding-bottom:3px;
  192. position:fixed !important;
  193. width:250px;
  194. height:100%;
  195. background-color:transparent;
  196. {block:PermalinkPage}
  197. width:410px;
  198. height:207px;
  199. {/block:PermalinkPage}
  200. }
  201.  
  202. #posts{
  203. float:center;
  204. {block:indexpage}
  205. width:1000px;
  206. {/block:indexpage}
  207. {block:permalinkpage}
  208. width:860px;
  209. {/block:permalinkpage}
  210. margin-left: 450px;
  211. margin-top: 40px;
  212. }
  213.  
  214. body {
  215. padding: 0px;
  216. margin: 0px;
  217. color:{color:text};
  218. font-family:courier;
  219. text-transform:uppercase;
  220. font-size: 10px;
  221. line-height:12px;
  222. background-color: {color:Background};
  223. background-image:url({image:Background});
  224. background-attachment: fixed;
  225. background-repeat: repeat;
  226. }
  227.  
  228. a:link, a:active, a:visited{
  229. text-decoration:none;
  230. color:{color:Link};
  231. -webkit-transition: all 0.3s ease-out;
  232. -moz-transition: all 0.3s ease-out;
  233. transition: all 0.3s ease-out;}
  234.  
  235. a:hover{
  236. font-style:none;
  237. -webkit-transition: all 0.3s ease-out;
  238. -moz-transition: all 0.3s ease-out;
  239. transition: all 0.3s ease-out;
  240. }
  241.  
  242. #quotebar{
  243. position: fixed;
  244. background-color: transparent;
  245. padding: 7px;
  246. height: 5px;
  247. width: 802px;
  248. margin-left: 450px;
  249. border: 0px solid #ddd;
  250. margin-top: -30px;
  251. color: #ada9a9;
  252. font-family: calibri;
  253. font-size: 16px;
  254. letter-spacing: 0px;
  255. text-align: center;
  256. text-transform: uppercase;
  257. opacity: .8;
  258. z-index: 9999999999999999999999999999;
  259. border-radius: 0px 0px 0px 0px;
  260. transition: all 0.9s ease-out;
  261. -o-transition-transition: all 0.9s ease-out;
  262. -webkit-transition: all 0.9s ease-out;
  263. -moz-transition: all 0.9s ease-out;
  264. }
  265.  
  266. #entry {
  267. margin:1px;
  268. float:left;
  269. padding:10px;
  270. padding-bottom:10px;
  271. z-index:9999999;
  272. background-color:#fff;
  273. overflow:hidden;
  274. text-align:center;
  275. border:1px solid #eee;
  276. opacity: .8;
  277. border-top-left-radius:5px;
  278. border-top-right-radius:5px;
  279. border-bottom-left-radius:5px;
  280. border-bottom-right-radius:5px;
  281. {block:IndexPage}width:250px;{/block:IndexPage}
  282. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  283. }
  284.  
  285. #entry:hover {
  286. opacity: 1;
  287. -webkit-transition: all 0.9s ease-out;
  288. -moz-transition: all 0.9s ease-out;
  289. transition: all 0.9s ease-out;
  290. }
  291.  
  292. #entry .perma{
  293. position:absolute;
  294. width:auto;
  295. height:11px;
  296. padding:3px;
  297. background-color:white;
  298. margin-left:5px;
  299. overflow:hidden;
  300. font-family:calibri;
  301. margin-top:-5px;
  302. text-align: center;
  303. font-size:10px;
  304. text-transform: uppercase;
  305. opacity:0.0;
  306. border:1px solid #CFECEC;
  307. border-top-left-radius:5px;
  308. border-top-right-radius:5px;
  309. border-bottom-left-radius:5px;
  310. border-bottom-right-radius:5px;
  311. -webkit-transition: all 0.4s linear;
  312. -moz-transition: all 0.4s linear;
  313. transition: all 0.4s linear;
  314. }
  315.  
  316. #entry:hover .perma{
  317. opacity:1;
  318. margin-top:5px;
  319. }
  320.  
  321. #entry .perma:hover{background:transparent;border:1px solid #fff;
  322. border-top-left-radius:0px;
  323. border-top-right-radius:0px;
  324. border-bottom-left-radius:0px;
  325. border-bottom-right-radius:0px;}
  326.  
  327. #entry .perma2{
  328. position:absolute;
  329. width:auto;
  330. height:11px;
  331. padding:3px;
  332. background-color:white;
  333. margin-left:5px;
  334. overflow:hidden;
  335. font-family:calibri;
  336. margin-top:-5px;
  337. text-align: center;
  338. font-size:10px;
  339. text-transform: uppercase;
  340. opacity:0.0;
  341. border:1px solid #CFECEC;
  342. border-top-left-radius:5px;
  343. border-top-right-radius:5px;
  344. border-bottom-left-radius:5px;
  345. border-bottom-right-radius:5px;
  346. -webkit-transition: all 0.4s linear;
  347. -moz-transition: all 0.4s linear;
  348. transition: all 0.4s linear;
  349. }
  350.  
  351. #entry:hover .perma2{
  352. opacity:1;
  353. margin-top:30px;
  354. }
  355.  
  356. #entry .perma2:hover{background:transparent;border:1px solid #fff;
  357. border-top-left-radius:0px;
  358. border-top-right-radius:0px;
  359. border-bottom-left-radius:0px;
  360. border-bottom-right-radius:0px;}
  361.  
  362. #entry .perma3{
  363. position:absolute;
  364. width:auto;
  365. height:11px;
  366. padding:3px;
  367. background-color:white;
  368. margin-left:5px;
  369. overflow:hidden;
  370. font-family:calibri;
  371. margin-top:-5px;
  372. text-align: center;
  373. font-size:10px;
  374. text-transform: uppercase;
  375. opacity:0.0;
  376. border:1px solid #CFECEC;
  377. border-top-left-radius:5px;
  378. border-top-right-radius:5px;
  379. border-bottom-left-radius:5px;
  380. border-bottom-right-radius:5px;
  381. -webkit-transition: all 0.4s linear;
  382. -moz-transition: all 0.4s linear;
  383. transition: all 0.4s linear;
  384. }
  385.  
  386. #entry:hover .perma3{
  387. opacity:1;
  388. margin-top:55px;
  389.  
  390. }
  391.  
  392. #entry .perma3:hover{background:transparent;border:1px solid #fff;
  393. border-top-left-radius:0px;
  394. border-top-right-radius:0px;
  395. border-bottom-left-radius:0px;
  396. border-bottom-right-radius:0px;}
  397.  
  398. .perm{
  399. display: block;
  400. text-align: center;
  401. background-color:transparent;
  402. padding:3px;
  403. opacity:.8;
  404. margin: 0px;
  405. margin-top:4px;
  406. margin-bottom:5px;
  407. }
  408.  
  409. @font-face {font-family: cedar; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');
  410. }
  411.  
  412. .blogtitle{
  413. position:fixed;
  414. margin-top:-28px;
  415. margin-left:11px;
  416. width: 240px;
  417. font-size:40px;
  418. line-height:15px;
  419. font-family:prophecy;
  420. text-align: center;
  421. text-transform:lowercase;
  422. text-shadow:0px 0px 3px #0f0f0f;
  423. color: {color:blogtitle};
  424. opacity:1;
  425. }
  426.  
  427. .title {color:{color:text};}
  428.  
  429. #box{z-index:999999999;
  430. width:270px;
  431. height:auto;
  432. position:fixed;
  433. background:url({image:sidebarbackground});
  434. background-size:cover;
  435. left:90px;
  436. top:113px;
  437. text-transform:uppercase;
  438. border:1px solid #ddd;
  439. overflow:hidden;
  440. border-radius:5px;
  441. text-align:center;
  442. padding:10px;
  443. opacity:1;}
  444.  
  445. #box .sidebar{
  446. width:247px;
  447. height:auto;
  448. background:#fff;
  449. text-transform:uppercase;
  450. border:1px solid #ddd;
  451. overflow:hidden;
  452. border-top-left-radius:5px;
  453. border-top-right-radius:5px;
  454. border-bottom-left-radius:5px;
  455. border-bottom-right-radius:5px;
  456. text-align:center;
  457. padding:10px;
  458. -webkit-transition: all 0.4s linear;
  459. -moz-transition: all 0.4s linear;
  460. transition: all 0.4s linear;
  461. }
  462.  
  463. .quoteyo{float: left;margin-right: 5px;font-size:20px;margin-top:2px;}
  464.  
  465. .what a {color:#000;}
  466. .what a:hover {color:#fff;}
  467.  
  468. .what{width:auto;background:#fff;
  469. padding:2px;
  470. border:1px solid #CFECEC;
  471. display:inline-block;
  472. margin-bottom:5px;
  473. border-top-left-radius:6px;
  474. border-top-right-radius:6px;
  475. border-bottom-left-radius:6px;
  476. border-bottom-right-radius:6px;
  477. -webkit-transition: all 0.5s linear;
  478. -moz-transition: all 0.5s linear;
  479. transition: all 0.5s linear;}
  480.  
  481. .what:hover{background:transparent;border:1px solid #fff;
  482. border-top-left-radius:0px;
  483. border-top-right-radius:0px;
  484. border-bottom-left-radius:0px;
  485. border-bottom-right-radius:0px;}
  486.  
  487.  
  488. /*** start of the bubble tab ***/
  489.  
  490. #tabs{
  491. color: #000;
  492. background: #fff;
  493. position:fixed;
  494. left:105px;
  495. text-align: center;
  496. bottom:192px;
  497. padding: 7px;
  498. height:8px;
  499. width: 245px;
  500. overflow:hidden;
  501. -webkit-transition: all 0.7s ease-in-out;
  502. -moz-transition: all 0.7s ease-in-out;
  503. -o-transition: all 0.7s ease-in-out;
  504. z-index:99999999999999999999999999;
  505. }
  506.  
  507. #tabs:hover{
  508. text-align: center;
  509. border-bottom-left-radius: 0px;
  510. border-bottom-right-radius: 0px;
  511. -webkit-transition: all 0.7s ease-in-out;
  512. -moz-transition: all 0.7s ease-in-out;
  513. -o-transition: all 0.7s ease-in-out;
  514. padding:5px;
  515. height:325px;
  516. width:249px;
  517. z-index:999999999;
  518. opacity: 2.0;
  519. background:white;
  520. }
  521.  
  522. .ttitle {
  523. background: #fff;
  524. padding: 5px;
  525. font-size: 12px;
  526. }
  527.  
  528.  
  529.  
  530.  
  531. </style>
  532. <title>{title}</title>
  533. <link rel="shortcut icon" href="{favicon}">
  534. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  535. <meta name="viewport" content="width=720" />
  536.  
  537. </head>
  538.  
  539. <body onkeydown="return false">
  540. <div class="center">
  541.  
  542. <div id="quotebar">{text:top quote}</div>
  543.  
  544. <div id="box">
  545. <div class="blogtitle">{title}</div>
  546. <div style="background:white; border:1px solid #ddd;padding:10px;padding-bottom:8px;margin-bottom:5px;border-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-to-right-radius:5px;border-top-left-radius:5px"><a href="/"><img src="{image:sidebar}" width=250px; height=auto></a></div>
  547.  
  548.  
  549.  
  550. <div class="what"><a href="{text:link one}" title="{text:link one msg}">{text:link one title}</a></div>
  551. <div class="what"><a href="{text:link two}" title="{text:link two msg}">{text:link two title}</a></div>
  552. <div class="what"><a href="{text:link three}" title="{text:link three msg}">{text:link three title}</a></div>
  553. <div class="what"><a href="{text:link four}" title="{text:link four msg}">{text:link four title}</a></div>
  554. <div class="what"><a href="{text:link five}" title="{text:link five msg}">{text:link five title}</a></div>
  555. <div class="what"><a href="{text:link six}" title="{text:link six msg}">{text:link six title}</a></div>
  556.  
  557. <div class="sidebar">
  558. {description}
  559. </div>
  560.  
  561.  
  562.  
  563. </div></div>
  564.  
  565. <div class="content">
  566. <div class="left">
  567. <div id="posts">
  568.  
  569. {block:Posts}
  570. <div id="entry">
  571.  
  572. {block:Text}
  573. {block:Title}<span class="title">{Title}</span>{/block:Title}
  574. <span class="entrytext">{Body}</span></a>
  575. {block:IndexPage}
  576. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  577. {/block:IndexPage}
  578. {/block:Text}
  579.  
  580. {block:Link}
  581. <a href="{URL}" class="title">{Name}</a>
  582. {block:Description}{Description}{/block:Description}
  583. {block:IndexPage}
  584. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  585. {/block:IndexPage}
  586. {block:Link}
  587.  
  588. {block:Photo}
  589. {block:IndexPage}
  590. <div class="perma"> <a href="{ReblogUrl}"target="_blank">♡ spread some love ♡</a></div>
  591.  
  592. <div class="perma2"><a href="{Permalink}">♡ {notecount} love this ♡</a></div>
  593.  
  594. <div class="perma3">♡ loved {timeago} ♡</div>
  595.  
  596. {LinkOpenTag}<div class="photo"><a href="{Permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  597.  
  598. {block:PermalinkPage}{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}{/block:PermalinkPage}
  599. {/block:Photo}
  600.  
  601.  
  602. {block:Photoset}{block:IndexPage}
  603. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  604. {/block:IndexPage}{block:IndexPage}{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
  605.  
  606. {block:Quote}
  607. <div class="quoteyo">&#10077;</div>
  608. {Quote}
  609. {block:IndexPage}
  610. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  611. {/block:IndexPage}
  612. {/block:Quote}
  613.  
  614. {block:Chat}
  615. {block:Title}<span class="title">{Title}</span>{/block:Title}
  616. <ul class="chat">
  617. {block:Lines}
  618. <li class="user_{UserNumber}">
  619. {block:Label}
  620. <span class="label">{Label}</span>
  621. {/block:Label}
  622.  
  623. {Line}
  624. </li>
  625. {/block:Lines}
  626. </ul>
  627. {block:IndexPage}
  628. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  629. {/block:IndexPage}
  630. {/block:Chat}
  631.  
  632. {block:Audio}{block:IndexPage}
  633. <div class="perma"> <a href="{ReblogUrl}">reblog</a> - <a href="{Permalink}">{notecount}</a></div>
  634. {/block:IndexPage}
  635. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  636. {FormattedPlayCount} plays</small></div></div></center><br>
  637. {block:Caption}{Caption}{/block:Caption}
  638. {block:IndexPage}
  639. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  640. {/block:IndexPage}
  641. {/block:Audio}
  642.  
  643. {block:Video}{block:IndexPage}
  644. <div class="perma"> <a href="{ReblogUrl}">reblog</a> </div>
  645. <div class="perma2"><a href="{Permalink}">{notecount}</a></div>
  646. {/block:IndexPage}
  647. <center>
  648. <div class="videoperma">{Video-300}</div><BR>
  649. {block:Caption}{Caption}</a>{/block:Caption}</center>
  650. {block:Video}
  651.  
  652. {block:PermalinkPage}
  653. <center>
  654. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  655.  
  656. {/block:PermalinkPage}
  657.  
  658. {block:PostNotes}{PostNotes}
  659. {/block:PostNotes}
  660. </div>
  661.  
  662. {/block:Posts}
  663. </div>
  664. </div>
  665. </div>
  666. </div>
  667.  
  668. {block:indexpage}
  669. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  670. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  671. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  672. <script type="text/javascript">
  673. $(window).load(function(){
  674. var $wall = $('#posts');
  675. $wall.imagesLoaded(function(){
  676. $wall.masonry({
  677. itemSelector: '#entry, #entry_photo',
  678. isAnimated : false
  679. });
  680. });
  681.  
  682. $wall.infinitescroll({
  683. navSelector : '#page-nav',
  684. nextSelector : '#page-nav a',
  685. itemSelector : '#entry, #entry_photo',
  686. bufferPx : 2000,
  687. debug : false,
  688. errorCallback: function() {
  689. $('#infscr-loading').fadeOut('normal');
  690. }},
  691. function( newElements ) {
  692. var $newElems = $( newElements );
  693. $newElems.hide();
  694. $newElems.imagesLoaded(function(){
  695. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  696. });
  697. }); $('#content').show(500);
  698. });
  699. </script>
  700. {/block:indexpage}
  701.  
  702. </div>
  703. </body>
  704.  
  705.  
  706.  
  707. <!-- bubble tab -->
  708.  
  709. <div class="wrapper">
  710.  
  711. <div id="tabs">
  712. <div style="font-size: 10px;">+ HOVER HERE +</div><br><p>
  713.  
  714. <div style="background: {color:statsbackground};padding: 3px;font-size: 12px;"><b>YOU ARE HERE<script></script><script></script></b></div>
  715. <p>{text:statistics}</p>
  716.  
  717.  
  718. <div style="background: {color:updatesbackground};padding: 5px;font-size: 12px;"><b>*KEY* my bday is march 11</b></div>
  719. <p>{text:updates}</p>
  720.  
  721.  
  722. <div style="background: {color:networksbackground}; padding: 5px;font-size: 12px;"><b><a href="http://pizzery.tumblr.com/">click here</a></b></div><p>
  723. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">{text:networks}</p></marquee>
  724.  
  725.  
  726. <div style="background: {color:othersbackground};padding: 5px;font-size: 12px;"><b>OTHERS</b></div>
  727. <p>{text:others}</p>
  728.  
  729.  
  730. <div style="background: {color:musicbackground};padding: 5px;font-size: 12px;"><b>MUSIC</b></div>
  731. <p>{text:music}</p>
  732. </div>
  733.  
  734. <!-- bubble tab -->
  735.  
  736.  
  737. <div id="cred">&nbsp;&nbsp;&nbsp;©&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lmaoslut.tumblr.com/">THEME</a></div>
  738.  
  739.  
  740. </html>
  741.  
  742.  
  743.  
  744. statistics:
  745.  
  746. <!-- Start FreeOnlineUsers.com -->
  747. <a href="http://www.freeonlineusers.com">
  748. <font color=#000000><script type="text/javascript" src="http://st2.freeonlineusers.com/on4.php?id=1516255"> </script> ppl on here</font></a>
  749. <!-- End FreeOnlineUsers.com -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement