Advertisement
abss_99

perf personal

Oct 29th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.66 KB | None | 0 0
  1. <!--
  2. woooooo perf theme by h0ran-wbu!
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  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://media.tumblr.com/tumblr_lprq91li7c1qcn2vb.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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("a[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:90,
  48. tip_fade_speed:600,
  49. attribute:"title"
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <script type="text/javascript">
  56. <!--
  57.  
  58. // Disable Right Click Script
  59.  
  60. function IE(e)
  61. {
  62. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  63. {
  64. return false;
  65. }
  66. }
  67. function NS(e)
  68. {
  69. if (document.layers || (document.getElementById && !document.all))
  70. {
  71. if (e.which == "2" || e.which == "3")
  72. {
  73. return false;
  74. }
  75. }
  76. }
  77. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  78.  
  79. //-->
  80. </script>
  81.  
  82.  
  83. <script type="text/javascript"
  84. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  85.  
  86. <!--DEFAULT VARIABLES-->
  87. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  88. <meta name="color:background" content="#fff"/>
  89. <meta name="color:link" content="#fff"/>
  90. <meta name="color:text" content="#777"/>
  91. <meta name="color:title" content="#333"/>
  92. <meta name="color:blogtitle" content="#333"/>
  93. <meta name="color:hover" content="#fff"/>
  94. <meta name="color:link title" content="#fff"/>
  95. <meta name="color:scrollbar" content="#000"/>
  96. <meta name="color:links" content="#fff"/>
  97. <meta name="color:sidebar border" content="#000"/>
  98. <meta name="color:title2" content="#ddd"/>
  99. <meta name="color:ask background" content="#ddd"/>
  100. <meta name="image:sidebar" content="1"/>
  101. <meta name="image:Sidebar1" content=""/>
  102. <meta name="image:Sidebar2" content=""/>
  103. <meta name="image:Sidebar3" content=""/>
  104. <meta name="image:Sidebar4" content=""/>
  105. <meta name="image:Sidebar5" content=""/>
  106. <meta name="image:Sidebar6" content=""/>
  107. <meta name="image:background" content="1"/>
  108. <meta name="text:title2" content=""/>
  109. <meta name="text:Link One" content=""/>
  110. <meta name="text:Link One Message" content"link1 title"/>
  111. <meta name="text:Link Two" content=""/>
  112. <meta name="text:Link Two Message" content"link2 title"/>
  113. <meta name="text:Link Three" content=""/>
  114. <meta name="text:Link Three Message" content"link3 title"/>
  115. <meta name="text:Link Four" content="" />
  116. <meta name="text:Link Four Message" content"link4 title"/>
  117. <meta name="text:quote" content=""/>
  118. <meta name="text:player" content="music code goes hur"/>
  119. <meta name="text:your name" content="your name here"/>
  120.  
  121.  
  122. <style type="text/css">
  123.  
  124. #fade { /*--Transparent background layer--*/
  125. display: none; /*--hidden by default--*/
  126. background:#000;
  127. position: fixed; left: 0; top: 0;
  128. width: 100%; height: 100%;
  129. opacity: .80;
  130. z-index: 9999;
  131. }
  132. .popup_block{
  133. display: none; /*--hidden by default--*/
  134. background:#fff;
  135. padding: 20px;
  136. border-left: 13px solid {color:blogtitle};
  137. border-right: 13px solid {color:blogtitle};
  138. border-top: 10px solid {color:blogtitle};
  139. border-bottom: 10px solid {color:blogtitle};
  140. float: left;
  141. font-size:18px;
  142. font-family:celeste hand;
  143. line-height:18px;
  144. text-align:center;
  145. position: fixed;
  146. top: 50%; left: 50%;
  147. z-index: 99999;
  148. /*--CSS3 Box Shadows--*/
  149. -webkit-box-shadow: 0px 0px 20px #000;
  150. -moz-box-shadow: 0px 0px 20px #000;
  151. box-shadow: 0px 0px 20px #000;
  152. /*--CSS3 Rounded Corners--*/
  153. -webkit-border-radius: 10px;
  154. -moz-border-radius: 10px;
  155. border-radius: 55px 35px / 35px 55px;
  156. transition: all 0.6s ease-out;
  157. -o-transition-transition: all 0.6s ease-out;
  158. -webkit-transition: all 0.6s ease-out;
  159. -moz-transition: all 0.6s ease-out;
  160. }
  161. img.btn_close {
  162. float: right;
  163. margin: -5px -5px 0 0;
  164. }
  165. /*--Making IE6 Understand Fixed Positioning--*/
  166. *html #fade {
  167. position: absolute;
  168. }
  169. *html .popup_block {
  170. position: absolute;
  171. }
  172.  
  173. .popup_block:hover{
  174. border-radius: 35px 55px / 55px 35px;
  175. border-bottom: 10px solid {color:sidebar border};
  176. border-top: 10px solid {color:sidebar border};
  177. border-left: 13px solid {color:sidebar border};
  178. border-right: 13px solid {color:sidebar border};
  179. }
  180.  
  181. #s-m-t-tooltip {
  182. max-width:300px;
  183. padding:7px 7px 7px 7px;
  184. margin:20px 0px 0px 20px;
  185. background: #fff; /* change the background color */
  186. border-right:4px solid {color:link title}; /* change the border color */
  187. border-left:4px solid {color:link title};
  188. font-family:katy berry; /* change the font */
  189. font-size:25px; /* change the font size */
  190. letter-spacing:0px; /* change the letter spacing */
  191. text-transform:none; /* can be uppercase, lowercase, none*/
  192. color:#000; /* change the text color */
  193. z-index:999999999999999999999999999999999999;
  194. box-shadow:0px 0px 2px #000;
  195. }
  196.  
  197. ::-webkit-scrollbar-thumb:vertical {
  198. height:9px;
  199. background-color: {color:scrollbar};
  200. }
  201.  
  202. ::-webkit-scrollbar-thumb:horizontal {
  203. width:0px;
  204. height:0px;
  205. overflow:hidden;
  206. background:#fff;
  207. }
  208.  
  209. ::-webkit-scrollbar {
  210. width:5px;
  211. height:5px;
  212. overflow:hidden;
  213. background:#ddd;
  214. margin-right:5px;
  215. }
  216.  
  217. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  218.  
  219. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  220.  
  221. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  222.  
  223. p {
  224. margin:0px;
  225. margin-top:0px;
  226. }
  227.  
  228.  
  229. body {
  230. padding: 0px;
  231. margin: 0px;
  232. color:{color:text};
  233. font-family: dixel;
  234. line-height:7px;
  235. font-size:8px;
  236. background-color: {color:Background};
  237. background-image:url({image:Background});
  238. background-attachment: fixed;
  239. background-repeat: repeat;
  240. }
  241.  
  242.  
  243. a:link, a:active, a:visited{
  244. text-decoration: none;
  245. -webkit-transition: color 0.3s ease-out;
  246. -moz-transition: color 0.3s ease-out;
  247. transition: color 0.3s ease-out;
  248. color:{color:link};
  249. }
  250.  
  251. a:hover {
  252. text-decoration: none;
  253. font-style:;
  254. color: {color:Hover};
  255. }
  256.  
  257. div#center{
  258. margin:auto;
  259. position:relative;
  260. width:1000px;
  261. background-color:;
  262. overflow:auto;
  263. overflow-y:hidden;
  264. }
  265.  
  266. askk{
  267. font-family:meow;
  268. font-size:20px;
  269. line-height:16px;
  270. color:{color:blogtitle};
  271. text-shadow:0px 0px 2px #000;
  272.  
  273. }
  274.  
  275. gee{
  276. font-family:tabitha;
  277. font-size:18px;
  278. line-height:16px;
  279. margin-left:5px;
  280. color:{color:title};
  281. }
  282.  
  283. mah{
  284. font-family:tabitha;
  285. font-size:60px;
  286. line-height:16px;
  287. color:{color:blogtitle};
  288. text-shadow:0px 0px 2px #000;
  289. }
  290.  
  291. desc{
  292.  
  293. font-family:neverletgo;
  294.  
  295. font-size:24px;
  296.  
  297. line-height:14px;
  298.  
  299. letter-spacing:1px;
  300.  
  301. }
  302.  
  303. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  304.  
  305. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  306. .entry {
  307. float:left;
  308. display: block;
  309. margin:10px;
  310. overflow:hidden;
  311. width:250px;
  312. padding:10px;
  313. padding-bottom:8px;
  314. border:4px double #ddd;
  315. font-family:celeste hand;
  316. font-size:17px;
  317. line-height:18px;
  318. {block:PermalinkPage}
  319. width:450px;
  320. text-align:left;
  321. line-height:16px;
  322. {/block:PermalinkPage}
  323. background:white;
  324. background-image:URL();
  325. }
  326.  
  327. @font-face{font-family:"Celeste Hand";src:url("http://static.tumblr.com/9wzbixa/UBpmj2h2i/celeste_hand.ttf");}
  328.  
  329. @font-face {font-family: "Meow";src: url("http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf") format("truetype");}
  330.  
  331. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  332. .entry .perma{
  333. width:250px;
  334. height:30px;
  335. margin-left:0px;
  336. position: absolute;
  337. line-height: 16px;
  338. overflow:hidden;
  339. text-align:center;
  340. top:50px;
  341. padding-top:14px;
  342. background:white;
  343. word-spacing:2px;
  344. letter-spacing:1px;
  345. font-family:meow;
  346. font-size:18px;
  347. opacity: 0.0;
  348. background: linear-gradient(to bottom, #DADDED, #fff);
  349. border-top:3px solid #777E9E;
  350. border-bottom:3px solid #777E9E;
  351. -webkit-transition: all .7s ease;
  352. -moz-transition: all .7s ease;
  353. -o-transition: all .7s ease;
  354. transition: all .7s ease;
  355.  
  356. }
  357.  
  358. .entry:hover .perma{
  359. overflow:visible;
  360. opacity:1;
  361. }
  362.  
  363.  
  364. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  365. #posts {
  366. width:700px;
  367. margin-top:40px;
  368. z-index: 1;
  369. margin-left:339px;
  370. right:auto;
  371. background:transparent;
  372. margin-right:auto;
  373. position:relative;
  374. overflow-y: hidden;
  375. -webkit-animation: fadeInLeft 2s;
  376. -moz-animation: fadeInLeft 2s;
  377. -ms-animation: fadeInLeft 2s;
  378. }
  379.  
  380. /*CUSTOMIZE SIDEBAR HERE*/
  381. #sidebar{
  382. position:fixed !important;
  383. width:280px;
  384. background:white;
  385. height:390px;
  386. margin-top:130px;
  387. margin-left:-90px;
  388. text-align:center;
  389. border-left:5px solid {color:sidebar border};
  390. border-right:5px solid {color:sidebar border};
  391. border-top:10px solid {color:sidebar border};
  392. border-bottom:10px solid {color:sidebar border};
  393. padding:10px;
  394. box-shadow:0px 0px 15px #000;
  395. background:url("http://static.tumblr.com/oct6d4x/lFHm1ew9k/brushed_alu.png");
  396. -webkit-animation: fadeInLeft 2s;
  397. -moz-animation: fadeInLeft 2s;
  398. -ms-animation: fadeInLeft 2s;
  399. }
  400.  
  401. #sidebar img{
  402. opacity:1;
  403. width:270px;
  404. height:170px;
  405. transition: all 0.3s ease-out;
  406. -o-transition-transition: all 0.3s ease-out;
  407. -webkit-transition: all 0.3s ease-out;
  408. -moz-transition: all 0.3s ease-out;
  409. }
  410.  
  411. #pic2{
  412. position:fixed;
  413. width:280;
  414. background:transparent;
  415. height:auto;
  416. margin-top:-165px;
  417. margin-left:-80px;
  418. text-align:center;
  419. opacity:1;
  420. z-index: 11;
  421. }
  422.  
  423. #pic2 img{
  424. width:294px;
  425. height:406px;
  426. margin-left:73px;
  427. border-radius:3px;
  428. margin-top:157px;
  429. transition: all 0.6s ease-out;
  430. -o-transition-transition: all 0.6s ease-out;
  431. -webkit-transition: all 0.6s ease-out;
  432. -moz-transition: all 0.6s ease-out;
  433. }
  434.  
  435. #sidebar:hover #pic2 img{
  436. opacity:0;
  437. width:330px;
  438. height:0px;
  439. margin-top:100px;
  440. margin-left:48px;
  441. transition: all 0.6s ease-out;
  442. -o-transition-transition: all 0.6s ease-out;
  443. -webkit-transition: all 0.6s ease-out;
  444. -moz-transition: all 0.6s ease-out;
  445. }
  446.  
  447. @font-face {font-family:"Joe Schmoe"; src:url('http://static.tumblr.com/9wzbixa/grOm26n8m/dk_joe_schmoe.ttf');}
  448.  
  449. #desc{
  450. position:fixed;
  451. height:63px;
  452. margin-top: 140px;
  453. margin-left:0px;
  454. width:145px;
  455. opacity:0;
  456. font-family:celeste hand;
  457. color:#000;
  458. line-height: 16px;
  459. padding-top:7px;
  460. padding-bottom:8px;
  461. padding-left:10px;
  462. padding-right:10px;
  463. background-color:white;
  464. font-size:17px;
  465. text-align:center;
  466. border:3px solid {color:sidebar border};
  467. transition: all 0.6s ease-out;
  468. -o-transition-transition: all 0.6s ease-out;
  469. -webkit-transition: all 0.6s ease-out;
  470. -moz-transition: all 0.6s ease-out;
  471. }
  472.  
  473. #sidebar:hover #desc{
  474. opacity:1;
  475. }
  476.  
  477. #blogtitle{
  478. position:fixed;
  479. width:auto;
  480. height:auto;
  481. margin-top:160px;
  482. margin-left:5px;
  483. opacity:1;
  484. font-family:tabitha;
  485. font-size:65px;
  486. color:{color:blogtitle};
  487. background:transparent;
  488. line-height:80px;
  489. height: 65px;
  490. z-index: 99;
  491. text-shadow:0px 0px 2px #000;
  492. transition: all 0.8s ease-out;
  493. -o-transition-transition: all 0.8s ease-out;
  494. -webkit-transition: all 0.8s ease-out;
  495. -moz-transition: all 0.8s ease-out;
  496. }
  497.  
  498. #sidebar:hover #blogtitle{
  499. opacity:0;
  500. margin-left:-10px;
  501. }
  502.  
  503. #title2{
  504. position:fixed;
  505. width:250px;
  506. height:auto;
  507. margin-top:90px;
  508. margin-left:-70px;
  509. opacity:0;
  510. font-family:ginette;
  511. font-size:40px;
  512. text-align:center;
  513. color:{color:title2};
  514. background:tansparent;
  515. line-height:26px;
  516. height: 45px;
  517. z-index: 3;
  518. transition: all 0.8s ease-out;
  519. -o-transition-transition: all 0.8s ease-out;
  520. -webkit-transition: all 0.8s ease-out;
  521. -moz-transition: all 0.8s ease-out;
  522. }
  523.  
  524. @font-face{font-family:"Ginette";src:url("http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf");}
  525.  
  526. #sidebar:hover #title2{
  527. opacity:1;
  528. margin-left:-40px;
  529. }
  530.  
  531. #ups{
  532. position:fixed !important;
  533. width:5px;
  534. padding-bottom:-1px;
  535. padding-right:24px;
  536. padding-left:6px;
  537. padding-top:14px;
  538. background:#BAC2D9;
  539. height:20px;
  540. margin-top:255px;
  541. margin-left:190px;
  542. text-align:center;
  543. z-index:9;
  544. font-family:lemons can fly;
  545. font-size:25px;
  546. border:2px solid {color:links};
  547. opacity:0;
  548. border-radius:30px;
  549. transition: all 0.6s ease-out;
  550. -o-transition-transition: all 0.6s ease-out;
  551. -webkit-transition: all 0.6s ease-out;
  552. -moz-transition: all 0.6s ease-out;
  553. }
  554.  
  555. #sidebar:hover #ups{
  556. opacity:1;
  557. }
  558.  
  559. #playlist{
  560. position:fixed;
  561. width:5px;
  562. padding-bottom:-1px;
  563. padding-right:22px;
  564. padding-left:7px;
  565. padding-top:14px;
  566. background:#BAC2D9;
  567. height:20px;
  568. margin-top:255px;
  569. margin-left:238px;
  570. text-align:center;
  571. z-index: 1;
  572. font-family:lemons can fly;
  573. font-size:25px;
  574. border:2px solid {color:links};
  575. opacity:0;
  576. border-radius:30px;
  577. transition: all 0.6s ease-out;
  578. -o-transition-transition: all 0.6s ease-out;
  579. -webkit-transition: all 0.6s ease-out;
  580. -moz-transition: all 0.6s ease-out;
  581. }
  582.  
  583. #sidebar:hover #playlist{
  584. opacity:1;
  585. }
  586.  
  587. #pencil{
  588. position:fixed;
  589. width:510px;
  590. height:1000px;
  591. margin-left:-190px;
  592. margin-top:-5px;
  593. background:url("http://24.media.tumblr.com/19c2ff353c836cfd00137f4303afb3ba/tumblr_mhx0wliqZB1s5um8no1_250.png");
  594. border-right:4px solid #CBCDF5;
  595. }
  596.  
  597. #eraser{
  598. position:fixed;
  599. width:230px;
  600. height:1000px;
  601. margin-left:950px;
  602. margin-top:-5px;
  603. background:url("http://24.media.tumblr.com/19c2ff353c836cfd00137f4303afb3ba/tumblr_mhx0wliqZB1s5um8no1_250.png");
  604. border-left:4px solid #CBCDF5;
  605. }
  606.  
  607. #pop{
  608. position:fixed;
  609. width:2px;
  610. height:1000px;
  611. margin-left:305px;
  612. margin-top:-5px;
  613. background:white;
  614. border-right:4px solid #CBCDF5;
  615. border-left:4px solid #CBCDF5;
  616. }
  617.  
  618. #can{
  619. position:fixed;
  620. width:2px;
  621. height:1000px;
  622. margin-left:960px;
  623. margin-top:-5px;
  624. background:white;
  625. border-left:4px solid #CBCDF5;
  626. border-right:4px solid #CBCDF5;
  627. }
  628.  
  629. #derpp{
  630. position: fixed !important;
  631. width:624px;
  632. height:10px;
  633. font-family:jenna sue;
  634. font-size: 25px;
  635. line-height: 25px;
  636. text-shadow: 2px 2px 2px #888;
  637. background-color: #E6E6F0;
  638. padding-bottom:15px;
  639. text-align:center;
  640. margin-top: 0px;
  641. margin-left: 325px;
  642. letter-spacing:2px;
  643. word-spacing:3px;
  644. border-bottom:3px solid #fff;
  645. box-shadow:0px 0px 1px;
  646. z-index: 99999999999999;
  647. }
  648.  
  649. #heart1{
  650. position:fixed;
  651. width:230px;
  652. height:305px;
  653. margin-left:943px;
  654. margin-top:400px;
  655. background:transparent;
  656. opacity:0.5;
  657. background:url("http://25.media.tumblr.com/132c45864518d98831ce7281ad47b57d/tumblr_mqaiov1mZr1s39zh8o1_400.png");
  658. }
  659.  
  660. #barr2{
  661. position:fixed;
  662. width:10px;
  663. height:172px;
  664. margin-left:2px;
  665. margin-top:-170px;
  666. background:white;
  667. border:2px solid #A7BDC9;
  668. border-radius:5px 10px/10px 5px;
  669. z-index:999;
  670. opacity:0;
  671. transition: all 0.3s ease-out;
  672. -o-transition-transition: all 0.3s ease-out;
  673. -webkit-transition: all 0.3s ease-out;
  674. -moz-transition: all 0.3s ease-out;
  675. }
  676.  
  677. #sidebar:hover #barr2{
  678. opacity:1;
  679. }
  680.  
  681. #bar3{
  682. position:fixed;
  683. width:10px;
  684. height:172px;
  685. margin-left:267px;
  686. margin-top:-170px;
  687. background:white;
  688. border:2px solid #A7BDC9;
  689. border-radius:5px 10px/10px 5px;
  690. z-index:999;
  691. opacity:0;
  692. transition: all 0.3s ease-out;
  693. -o-transition-transition: all 0.3s ease-out;
  694. -webkit-transition: all 0.3s ease-out;
  695. -moz-transition: all 0.3s ease-out;
  696. }
  697.  
  698. #sidebar:hover #bar3{
  699. opacity:1;
  700. }
  701.  
  702. #bar4{
  703. position:fixed;
  704. width:283px;
  705. height:10px;
  706. margin-left:-3px;
  707. margin-top:-170px;
  708. background:white;
  709. border:2px solid #A7BDC9;
  710. border-radius:5px 10px/10px 5px;
  711. z-index:999;
  712. opacity:0;
  713. transition: all 0.3s ease-out;
  714. -o-transition-transition: all 0.3s ease-out;
  715. -webkit-transition: all 0.3s ease-out;
  716. -moz-transition: all 0.3s ease-out;
  717. }
  718.  
  719. #sidebar:hover #bar4{
  720. opacity:1;
  721. }
  722.  
  723. #bar5{
  724. position:fixed;
  725. width:283px;
  726. height:10px;
  727. margin-left:-3px;
  728. margin-top:-7px;
  729. background:white;
  730. border:2px solid #A7BDC9;
  731. border-radius:5px 10px/10px 5px;
  732. z-index:999;
  733. opacity:0;
  734. transition: all 0.3s ease-out;
  735. -o-transition-transition: all 0.3s ease-out;
  736. -webkit-transition: all 0.3s ease-out;
  737. -moz-transition: all 0.3s ease-out;
  738. }
  739.  
  740. #sidebar:hover #bar5{
  741. opacity:1;
  742. }
  743.  
  744. #player{
  745. position:fixed !important;
  746. width:auto;
  747. padding:8px;
  748. padding-bottom:22px;
  749. background:#BAC2D9;
  750. height:8px;
  751. margin-top:18px;
  752. margin-left:30px;
  753. text-align:center;
  754. z-index:5;
  755. border:3px solid {color:links};
  756. opacity:0;
  757. transition: all 0.6s ease-out;
  758. -o-transition-transition: all 0.6s ease-out;
  759. -webkit-transition: all 0.6s ease-out;
  760. -moz-transition: all 0.6s ease-out;
  761. }
  762.  
  763. #sidebar:hover #player{
  764. opacity:1;
  765. }
  766.  
  767. @font-face{font-family:"Jenna Sue";src:url("http://static.tumblr.com/9wzbixa/nq2mj2mox/jennasue.ttf");}
  768.  
  769. @font-face {font-family:"Tabitha"; src:url('http://static.tumblr.com/9wzbixa/UvZm26lrw/tabitha.ttf');}
  770.  
  771. @font-face {font-family:"little days"; src: url('http://static.tumblr.com/ejm8w78/WPwlvia7a/little_days.ttf');}
  772.  
  773. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  774.  
  775. @font-face {font-family:"Punkboy"; src:url('http://static.tumblr.com/9wzbixa/kMum26o0j/punkboy_tbs.ttf');}
  776.  
  777. @font-face{font-family:"Katy Berry";src:url("http://static.tumblr.com/9wzbixa/XT1mj3ixp/kberry.ttf");}
  778.  
  779.  
  780. #cutie1{
  781. position:fixed;
  782. width:22px;
  783. height:13px;
  784. padding-top:8px;
  785. padding-bottom:20px;
  786. padding-left:7px;
  787. padding-right:21px;
  788. margin-left:177px;
  789. margin-top:307px;
  790. line-height:18px;
  791. text-align:center;
  792. font-size: 28px;
  793. letter-spacing:2px;
  794. font-family:tabitha;
  795. opacity:0;
  796. z-index: 1;
  797. border-top:3px solid {color:links};
  798. border-right:0px solid {color:links};
  799. border-bottom:1px solid {color:links};
  800. border-left:3px solid {color:links};
  801. background-color:#BAC2D9;
  802. transition: all 0.6s ease-out;
  803. -o-transition-transition: all 0.6s ease-out;
  804. -webkit-transition: all 0.6s ease-out;
  805. -moz-transition: all 0.6s ease-out;
  806. }
  807.  
  808. #sidebar:hover #cutie1{
  809. opacity:1;
  810. }
  811.  
  812. #cutie1:hover{
  813. border-radius:20px;
  814. }
  815.  
  816. #cutie2{
  817. position:fixed;
  818. width:22px;
  819. height:13px;
  820. padding-top:8px;
  821. padding-bottom:20px;
  822. padding-left:7px;
  823. padding-right:21px;
  824. margin-left:230px;
  825. margin-top:307px;
  826. line-height:18px;
  827. text-align:center;
  828. font-size: 28px;
  829. letter-spacing:2px;
  830. font-family:tabitha;
  831. opacity:0;
  832. z-index: 1;
  833. border-top:3px solid {color:links};
  834. border-right:3px solid {color:links};
  835. border-bottom:1px solid {color:links};
  836. border-left:1px solid {color:links};
  837. background-color:#BAC2D9;
  838. transition: all 0.6s ease-out;
  839. -o-transition-transition: all 0.6s ease-out;
  840. -webkit-transition: all 0.6s ease-out;
  841. -moz-transition: all 0.6s ease-out;
  842. }
  843.  
  844. #sidebar:hover #cutie2{
  845. opacity:1;
  846. }
  847.  
  848. #cutie2:hover{
  849. border-radius:20px;
  850. }
  851.  
  852. #cutie3{
  853. position:fixed;
  854. width:22px;
  855. height:13px;
  856. padding-top:8px;
  857. padding-bottom:20px;
  858. padding-left:7px;
  859. padding-right:21px;
  860. margin-left:177px;
  861. margin-top:353px;
  862. line-height:18px;
  863. text-align:center;
  864. font-size: 28px;
  865. letter-spacing:2px;
  866. font-family:tabitha;
  867. opacity:0;
  868. z-index: 1;
  869. border-top:0px solid {color:links};
  870. border-right:0px solid {color:links};
  871. border-bottom:3px solid {color:links};
  872. border-left:3px solid {color:links};
  873. background-color:#BAC2D9;
  874. transition: all 0.6s ease-out;
  875. -o-transition-transition: all 0.6s ease-out;
  876. -webkit-transition: all 0.6s ease-out;
  877. -moz-transition: all 0.6s ease-out;
  878. }
  879.  
  880. #sidebar:hover #cutie3{
  881. opacity:1;
  882. }
  883.  
  884. #cutie3:hover{
  885. border-radius:20px;
  886. }
  887.  
  888. #cutie4{
  889. position:fixed;
  890. width:22px;
  891. height:13px;
  892. padding-top:8px;
  893. padding-bottom:20px;
  894. padding-left:7px;
  895. padding-right:21px;
  896. margin-left:230px;
  897. margin-top:353px;
  898. line-height:18px;
  899. text-align:center;
  900. font-size: 28px;
  901. letter-spacing:2px;
  902. font-family:tabitha;
  903. opacity:0;
  904. z-index: 1;
  905. border-top:0px solid {color:links};
  906. border-right:3px solid {color:links};
  907. border-bottom:3px solid {color:links};
  908. border-left:1px solid {color:links};
  909. background-color:#BAC2D9;
  910. transition: all 0.6s ease-out;
  911. -o-transition-transition: all 0.6s ease-out;
  912. -webkit-transition: all 0.6s ease-out;
  913. -moz-transition: all 0.6s ease-out;
  914. }
  915.  
  916. #sidebar:hover #cutie4{
  917. opacity:1;
  918. }
  919.  
  920. #cutie4:hover{
  921. border-radius:20px;
  922. }
  923.  
  924. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  925. .title{
  926. line-height: 12px;
  927. color:{color:Title};
  928. font-weight: normal;
  929. font-family:punkboy;
  930. font-size:18px;
  931. line-height:17px;
  932. }
  933.  
  934.  
  935. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  936. .permalink{
  937. text-transform: normal;
  938. display: block;
  939. text-align: right;
  940. text-decoration: none;
  941. }
  942.  
  943.  
  944. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  945. #infscr-loading{
  946. bottom: -70px;
  947. position: absolute;
  948. left: 50%;
  949. margin-left:-8px;
  950. width:16px;
  951. height:11px;
  952. overflow:hidden;
  953. margin-bottom: 50px;
  954. }
  955.  
  956. #postnotes{
  957. text-align: justify;}
  958.  
  959. #postnotes blockquote{
  960. border: 0px;}
  961.  
  962. blockquote{
  963. padding:0px 0px 2px 5px;
  964. margin:0px 0px 2px 10px;
  965. border-left: 1px dotted #555555;
  966. }
  967.  
  968. blockquote p, ul{
  969. margin:0px;
  970. padding:0px;
  971. }
  972.  
  973. a img{border: 0px;}
  974.  
  975.  
  976. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  977.  
  978. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  979. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  980.  
  981. .notes img{width:10px; position:relative; top:3px;}
  982. <--ses-->
  983. small{font-size: 90%;}
  984.  
  985. @-webkit-keyframes fadeInLeft {
  986. 0% {
  987. opacity: 0;
  988. -webkit-transform: translateX(-20px);
  989. }
  990. 100% {
  991. opacity: 1;
  992. -webkit-transform: translateX(0);
  993. }
  994. }
  995. @-moz-keyframes fadeInLeft {
  996. 0% {
  997. opacity: 0;
  998. -moz-transform: translateX(-20px);
  999. }
  1000. 100% {
  1001. opacity: 1;
  1002. -moz-transform: translateX(0);
  1003. }
  1004. }
  1005. @-ms-keyframes fadeInLeft {
  1006. 0% {
  1007. opacity: 0;
  1008. -ms-transform: translateX(-20px);
  1009. }
  1010. 100% {
  1011. opacity: 1;
  1012. -ms-transform: translateX(0);
  1013. }
  1014. }
  1015. @-o-keyframes fadeInLeft {
  1016. 0% {
  1017. opacity: 0;
  1018. -o-transform: translateX(-20px);
  1019. }
  1020. 100% {
  1021. opacity: 1;
  1022. -o-transform: translateX(0);
  1023. }
  1024. }
  1025. @keyframes fadeInLeft {
  1026. 0% {
  1027. opacity: 0;
  1028. transform: translateX(-20px);
  1029. }
  1030. 100% {
  1031. opacity: 1;
  1032. transform: translateX(0);
  1033. }
  1034. }
  1035. .fadeInLeft {
  1036. -webkit-animation-name: fadeInLeft;
  1037. -moz-animation-name: fadeInLeft;
  1038. -ms-animation-name: fadeInLeft;
  1039. -o-animation-name: fadeInLeft;
  1040. animation-name: fadeInLeft;
  1041. }
  1042.  
  1043. {CustomCSS}
  1044.  
  1045. </style>
  1046.  
  1047. {block:IndexPage}
  1048. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1049. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1050.  
  1051. <script type="text/javascript">
  1052. $(window).load(function(){
  1053. var $wall = $('#posts');
  1054. $wall.imagesLoaded(function(){
  1055. $wall.masonry({
  1056. itemSelector: '.entry, .entry_photo',
  1057. isAnimated : false
  1058. });
  1059. });
  1060.  
  1061. $wall.infinitescroll({
  1062. navSelector : '#pagination',
  1063. nextSelector : '#pagination a',
  1064. itemSelector : '.entry, .entry_photo',
  1065. bufferPx : 2000,
  1066. debug : false,
  1067. errorCallback: function() {
  1068. $('#infscr-loading').fadeOut('normal');
  1069. }},
  1070. function( newElements ) {
  1071. var $newElems = $( newElements );
  1072. $newElems.hide();
  1073. $newElems.imagesLoaded(function(){
  1074. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1075. });
  1076. }); $('#posts').show(500);
  1077. });
  1078. </script>
  1079.  
  1080.  
  1081. {/block:IndexPage}
  1082.  
  1083.  
  1084. <title>{title}</title>
  1085.  
  1086. <link rel="shortcut icon" href="{Favicon}" />
  1087. <meta name="viewport" content="width=820" />
  1088. </head>
  1089.  
  1090. <body>
  1091. <BODY onselectstart="return false;" ondragstart="return false;">
  1092. <div class="wrapper">
  1093. <div class="header">
  1094. </div>
  1095.  
  1096. <div id="cage">
  1097. <div id="center">
  1098.  
  1099. <div id="pencil"></div>
  1100. <div id="eraser"></div>
  1101. <div id="pop"></div>
  1102. <div id="can"></div>
  1103. <div id="heart1"></div>
  1104.  
  1105. <div id="derpp">{text:quote}</div>
  1106.  
  1107. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1108. <div id="sidebar">
  1109. <div id="pic2"><script language="JavaScript">
  1110. <!--
  1111.  
  1112. /*
  1113. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  1114. Over 400+ free JavaScripts here!
  1115. Keep this notice intact please
  1116. */
  1117.  
  1118. function random_imglink(){
  1119. var myimages=new Array()
  1120. //specify random images below. You can have as many as you wish
  1121. myimages[1]="{image:Sidebar1}"
  1122. myimages[2]="{image:Sidebar2}"
  1123. myimages[3]="{image:Sidebar3}"
  1124. myimages[4]="{image:Sidebar4}"
  1125. myimages[5]="{image:Sidebar5}"
  1126. myimages[6]="{image:Sidebar6}"
  1127.  
  1128. var ry=Math.floor(Math.random()*myimages.length)
  1129. if (ry==0)
  1130. ry=1
  1131. document.write('<img src="'+myimages[ry]+'"width=100% border=0>')
  1132. }
  1133. random_imglink()
  1134. //-->
  1135. </script> </a></div>
  1136. <center>
  1137. <div id="cutie1"><a href="{text:Link One}" title="{text:Link One Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/home.png" style="width:45px; height:40px; margin-top:-8px; margin-left:-4px;"></a></div>
  1138.  
  1139. <div id="cutie2"><a href="{text:Link Two}" title="{text:Link Two Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/mail.png" style="width:45px; height:40px; margin-top:-8px; margin-left:-4px;"></a></div>
  1140.  
  1141. <div id="cutie3"><a href="{text:Link Three}" title="{text:Link Three Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/earth.png" style="width:38px; height:34px; margin-top:-6px; margin-left:0px;"></a></div>
  1142.  
  1143. <div id="cutie4"><a href="{text:Link Four}" title="{text:Link Four Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/notepad.png" style="width:45px; height:38px; margin-top:-6px; margin-left:-4px;"></a> </div>
  1144. <div id="ups"><a href="#?w=500" rel="02" class="poplight"title="click for updates and stats!"><img src="https://cdn1.iconfinder.com/data/icons/49handdrawing/128x128/favourites.png" style="width:30px; height:25px; margin-top:-10px; margin-left:-4px;"></a></div>
  1145. <div id="playlist"><a href="#?w=500" rel="03" class="poplight"title="click for my playlist!"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/hint.png" style="width:30px; height:25px; margin-top:-10px; margin-left:-4px;"></a></div>
  1146. <a href="/"><img src="{image:sidebar}" width=100%></a>
  1147. <div id="desc">{description}</div>
  1148. <div id="blogtitle">{blogtitle}</div>
  1149. <div id="title2">{text:title2}</div>
  1150. <div id="barr2"></div>
  1151. <div id="bar3"></div>
  1152. <div id="bar4"></div>
  1153. <div id="bar5"></div>
  1154. <div id="player"></a><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="200" height="23">
  1155. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  1156. <param name="bgcolor" value="#ffffff" />
  1157. <param name="FlashVars" value="mp3=http%3A//tegos.ru/new/mp3_full/Lana_Del_Rey_-_Young_And_Beautiful.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_lqo1x4714v1qge8npo1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_m59bpp1wAc1qzlocno1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_md1f5x6X2C1rs5sz4o1.mp3%20%7C%20http%3A//a.tumblr.com/tumblr_luy0o0fuLd1qdte2bo1.mp3%20%7C%20http%3A//media.shax-dag.ru/Music/users/music___123100_3.mp3%20&amp;showvolume=1&amp;skin=white&amp;buttoncolor=black&amp;showlist=0" />
  1158. </object></a></div>
  1159. </center>
  1160. </div>
  1161. <!------------------------------------->
  1162.  
  1163. <div class="left">
  1164. <div id="posts">
  1165. {block:Posts}
  1166. <div class="entry">
  1167.  
  1168. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1169.  
  1170. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1171. {/block:Text}
  1172.  
  1173. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1174.  
  1175. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1176.  
  1177. {block:Answer}
  1178. <div style="margin: 1px 2px 1px 2px; min-height:30px; padding: 8px; border:1px solid #ddd; background-color: {color:ask background}; overflow-y:scroll;"/>
  1179.  
  1180. <img src="{AskerPortraitURL-40}" width="32" align="Left" style="margin-left:-11px; margin-top: -13px; border:2px solid #dcd; border-radius:3px;"/>
  1181.  
  1182. <gee>{Asker}</gee> wondered: <br> {Question} </div> <br>
  1183.  
  1184. <div style="background:{color:ask background}; padding-top:-5px; padding-bottom:10px;"><center><br>{Answer}</center></div><br>
  1185.  
  1186. <askk>{text:your name}</askk>
  1187.  
  1188. <P ALIGN=Right><a href="{Permalink}">{notecountwithlabel}</a>
  1189. {/block:Answer}
  1190.  
  1191. {block:Photo}
  1192. {block:IndexPage}
  1193. <center>
  1194. <div class="perma">
  1195. <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}">{NoteCountWithLabel} </div>
  1196.  
  1197. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1198. {/block:IndexPage}
  1199. {block:PermalinkPage}
  1200. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1201.  
  1202. {LinkCloseTag}
  1203. {/block:PermalinkPage}
  1204. {/block:Photo}
  1205.  
  1206. {block:Photoset}
  1207. {block:IndexPage}
  1208. <center>
  1209.  
  1210. <div class="perma">
  1211. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1212.  
  1213. {Photoset-250}</center>
  1214. {/block:IndexPage}
  1215. {block:PermalinkPage}
  1216. <center>
  1217. {Photoset-500}</center>
  1218. {/block:PermalinkPage}
  1219. {/block:Photoset}
  1220.  
  1221. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1222.  
  1223. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1224.  
  1225. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1226. <ul class="chat">
  1227. {block:Lines}
  1228. <li class="user_{UserNumber}">
  1229. {block:Label}
  1230. <span class="label">{Label}</span>
  1231. {/block:Label}
  1232.  
  1233. {Line}
  1234. </li>
  1235. {/block:Lines}
  1236. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1237. {/block:Chat}
  1238.  
  1239. {block:Audio}
  1240. <div style="width:200px; height:30px;">
  1241. {AudioPlayerBlack}
  1242. </div>
  1243. {block:IndexPage}<span class="permalink">
  1244. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1245. </span>{/block:IndexPage}
  1246. {/block:Audio}
  1247.  
  1248. {block:Video}
  1249. {block:IndexPage}
  1250. <center>
  1251. <div class="perma">
  1252. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1253. {Video-250}</center>
  1254. {/block:IndexPage}
  1255. {block:PermalinkPage}
  1256. <center>
  1257. {Video-400}</center>
  1258. {/block:PermalinkPage}
  1259. {block:Video}
  1260.  
  1261.  
  1262. {block:PostNotes}<div align="middle">{caption}</div>
  1263. <center>
  1264.  
  1265. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1266.  
  1267. {block:HasTags}
  1268. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1269. {block:RebloggedFrom}
  1270. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1271. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1272.  
  1273. {/block:RebloggedFrom}
  1274. </center></span>
  1275. <br>
  1276. <div id="postnotes">{PostNotes}</div><br>
  1277.  
  1278. <center>{block:ContentSource}
  1279. <br><a href="{SourceURL}">
  1280. {lang:Source}:
  1281. {block:SourceLogo}
  1282. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1283. height="{LogoHeight}" alt="{SourceTitle}" />
  1284. {/block:SourceLogo}
  1285. {block:NoSourceLogo}
  1286. {SourceLink}
  1287. {/block:NoSourceLogo}
  1288. </a>
  1289. {/block:ContentSource}</center>
  1290.  
  1291. {/block:PostNotes}
  1292. </div>
  1293. {/block:Posts}
  1294. </div></div>
  1295.  
  1296. {block:IndexPage}
  1297. {block:Pagination}
  1298. <div id="pagination">
  1299. {block:NextPage}
  1300. <a id="nextPage" href="{NextPage}"></a>
  1301. {/block:NextPage}
  1302. {block:PreviousPage}
  1303. <a href="{PreviousPage}"></a>
  1304. {/block:PreviousPage}
  1305. </div>
  1306. {/block:Pagination}
  1307. {/block:IndexPage}
  1308. </body>
  1309. <div id="02" class="popup_block">
  1310. <center><mah>Updates:</mah></center>
  1311. <br>
  1312.  
  1313. -going away 10/12 will be gone until late tomorrow...queue is on!! <br>
  1314. -i'm dying of 5sos feels omg <br>
  1315. -new theme 13/09 made by moi <br>
  1316. -i'm not online as much bc of school so my queue runs from 8am to 5pm <br>
  1317. -i published theme #10 09/21 go check it out! <br> <br> <br>
  1318.  
  1319. <center><mah>Stats:</mah></center>
  1320. <br>
  1321. <script language="JavaScript">
  1322. var ref = (''+document.referrer+'');
  1323. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3417694&e1=is here&e2=are here&r=' + ref + '"><\/script>');
  1324. </script> <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID2216097&name=people left"></script> <br>
  1325. the date is <script language="JavaScript" src="http://freehostedscripts.net/date.php"></script> <br>
  1326. you look beautiful/handsome today <br>
  1327. </div></div></div></div></div></div></div></div></div></div>
  1328.  
  1329. <div id="03" class="popup_block">
  1330. <center><mah>Playlist:</mah></center>
  1331. <br>
  1332.  
  1333. Young and beautiful by Lana del Rey <br>
  1334. Endlessly by The Cab <br>
  1335. Give me love by Ed Sheeran <br>
  1336. Over again by One Direction <br>
  1337. Turning page by Sleeping At Last <br>
  1338. Echo by Jason Walker <br>
  1339.  
  1340. </div></div></div></div></div></div></div></div></div></div>
  1341. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement