Fucking_Aj

Shades of Cool Theme by Mufflinq

Jan 1st, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.63 KB | None | 0 0
  1. <!--
  2. █▀▀▄ █▀▀█ █░░█ █░░█   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  3. █▀▀▄ █▄▄▀ █░░█ █▀▀█   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  4. ▀▀▀░ ▀░▀▀ ░▀▀▀ ▀░░▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  5. -->
  6.  
  7. <html lang="en">
  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. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45.  
  46. <script type="text/javascript">
  47. <!--
  48.  
  49. // Disable RIGHT Click Script
  50.  
  51. function IE(e)
  52. {
  53. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  54. {
  55. return false;
  56. }
  57. }
  58. function NS(e)
  59. {
  60. if (document.layers || (document.getElementById && !document.all))
  61. {
  62. if (e.which == "2" || e.which == "3")
  63. {
  64. return false;
  65. }
  66. }
  67. }
  68. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  69.  
  70. //-->
  71. </script>
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("a[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:90,
  81. tip_fade_speed:600,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88. <script type="text/javascript"
  89. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  90. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css";; rel="stylesheet">
  91. <!--DEFAULT VARIABLES-->
  92. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  93. <meta name="color:background" content="#fff"/>
  94. <meta name="color:link" content="#777"/>
  95. <meta name="color:text" content="#777"/>
  96. <meta name="color:title" content="#333"/>
  97. <meta name="color:hover" content="#fff"/>
  98. <meta name="image:sidebar" content="1"/>
  99. <meta name="image:topbar" content="1"/>
  100. <meta name="image:background" content="1"/>
  101. <meta name="color:sidebar borders" content=""/>
  102. <meta name="color:blogtitle" content=""/>
  103.  
  104. <meta name="text:blogtitle" content="Fallen Leaves"
  105. />
  106. <meta name="text:quote" content="'Cause you are invincible
  107. I can't break through your world
  108. 'Cause you live in shades of cool
  109. Your heart is unbreakable"/>
  110. <meta name="text:stats" content="stats"/>
  111. <meta name="text:name" content="Royalty"/>
  112. <meta name="text:link one" content="/"/>
  113. <meta name="text:link one title" content="title 1"/>
  114.  
  115. <meta name="text:link two" content="/"/>
  116. <meta name="text:link two title" content="title 2"/>
  117.  
  118. <meta name="text:link three" content="/"/>
  119. <meta name="text:link three title" content="title 3"/>
  120.  
  121. <meta name="text:link four" content="/"/>
  122. <meta name="text:link four title" content="title 4"/>
  123.  
  124. <meta name="text:link five" content="/"/>
  125. <meta name="text:link five title" content="title 5"/>
  126. <style type="text/css">
  127.  
  128. #happy {
  129. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  130. repeat:repeat-x;
  131. left:0;
  132. width:100%;
  133. margin-top:15px;
  134. height:18px;
  135. position: fixed;
  136. z-index: 99991;
  137. opacity:1;
  138. }
  139. #happy2 {
  140. background-color: #fff;
  141. repeat:repeat-x;
  142. left:0;
  143. width:100%;
  144. margin-top: -10px;
  145. height:30px;
  146. position: fixed;
  147. z-index: 99991;
  148. opacity:1;
  149. }
  150. #thing {
  151. width:180px;
  152. height:180px;
  153. position:fixed;
  154. transition:0.6s ease-in-out;
  155. -o-transition:0.6s ease-in-out;
  156. -ms-transition:0.6s ease-in-out;
  157. -moz-transition:0.6s ease-in-out;
  158. -webkit-transition:0.6s ease-in-out;
  159. }
  160.  
  161. #thing:hover #updates {
  162. height:400px;
  163. opacity:1;
  164. transition:0.6s ease-in-out;
  165. -o-transition:0.6s ease-in-out;
  166. -ms-transition:0.6s ease-in-out;
  167. -moz-transition:0.6s ease-in-out;
  168. -webkit-transition:0.6s ease-in-out;
  169.  
  170. }
  171.  
  172. #thing:hover #t {
  173. margin-top:-10px;
  174. width:170px;
  175. -ms-transform:none;
  176. -moz-transform:none;
  177. -webkit-transform:none;
  178. -o-transform:rotate:none;
  179. }
  180.  
  181. #thing:hover #l {
  182. margin-top:400px;
  183. width:170px;
  184. -ms-transform:none;
  185. -moz-transform:none;
  186. -webkit-transform:none;
  187. -o-transform:none;
  188. }
  189.  
  190. #thing:hover #l a {
  191. opacity:1;
  192. }
  193.  
  194. #l a {
  195. margin-left:80px;
  196. font-size:10px;
  197. text-align:center;
  198. display:inline-block;
  199. position:fixed;
  200. opacity:0;
  201. margin-top:-5px;
  202. transition:0.7s ease-in-out;
  203. -o-transition:0.7s ease-in-out;
  204. -ms-transition:0.7s ease-in-out;
  205. -moz-transition:0.7s ease-in-out;
  206. -webkit-transition:0.7s ease-in-out;
  207. }
  208.  
  209. #t {
  210. width:100px;
  211. height:1px;
  212. background-color:#777;
  213. margin:20px 5px 0;
  214. position:fixed;
  215. z-index:2;
  216. -ms-transform:rotate(45deg);
  217. -moz-transform:rotate(45deg);
  218. -webkit-transform:rotate(45deg);
  219. -o-transform:rotate(45deg);
  220. transition:0.7s ease-in-out;
  221. -o-transition:0.7s ease-in-out;
  222. -ms-transition:0.7s ease-in-out;
  223. -moz-transition:0.7s ease-in-out;
  224. -webkit-transition:0.7s ease-in-out;
  225. }
  226.  
  227. #l {
  228. position:fixed;
  229. width:100px;
  230. height:1px;
  231. background-color:#777;
  232. margin:20px 5px 0;
  233. z-index:2;
  234. -ms-transform:rotate(-45deg);
  235. -moz-transform:rotate(-45deg);
  236. -webkit-transform:rotate(-45deg);
  237. -o-transform:rotate(-45deg);
  238. transition:0.7s ease-in-out;
  239. -o-transition:0.7s ease-in-out;
  240. -ms-transition:0.7s ease-in-out;
  241. -moz-transition:0.7s ease-in-out;
  242. -webkit-transition:0.7s ease-in-out;
  243. }
  244.  
  245. #updates {
  246. z-index:1;
  247. opacity:0;
  248. padding:2px 0;
  249. position:fixed;
  250. height:20px;
  251. width:150px;
  252. color:#777777;
  253. font-size:11px;
  254. margin-top:0px;
  255. margin-left:15px;
  256. margin-bottom:10px;
  257. font-family:Mistral;
  258. overflow:hidden;
  259. line-height:110%;
  260. text-align:justify;
  261. background:rgba(255, 255, 255, 0.8);
  262. transition:0.7s ease-in-out;
  263. -o-transition:0.7s ease-in-out;
  264. -ms-transition:0.7s ease-in-out;
  265. -moz-transition:0.7s ease-in-out;
  266. -webkit-transition:0.7s ease-in-out;
  267. }
  268.  
  269.  
  270. blockquote img{ width:170px;
  271. margin:2px;
  272. }
  273.  
  274. .popup_block{
  275. display:none;
  276. background:#fff;
  277. padding:20px;
  278. border:5px solid {color:sidebar borders}; /* if you want a solid white pop-up, delete this */
  279. float:left;
  280. position:fixed;
  281. top:50%;left:50%;
  282. border-radius:5px;
  283. z-index: 99999;
  284. -webkit-animation:pulse 2s;
  285. -moz-animation:pulse 2s;
  286. -o-animation:pulse 2s;
  287.  
  288.  
  289.  
  290. }
  291.  
  292. *html #fade {position: absolute;}
  293. *html .popup_block {position: absolute;}
  294. #fade {
  295. display:none;
  296. position:fixed;
  297. left:0px;
  298. top:0px;
  299. width:100%;
  300. height:100%;
  301. z-index:9999;
  302. opacity:0.5; /* change to opacity:1; */
  303. }
  304.  
  305. #s-m-t-tooltip {
  306. max-width:500px;
  307. padding:5px;
  308. border-radius:3px;
  309. margin:20px 0px 0px 20px;
  310. background: {color:blogtitle};
  311. border:1px solid {color:blogtitle};
  312. letter-spacing: 1px;
  313. color: white;
  314. font-size:11px;
  315. font-family:calibri;
  316.  
  317. z-index:999999999999999999999999999999999999;
  318. }
  319.  
  320. #s-m-t-tooltip:before{
  321. position: absolute;
  322. left: -11px;
  323. top: -7px;
  324. width: 0px;
  325. content:"";
  326. transform: scale(1.7, .3);
  327. -webkit-transform: scale(1.7, .3);
  328. -moz-transform: scale(1.7, .3);
  329. -o-transform: scale(1.7, .3);
  330. -ms-transform: scale(1.7, .3);
  331. height: 0px;
  332. border-right: 4px solid {color:blogtitle};
  333. border-bottom: 17px solid transparent;
  334. border-left: 4px solid transparent;
  335. border-top: 17px solid transparent;
  336. }
  337.  
  338. ::-webkit-scrollbar-thumb{ background-color:{color:blogtitle}; border:2px solid {color:blogtitle}; height:auto; -moz-border-radius:10px; border-radius:10px; height:2px;}
  339.  
  340. ::-webkit-scrollbar{ height:2px; width:5px; background-color:{color:blogtitle}; border:2px solid #fff;}
  341.  
  342. 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-
  343.  
  344. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  345.  
  346. 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;}
  347.  
  348. p {
  349. margin:0px;
  350. margin-top:0px;
  351. }
  352.  
  353.  
  354. body {
  355. padding: 0px;
  356. margin: 0px;
  357. color:{color:text};
  358. font-family: calibri;
  359. line-height:13px;
  360. font-size:11px;
  361. background-color: {color:Background};
  362. background-image:url({image:Background});
  363. background-attachment: fixed;
  364. background-repeat: repeat;
  365. }
  366.  
  367.  
  368. a:link, a:active, a:visited{
  369. text-decoration: none;
  370. -webkit-transition: color 0.3s ease-out;
  371. -moz-transition: color 0.3s ease-out;
  372. transition: color 0.3s ease-out;
  373. color:{color:link};
  374. }
  375.  
  376. a:hover {
  377. text-decoration: none;
  378. font-style:;
  379. color: {color:Hover};
  380. }
  381.  
  382. div#center{
  383. margin:auto;
  384. position:relative;
  385. width:1000px;
  386. background-color:;
  387. overflow:auto;
  388. overflow-y:hidden;
  389. }
  390.  
  391. name{
  392. font-size:16px;
  393. font-family:georgia;
  394. font-style:italic;
  395. color:{color:blogtitle};
  396. }@font-face{font-family:Babydoll;src:url(http://static.tumblr.com/9wzbixa/MbMmj2fv0/babydoll.ttf);}
  397. #q{
  398. position:fixed;
  399. color:#999;
  400. text-transform:uppercase;
  401. width:170px;
  402. font-size:11px;
  403. line-height:15px;
  404. margin-top:330px;
  405. margin-left:140px;
  406. }
  407. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  408. .entry {
  409. float:left;
  410. display: block;
  411. margin:6px;
  412. overflow:hidden;
  413. width:255px;
  414. padding:10px;
  415. border:1px solid #e1e1e1;
  416. outline:1px dashed #e1e1e1;
  417. outline-offset:-6px;
  418. {block:PermalinkPage}
  419. width:450px;
  420. text-align:left;
  421. line-height:10px;
  422. {/block:PermalinkPage}
  423. background:white;
  424. background-image:URL();
  425. }
  426.  
  427.  
  428. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  429. .entry .perma{
  430. width:20px;
  431. height:20px;
  432. margin-left:10px;
  433. position: absolute;
  434. padding: 10px;
  435. line-height: 16px;
  436. border:1px solid #e1e1e1;
  437. border-radius:5px;
  438. overflow:hidden;
  439. text-align:center;
  440. top:20px;
  441. background:#f2f2f2;
  442. font-family:penus;
  443. font-size: 15px;
  444. word-spacing:2px;
  445. letter-spacing:1px;
  446. opacity: 0.0;
  447. -webkit-animation:pulse 2s;
  448. -moz-animation:pulse 2s;
  449. -o-animation:pulse 2s;
  450. -webkit-transition: all .7s ease;
  451. -moz-transition: all .7s ease;
  452. -o-transition: all .7s ease;
  453. transition: all .7s ease;
  454.  
  455. }
  456.  
  457. .entry:hover .perma{
  458. overflow:visible;
  459. text-shadow: 1.5px 1px #aaa;
  460. opacity:1;
  461. }
  462. .entry .perma2{
  463. width:20px;
  464. height:20px;
  465. margin-left:60px;
  466. position: absolute;
  467. padding: 10px;
  468. line-height: 16px;
  469. border:1px solid #e1e1e1;
  470. border-radius:5px;
  471. overflow:hidden;
  472. text-align:center;
  473. top:20px;
  474. background:white;
  475. font-family:penus;
  476. font-size: 15px;
  477. word-spacing:2px;
  478. letter-spacing:1px;
  479. opacity: 0.0;
  480. -webkit-animation:pulse 2s;
  481. -moz-animation:pulse 2s;
  482. -o-animation:pulse 2s;
  483. -webkit-transition: all .7s ease;
  484. -moz-transition: all .7s ease;
  485. -o-transition: all .7s ease;
  486. transition: all .7s ease;
  487.  
  488. }
  489.  
  490. .entry:hover .perma2{
  491. overflow:visible;
  492. text-shadow: 1.5px 1px #aaa;
  493. opacity:1;
  494. }
  495. .entry .perma3{
  496. width:20px;
  497. height:20px;
  498. margin-left:110px;
  499. position: absolute;
  500. padding: 10px;
  501. line-height: 16px;
  502. border:1px solid #e1e1e1;
  503. border-radius:5px;
  504. overflow:hidden;
  505. text-align:center;
  506. top:20px;
  507. background:#f2f2f2;
  508. font-family:penus;
  509. font-size: 15px;
  510. word-spacing:2px;
  511. letter-spacing:1px;
  512. opacity: 0.0;
  513. -webkit-animation:pulse 2s;
  514. -moz-animation:pulse 2s;
  515. -o-animation:pulse 2s;
  516. -webkit-transition: all .7s ease;
  517. -moz-transition: all .7s ease;
  518. -o-transition: all .7s ease;
  519. transition: all .7s ease;
  520.  
  521. }
  522.  
  523. .entry:hover .perma3{
  524. overflow:visible;
  525. text-shadow: 1.5px 1px #aaa;
  526. opacity:1;
  527. }
  528.  
  529.  
  530. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  531. #posts {
  532. width:660px;
  533. margin-top:30px;
  534. z-index:99;
  535. margin-left:420px;
  536. right:auto;
  537. background:transparent;
  538. margin-right:auto;
  539. position:relative;
  540. overflow-y: hidden;
  541.  
  542. }
  543.  
  544.  
  545. /*CUSTOMIZE SIDEBAR HERE*/
  546. #sidebar{
  547. position:fixed !important;
  548. width:330px;
  549. background:white;
  550. height:410px;
  551. padding:10px;
  552. border-radius:7px;
  553. border:4px solid {color:sidebar borders};
  554. margin-top:150px;
  555. margin-left:-35px;
  556. text-align:center;
  557. }
  558.  
  559. #pic{
  560. position:fixed;
  561. width:330px;
  562. height:410px;
  563. opacity:1;
  564. -webkit-transition: all 1s ease;
  565. -moz-transition: all 1s ease;
  566. -o-transition: all 1s ease;
  567. transition: all 1s ease;
  568. }
  569. #pic img{
  570. width:330px;
  571. height:410px;
  572.  
  573. }
  574. #sidebar:hover #pic{
  575. opacity:0;
  576. -webkit-transition: all 1s ease;
  577. -moz-transition: all 1s ease;
  578. -o-transition: all 1s ease;
  579. transition: all 1s ease;
  580. }
  581. #la{
  582. position:fixed;
  583. width:310px;
  584. height:390px;
  585. padding:10px;
  586. border-radius:5px;
  587. opacity:0;
  588. background:white;
  589. border:1px solid #e1e1e1;
  590. -moz-transform: scale(0.0);
  591. -webkit-transform: scale(0.0);
  592. transform: scale(0.0);
  593. -webkit-transition: all 1s ease;
  594. -moz-transition: all 1s ease;
  595. -o-transition: all 1s ease;
  596. transition: all 1s ease;
  597. }
  598. #sidebar:hover #la{
  599. opacity:1;
  600. background-size:cover;
  601. -moz-transform: scale(1.0);
  602. -webkit-transform: scale(1.0);
  603. transform: scale(1.0);
  604. -webkit-transition: all 1s ease;
  605. -moz-transition: all 1s ease;
  606. -o-transition: all 1s ease;
  607. transition: all 1s ease;
  608. }
  609. #blogtitle{
  610. position:fixed;
  611. font-family: 'Homemade Apple', cursive;
  612. font-size:28px;
  613. margin-top:44px;
  614. letter-spacing:3px;
  615. margin-left:25px;
  616. text-align:center;
  617. z-index:99;
  618. color:#fff;
  619. text-shadow:-1px 0 {color:blogtitle}, 0 1px {color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
  620. opacity:0;
  621. width:auto;
  622. -webkit-transition: all 1s ease;
  623. -moz-transition: all 1s ease;
  624. -o-transition: all 1s ease;
  625. transition: all 1s ease;
  626. }
  627. #sidebar:hover #blogtitle{
  628. opacity:1;
  629. -webkit-transition: all 1s ease;
  630. -moz-transition: all 1s ease;
  631. -o-transition: all 1s ease;
  632. transition: all 1s ease;
  633. }
  634. #desc{
  635. position:fixed;
  636. background:white;
  637. border:1px solid #e1e1e1;
  638. padding:6px;
  639. width:280px;
  640. overflow-y:scroll;
  641. height:50px;
  642. opacity:0;
  643. line-height:14px;
  644. margin-left:7px;
  645. margin-top:100px;
  646. -webkit-transition: all 1s ease;
  647. -moz-transition: all 1s ease;
  648. -o-transition: all 1s ease;
  649. transition: all 1s ease;
  650. }
  651. #sidebar:hover #desc{
  652. opacity:1;
  653. -webkit-transition: all 1s ease;
  654. -moz-transition: all 1s ease;
  655. -o-transition: all 1s ease;
  656. transition: all 1s ease;
  657. }
  658. #up{
  659. position:fixed;
  660. background:white;
  661. border:3px double {color:sidebar borders};
  662. padding:6px;
  663. width:13px;
  664. height:13px;
  665. border-radius:100%;
  666. opacity:0;
  667. line-height:14px;
  668. margin-left:10px;
  669. margin-top:170px;
  670. -webkit-transition: all 1s ease;
  671. -moz-transition: all 1s ease;
  672. -o-transition: all 1s ease;
  673. transition: all 1s ease;
  674. }
  675. #sidebar:hover #up{
  676. opacity:1;
  677. -webkit-transition: all 1s ease;
  678. -moz-transition: all 1s ease;
  679. -o-transition: all 1s ease;
  680. transition: all 1s ease;
  681. }
  682. #im{
  683. position:fixed;
  684. opacity:0;
  685. margin-top:310px;
  686. margin-left:-5px;
  687. -webkit-transition: all 1s ease;
  688. -moz-transition: all 1s ease;
  689. -o-transition: all 1s ease;
  690. transition: all 1s ease;
  691. }
  692. #im img{
  693. width:134px;
  694. }
  695. #sidebar:hover #im{
  696. opacity:1;
  697. -webkit-transition: all 1s ease;
  698. -moz-transition: all 1s ease;
  699. -o-transition: all 1s ease;
  700. transition: all 1s ease;
  701. }
  702. #ii{
  703. position:fixed;
  704. opacity:0;
  705. margin-top:286px;
  706. margin-left:10px;
  707. -webkit-transition: all 1s ease;
  708. -moz-transition: all 1s ease;
  709. -o-transition: all 1s ease;
  710. transition: all 1s ease;
  711. }
  712. #ii img{
  713. width:285px;
  714. }
  715. #sidebar:hover #ii{
  716. opacity:1;
  717. -webkit-transition: all 1s ease;
  718. -moz-transition: all 1s ease;
  719. -o-transition: all 1s ease;
  720. transition: all 1s ease;
  721. }
  722. #ak{
  723. font-size:18px;
  724. letter-spacing:2px;
  725. font-style:italic;
  726. font-family:georgia;
  727. line-height:30px;
  728. color:{color:blogtitle};
  729. }
  730.  
  731. #pp{
  732. position:fixed;
  733. background:white;
  734. border:3px double {color:sidebar borders};
  735. padding:6px;
  736. width:13px;
  737. height:13px;
  738. border-radius:100%;
  739. opacity:0;
  740. line-height:14px;
  741. margin-left:60px;
  742. margin-top:170px;
  743. -webkit-transition: all 1s ease;
  744. -moz-transition: all 1s ease;
  745. -o-transition: all 1s ease;
  746. transition: all 1s ease;
  747. }
  748. #sidebar:hover #pp{
  749. opacity:1;
  750. -webkit-transition: all 1s ease;
  751. -moz-transition: all 1s ease;
  752. -o-transition: all 1s ease;
  753. transition: all 1s ease;
  754. }
  755. #m{
  756. position:fixed;
  757. margin-top:175px;
  758. margin-left:100px;
  759. }
  760. #cc{
  761. position:fixed;
  762. background:white;
  763. border:3px double {color:sidebar borders};
  764. padding:6px;
  765. width:13px;
  766. height:13px;
  767. border-radius:100%;
  768. opacity:0;
  769. line-height:14px;
  770. margin-left:110px;
  771. margin-top:170px;
  772. -webkit-transition: all 1s ease;
  773. -moz-transition: all 1s ease;
  774. -o-transition: all 1s ease;
  775. transition: all 1s ease;
  776. }
  777. #sidebar:hover #cc{
  778. opacity:1;
  779. -webkit-transition: all 1s ease;
  780. -moz-transition: all 1s ease;
  781. -o-transition: all 1s ease;
  782. transition: all 1s ease;
  783. }
  784. #s{
  785. position:fixed;
  786. text-transform:uppercase;
  787. width:105px;
  788. border-bottom:1px solid {color:sidebar borders};
  789. padding:3px;
  790. margin-top:180px;
  791. margin-left:170px;
  792. }
  793.  
  794. #link1{
  795. position:fixed;
  796. overflow:visible;
  797. opacity:0;
  798. z-index:999999999999999999;
  799. margin-top:220px;
  800. margin-left:40px;
  801. -webkit-transition: all .3s ease;
  802. -moz-transition: all .3s ease;
  803. -o-transition: all .3s ease;
  804. transition: all .3s ease;
  805. -webkit-transform: rotate(180deg);
  806. }
  807.  
  808. #sidebar:hover #link1{
  809. opacity:1;
  810. -webkit-transform: rotate(180deg);
  811. -webkit-transition: all .7s ease;
  812. -moz-transition: all .7s ease;
  813. -o-transition: all .7s ease;
  814. transition: all .7s ease;
  815. }
  816. #link1 a{
  817. -webkit-transform: rotate(180deg);
  818. transform: scale(0, 1.11);
  819. border-left:13px double transparent;
  820. border-right:13px double transparent;
  821. border-top:30px solid {color:blogtitle};
  822. -webkit-transition: all .8s ease;
  823. -moz-transition: all .8s ease;
  824. -o-transition: all .8s ease;
  825. transition: all .8s ease;
  826. }
  827. #link2{
  828. position:fixed;
  829. overflow:visible;
  830. opacity:0;
  831. z-index:999999999999999999;
  832. margin-top:220px;
  833. margin-left:90px;-webkit-transform: rotate(180deg);
  834. -webkit-transition: all .3s ease;
  835. -moz-transition: all .3s ease;
  836. -o-transition: all .3s ease;
  837. transition: all .3s ease;
  838. }
  839.  
  840. #sidebar:hover #link2{
  841. opacity:1;-webkit-transform: rotate(180deg);
  842. -webkit-transition: all .7s ease;
  843. -moz-transition: all .7s ease;
  844. -o-transition: all .7s ease;
  845. transition: all .7s ease;
  846. }
  847. #link2 a{
  848. -webkit-transform: rotate(180deg);
  849. transform: scale(0, 1.11);
  850. border-left:13px double transparent;
  851. border-right:13px double transparent;
  852. border-top:30px solid {color:blogtitle};
  853. -webkit-transform: rotate(180deg);
  854. -webkit-transition: all .8s ease;
  855. -moz-transition: all .8s ease;
  856. -o-transition: all .8s ease;
  857. transition: all .8s ease;
  858. }
  859. #link3{
  860. position:fixed;
  861. overflow:visible;
  862. opacity:0;
  863. z-index:999999999999999999;
  864. margin-top:220px;
  865. -webkit-transform: rotate(180deg);
  866. margin-left:140px;
  867. -webkit-transition: all .3s ease;
  868. -moz-transition: all .3s ease;
  869. -o-transition: all .3s ease;
  870. transition: all .3s ease;
  871. }
  872.  
  873. #sidebar:hover #link3{
  874. opacity:1;
  875. -webkit-transition: all .7s ease;
  876. -moz-transition: all .7s ease;
  877. -o-transition: all .7s ease;
  878. transition: all .7s ease;
  879. }
  880. #link3 a{
  881. -webkit-transform: rotate(180deg);
  882. transform: scale(0, 1.11);
  883. border-left:13px double transparent;
  884. border-right:13px double transparent;
  885. border-top:30px solid {color:blogtitle};
  886. -webkit-transition: all .8s ease;
  887. -moz-transition: all .8s ease;
  888. -o-transition: all .8s ease;
  889. transition: all .8s ease;
  890. }
  891.  
  892. #link4{
  893. position:fixed;
  894. overflow:visible;
  895. opacity:0;
  896. z-index:999999999999999999;
  897. margin-top:220px;
  898.  
  899. margin-left:190px;-webkit-transform: rotate(180deg);
  900. -webkit-transition: all .3s ease;
  901. -moz-transition: all .3s ease;
  902. -o-transition: all .3s ease;
  903. transition: all .3s ease;
  904. }
  905.  
  906. #sidebar:hover #link4{
  907. opacity:1;-webkit-transform: rotate(180deg);
  908. -webkit-transition: all .7s ease;
  909. -moz-transition: all .7s ease;
  910. -o-transition: all .7s ease;
  911. transition: all .7s ease;
  912. }
  913. #link4 a{
  914. -webkit-transform: rotate(180deg);
  915. transform: scale(0, 1.11);
  916. border-left:13px double transparent;
  917. border-right:13px double transparent;
  918. border-top:30px solid {color:blogtitle};
  919.  
  920. -webkit-transition: all .8s ease;
  921. -moz-transition: all .8s ease;
  922. -o-transition: all .8s ease;
  923. transition: all .8s ease;
  924. }
  925.  
  926. #link5{
  927. position:fixed;
  928. overflow:visible;
  929. opacity:0;
  930. z-index:999999999999999999;
  931. margin-top:220px;
  932. -webkit-transform: rotate(180deg);
  933. margin-left:240px;
  934. -webkit-transition: all .3s ease;
  935. -moz-transition: all .3s ease;
  936. -o-transition: all .3s ease;
  937. transition: all .3s ease;
  938. }
  939.  
  940. #sidebar:hover #link5{
  941. opacity:1;
  942. -webkit-transform: rotate(180deg);
  943. -webkit-transition: all .7s ease;
  944. -moz-transition: all .7s ease;
  945. -o-transition: all .7s ease;
  946. transition: all .7s ease;
  947. }
  948. #link5 a{
  949. -webkit-transform: rotate(180deg);
  950. transform: scale(0, 1.11);
  951. border-left:13px double transparent;
  952. border-right:13px double transparent;
  953. border-top:30px solid {color:blogtitle};
  954. -webkit-transition: all .8s ease;
  955. -moz-transition: all .8s ease;
  956. -o-transition: all .8s ease;
  957. transition: all .8s ease;
  958. }
  959. @font-face{font-family:es;src:url(http://static.tumblr.com/9y3ehgn/Etjnbaqcb/estrela_fulguria_1748.ttf);}
  960.  
  961. @font-face {font-family: 'sym'; src: url('http://static.tumblr.com/tk7f1db/edkmx1ry6/websymbols-regular.otf');}
  962.  
  963. @font-face {font-family: "arsenalewhite";
  964. src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
  965. }
  966.  
  967. @font-face {font-family: 'ups'; src: url('http://static.tumblr.com/tk7f1db/ddomx1tg1/complete_in_him.ttf');}
  968.  
  969. @font-face{font-family:'tit';src:url('http://static.tumblr.com/tk7f1db/ZLJmwqza6/austie_bost_happy_holly.ttf');}
  970.  
  971. @font-face { font-family: "hi"; src: url('http://static.tumblr.com/tk7f1db/XVqmysgn0/where_stars_shine_the_brightest.ttf'); }
  972.  
  973. @font-face { font-family: "meem33"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  974.  
  975. @font-face{font-family:Never Let Go; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  976. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  977. @font-face { font-family: "seriously"; src: url('http://static.tumblr.com/kjq4nx5/T7mmzzayl/seriously.ttf');}
  978.  
  979.  
  980. #topbar{
  981. position:fixed;
  982. background-image:url({image:topbar});
  983. width:100000px;
  984. height:30px;
  985. z-index:99999;
  986. margin-left:-400px;
  987. z-index:99999999;
  988. }
  989.  
  990. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  991. .title{
  992. line-height: 20px;
  993. font-size:15px;
  994. font-family:georgia;
  995. font-style:italic;
  996. color:{color:Title};
  997. font-weight: normal;
  998. }
  999.  
  1000.  
  1001. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1002. .permalink{
  1003. text-transform: normal;
  1004. display: block;
  1005. text-align: right;
  1006. text-decoration: none;
  1007. }
  1008.  
  1009.  
  1010. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1011. #infscr-loading{
  1012. bottom: -70px;
  1013. position: absolute;
  1014. left: 50%;
  1015. margin-left:-8px;
  1016. width:16px;
  1017. height:11px;
  1018. overflow:hidden;
  1019. margin-bottom: 50px;
  1020. }
  1021.  
  1022. #postnotes{
  1023. text-align: justify;}
  1024.  
  1025. #postnotes blockquote{
  1026. border: 0px;}
  1027.  
  1028. blockquote{
  1029. padding:0px 0px 2px 5px;
  1030. margin:0px 0px 2px 10px;
  1031. border-left: 1px dotted #555555;
  1032. }
  1033.  
  1034. blockquote p, ul{
  1035. margin:0px;
  1036. padding:0px;
  1037. }
  1038.  
  1039. a img{border: 0px;}
  1040.  
  1041. @font-face{font-family:Sean;src:url(http://static.tumblr.com/9wzbixa/RxLmj2j5g/handsean.ttf);}
  1042.  
  1043. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1044.  
  1045. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1046. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1047.  
  1048. .notes img{width:10px; position:relative; top:3px;}
  1049. <--ses-->
  1050. small{font-size: 90%;}
  1051.  
  1052. {CustomCSS}
  1053.  
  1054. </style>
  1055.  
  1056. {block:IndexPage}
  1057. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1058. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1059.  
  1060. <script type="text/javascript">
  1061. $(window).load(function(){
  1062. var $wall = $('#posts');
  1063. $wall.imagesLoaded(function(){
  1064. $wall.masonry({
  1065. itemSelector: '.entry, .entry_photo',
  1066. isAnimated : false
  1067. });
  1068. });
  1069.  
  1070. $wall.infinitescroll({
  1071. navSelector : '#pagination',
  1072. nextSelector : '#pagination a',
  1073. itemSelector : '.entry, .entry_photo',
  1074. bufferPx : 2000,
  1075. debug : false,
  1076. errorCallback: function() {
  1077. $('#infscr-loading').fadeOut('normal');
  1078. }},
  1079. function( newElements ) {
  1080. var $newElems = $( newElements );
  1081. $newElems.hide();
  1082. $newElems.imagesLoaded(function(){
  1083. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1084. });
  1085. }); $('#posts').show(500);
  1086. });
  1087. </script>
  1088.  
  1089.  
  1090. {/block:IndexPage}
  1091.  
  1092.  
  1093. <title>{title}</title>
  1094.  
  1095. <link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRFTpfQPwl1oB8X61mjsucjwGxXQKnazm51nMdyboDlCWnpldQq" />
  1096. <meta name="viewport" content="width=820" />
  1097. </head>
  1098.  
  1099. <body>
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105. <BODY onselectstart="return false;" ondragstart="return false;">
  1106. <div class="wrapper">
  1107. <div class="header">
  1108. </div>
  1109.  
  1110.  
  1111. <div id="cage">
  1112. <div id="center">
  1113. <div id="happy"></div>
  1114. <div id="happy2"></div>
  1115.  
  1116. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1117. <div id="sidebar">
  1118. <center>
  1119. <div id="pic"><img src="{image:sidebar}"></div>
  1120. <div id="la">
  1121. <div id="desc">{description}</div>
  1122. <div id="blogtitle">{text:blogtitle}</div>
  1123. <div id="up"><a href="#?w=500" title="da updates" rel="box1" class="poplight">
  1124. <img src="http://static.tumblr.com/82f5641b2c12c5de5c957d9028c34836/j2hx6dc/t0Qndgs5j/tumblr_static_7b35e6klwsw8g8gc08k4scgck.gif" style="margin-top:-4px; margin-left:-3px;"></a></div>
  1125. <div id="pp"><a href="#?w=500" rel="box2" title="how did this get in here?"class="poplight">
  1126. <img src="http://pwtng.altervista.org/pokeball/loveball.png" style="margin-top:-5px; margin-left:-5px;"></a></div>
  1127. <div id="cc"><a href="#?w=300" rel="box3" title="ze credits"class="poplight">
  1128. <img src="http://www.serebii.net/itemdex/sprites/premierball.png" style="margin-top:-6px; margin-left:-5px;"></a></div>
  1129. <!-- bruh look hurr if you eva lookin for that image in the corner -->
  1130. <div id="im"><img src="http://media.tumblr.com/890b6abbb8b288964d5f99ca6de32198/tumblr_inline_mo4ujyC43U1qz4rgp.png" style"width:auto;height:auto;"></div>
  1131. <div id="s">{text:stats}</div>
  1132. <div id="link1"><a href="{text:link one}" title="{text:link one title}"></a></div>
  1133. <div id="link2"><a href="{text:link two}" title="{text:link two title}"></a></div>
  1134. <div id="link3"><a href="{text:link three}" title="{text:link three title}"></a></div>
  1135. <div id="link4"><a href="{text:link four}" title="{text:link four title}"></a></div>
  1136.  
  1137. <div id="link5"><a href="{text:link five}" title="{text:link five title}"></a></div>
  1138. <div id="ii"><img src="http://www.hic-dragones.co.uk/wp-content/uploads/2014/05/pink-swirl-divider-1.png"></div>
  1139. <div id="q">{text:quote}
  1140. </div>
  1141. </div>
  1142. </center>
  1143. </div>
  1144. <!------------------------------------->
  1145.  
  1146.  
  1147. <div class="left">
  1148. <div id="posts">
  1149. {block:Posts}
  1150. <div class="entry">
  1151.  
  1152. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1153.  
  1154. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1155. {/block:Text}
  1156.  
  1157. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1158.  
  1159. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1160. {block:Answer}
  1161. <div style="margin-left:5px; margin-top:16px; width:230px; height:auto; border:1px solid #e1e1e1; padding: 10px; border-radius:4px; background-color:#fbfbfb;">
  1162. <img src="{AskerPortraitURL-30}" width="40" height="40" align="left" style="margin-right: 4px; margin-top: -6px ;padding: 2px; background: white; border:3px solid #a6c1df; z-index:1;opacity:1; border-radius:40px;"/>
  1163. <div id="ak">{Asker}:</div> {Question}</div> </p> <br>
  1164. <img src="{PortraitURL-30}" width="40" height="40" align="right" style="margin-right: 4px; margin-top: -6px ;padding: 2px; background: white; border:3px solid #a6c1df; z-index:1;opacity:1; border-radius:40px;"/>
  1165.  
  1166. <div style="margin-left:5px;width:140px; margin-top:-9px; height:auto; text-align:left;
  1167. border:1px solid #e1e1e1; padding: 10px; border-radius:4px;background-color:#fbfbfb; width: 230px; ;"><center><div id="ak">{text:name}:</div><div style="text-align:left;">{Answer}</div></center></div><br><br>
  1168. {/block:Answer}
  1169. {block:Photo}
  1170. {block:IndexPage}
  1171. <center>
  1172. <div class="perma">
  1173. {ReblogButton} </div>
  1174. <div class="perma2">{LikeButton}</div>
  1175. <div class="perma3"><a href="{Permalink}" target="_blank"><img src="http://i.imgur.com/Taq0deT.png" style="width:26px;margin-top:-2px;margin-left:-3px"></a></div>
  1176. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1177. {/block:IndexPage}
  1178. {block:PermalinkPage}
  1179. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1180.  
  1181. {LinkCloseTag}
  1182. {/block:PermalinkPage}
  1183. {/block:Photo}
  1184.  
  1185. {block:Photoset}
  1186. {block:IndexPage}
  1187. <center>
  1188.  
  1189. <div class="perma">
  1190. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1191.  
  1192. {Photoset}</center>
  1193. {/block:IndexPage}
  1194. {block:PermalinkPage}
  1195. <center>
  1196. {Photoset-500}</center>
  1197. {/block:PermalinkPage}
  1198. {/block:Photoset}
  1199.  
  1200. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1201.  
  1202. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1203.  
  1204. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1205. <ul class="chat">
  1206. {block:Lines}
  1207. <li class="user_{UserNumber}">
  1208. {block:Label}
  1209. <span class="label">{Label}</span>
  1210. {/block:Label}
  1211.  
  1212. {Line}
  1213. </li>
  1214. {/block:Lines}
  1215. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1216. {/block:Chat}
  1217.  
  1218. {block:Audio}
  1219. <div style="width:200px; height:30px;">
  1220. {AudioPlayerBlack}
  1221. </div>
  1222. {block:IndexPage}<span class="permalink">
  1223. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1224. </span>{/block:IndexPage}
  1225. {/block:Audio}
  1226.  
  1227. {block:Video}
  1228. {block:IndexPage}
  1229. <center>
  1230. <div class="perma">
  1231. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1232. {Video-250}</center>
  1233. {/block:IndexPage}
  1234. {block:PermalinkPage}
  1235. <center>
  1236. {Video-400}</center>
  1237. {/block:PermalinkPage}
  1238. {block:Video}
  1239.  
  1240.  
  1241. {block:PostNotes}<div align="middle">{caption}</div>
  1242. <center>
  1243.  
  1244. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1245.  
  1246. {block:HasTags}
  1247. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1248. {block:RebloggedFrom}
  1249. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1250. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1251.  
  1252. {/block:RebloggedFrom}
  1253. </center></span>
  1254. <br>
  1255. <div id="postnotes">{PostNotes}</div><br>
  1256.  
  1257. <center>{block:ContentSource}
  1258. <br><a href="{SourceURL}">
  1259. {lang:Source}:
  1260. {block:SourceLogo}
  1261. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1262. height="{LogoHeight}" alt="{SourceTitle}" />
  1263. {/block:SourceLogo}
  1264. {block:NoSourceLogo}
  1265. {SourceLink}
  1266. {/block:NoSourceLogo}
  1267. </a>
  1268. {/block:ContentSource}</center>
  1269.  
  1270. {/block:PostNotes}
  1271. </div>
  1272. {/block:Posts}
  1273. </div></div>
  1274.  
  1275. {block:IndexPage}
  1276. {block:Pagination}
  1277. <div id="pagination">
  1278. {block:NextPage}
  1279. <a id="nextPage" href="{NextPage}"></a>
  1280. {/block:NextPage}
  1281. {block:PreviousPage}
  1282. <a href="{PreviousPage}"></a>
  1283. {/block:PreviousPage}
  1284. </div>
  1285. {/block:Pagination}
  1286. {/block:IndexPage}
  1287. </body>
  1288. <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:2px; background:white; padding:2px; font-family:consolas;"><a href="http://bruhthemes.tumblr.com/" title="theme by AJ">BRUHTHEMES<img src="https://31.media.tumblr.com/tumblr_mcg6x7KHIT1qid2nw.gif"></a>
  1289. </div>
  1290. <div id="box3" class="popup_block">
  1291. <div style="font-family: Mistral;text-align:center; font-size: 65px; letter-spacing: 1px; margin-top: -50px; color: #fff; text-shadow: {color:blogtitle} -1px 0px, {color:blogtitle} 0px 1px, {color:blogtitle} 1px 0px, {color:blogtitle} 0px -1px;">Networks</div><br><br>
  1292. networks here
  1293. </div></div></div></div></div></div></div></div></div></div>
  1294.  
  1295. <div id="box1" class="popup_block">
  1296. <div style="font-family: Mistral;text-align:center; font-size: 65px; letter-spacing: 1px; margin-top: -50px; color: #fff; text-shadow: {color:blogtitle} -1px 0px, {color:blogtitle} 0px 1px, {color:blogtitle} 1px 0px, {color:blogtitle} 0px -1px;">Updates</div><br><br>
  1297. Updates here
  1298. </div>
  1299.  
  1300. </div></div></div></div></div></div></div></div></div></div>
  1301. <div id="box2" class="popup_block">
  1302. <div style="font-family: Mistral;text-align:center; font-size: 65px; letter-spacing: 1px; margin-top: -50px; color: #fff; text-shadow: {color:blogtitle} -1px 0px, {color:blogtitle} 0px 1px, {color:blogtitle} 1px 0px, {color:blogtitle} 0px -1px;">Hi.</div><br><br>
  1303. Hi there lovely, you might be reading this you might be feeling sad, estatic, frustrated & mad, confused, curious, insecure, or glad. Whatever you are feeling it's just fine. You're amazing inside and out. If you need to talk just message me. (I know this is cheesy) There are so many people in this world suffering, uncapable to go on because of problems they have or an obstacle they can't get over. The last option I want <u>you</u> to do is to harm yourself and end it. Life was meant to be this way for a reason, every obstacle there is at the end of it there is a prize that you've wanted for a lifetime. Whether it's happiness, a partner, or even a game that just came out. <b>I've been through it too darling, and I bet that a lot on tumblr have been as well.</b> <i><u>It gets better, even when the roads get foggy use your eyes to look see ahead. Listen to music and b e p r e p a r e d for whatever comes in your way.</u></i>
  1304. </div>
  1305.  
  1306. </div></div></div></div></div></div></div></div></div></div>
  1307.  
  1308.  
  1309. </html>
Add Comment
Please, Sign In to add comment