Fucking_Aj

aye

Jan 11th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.77 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. Go to tumblr.com/docs/en/custom_themes for assistance.
  5. -->
  6.  
  7. <html lang="en">
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css";; rel="stylesheet">
  41. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  42. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  43. <html xmlns="http://www.w3.org/1999/xhtml">
  44. <head>
  45. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  46. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  51. <script>
  52. (function($){
  53. $(document).ready(function(){
  54. $("[title]").style_my_tooltips();
  55. });
  56. })(jQuery);
  57. </script>
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  59.  
  60. <script src="jquery.js"></script>
  61. <script>
  62. $(document).ready(function(){
  63. $("#click").click(function(){
  64. $("#guts").slideToggle("fast");
  65. });
  66. });
  67. </script>
  68.  
  69. <script src="jquery.js"></script>
  70. <script>
  71. $(document).ready(function(){
  72. $("#click2").click(function(){
  73. $("#guts2").slideToggle("fast");
  74. });
  75. });
  76. </script>
  77.  
  78. <script src="jquery.js"></script>
  79. <script>
  80. $(document).ready(function(){
  81. $("#click3").click(function(){
  82. $("#guts3").slideToggle("fast");
  83. });
  84. });
  85. </script>
  86. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  87. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css";; rel="stylesheet">
  88.  
  89. <script type="text/javascript">
  90. <!--
  91.  
  92. // Disable Right Click Script
  93.  
  94. function IE(e)
  95. {
  96. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  97. {
  98. return false;
  99. }
  100. }
  101. function NS(e)
  102. {
  103. if (document.layers || (document.getElementById && !document.all))
  104. {
  105. if (e.which == "2" || e.which == "3")
  106. {
  107. return false;
  108. }
  109. }
  110. }
  111. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  112.  
  113. //-->
  114. </script>
  115. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>
  116.  
  117. <script type="text/javascript"
  118. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  119.  
  120. <!--DEFAULT VARIABLES-->
  121. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  122. <meta name="color:background" content="#fff"/>
  123. <meta name="color:link" content="#777"/>
  124. <meta name="color:text" content="#777"/>
  125. <meta name="color:title" content="#333"/>
  126. <meta name="color:hover" content="#fff"/>
  127. <meta name="color:borders" content="#CEE3F6"/>
  128. <meta name="color:box shadow" content="#CEE3F6"/>
  129. <meta name="color:blogtitle" content="#CEE3F6"/>
  130. <meta name="image:sidebar" content="1"/>
  131. <meta name="image:pic" content="1"/>
  132. <meta name="image:background" content="1"/>
  133. <meta name="if:3 column" content="1"/>
  134. <meta name="text:blogtitle1" content="therapy"/>
  135.  
  136. <meta name="text:quote" content="Give me therapy.
  137. I'm a walking travesty
  138. But I'm smiling at everything.
  139. Therapy...
  140. You were never a friend to me
  141. And you can keep all your misery."/>
  142. <meta name="text:Link 1 msg" content="message"/>
  143. <meta name="text:link 1 url" content="/"/>
  144. <meta name="text:link 1 title" content="Home"/>
  145.  
  146. <meta name="text:Link 2 msg" content="message 2"/>
  147. <meta name="text:link 2 url" content="/ask"/>
  148. <meta name="text:link 2 title" content="Message"/>
  149.  
  150. <meta name="text:Link 3 msg" content="message 3"/>
  151. <meta name="text:link 3 url" content="/submit"/>
  152. <meta name="text:link 3 title" content="Submit"/>
  153.  
  154. <meta name="text:Link 4 msg" content="message 4"/>
  155. <meta name="text:link 4 url" content="/"/>
  156. <meta name="text:link 4 title" content="Uploads"/>
  157. <style type="text/css">
  158. html, body, a{ cursor:url("http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png"), auto !important;}
  159. a:hover{cursor:url("http://static.tumblr.com/bcpenwm/8sInbxu65/cursorhover.png"), auto !important; }
  160. blockquote img{ width:170px; }
  161. /*--Codes for Links Table--*/
  162. div#box{
  163. overflow:auto;
  164. position:fixed;
  165. line-height:12px;
  166. font-family:calibri;
  167. font-size:11px;
  168. text-transform:normal;
  169. background:white;
  170. padding:15px;
  171. padding-top:12px;
  172. border:1px solid #eee;
  173. text-align:left;
  174. line-height:12px;
  175. height:134px;
  176. width:154px;
  177. color:#999;
  178. margin-top:5px;
  179. margin-left:-10px;
  180. z-index:9999;
  181. }
  182.  
  183. div#box2{
  184. overflow:auto;
  185. position:fixed;
  186. line-height:12px;
  187. font-family:calibri;
  188. font-size:11px;
  189. text-transform:normal;
  190. background:white;
  191. padding:15px;
  192. padding-top:12px;
  193. border:1px solid #eee;
  194. text-align:left;
  195. line-height:12px;
  196. height:134px;
  197. width:154px;
  198. color:#999;
  199. margin-top:5px;
  200. margin-left:187px;
  201. z-index:9999;
  202. }
  203.  
  204. div#box3{
  205. overflow:auto;
  206. position:fixed;
  207. line-height:12px;
  208. font-family:calibri;
  209. font-size:11px;
  210. text-transform:normal;
  211. background:white;
  212. padding:15px;
  213. padding-top:12px;
  214. border:1px solid #eee;
  215. text-align:left;
  216. line-height:12px;
  217. height:134px;
  218. width:154px;
  219. color:#999;
  220. margin-top:5px;
  221. margin-left:385px;
  222. z-index:9999;
  223. }
  224.  
  225. div#box4{
  226. overflow:auto;
  227. position:fixed;
  228. line-height:12px;
  229. font-family:calibri;
  230. font-size:11px;
  231. text-transform:normal;
  232. background:white;
  233. padding:15px;
  234. padding-top:12px;
  235. border:1px solid #eee;
  236. text-align:left;
  237. line-height:12px;
  238. height:134px;
  239. width:154px;
  240. color:#999;
  241. margin-top:180px;
  242. margin-left:-10px;
  243. z-index:9999;
  244. }
  245.  
  246. div#box5{
  247. overflow:auto;
  248. position:fixed;
  249. line-height:12px;
  250. font-family:calibri;
  251. font-size:11px;
  252. text-transform:normal;
  253. background:white;
  254. padding:15px;
  255. padding-top:12px;
  256. border:1px solid #eee;
  257. text-align:left;
  258. line-height:12px;
  259. height:134px;
  260. width:154px;
  261. color:#999;
  262. margin-top:180px;
  263. margin-left:187px;
  264. z-index:9999;
  265. }
  266.  
  267. div#box6{
  268. overflow:auto;
  269. position:fixed;
  270. line-height:12px;
  271. font-family:calibri;
  272. font-size:11px;
  273. text-transform:normal;
  274. background:white;
  275. padding:15px;
  276. padding-top:12px;
  277. border:1px solid #eee;
  278. text-align:left;
  279. line-height:12px;
  280. height:134px;
  281. width:154px;
  282. color:#999;
  283. margin-top:180px;
  284. margin-left:385px;
  285. z-index:9999;}
  286.  
  287.  
  288. #special a{
  289. display:inline-block;
  290. width:60px;
  291. text-align:center;
  292. padding:8px;
  293. background:#e8caf8;
  294. text-transform:uppercase;
  295. letter-spacing:0px;
  296. font-size:8px;
  297. margin:4px;
  298. color:#fff;
  299. border-top-left-radius:10px;
  300. border-bottom-right-radius:10px;
  301. }
  302.  
  303. #special a:hover{
  304. background:#fff;
  305. color:#e8caf8;
  306. border:1px solid #eee;
  307. border-top-left-radius:0px;
  308. border-bottom-right-radius:0px;
  309. border-top-right-radius:10px;
  310. border-bottom-left-radius:10px;
  311. }
  312.  
  313. #special2 a{
  314. display:inline-block;
  315. width:60px;
  316. text-align:center;
  317. padding:8px;
  318. background:#e8caf8;
  319. text-transform:uppercase;
  320. letter-spacing:0px;
  321. font-size:8px;
  322. margin:4px;
  323. color:#fff;
  324. border-top-right-radius:10px;
  325. border-bottom-left-radius:10px;
  326. }
  327.  
  328. #special2 a:hover{
  329. background:#fff;
  330. color:#e8caf8;
  331. border:1px solid #eee;
  332. border-top-right-radius:0px;
  333. border-bottom-left-radius:0px;
  334. border-top-left-radius:10px;
  335. border-bottom-right-radius:10px;}
  336. /*--End--*/
  337.  
  338. #fade { /*--Transparent background layer--*/
  339. display: none; /*--hidden by default--*/
  340. background:white;
  341. position: fixed; left: 0; top: 0;
  342. width: 150px; height: 150px;
  343. opacity: .50;
  344. z-index: 999999999;
  345. }
  346. .popup_block{
  347. display: none; /*--hidden by default--*/
  348. background:white;
  349. padding: 20px;
  350. border-top: 1px solid #e1e1e1;
  351. border-bottom: 1px solid #e1e1e1;
  352. border-left: 5px solid {color:blogtitle};
  353. border-right: 5px solid {color:blogtitle};
  354. float: left;
  355. font-size:11px;
  356. font-family:calibri;
  357. position: fixed;
  358. text-transform:none;
  359. top: 50%; left: 50%;
  360. z-index: 9999999999999999;
  361. -webkit-animation:swing 2s;
  362. -moz-animation:swing 2s;
  363. -o-animation:swing 2s;
  364.  
  365. /*--CSS3 Rounded Corners--*/
  366. border-radius:10px;
  367. line-height:11px;
  368.  
  369. -webkit-transition: all .7s ease;
  370. -moz-transition: all .7s ease;
  371. -o-transition: all .7s ease;
  372. transition: all .7s ease;
  373. }
  374. .popup_block:hover{
  375. border-radius:0px;
  376. -webkit-transition: all .7s ease;
  377. -moz-transition: all .7s ease;
  378. -o-transition: all .7s ease;
  379. transition: all .7s ease;
  380. }
  381. img.btn_close {
  382. float: right;
  383. margin: 5px 5px 0 0;
  384. }
  385. /*--Making IE6 Understand Fixed Positioning--*/
  386. *html #fade {
  387. position: absolute;
  388. }
  389. *html .popup_block {
  390. position: absolute;
  391. }
  392. #s-m-t-tooltip {
  393. z-index: 9999;
  394. background: {color:borders};
  395. font-size: 9px;
  396. line-height: 11px;
  397. font-family: consolas;
  398.  
  399. letter-spacing: 1px;
  400. text-transform: uppercase;
  401. color: #fff;
  402. max-width: 150px;
  403. word-wrap: break-word;
  404. padding: 4px 10px 4px 12px;
  405. display: block;
  406. margin: 24px 14px 7px 12px;
  407. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  408. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  409. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  410. }
  411. 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-
  412.  
  413. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  414.  
  415. 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;}
  416. #updatesbar{
  417. position:absolute;
  418. margin-top:-24px;
  419. margin-left:-8px;
  420. padding:3px;
  421. padding-right:5px;
  422. text-align:right;
  423. width:106px;
  424. height:9px;
  425. background:#f4f4f4; /*bar background*/
  426. border:1px solid #ebebeb; /*matching border color with #box border looks best*/
  427. /*delete the following for no rounded edges*/
  428. -webkit-border-top-left-radius: 4px;
  429. -webkit-border-top-right-radius: 4px;
  430. -moz-border-radius-topleft: 4px;
  431. -moz-border-radius-topright: 4px;
  432. border-top-left-radius: 4px;
  433. border-top-right-radius: 4px;
  434. }
  435.  
  436. #updates{
  437. position:fixed;
  438. width:100px;
  439. margin-top:35px;
  440. margin-left:20px;
  441. padding-top:7px;
  442. padding-left:7px;
  443. padding-right:7px;
  444. padding-bottom:4px;
  445. font-family:consolas;
  446. font-size:10px;
  447. line-height:12px;
  448. background-color:#ffffff; /*background hex color code*/
  449. border:1px solid #ebebeb; /*change color code for different colored borders*/
  450. color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
  451. z-index:999;
  452. /*delete the following for no shadows*/
  453. box-shadow:rgba(0,0,0,0.07)7px 7px;
  454. /*delete the following for no rounded edges*/
  455. -webkit-border-bottom-right-radius: 4px;
  456. -webkit-border-bottom-left-radius: 4px;
  457. -moz-border-radius-bottomright: 4px;
  458. -moz-border-radius-bottomleft: 4px;
  459. border-bottom-right-radius: 4px;
  460. border-bottom-left-radius: 4px;
  461. }
  462.  
  463. #guts,#click{
  464. padding:1px;
  465. display:inline-block;
  466. }
  467.  
  468. #click{
  469. margin-bottom:4px;
  470. padding:1px;
  471. text-transform:uppercase;
  472. letter-spacing:1px;
  473. text-align:center;
  474. background:#f4f4f4; /*tab 1 background color*/
  475. border:1px solid #f4f4f4;
  476. padding:1px;
  477. display:block;
  478. -webkit-transition: all 0.1s ease;
  479. -moz-transition: all 0.1s ease;
  480. transition: all 0.1s ease;
  481. /*delete the following for no rounded edges*/
  482. -webkit-border-radius: 4px;
  483. -moz-border-radius: 4px;
  484. border-radius: 4px;
  485. }
  486.  
  487. #click:hover{
  488. }
  489.  
  490. #click:active{
  491. background:#ffffff; /*color of tab when clicked*/
  492. }
  493.  
  494. #guts{
  495. padding:1px;
  496. display:none;
  497. }
  498.  
  499. #guts2,#click2{
  500. padding:1px;
  501. display:inline-block;
  502. }
  503.  
  504. #click2{
  505. margin-bottom:4px;
  506. padding:1px;
  507. text-transform:uppercase;
  508. letter-spacing:1px;
  509. text-align:center;
  510. background:#f4f4f4; /*tab 2 background color*/
  511. border:1px solid #f4f4f4;
  512. padding:1px;
  513. display:block;
  514. -webkit-transition: all 0.1s ease;
  515. -moz-transition: all 0.1s ease;
  516. transition: all 0.1s ease;
  517. /*delete the following for no rounded edges*/
  518. -webkit-border-radius: 4px;
  519. -moz-border-radius: 4px;
  520. border-radius: 4px;
  521. }
  522.  
  523. #click2:hover{
  524. }
  525.  
  526. #click2:active{
  527. background:#ffffff; /*color of tab when clicked*/
  528. }
  529.  
  530. #guts2{
  531. padding:1px;
  532. display:none;
  533. }
  534.  
  535. #guts3,#click3{
  536. padding:1px;
  537. display:inline-block;
  538. }
  539.  
  540. #click3{
  541. margin-bottom:4px;
  542. padding:1px;
  543. text-transform:uppercase;
  544. letter-spacing:1px;
  545. text-align:center;
  546. background:#f4f4f4; /*tab 3 background color*/
  547. border:1px solid #f4f4f4;
  548. padding:1px;
  549. display:block;
  550. -webkit-transition: all 0.1s ease;
  551. -moz-transition: all 0.1s ease;
  552. transition: all 0.1s ease;
  553. /*delete the following for no rounded edges*/
  554. -webkit-border-radius: 4px;
  555. -moz-border-radius: 4px;
  556. border-radius: 4px;
  557. }
  558.  
  559. #click3:hover{
  560. }
  561.  
  562. #click3:active{
  563. background:#ffffff; /*color of tab when clicked*/
  564. }
  565.  
  566. #guts3{
  567. padding:1px;
  568. display:none;
  569. }
  570. p {
  571. margin:0px;
  572. margin-top:0px;
  573. }
  574.  
  575.  
  576. body {
  577. padding: 0px;
  578. margin: 0px;
  579. color:{color:text};
  580. font-family:calibri;
  581. font-size:11px;
  582. line-height:15px;
  583. background-color: {color:Background};
  584. background-image:url({image:Background});
  585. background-attachment: fixed;
  586. background-repeat: repeat;
  587. }
  588.  
  589.  
  590. a:link, a:active, a:visited{
  591. text-decoration: none;
  592. -webkit-transition: color 0.3s ease-out;
  593. -moz-transition: color 0.3s ease-out;
  594. transition: color 0.3s ease-out;
  595. color:{color:link};
  596. }
  597.  
  598. a:hover {
  599. text-decoration: none;
  600. font-style:;
  601. color: {color:Hover};
  602. }
  603.  
  604. div#center{
  605. margin:auto;
  606. position:relative;
  607. width:1000px;
  608. background-color:;
  609. overflow:auto;
  610. overflow-y:hidden;
  611. }
  612.  
  613.  
  614. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  615. .entry {
  616. float:left;
  617. display: block;
  618. margin:9px;
  619. overflow:hidden;
  620. width:250px;
  621. {block:if3column}
  622. width:220px;
  623. {/block:if3column}
  624. padding:10px;
  625. border:1px solid {color:borders};
  626. box-shadow:5px 4px {color:box shadow};
  627. {block:PermalinkPage}
  628. width:450px;
  629. text-align:left;
  630. line-height:15px;
  631. {/block:PermalinkPage}
  632. background:white;
  633. background-image:URL();
  634. }
  635. .hey{
  636. position:absolute;
  637. width:5%;
  638. height:150%;
  639. opacity:0.0;
  640. background:#fff;
  641. z-index:3;
  642. -webkit-transition: all 0.8s ease;
  643. -moz-transition: all 0.8s ease;
  644. -o-transition: all 0.8s ease;
  645. transition: all 0.8s ease;
  646. }
  647.  
  648. .entry:hover .hey{
  649. {block:indexpage}
  650. opacity:0.3;
  651. width:195%;
  652. -webkit-transition: all 0.8s ease;
  653. -moz-transition: all 0.8s ease;
  654. -o-transition: all 0.8s ease;
  655. transition: all 0.8s ease;
  656. {block:indexpage}
  657. }
  658.  
  659. .hey1{
  660. position:absolute;
  661. height:5%;
  662. width:0px;
  663. opacity:0.0;
  664. background:#fff;
  665. z-index:3;
  666. margin-top:0px;
  667.  
  668. -webkit-transition: all 0.8s ease;
  669. -moz-transition: all 0.8s ease;
  670. -o-transition: all 0.8s ease;
  671. transition: all 0.8s ease;
  672. }
  673.  
  674. .entry:hover .hey1{
  675. {block:indexpage}
  676. opacity:0.3;
  677. height:103%;
  678. width:195%;
  679. -webkit-transition: all 0.8s ease;
  680. -moz-transition: all 0.8s ease;
  681. -o-transition: all 0.8s ease;
  682. transition: all 0.8s ease;
  683. {block:indexpage}
  684. }
  685.  
  686. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  687. .entry .perma{
  688. width:17px;
  689. height:17px;
  690. margin-left:15px;
  691. padding:10px;
  692. border:1px solid white;
  693. position: absolute;
  694. line-height: 16px;
  695. overflow:hidden;
  696. text-align:center;
  697. top:15px;
  698. background:{color:borders};
  699. word-spacing:2px;
  700. letter-spacing:1px;
  701. z-index:99;
  702. opacity: 0.0;
  703. -webkit-transition: all .7s ease;
  704. -moz-transition: all .7s ease;
  705. -o-transition: all .7s ease;
  706. transition: all .7s ease;
  707.  
  708. }
  709.  
  710. .entry:hover .perma{
  711. overflow:visible;
  712. opacity:.99;
  713. -webkit-animation:pulse 2s;
  714. -moz-animation:pulse 2s;
  715. -o-animation:pulse 2s;
  716. }
  717.  
  718. .entry .perma2{
  719. width:17px;
  720. height:17px;
  721. margin-left:70px;
  722. padding:10px;
  723. border:1px solid white;
  724. position: absolute;
  725. line-height: 16px;
  726. overflow:hidden;
  727. text-align:center;
  728. top:15px;
  729. background:{color:borders};
  730. word-spacing:2px;
  731. letter-spacing:1px;
  732. opacity: 0.0;z-index:99;
  733. -webkit-transition: all .7s ease;
  734. -moz-transition: all .7s ease;
  735. -o-transition: all .7s ease;
  736. transition: all .7s ease;
  737.  
  738. }
  739.  
  740. .entry:hover .perma2{
  741. overflow:visible;
  742. opacity:.99;
  743. -webkit-animation:pulse 2s;
  744. -moz-animation:pulse 2s;
  745. -o-animation:pulse 2s;
  746. }
  747.  
  748. .entry .perma3{
  749. width:17px;
  750. height:17px;
  751. margin-left:15px;
  752. padding:10px;
  753. border:1px solid white;
  754. position: absolute;
  755. line-height: 16px;
  756. font-size:19px;
  757. color:#fff;
  758. overflow:hidden;
  759. text-align:left;
  760. z-index:99;
  761. top:65px;
  762. background:{color:borders};
  763. opacity: 0.0;
  764. -webkit-transition: all .7s ease;
  765. -moz-transition: all .7s ease;
  766. -o-transition: all .7s ease;
  767. transition: all .7s ease;
  768.  
  769. }
  770. .perma3:hover{
  771. width:175px;
  772. color:#fff;
  773. -webkit-transition: all .7s ease;
  774. -moz-transition: all .7s ease;
  775. -o-transition: all .7s ease;
  776. transition: all .7s ease;
  777. }
  778. .perma3 a{
  779. color:#fff;
  780. }
  781.  
  782. .entry:hover .perma3{
  783. overflow:hide;
  784. color:#fff;
  785. opacity:.99;
  786. -webkit-animation:pulse 2s;
  787. -moz-animation:pulse 2s;
  788. -o-animation:pulse 2s;
  789. }
  790.  
  791.  
  792. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  793. #posts {
  794. width:700px;
  795.  
  796. margin-top:1px;
  797. z-index:99;
  798. margin-left:330px;
  799. right:auto;
  800. {block:if3column}
  801. width:800px;
  802. margin-left:229px;
  803. {/block:if3column}
  804. background:transparent;
  805. margin-right:auto;
  806. position:relative;
  807. overflow-y: hidden;
  808. }
  809.  
  810. askk{
  811. font-size:16px;
  812. text-transform:none;
  813. font-family: 'Petit Formal Script', cursive;
  814. }
  815. .bubble {align:right;background-color:#fff; color: #aaa; margin:3px 0px 2px 5px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:1px solid #e1e1e1;}
  816. .bubble p {margin:1px 0px;}
  817. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-11px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #e1e1e1;}
  818. .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: #e1e1e1;}
  819.  
  820. .bubble2 {
  821. border:1px solid #e1e1e1;
  822. float:left;background-color:#fff;color: #aaa; margin:13px 0px 2px 5px;padding:10px;position: relative; width:195px; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  823. .bubble2 p {margin:1px 0px;}
  824. .bubble2 span {display:block;float:right;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:215px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #e1e1e1;}
  825. /*CUSTOMIZE SIDEBAR HERE*/
  826. #sidebar{
  827. position:fixed !important;
  828. width:280px;
  829. background:white;
  830. height:220px;
  831. margin-top:150px;
  832. margin-left:-40px;
  833. text-align:center;
  834. border:1px double #e1e1e1;
  835. padding:15px;
  836.  
  837. }
  838. #line{
  839. position:fixed;
  840. border-top:4px double {color:borders};
  841. width:310px;
  842. height:13px;
  843. margin-top:150px;
  844. margin-left:-15px;
  845. opacity:0;
  846. -webkit-transition: all .7s ease;
  847. -moz-transition: all .7s ease;
  848. -o-transition: all .7s ease;
  849. transition: all .7s ease;
  850. }
  851. #sidebar:hover #line{
  852. opacity:1;
  853. -webkit-transition: all .7s ease;
  854. -moz-transition: all .7s ease;
  855. -o-transition: all .7s ease;
  856. transition: all .7s ease;
  857. }
  858. #link1{
  859. position:fixed;
  860. border:1px solid {color:borders};
  861. width:50px;
  862. height:10px;
  863. margin-top:143px;
  864. background:white;
  865. font-size:10px;
  866. line-height:10px;
  867. font-style:italic;
  868. border-radius:3px;
  869. padding:4px;
  870. margin-left:5px;
  871. opacity:0;
  872. -webkit-transition: all .7s ease;
  873. -moz-transition: all .7s ease;
  874. -o-transition: all .7s ease;
  875. transition: all .7s ease;
  876. }
  877. #sidebar:hover #link1{
  878. opacity:1;
  879. -webkit-transition: all .7s ease;
  880. -moz-transition: all .7s ease;
  881. -o-transition: all .7s ease;
  882. transition: all .7s ease;
  883. }
  884. #link2{
  885. position:fixed;
  886. border:1px solid {color:borders};
  887. width:50px;
  888. height:10px;
  889. margin-top:143px;
  890. background:white;
  891. font-size:10px;
  892. line-height:10px;
  893. font-style:italic;
  894. border-radius:3px;
  895. padding:4px;
  896. margin-left:75px;
  897. opacity:0;
  898. -webkit-transition: all .7s ease;
  899. -moz-transition: all .7s ease;
  900. -o-transition: all .7s ease;
  901. transition: all .7s ease;
  902. }
  903. #sidebar:hover #link2{
  904. opacity:1;
  905. -webkit-transition: all .7s ease;
  906. -moz-transition: all .7s ease;
  907. -o-transition: all .7s ease;
  908. transition: all .7s ease;
  909. }
  910.  
  911. #link3{
  912. position:fixed;
  913. border:1px solid {color:borders};
  914. width:50px;
  915. height:10px;
  916. margin-top:143px;
  917. background:white;
  918. font-size:10px;
  919. line-height:10px;
  920. font-style:italic;
  921. border-radius:3px;
  922. padding:4px;
  923. margin-left:145px;
  924. opacity:0;
  925. -webkit-transition: all .7s ease;
  926. -moz-transition: all .7s ease;
  927. -o-transition: all .7s ease;
  928. transition: all .7s ease;
  929. }
  930. #sidebar:hover #link3{
  931. opacity:1;
  932. -webkit-transition: all .7s ease;
  933. -moz-transition: all .7s ease;
  934. -o-transition: all .7s ease;
  935. transition: all .7s ease;
  936. }
  937. #link4{
  938. position:fixed;
  939. border:1px solid {color:borders};
  940. width:50px;
  941. height:10px;
  942. margin-top:143px;
  943. background:white;
  944. font-size:10px;
  945. line-height:10px;
  946. font-style:italic;
  947. border-radius:3px;
  948. padding:4px;
  949. margin-left:215px;
  950. opacity:0;
  951. -webkit-transition: all .7s ease;
  952. -moz-transition: all .7s ease;
  953. -o-transition: all .7s ease;
  954. transition: all .7s ease;
  955. }
  956. #sidebar:hover #link4{
  957. opacity:1;
  958. -webkit-transition: all .7s ease;
  959. -moz-transition: all .7s ease;
  960. -o-transition: all .7s ease;
  961. transition: all .7s ease;
  962. }
  963. #sidebar:hover #p{
  964. opacity:0;
  965. -webkit-transition: all .7s ease;
  966. -moz-transition: all .7s ease;
  967. -o-transition: all .7s ease;
  968. transition: all .7s ease;
  969. }
  970. #p img{
  971. width:110px;
  972. height:110px;
  973. border-radius:100%;
  974. }
  975. #p{
  976. width:110px;
  977. height:110px;
  978. border-radius:100%;
  979. padding:3px;
  980. border:3px double {color:borders};
  981. float:left;
  982. -webkit-transition: all .7s ease;
  983. -moz-transition: all .7s ease;
  984. -o-transition: all .7s ease;
  985. transition: all .7s ease;
  986. }
  987. #p2{
  988. position:fixed;
  989. width:110px;
  990. height:110px;
  991. border-radius:100%;
  992. padding:3px;
  993. border:3px double {color:borders};
  994. float:left;
  995. opacity:0;
  996. -webkit-transition: all .7s ease;
  997. -moz-transition: all .7s ease;
  998. -o-transition: all .7s ease;
  999. transition: all .7s ease;
  1000. }
  1001. #p2 img{
  1002. width:110px;
  1003. height:110px;
  1004. border-radius:100%;
  1005. }
  1006. #sidebar:hover #p2{
  1007. opacity:1;
  1008. -webkit-transition: all .7s ease;
  1009. -moz-transition: all .7s ease;
  1010. -o-transition: all .7s ease;
  1011. transition: all .7s ease;
  1012. }
  1013. #lb{
  1014. position:fixed;
  1015. background-image:url(https://31.media.tumblr.com/217e7014f9bbc90a43c512bb36a9d23d/tumblr_inline_myt957oLtj1rttsue.png);
  1016. width:310px;
  1017. height:25px;
  1018. margin-top:390px;
  1019. z-index:9;
  1020. margin-left:-40px;
  1021. border-left:1px solid #e1e1e1;
  1022. border-right:1px solid #e1e1e1;
  1023. }
  1024. #blogtitle{
  1025. position:fixed;
  1026. font-family: 'Sacramento', cursive;
  1027. color:{color:blogtitle};
  1028.  
  1029. font-size:40px;
  1030. margin-top:-34px;
  1031. margin-left:-10px;
  1032. text-align:center;
  1033. -webkit-transition: all .7s ease;
  1034. -moz-transition: all .7s ease;
  1035. -o-transition: all .7s ease;
  1036. transition: all .7s ease;
  1037. }
  1038. #sidebar:hover #blogtitle{
  1039. -webkit-transition: all .7s ease;
  1040. -moz-transition: all .7s ease;
  1041. -o-transition: all .7s ease;
  1042. transition: all .7s ease;
  1043. }
  1044. ::-webkit-scrollbar {width: 4px; height: 3px; background: white ;}
  1045. ::-webkit-scrollbar-thumb {background-color:#fff ; border: 1px solid black;}
  1046. #ocehans1{
  1047. height:33px;
  1048. text-align:center;
  1049. overflow:hidden;
  1050. margin-top:-1px;
  1051. border-bottom:0px solid #e8caf8;
  1052. text-transform:normal;
  1053. font-style:normal;
  1054. letter-spacing:1px;
  1055.  
  1056. font-size:11px;
  1057. font-family: calibri;
  1058. outline:1px dashed #e1e1e1;
  1059. outline-offset:-3px;
  1060. line-height:15px;
  1061. z-index:999999999999999999999;
  1062. -webkit-transition: all 0.5s ease-in-out;
  1063. -moz-transition: all 0.5s ease-in-out;
  1064. -o-transition: all 0.5s ease-in-out;
  1065. }
  1066. #ocehans1:hover{
  1067. height:150px;
  1068. overflow-y:scroll;
  1069. -webkit-transition: all 0.5s ease-in-out;
  1070. -moz-transition: all 0.5s ease-in-out;
  1071. -o-transition: all 0.5s ease-in-out;
  1072. }
  1073.  
  1074. #ocehans{
  1075. text-align:left;
  1076. font-size:25px;
  1077. text-transform:lowercase;
  1078. opacity: .8;
  1079. overflow:hidden;
  1080. border:1px solid #e8caf8;
  1081. position:fixed;
  1082. font-family:josefin+slab;
  1083. left:170px;
  1084. background-color:#fff;
  1085. letter-spacing:1px;
  1086. width:243px;
  1087. z-index:9999;
  1088. padding:4px;
  1089. top:430px;
  1090.  
  1091. }
  1092. #desc{
  1093. position:fixed;
  1094. border:1px solid #e1e1e1;
  1095. background:#fff;
  1096. font-size:10px;
  1097. font-family:calibri;
  1098. width:143px;
  1099. text-transform:uppercase;
  1100. height:105px;
  1101. overflow-y:scroll;
  1102. padding:3px;
  1103. margin-left:131px;
  1104. margin-top:10px;
  1105. opacity:0;
  1106. -webkit-transition: all .7s ease;
  1107. -moz-transition: all .7s ease;
  1108. -o-transition: all .7s ease;
  1109. transition: all .7s ease;
  1110. }
  1111. #sidebar:hover #desc{
  1112. opacity:1;
  1113. -webkit-transition: all .7s ease;
  1114. -moz-transition: all .7s ease;
  1115. -o-transition: all .7s ease;
  1116. transition: all .7s ease;
  1117. }
  1118. #q{
  1119. position:fixed;
  1120. font-size:10px;
  1121. text-transform:uppercase;
  1122. opacity:1;
  1123. margin-top:30px;
  1124. width:150px;
  1125. margin-left:130px;
  1126. -webkit-transition: all .7s ease;
  1127. -moz-transition: all .7s ease;
  1128. -o-transition: all .7s ease;
  1129. transition: all .7s ease;
  1130. }
  1131. #sidebar:hover #q{
  1132. opacity:0;
  1133. -webkit-transition: all .7s ease;
  1134. -moz-transition: all .7s ease;
  1135. -o-transition: all .7s ease;
  1136. transition: all .7s ease;
  1137. }
  1138. #dd{
  1139. position:fixed;
  1140. margin-top:180px;
  1141. margin-left:0px;
  1142. width:auto;
  1143. height:auto;
  1144. }
  1145. #dd img{
  1146. border:0px solid transparent;
  1147. width:270px;
  1148. height:auto;
  1149. }
  1150. #blogtitle2{
  1151. position:fixed;
  1152. font-family: 'Sacramento', cursive;
  1153. color:{color:blogtitle};
  1154.  
  1155. font-size:40px;
  1156. margin-top:-52px;
  1157. margin-left:-70px;
  1158. z-index:9;
  1159. text-align:center;
  1160. opacity:0; -webkit-transition: all .7s ease;
  1161. -moz-transition: all .7s ease;
  1162. -o-transition: all .7s ease;
  1163. transition: all .7s ease;
  1164. }
  1165. #sidebar:hover #blogtitle2{
  1166. opacity:.7;
  1167. margin-left:-50px;
  1168. -webkit-transition: all .7s ease;
  1169. -moz-transition: all .7s ease;
  1170. -o-transition: all .7s ease;
  1171. transition: all .7s ease;
  1172. }
  1173. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  1174.  
  1175.  
  1176. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  1177. .title{
  1178. line-height: 32px;
  1179. color:{color:Title};
  1180. font-size:25px;
  1181. font-weight: normal;
  1182. font-family: 'Josefin Slab', serif;
  1183. }
  1184.  
  1185.  
  1186. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1187. .permalink{
  1188. text-transform: normal;
  1189. display: block;
  1190. text-align: right;
  1191. text-decoration: none;
  1192. }
  1193.  
  1194.  
  1195. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1196. #infscr-loading{
  1197. bottom: -70px;
  1198. position: absolute;
  1199. left: 50%;
  1200. margin-left:-8px;
  1201. width:16px;
  1202. height:11px;
  1203. overflow:hidden;
  1204. margin-bottom: 50px;
  1205. }
  1206.  
  1207. #postnotes{
  1208. text-align: justify;}
  1209.  
  1210. #postnotes blockquote{
  1211. border: 0px;}
  1212.  
  1213. blockquote{
  1214. padding:0px 0px 2px 5px;
  1215. margin:0px 0px 2px 10px;
  1216. border-left: 1px dotted #555555;
  1217. }
  1218.  
  1219. blockquote p, ul{
  1220. margin:0px;
  1221. padding:0px;
  1222. }
  1223.  
  1224. a img{border: 0px;}
  1225.  
  1226.  
  1227. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1228.  
  1229.  
  1230. .user_1 .label, .user_3 .label, .user_5 .label, .user_7 .label, .user_9 .label, .user_11 .label, .user_13 .label, .user_15 .label {color:#fff;font-weight:bold;}
  1231.  
  1232. .user_2 .label, .user_4 .label, .user_6 .label, .user_8 .label, .user_10 .label, .user_12 .label, .user_14 .label{color:#fff;font-weight:bold;}
  1233.  
  1234. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15{background:{color:borders}; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;}
  1235.  
  1236. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14{background:{color:blogtitle}; color #fff; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;}
  1237.  
  1238. .notes img{width:10px; position:relative; top:3px;}
  1239. <--ses-->
  1240. small{font-size: 90%;}
  1241.  
  1242. {CustomCSS}
  1243.  
  1244. </style>
  1245.  
  1246. {block:IndexPage}
  1247. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1248. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1249.  
  1250. <script type="text/javascript">
  1251. $(window).load(function(){
  1252. var $wall = $('#posts');
  1253. $wall.imagesLoaded(function(){
  1254. $wall.masonry({
  1255. itemSelector: '.entry, .entry_photo',
  1256. isAnimated : false
  1257. });
  1258. });
  1259.  
  1260. $wall.infinitescroll({
  1261. navSelector : '#pagination',
  1262. nextSelector : '#pagination a',
  1263. itemSelector : '.entry, .entry_photo',
  1264. bufferPx : 2000,
  1265. debug : false,
  1266. errorCallback: function() {
  1267. $('#infscr-loading').fadeOut('normal');
  1268. }},
  1269. function( newElements ) {
  1270. var $newElems = $( newElements );
  1271. $newElems.hide();
  1272. $newElems.imagesLoaded(function(){
  1273. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1274. });
  1275. }); $('#posts').show(500);
  1276. });
  1277. </script>
  1278.  
  1279.  
  1280. {/block:IndexPage}
  1281.  
  1282.  
  1283. <title>{title}</title>
  1284.  
  1285. <link rel="shortcut icon" href="http://media.tumblr.com/96c00d41e468188d7a42f178431c603e/tumblr_inline_mkl940jwRy1qz4rgp.png" />
  1286. <meta name="viewport" content="width=820" />
  1287. </head>
  1288.  
  1289. <body>
  1290. <div id="ocehans">
  1291. <div id="ocehans1"> <div style="font-size:17px; font-family:calibri; font-style:normal; line-height:35px; text-transform:uppercase">Award Winners</div>&middot <a href="http://potatocatz.tk">Santa (first place)</a> <br>
  1292. &middot <a href="http://omq-secrets.tumblr.com">Reindeer (second place)</a> <br>
  1293. &middot <a href="http://st4rflake.tumblr.com">Gingerbread (third place)</a> <br>
  1294. &middot <a href="http://sonqwriters.tumblr.com">Snowman (AJ's fav)</a> <br>
  1295. &middot <a href="http://pac5un.tumblr.com">Best posts [1]</a> <br>
  1296. &middot <a href="http://brb-tacobell.tumblr.com">Best posts [2]</a> <br
  1297. >&middot <a href="http://hmu-qt.tumblr.com">Best holiday theme</a> <br>
  1298. &middot <a href="http://hail-kellin.tumblr.com">Best sidebar</a> <br>
  1299. &middot <a href="http://pen-quins.tumblr.com">Best Mine page [1]</a> <br>
  1300. &middot <a href="http://douqhing.tumblr.com">Best Mine page [2]</a> <br>
  1301. &middot <a href="http://voltaqes.tumblr.com">Best non-holiday theme [1]</a> <br>
  1302. &middot <a href="http://emojis.co.vu">Best non-holiday theme [2]</a> <br>
  1303. </div>
  1304.  
  1305. </div>
  1306. <div id="updates">
  1307.  
  1308. <!-- delete this part to take off bar and buttons-->
  1309. <div id="updatesbar">
  1310. <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
  1311. <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
  1312. <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
  1313. </div>
  1314. <!--end-->
  1315.  
  1316. <div id="click">stats</div>
  1317. <div id="guts">
  1318. <script language="JavaScript">
  1319. var ref = (''+document.referrer+'');
  1320. var w_h = window.screen.width + " x " + window.screen.height;
  1321. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4590090&e1=flower&e2=flowers&r=' + ref + '&wh=' + w_h + '"><\/script>');
  1322. </script><br>
  1323. <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2690099&name=cacti"></script>
  1324. </div>
  1325.  
  1326. <div id="click2">updates</div>
  1327. <div id="guts2">
  1328. new theme December 24,2014<br>
  1329. new theme on <a href="http://bruhthemes.tumblr.com">my theme blog</a><br>
  1330. <a href="/tagged/tumblr+awards" title="it might be you :) (if you entered ofc lmao)"><b><big>awards</big></b></a><br>
  1331. <a href="http://aqualitydirectory.tumblr.com/" target="_blank" title="The Quality Directory"><img src="http://i61.tinypic.com/33fbw46.png" width="30"></a>
  1332.  
  1333. </div>
  1334.  
  1335. <div id="click3">flowers</div>
  1336. <div id="guts3">
  1337. <a href="http://songwriters.co.vu" title="queen.">Sarah</a><br>
  1338. <a href="http://4wk-penguin.tumblr.com" title="september babe">Ghislaine</a><br>
  1339. <a href="http://pineappl3.tumblr.com" title="band buddy~">Iskie</a><br>
  1340. <a href="http://uncaringful.tumblr.com" title="woo day vent babe">Angely</a><br>
  1341. <a href="http://tann-r.tumblr.com/" title="only person that gets me brah">Tanner</a><br>
  1342. <a href="http://v-ainglorious.tumblr.com" title="two year fgt">Sam</a><br>
  1343. <a href="http://precluding.tumblr.com" title="html queen">Kira</a><br>
  1344. <a href="http://revamps.tumblr.com">Jess</a><br>
  1345. <a href="http://bizzlesbabe.co.vu" title="she literally gets me">Steph</a><br>
  1346. <a href="http://drexmchaser.tumblr.com/" title="writing queen">Sydney</a>
  1347.  
  1348. </div>
  1349.  
  1350. </div>
  1351. <BODY onselectstart="return false;" ondragstart="return false;">
  1352. <div class="wrapper">
  1353. <div class="header">
  1354. </div>
  1355.  
  1356. <div id="cage">
  1357. <div id="center">
  1358. <div id="lb"></div>
  1359. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1360. <div id="sidebar">
  1361. <div id="blogtitle">{text:blogtitle1}</div>
  1362. <center>
  1363. <div id="p"><img src="{image:sidebar}" width=100%></div>
  1364. <div id="p2"><a href="#?w=350" rel="03" title="*whistles* you're a keeper" class="poplight"><img src="{image:pic}">
  1365. </a></div>
  1366. <div id="desc">{description}</div>
  1367. <div id="dd"><img src="http://media.tumblr.com/ab0448fe438d1ef35b355952bb44a807/tumblr_inline_n1xc8vP5ls1rb3m8r.png"></div>
  1368. <div id="q">{text:quote}</div>
  1369. <div id="line"></div>
  1370. <div id="link1"><a href="{text:link 1 url}" title="{text:Link 1 msg}">{text:link 1 title}</a></div>
  1371. <div id="link2"><a href="{text:link 2 url}" title="{text:Link 2 msg}">{text:link 2 title}</a></div>
  1372. <div id="link3"><a href="{text:link 3 url}" title="{text:Link 3 msg}">{text:link 3 title}</a></div>
  1373. <div id="link4"><a href="#?w=350" rel="02" title="more links" class="poplight">Etcetera</a>
  1374. </div>
  1375. </center>
  1376. </div>
  1377. <!------------------------------------->
  1378.  
  1379.  
  1380. <div class="left">
  1381. <div id="posts">
  1382. {block:Posts}
  1383. <div class="entry">
  1384.  
  1385. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1386.  
  1387. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1388. {/block:Text}
  1389.  
  1390. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1391.  
  1392. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1393.  
  1394. {block:Answer}
  1395.  
  1396.  
  1397. <div class="bubble"><span></span><askk>{Asker}</askk>: {Question} </div>
  1398. <div class="bubble2"><span></span><div style="font-family:calibri; font-size:10px">{Answer}</div></div>
  1399. {/block:Answer}
  1400. {block:Photo}
  1401. {block:IndexPage}
  1402. <div class="hey"></div>
  1403. <div class="hey1"></div>
  1404. <center>
  1405. <div class="perma">
  1406. {ReblogButton color="white" size="18"}</div>
  1407. <div class="perma2">
  1408. {LikeButton color="white" size="17"}</div>
  1409. <div class="perma3">☁ <div style="font-size:10px; margin-top:-5px;margin-left:29px; text-align:right; line-height:0px;">Posted {timeago} ♥ <a href="{Permalink}">{Notecount}%</a></div></div>
  1410. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1411. {/block:IndexPage}
  1412. {block:PermalinkPage}
  1413. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1414.  
  1415. {LinkCloseTag}
  1416. {/block:PermalinkPage}
  1417. {/block:Photo}
  1418.  
  1419. {block:Photoset}
  1420. {block:IndexPage}
  1421. <center>
  1422.  
  1423. <div class="hey"></div>
  1424. <div class="hey1"></div>
  1425. <center>
  1426. <div class="perma">
  1427. {ReblogButton color="white" size="18"}</div>
  1428. <div class="perma2">
  1429. {LikeButton color="white" size="17"}</div>
  1430.  
  1431. {Photoset-250}</center>
  1432. {/block:IndexPage}
  1433. {block:PermalinkPage}
  1434. <center>
  1435. {Photoset-500}</center>
  1436. {/block:PermalinkPage}
  1437. {/block:Photoset}
  1438.  
  1439. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1440.  
  1441. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1442.  
  1443. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1444. <ul class="chat">
  1445. {block:Lines}
  1446. <li class="user_{UserNumber}">
  1447. {block:Label}
  1448. <span class="label">{Label}</span>
  1449. {/block:Label}
  1450.  
  1451. {Line}
  1452. </li>
  1453. {/block:Lines}
  1454. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1455. {/block:Chat}
  1456.  
  1457. {block:Audio}
  1458. <div style="width:200px; height:30px;">
  1459. {AudioPlayerBlack}
  1460. </div>
  1461. {block:IndexPage}<span class="permalink">
  1462. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1463. </span>{/block:IndexPage}
  1464. {/block:Audio}
  1465.  
  1466. {block:Video}
  1467. {block:IndexPage}
  1468. <center>
  1469. <div class="perma">
  1470. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1471. {Video-250}</center>
  1472. {/block:IndexPage}
  1473. {block:PermalinkPage}
  1474. <center>
  1475. {Video-400}</center>
  1476. {/block:PermalinkPage}
  1477. {block:Video}
  1478.  
  1479.  
  1480. {block:PostNotes}<div align="middle">{caption}</div>
  1481. <center>
  1482.  
  1483. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1484.  
  1485. {block:HasTags}
  1486. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1487. {block:RebloggedFrom}
  1488. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1489. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1490.  
  1491. {/block:RebloggedFrom}
  1492. </center></span>
  1493. <br>
  1494. <div id="postnotes">{PostNotes}</div><br>
  1495.  
  1496. <center>{block:ContentSource}
  1497. <br><a href="{SourceURL}">
  1498. {lang:Source}:
  1499. {block:SourceLogo}
  1500. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1501. height="{LogoHeight}" alt="{SourceTitle}" />
  1502. {/block:SourceLogo}
  1503. {block:NoSourceLogo}
  1504. {SourceLink}
  1505. {/block:NoSourceLogo}
  1506. </a>
  1507. {/block:ContentSource}</center>
  1508.  
  1509. {/block:PostNotes}
  1510. </div>
  1511. {/block:Posts}
  1512. </div></div>
  1513.  
  1514. {block:IndexPage}
  1515. {block:Pagination}
  1516. <div id="pagination">
  1517. {block:NextPage}
  1518. <a id="nextPage" href="{NextPage}"></a>
  1519. {/block:NextPage}
  1520. {block:PreviousPage}
  1521. <a href="{PreviousPage}"></a>
  1522. {/block:PreviousPage}
  1523. </div>
  1524. {/block:Pagination}
  1525. {/block:IndexPage}
  1526. </body>
  1527. <div id="02" class="popup_block"><center> <div style="font-family:;text-align:center; font-size: 35px; font-family: 'Cedarville Cursive', cursive;
  1528. color: #fff; text-shadow: {color:blogtitle} -1px 0px, {color:blogtitle} 0px 1px, {color:blogtitle} 1px 0px, {color:blogtitle} 0px -1px;">More links</div><br><br>
  1529. <br> &middot <a href="/tagged/you">for you</a><br> &middot <a href="/archive">past</a><br>&middot <a href="/tagged/uploads">uploads</a><br>&middot <a href="/tagged/tumblr+awards">awards</a><br>&middot <a href="/tagged/bae">bands</a><br>&middot <a href="/submit">submit</a>
  1530. <br>
  1531. <a href="/tagged/reference">references</a> <img src="http://media.tumblr.com/75c61b5a5b10d3f77900842e9f401598/tumblr_inline_mv6qaa7zhZ1r63cto.gif"> <br>
  1532. <a href="/tagged/signal+boost">signal boosts</a> <img src="http://media.tumblr.com/75c61b5a5b10d3f77900842e9f401598/tumblr_inline_mv6qaa7zhZ1r63cto.gif">
  1533. </div></div></div></div></div></div></div></div></div></div>
  1534. <div id="03" class="popup_block"><center> <div style="font-family:;text-align:center; font-size: 35px; font-family: 'Cedarville Cursive', cursive;
  1535. color: #fff; text-shadow: {color:blogtitle} -1px 0px, {color:blogtitle} 0px 1px, {color:blogtitle} 1px 0px, {color:blogtitle} 0px -1px;">Aye babe</div><br><br> Hii darling :) If you're reading this I think you're amazing and unique as hell and no one can change that! If you are going through or been through a rough patch in life, it's okay to cry, to be upset, to think that you can't do something. It honestly takes time, I <b>believe</b> and <i>know</i> you can make it through the night, full of tears or not a single tear at all. Full meal or no meal at all, just stay for a few more days, weeks, months, years for those who care. <i>I </i>care for you, honestly it doesn't seem much through a screen but trust me; I want you to be happy. You don't need this, no one does but sometimes things get the best of people and they tend to ruin or make it harder for you and others. Cry your heart out so you can think realistically again, please don't do anything fatal, anything to hurt yourself, I get your pain, I understand, I want to help, but you have to help yourself first by getting away from the negativity that's causing this. <b><i>Please. </i></b><b>I love you so much and I believe you an do anything if you put your mind to it.</b>
  1536.  
  1537. </div></div></div></div></div></div></div></div></div></div>
  1538. </html>
Add Comment
Please, Sign In to add comment