Don't like ads? PRO users don't see any ads ;-)
Guest

Pink Glam

By: a guest on Jul 24th, 2012  |  syntax: None  |  size: 24.47 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. Pink Glam by
  3. p--eaceful
  4. it was highly modified from luxurious indulgence's Elite theme.
  5. DO NOT REMOVE ANY CREDITS, OR YOU WILL BE REPORTED.
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12.  
  13.  
  14. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  15.  
  16.  
  17. <!--Title Bar Maker-->
  18. <script type="text/javascript">
  19.  
  20. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  21. function tb8_makeArray(n){
  22. this.length = n;
  23. return this.length;
  24. }
  25.  
  26. tb8_messages = new tb8_makeArray(1);
  27. tb8_messages[0] = "hey babes";
  28. tb8_rptType = 'infinite';
  29. tb8_rptNbr = 5;
  30. tb8_speed = 80;
  31. tb8_delay = 2000;
  32. var tb8_counter=1;
  33. var tb8_currMsg=0;
  34. var tb8_tekst ="";
  35. var tb8_i=0;
  36. var tb8_TID = null;
  37. function tb8_pisi(){
  38. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  39. document.title = tb8_tekst;
  40. tb8_sp=tb8_speed;
  41. tb8_i++;
  42. if (tb8_i==tb8_messages[tb8_currMsg].length){
  43. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  44. }
  45. if (tb8_currMsg == tb8_messages.length){
  46. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  47. clearTimeout(tb8_TID);
  48. return;
  49. }
  50. tb8_counter++;
  51. tb8_currMsg = 0;
  52. }
  53. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  54. }
  55. tb8_pisi()
  56. </script>
  57.  
  58. <script type="text/javascript"
  59. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  60.  
  61. {block:IndexPage}
  62. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  63. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  64. <script type="text/javascript">
  65. $(window).load(function () {
  66. var $content = $('#content');
  67. $content.masonry({itemSelector: '.entry'}),
  68. $content.infinitescroll({
  69. navSelector : 'div#pagination',
  70. nextSelector : 'div#pagination a#nextPage',
  71. itemSelector : '.entry',
  72. loading: {
  73. finishedMsg: '',
  74. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  75. },
  76. bufferPx : 600,
  77. debug : false,
  78. },
  79. // call masonry as a callback.
  80. function( newElements ) {
  81. var $newElems = $( newElements );
  82. $newElems.hide();
  83. // ensure that images load before adding to masonry layout
  84. $newElems.imagesLoaded(function(){
  85. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  86. {/block:IndexPage}
  87.  
  88. <meta name="color:background" content="#EFEFEF" />
  89. <meta name="color:text" content="#000" />
  90. <meta name="color:link hover" content="#999" />
  91. <meta name="color:link" content="#f8989a"/>
  92. <meta name="color:header" content="#000000"/>
  93. <meta name="color:accented text" content="#f8989a"/>
  94.  
  95.  
  96. <meta name="image:background" content="http://i12.photobucket.com/albums/a213/superkate_2468/bgbd4.png" />
  97. <meta name="image:header border" content="http://www.dolliehost.com/dolliecrave/myspace-layouts/bw/23.gif"/>
  98.  
  99. <meta name="text:title font size" content="15px"/>
  100. <meta name="text:body font size" content="8px"/>
  101. <meta name="text:link one" content=""/>
  102. <meta name="text:link one title" content="link"/>
  103. <meta name="text:link two" content=""/>
  104. <meta name="text:link two title" content="link"/>
  105. <meta name="text:link three" content=""/>
  106. <meta name="text:link three title" content="link"/>
  107. <meta name="text:link four" content=""/>
  108. <meta name="text:link four title" content="link"/>
  109. <meta name="text:link five" content=""/>
  110. <meta name="text:link five title" content="link"/>
  111. <meta name="text:quote" content="In order to be irreplaceable one must always be different.">
  112. <meta name="text:quote source" content="Coco Chanel"/>
  113.  
  114.  
  115. <style type="text/css">
  116.  
  117. #fade { /*--Transparent background layer--*/
  118. display: none; /*--hidden by default--*/
  119. background: #000;
  120. position: fixed; left: 0; top: 0;
  121. width: 100%; height: 100%;
  122. opacity: .80;
  123. z-index: 9999;
  124. }
  125. .popup_block{
  126. display: none; /*--hidden by default--*/
  127. background: #fff;
  128. padding: 10px;
  129. border: 4px solid #000;
  130. float: left;
  131. font-size: 13px;
  132. position: fixed;
  133. top: 50%; left: 50%;
  134. z-index: 99999;
  135. /*--CSS3 Box Shadows--*/
  136. -webkit-box-shadow: 0px 0px 20px #000;
  137. -moz-box-shadow: 0px 0px 20px #000;
  138. box-shadow: 0px 0px 20px #000;
  139. /*--CSS3 Rounded Corners--*/
  140. -webkit-border-radius: 5px;
  141. -moz-border-radius: 5px;
  142. border-radius: 5px;
  143. }
  144. img.btn_close {
  145. float: right;
  146. margin: -20 -20px 0 0;
  147. }
  148. /*--Making IE6 Understand Fixed Positioning--*/
  149. *html #fade {
  150. position: absolute;
  151. }
  152. *html .popup_block {
  153. position: absolute;
  154. }
  155.  
  156. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  157.  
  158.  
  159. ::-webkit-scrollbar {width: 9px; height: 3px; background:{color:background};}
  160. ::-webkit-scrollbar-thumb {background: -webkit-gradient(linear, left bottom, left top, from(#f7dcdc), to(#ffffff)); border:1px solid #ccc;}
  161.  
  162.  
  163. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:99999;}
  164.  
  165.  
  166.  
  167. body {
  168. font-size:{text:body font size};
  169. letter-spacing:0px;
  170. font-family:pineappledelight;
  171. line-height:10px;
  172. padding: 0px;
  173. margin: 0px;
  174. color:{color:text};
  175. background-color:{color:background};
  176. background-image:url({image:Background});
  177. background-attachment: fixed;
  178. background-repeat: repeat;
  179. }
  180.  
  181. a {
  182. text-decoration:none;
  183. color:{color:link};
  184. -webkit-transition: all 0.4s linear;
  185. -moz-transition: all 0.4s linear;
  186. transition: all 0.4s linear;
  187. }
  188.  
  189. a:hover{
  190. color:{color:link hover};
  191. }
  192.  
  193. div#all{
  194. width:100%;
  195. height:100%;
  196. z-index:-100;
  197. }
  198.  
  199. div#center{
  200. margin: auto;
  201. width: 1000px;
  202. }
  203.  
  204.  
  205. #h1{
  206. font-family:kingcoolkc;
  207. font-size: 12px;
  208. color:#f8989a;
  209. }
  210.  
  211. #box{
  212. width:325px;
  213. height:1000px;
  214. padding:4px;
  215. position:absolute;
  216. top:90px;
  217. left:0px;
  218. overflow-y:scroll;
  219. overflow-x:hidden;
  220. border-bottom:1px dotted #fff;
  221. }
  222.  
  223. #box3{
  224. width:340px;
  225. position:absolute;
  226. padding-bottom:5px;
  227. border-bottom:1px dotted #ccc;
  228. text-align:center;
  229. font-family:signerica;
  230. font-size:{text:title font size};
  231. color:#f8989a;
  232. top:66px;
  233. }
  234.  
  235. #status{
  236. position:fixed !important;
  237. left:900px; padding-top:2px;
  238. top:-5px;
  239. padding-bottom:12px;
  240. text-align:center;
  241. height:40px;
  242. width:75px;
  243. overflow:hidden;
  244. -moz-border-radius: 17px 17px 17px 17px;
  245. border-radius:17px 17px 17px 17px;
  246. -webkit-transition: opacity 0.7s linear;
  247. -webkit-transition: all 0.7s ease-in-out;
  248. -moz-transition: all 0.7s ease-in-out;
  249. -o-transition: all 0.7s ease-in-out;
  250. z-index:99999;
  251. }
  252.  
  253. #status:hover{
  254. background-color:white;
  255. padding:5px;
  256. height:270px;
  257. top:0px;
  258. width:310px;
  259. border:5px double #ccc;
  260. -moz-border-radius: 17px 17px 17px 17px;
  261. border-radius:17px 17px 17px 17px;
  262. z-index:999999;
  263. }
  264.  
  265. #status:hover #box3{
  266. margin-top:-50px;
  267. -webkit-transition: opacity 0.7s linear;
  268. -webkit-transition: all 0.7s ease-in-out;
  269. -moz-transition: all 0.7s ease-in-out;
  270. -o-transition: all 0.7s ease-in-out;
  271. }
  272.  
  273. #status:hover #box{
  274. margin-top:-50px;
  275. -webkit-transition: opacity 0.7s linear;
  276. -webkit-transition: all 0.7s ease-in-out;
  277. -moz-transition: all 0.7s ease-in-out;
  278. -o-transition: all 0.7s ease-in-out;
  279. }
  280.  
  281.  
  282. #status:hover img{
  283. opacity:0;
  284. -webkit-transition: opacity 0.7s linear;
  285. -webkit-transition: all 0.7s ease-in-out;
  286. -moz-transition: all 0.7s ease-in-out;
  287. -o-transition: all 0.7s ease-in-out;
  288. }
  289.  
  290.  
  291.  
  292. div#header{
  293. background-color:{color:header};
  294. position:fixed;
  295. margin-top:0px;
  296. z-index:999;
  297. margin-left:0px;
  298. height:60px;
  299. width:100%;
  300. }
  301.  
  302. div#headerbottom{
  303. background-image:url("http://media.tumblr.com/tumblr_lpuu2dq1Lg1qcn2vb.png");
  304. position:fixed;
  305. width:100%;
  306. height:10px;
  307. z-index:99;
  308. margin-top:60px;
  309. margin-left:0px;
  310. }
  311.  
  312.  
  313. div#content {
  314. width: 1500px;
  315. margin-left:-125px;
  316. margin-top:66px;
  317. float:left;
  318. z-index:9;
  319. padding:10px;
  320. }
  321.  
  322. .entry {
  323. margin:3px;
  324. padding-left:3px;
  325. padding-right:3px;
  326. padding-top:3px;
  327. padding-bottom:-2px;
  328. float:left;
  329. height:auto;
  330. background-color:#fff;
  331. {block:IndexPage}
  332. width:400px;
  333. overflow-x:hidden;
  334. overflow:hidden;
  335. {/block:IndexPage}
  336. {block:PermalinkPage}
  337. margin-left:350px;
  338. width:500px;
  339. {/block:PermalinkPage}
  340. -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  341. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  342. box-shadow: 0 0 8px rgba(0,0,0,.2);
  343.  
  344. }
  345.  
  346. .entry .notes{
  347. position:absolute;
  348. width:auto;
  349. padding:13px;
  350. padding-left:6px;
  351. padding-right:26px;
  352. padding-bottom:8px;
  353. height:50px;
  354. margin-left:0px;
  355. margin-top:0px;
  356. background: #fff;
  357. border-top-right-radius:50px;
  358. overflow:hidden;
  359. font-family: bebas neue;
  360. text-transform:uppercase;
  361. font-size: 15px;
  362. line-height:15px;
  363. text-align:center;
  364. opacity:0.0;
  365. -webkit-transition: all 0.2s linear;
  366. -webkit-transition: all 0.2s linear;
  367. -moz-transition: all 0.2s linear;
  368. transition: all 0.2s linear;
  369. }
  370.  
  371. .entry:hover .notes{
  372. margin-top: -32px;
  373. overflow:visible;
  374. -webkit-transition: all 0.4s linear; opacity: 0.8;
  375. -webkit-transition: all 0.4s linear;
  376. -moz-transition: all 0.4s linear;
  377. transition: all 0.4s linear;
  378. }
  379.  
  380. .entry .reblog{
  381. position:absolute;
  382. width:auto;
  383. height:50px;
  384. padding: 15px;
  385. padding-bottom:8px;
  386. right:0px;
  387. margin-top:0px;
  388. background: #fff;
  389. border-top-left-radius:40px;
  390. overflow:hidden;
  391. font-family:bebas neue;
  392. text-transform:uppercase;
  393. font-size: 15px;
  394. line-height:15px;
  395. text-align:center;
  396. opacity:0.0;
  397. -webkit-transition: all 0.5s linear;
  398. -webkit-transition: all 0.5s linear;
  399. -moz-transition: all 0.5s linear;
  400. transition: all 0.5s linear;
  401. }
  402.  
  403. .entry:hover .reblog{
  404. margin-top: -32px;
  405. overflow:visible;
  406. -webkit-transition: all 0.5s linear; opacity: 0.8;
  407. -webkit-transition: all 0.5s linear;
  408. -moz-transition: all 0.5s linear;
  409. transition: all 0.5s linear;
  410. }
  411.  
  412. #infscr-loading{
  413. opacity:0.0;
  414. }
  415.  
  416. .title{
  417. font-family:just realize;
  418. font-size:14px;
  419. line-height:14px;
  420. color:#ccc;
  421. }
  422.  
  423. div#hearts{
  424. height: 60px;
  425. margin-left: 0px;
  426. }
  427.  
  428. .quote{
  429. font-family:kingcoolkc;
  430. font-size:13px;
  431. color:#ccc;
  432. opacity:1;
  433. position:fixed;
  434. margin-left:970px;
  435. margin-top:17px;
  436. padding:5px;
  437. height:60px;
  438. width:auto;
  439. }
  440.  
  441. .navigate{
  442. height:56px;
  443. width:100px;
  444. position:fixed;
  445. margin-left:90px;
  446. color:white;
  447. font-family:pineappledelight;
  448. font-size:25px;
  449. line-height:60px;
  450. text-transform:uppercase;
  451. text-align:center;
  452. padding:2px;
  453. }
  454.  
  455. .navigate:hover{
  456. background-color:white;
  457. color:black;
  458. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  459. transition: all 0.5s linear;
  460. }
  461.  
  462. .navigate2{
  463. position:fixed;
  464. margin-left:190px;
  465. height:56px;
  466. width:100px;
  467. color:white;
  468. font-family:pineappledelight;
  469. font-size:25px;
  470. line-height:60px;
  471. text-transform:uppercase;
  472. text-align:center;
  473. padding:2px;
  474. }
  475.  
  476. .navigate2:hover{
  477. background-color:white;
  478. color:black;
  479. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  480. transition: all 0.5s linear;
  481. }
  482.  
  483. .navigate3{
  484. position:fixed;
  485. margin-left:290px;
  486. height:56px;
  487. width:115px;
  488. color:white;
  489. font-family:pineappledelight;
  490. font-size:25px;
  491. line-height:60px;
  492. text-transform:uppercase;
  493. text-align:center;
  494. padding:2px;
  495. }
  496.  
  497. .navigate3:hover{
  498. background-color:white;
  499. color:black;
  500. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  501. transition: all 0.5s linear;
  502. }
  503.  
  504. .navigate4{
  505. position:fixed;
  506. margin-left:390px;
  507. height:56px;
  508. width:100px;
  509. color:white;
  510. font-family:pineappledelight;
  511. font-size:25px;
  512. line-height:60px;
  513. text-transform:uppercase;
  514. text-align:center;
  515. padding:2px;
  516. }
  517.  
  518. .navigate4:hover{
  519. background-color:white;
  520. color:black;
  521. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  522. transition: all 0.5s linear;
  523. }
  524.  
  525. .navigate5{
  526. position:fixed;
  527. margin-left:490px;
  528. height:56px;
  529. width:100px;
  530. color:white;
  531. font-family:pineappledelight;
  532. font-size:25px;
  533. line-height:60px;
  534. text-transform:uppercase;
  535. text-align:center;
  536. padding:2px;
  537. }
  538.  
  539. .navigate5:hover{
  540. background-color:white;
  541. color:black;
  542. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  543. transition: all 0.5s linear;
  544. }
  545.  
  546. .navigate6{
  547. position:fixed;
  548. margin-left:590px;
  549. height:56px;
  550. width:100px;
  551. color:white;
  552. font-family:pineappledelight;
  553. font-size:25px;
  554. line-height:60px;
  555. text-transform:uppercase;
  556. text-align:center;
  557. padding:2px;
  558. }
  559.  
  560. .navigate6:hover{
  561. background-color:white;
  562. color:black;
  563. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  564. transition: all 0.5s linear;
  565. }
  566.  
  567. .navigate7{
  568. position:fixed;
  569. margin-left:690px;
  570. height:56px;
  571. width:100px;
  572. color:white;
  573. font-family:pineappledelight;
  574. font-size:25px;
  575. line-height:60px;
  576. text-transform:uppercase;
  577. text-align:center;
  578. padding:2px;
  579. }
  580.  
  581. .navigate7:hover{
  582. background-color:white;
  583. color:black;
  584. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  585. transition: all 0.5s linear;
  586. }
  587.  
  588. .navigate8{
  589. position:fixed;
  590. margin-left:790px;
  591. height:56px;
  592. width:100px;
  593. color:white;
  594. font-family:pineappledelight;
  595. font-size:25px;
  596. line-height:60px;
  597. text-transform:uppercase;
  598. text-align:center;
  599. padding:2px;
  600. }
  601.  
  602. .navigate8:hover{
  603. background-color:white;
  604. color:black;
  605. -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
  606. transition: all 0.5s linear;
  607. }
  608.  
  609. .heart {display : block; line-height: 15px; text-indent : 5px; vertical-align : middle; background:
  610. url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
  611. padding-bottom : 2px;}
  612.  
  613.  
  614. .heart:hover {display : block; line-height: 15px; border-bottom : 1px dotted #E0DCD6; text-indent : 5px; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left;
  615. padding-left : 10px; padding-bottom : 1px;}
  616.  
  617. blockquote{
  618. padding:0px 0px 2px 5px;
  619. margin:0px 0px 2px 4px;
  620. border-left: 1px dotted #555555;
  621. }
  622.  
  623. b {font-weight:bold;}
  624.  
  625. u {text-decoration:underline;}
  626.  
  627. a {color:{color:accented text};}
  628.  
  629. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  630.  
  631. @font-face { font-family: "bebas neue";
  632. src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
  633. }
  634.  
  635. @font-face {
  636. font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  637.  
  638. @font-face { font-family: "pineappledelight"; src: url('http://static.tumblr.com/1kdckk4/LAvlolf4m/pineappledelight.ttf'); }
  639.  
  640. @font-face {
  641. font-family: "caviardreams";
  642. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  643. }
  644. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  645.  
  646. @font-face {
  647. font-family: "just realize";
  648. src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');
  649. }
  650. @font-face {
  651. font-family: "tinytots";
  652. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  653. }
  654.  
  655. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  656.  
  657. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  658. @font-face { font-family: "cutiepop"; src: url('http://static.tumblr.com/q54tzar/Gs7m21f91/cutiepop_1_.ttf'); }
  659.  
  660. {CustomCSS}
  661.  
  662. </style>
  663.  
  664. <title>{title}</title>
  665.  
  666. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lfhu2nfXDI1qzvcyt.gif">
  667. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  668. <meta name="viewport" content="width=820" />
  669.  
  670. <script language=JavaScript>
  671. <!--//Disable right mouse click Script//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive//For full source code, visit http://www.dynamicdrive.com
  672. var message="";
  673. ///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}
  674. function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2|e.which==3){alert(message);return false;}}}
  675. if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
  676. document.oncontextmenu=new Function("return false")
  677. // --></script>
  678.  
  679.  
  680.  
  681.  
  682. </head>
  683. <body onkeydown="return false">
  684.  
  685. <div id="all"></div>
  686.  
  687. <div id="header">
  688. <div id="status">
  689. <img src="http://media.tumblr.com/tumblr_lp70ozc3D11qcn2vb.png"><br><br>
  690. <div id="box">
  691. <div id="image"></div>
  692. <!-- You can delete this part! From here-->
  693. <center><div id="h1">
  694. <center><h1>About Me:</h1></div></center></br>
  695. </center>blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah<br></br></center>
  696. <!--To here; in other words, the part sandwiched between this grey text. Don't delete anything else unless you're good with HTML, or it will mess up your entire theme.-->
  697. {Description}
  698. <center><div id="h1">
  699. <center><h1>Statistics:</h1></div></center></br>
  700. <div class="heart">stats go here</div>
  701. <div class="heart">stats go here</div>
  702. <div class="heart">stats go here</div>
  703. <div class="heart">Best viewed with Chrome.</div>
  704. </div></center>
  705. </br>
  706.  
  707. <div id="box3">
  708. {title}
  709. </div>
  710. </div>
  711.  
  712.  
  713. <div class="quote">{text:quote} -{text:quote source}</div>
  714. <div class="navigate"><a href="/">home</a></div>
  715. <div class="navigate2"><a href="/ask" rel="03" class="poplight">Ask</a></div>
  716. <div class="navigate3"><a href="{text:link one}">{text:link one title}</a></div>
  717. <div class="navigate4"><a href="{text:link two}">{text:link two title}</a></div>
  718. <div class="navigate5"><a href="{text:link three}">{text:link three title}</a></div>
  719. <div class="navigate6"><a href="{text:link four}">{text:link four title}</a></div>
  720. <div class="navigate7"><a href="{text:link five}">{text:link five title}</a></div>
  721. <div class="navigate8"><a href="http://luxuriousindulgence.tumblr.com">Credits</a></div>
  722. <div class="hearts">
  723. <img src="http://img691.imageshack.us/img691/4232/sdfghjc.png"></div>
  724.  
  725. </div>
  726.  
  727.  
  728.  
  729. <div id="center">
  730.  
  731.  
  732.  
  733.  
  734. <div id="content">
  735.  
  736. {block:Posts}
  737.  
  738. <div class="entry">
  739.  
  740. {block:Text}
  741. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  742. <div style="margin-left:3px;">{Body}</div>
  743.  
  744. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  745. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  746. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  747. {/block:IndexPage}
  748. {/block:Text}
  749.  
  750. {block:Link}
  751. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  752. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  753. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  754. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  755. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  756. {/block:IndexPage}
  757. {block:Link}
  758.  
  759. {block:Photo}
  760. <center>
  761. {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  762.  
  763. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  764. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  765. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  766. {/block:IndexPage}
  767. {/block:Photo}
  768.  
  769. {block:Photoset}
  770. <center>
  771. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  772. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  773. </center>
  774.  
  775. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  776. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  777. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  778. {/block:IndexPage}
  779. {/block:Photoset}
  780.  
  781. {block:Quote}
  782. <div style="margin-left:3px;">
  783. {Quote}</span>
  784. {block:Source}<strong>{Source}</strong>{/block:Source}
  785. </div>
  786.  
  787. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  788. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  789. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  790. {/block:IndexPage}
  791. {/block:Quote}
  792.  
  793. {block:Chat}
  794. <div style="margin-left:3px;">
  795. {block:Title}<span class="title">{Title}</span>{/block:Title}
  796. <ul class="chat">
  797. {block:Lines}
  798. <li class="user_{UserNumber}">
  799. {block:Label}
  800. <span class="label">{Label}</span>
  801. {/block:Label}
  802. {Line}
  803. </li>
  804. {/block:Lines}
  805. </ul>
  806. </div>
  807.  
  808. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  809. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  810. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  811. {/block:IndexPage}
  812. {/block:Chat}
  813.  
  814. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  815. <center>{AudioPlayerBlack}
  816. {block:Caption}{Caption}{/block:Caption}</center>
  817.  
  818. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  819. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  820. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted with {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  821. {/block:IndexPage}
  822. {/block:Audio}
  823.  
  824. {block:Answer}
  825. <div style="margin: 3px; padding: 1px; background-color: #fff;"><img src="{AskerPortraitURL-96}" width="40" align="left" style="margin-right:3px;
  826. -moz-border-radius: 0px;-webkit-border-radius: 0px;"/>{Asker}: {Question}<br></div>{Answer}
  827.  
  828. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  829. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  830. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  831. {/block:IndexPage}
  832. {/block:Answer}
  833.  
  834.  
  835. {block:Video}
  836. {block:IndexPage}
  837. <center>
  838. {Video-400}</center>
  839. {/block:IndexPage}
  840. {block:PermalinkPage}
  841. <center>
  842. {Video-500}</center>
  843. {/block:PermalinkPage}
  844.  
  845. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  846. <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
  847. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
  848. {/block:IndexPage}
  849. {block:Video}
  850.  
  851. {block:PermalinkPage}
  852. <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  853. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  854. {/block:PermalinkPage}
  855.  
  856.  
  857. {block:PostNotes}
  858. </center></center>
  859. <div align="left">{PostNotes}</div>
  860. {/block:PostNotes}
  861. </div>
  862.  
  863. {/block:Posts}
  864.  
  865.  
  866. {block:IndexPage}
  867. {block:Pagination}
  868. <div id="pagination">
  869. {block:NextPage}
  870. <a id="nextPage" href="{NextPage}"></a>
  871. {/block:NextPage}
  872. {block:PreviousPage}
  873. <a href="{PreviousPage}"></a>
  874. {/block:PreviousPage}
  875. </div>
  876. {/block:Pagination}
  877. {/block:IndexPage}
  878. </div>
  879. <BODY onselectstart="return false;" ondragstart="return false;">
  880. </body>
  881. </html>