Fucking_Aj

Personal #2 - halloween :)) ilu c;

Oct 19th, 2013
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.92 KB | None | 0 0
  1. <!--
  2. ┏━━━┓╋┏┓╋┏┓┏┓
  3. ┃┏━┓┃╋┃┃┏┛┗┫┃
  4. ┃┃╋┃┃╋┃┃┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓
  5. ┃┗━┛┣┓┃┃╋┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫
  6. ┃┏━┓┃┗┛┃╋┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ┗┛╋┗┻━━┛╋┗━┻┛┗┻━━┻┻┻┻━━┻━━┛
  8.  
  9. -->
  10.  
  11. <html lang="en">
  12. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + 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>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <script type="text/javascript">
  48. <!--
  49.  
  50. // Disable Right Click Script
  51.  
  52. function IE(e)
  53. {
  54. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  55. {
  56. return false;
  57. }
  58. }
  59. function NS(e)
  60. {
  61. if (document.layers || (document.getElementById && !document.all))
  62. {
  63. if (e.which == "2" || e.which == "3")
  64. {
  65. return false;
  66. }
  67. }
  68. }
  69. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  70.  
  71. //-->
  72. </script>
  73.  
  74.  
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77.  
  78. <!--DEFAULT VARIABLES-->
  79. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  80. <meta name="color:background" content="#fff"/>
  81. <meta name="color:link" content="#777"/>
  82. <meta name="color:text" content="#777"/>
  83. <meta name="color:title" content="#333"/>
  84. <meta name="color:hover" content="#fff"/>
  85. <meta name="color:top bottom color" content="#fff"/>
  86. <meta name="image:sidebar" content="1"/>
  87. <meta name="image:background" content="1"/>
  88. <meta name="color:topborder" content="#fff"/>
  89. <meta name="text:titlez" content="haloween"/>
  90. <meta name="text:link 2 title" content="shit"/>
  91. <meta name="text:link 3 title" content="shit"/>
  92. <meta name="text:link 4 title" content="shit"/>
  93. <meta name="text:link 5 title" content="shit"/>
  94. <meta name="text:link 2 link" content="shit"/>
  95. <meta name="text:link 3 link" content="shit"/>
  96. <meta name="text:link 4 link" content="shit"/>
  97. <meta name="text:link 5 link" content="shit"/>
  98. <meta name="color:scrollbar" content="7c7c7c">
  99. <style type="text/css">
  100. #fade { /*--Transparent background layer--*/
  101. background-image:url();
  102. opacity: 0.2;
  103. display: none; /*--hidden by default--*/
  104. position: fixed; left: 0; top: 0;
  105. width: 100%; height: 100%;
  106. z-index: 999999999;
  107. }
  108. .popup_block{
  109. display: none; /*--hidden by default--*/
  110. background-color:white;
  111. color:{color:text};
  112. font-family:pewp;
  113. padding: 5px;
  114. float: left;
  115. font-size: 14px;
  116. position: fixed;
  117. opacity: 1;
  118. line-height:10px;
  119. border-top:8px solid {color:top bottom color};
  120. border-bottom:8px solid {color:top bottom color};
  121. border-right:15px solid {color:top bottom color};
  122. border-left:15px solid {color:top bottom color};
  123. top: 50%; left: 50%;
  124. z-index: 999999999999999999999999999999999999999999999;
  125. -webkit-transition: all .7s ease;
  126. -moz-transition: all .7s ease;
  127. -o-transition: all .7s ease;
  128. transition: all .7s ease;
  129. /*--CSS3 Box Shadows--*/
  130. /*--CSS3 Rounded Corners--*/
  131. -webkit-border-radius: 5px;
  132. border-radius: 10px;
  133. }
  134.  
  135. .popup_block:hover{
  136. border-radius: 10px;
  137. border-top:8px solid {color:right left color}
  138. border-bottom:8px solid {color:right left color}
  139. border-right:15px solid {color:right left color}
  140. border-left:15px solid {color:right left color}
  141. -webkit-transition: all .7s ease;
  142. -moz-transition: all .7s ease;
  143. -o-transition: all .7s ease;
  144. transition: all .7s ease;
  145. }
  146.  
  147. ::-webkit-scrollbar {
  148.  
  149. height: 5px;
  150.  
  151. width: 2px;
  152.  
  153. background: #fff;
  154.  
  155. }
  156.  
  157. ::-webkit-scrollbar-thumb {
  158.  
  159. background:{color:scrollbar};
  160.  
  161. border: 0px;
  162.  
  163. -webkit-border-radius: 1ex;
  164.  
  165. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  166.  
  167. }
  168.  
  169. ::-webkit-scrollbar-corner {
  170.  
  171. background: #transparent;
  172.  
  173. }
  174. 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-
  175.  
  176. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  177.  
  178. 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;}
  179.  
  180. p {
  181. margin:0px;
  182. margin-top:0px;
  183. }
  184.  
  185.  
  186. body {
  187. padding: 0px;
  188. margin: 0px;
  189. color:{color:text};
  190. font-family: pewp;
  191. line-height:7px;
  192. font-size:8px;
  193. background-color: {color:Background};
  194. background-image:url({image:Background});
  195. background-attachment: fixed;
  196. background-repeat: repeat;
  197. }
  198.  
  199.  
  200. a:link, a:active, a:visited{
  201. text-decoration: none;
  202. -webkit-transition: color 0.3s ease-out;
  203. -moz-transition: color 0.3s ease-out;
  204. transition: color 0.3s ease-out;
  205. color:{color:link};
  206. }
  207.  
  208. a:hover {
  209. text-decoration: none;
  210. font-style:;
  211. color: {color:Hover};
  212. }
  213.  
  214. div#center{
  215. margin:auto;
  216. position:relative;
  217. width:1000px;
  218. background-color:;
  219. overflow:auto;
  220. overflow-y:hidden;
  221. }
  222.  
  223.  
  224. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  225. .entry {
  226. float:left;
  227. display: block;
  228. margin:9px;
  229. overflow:hidden;
  230. width:270px;
  231. padding:12px;
  232. padding-bottom:8px;
  233. border:1px double #c9c9c9;
  234. box-shadow:0px 0px 0px #ccc;
  235. border-radius: 3px;
  236. font-family:pewp;
  237. font-size:13px;
  238. line-height:18px;
  239. {block:PermalinkPage}
  240. width:450px;
  241. text-align:left;
  242. line-height:18px;
  243. {/block:PermalinkPage}
  244. background:white;
  245. background-image:URL();
  246. -webkit-animation:fadeInLeft 2s;
  247. -moz-animation:fadeInLeft 2s;
  248. -ms-animation:fadeInLeft 2s;
  249. }
  250.  
  251. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  252. .entry .perma{
  253. width:248px;
  254. height:25;
  255. bottom: -10px;
  256. padding: 1px;
  257. margin-left: 10px;
  258. position: absolute;
  259. font-family: "birthday";
  260. text-transform: lowercase;
  261. font-size:11px;
  262. color: #000000!important;
  263. letter-spacing: 1px;
  264. line-height: 14px;
  265. text-align: center;
  266. overflow:hidden;
  267. border-top: 2px solid {color:topborder};
  268. border-right: 2px solid {color:topborder};
  269. border-left: 2px solid {color:topborder};
  270. opacity: 0.0;
  271. background-color:#fff;
  272. -webkit-transition: 0.7s linear;
  273. -webkit-transition: all 0.7s linear;
  274. -moz-transition: all 0.7s linear;
  275. transition: all 0.7s linear;
  276. }
  277.  
  278. .entry:hover .perma{
  279. overflow:visible;
  280. bottom:1px;
  281. opacity:1;
  282. -webkit-transition: 0.5s linear;
  283. -webkit-transition: all 0.5s linear;
  284. -moz-transition: all 0.5s linear;
  285. transition: all 0.5s linear;
  286. }
  287.  
  288.  
  289.  
  290.  
  291. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  292. #posts {
  293. width:700px;
  294. margin-top:49px;
  295. z-index:99;
  296. margin-left:319px;
  297. right:auto;
  298. background:transparent;
  299. margin-right:auto;
  300. position:relative;
  301. overflow-y: hidden;
  302. }
  303.  
  304.  
  305. /*CUSTOMIZE SIDEBAR HERE*/
  306. #sidebar{
  307. position:fixed !important;
  308. width:172px;
  309. padding:15px;
  310. border:1px solid {color:borders};
  311. background:white;
  312. height:auto;
  313. margin-top:150px;
  314. margin-left:900px;
  315. text-align:center;
  316. -webkit-transition: all .7s ease;
  317. -moz-transition: all .7s ease;
  318. -o-transition: all .7s ease;
  319. transition: all .7s ease;
  320. margin-left:50px;
  321. }
  322.  
  323. #desc{
  324. position:fixed !important;
  325. width:172px;
  326. padding:15px;
  327. border:1px solid {color:borders};
  328. background:white;
  329. height:auto;
  330. margin-top:15px;
  331. margin-left:-16px;
  332. font-family: consolas;
  333. line-height: 9px;
  334. -webkit-transition: all .7s ease;
  335. -moz-transition: all .7s ease;
  336. -o-transition: all .7s ease;
  337. transition: all .7s ease;
  338. }
  339.  
  340. div#blogtitle{
  341. position:fixed;
  342. font-family:fighter;
  343. color:{color:topborder};
  344. font-size: 30px;
  345. line-height: 30px;
  346. margin-top: 110px;
  347. margin-left:20px;
  348.  
  349. width: 215px;
  350. background:transparent;
  351. text-align:center;
  352. padding:10px;
  353. text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  354. }
  355. #topbar1{
  356. position: fixed;
  357. background-color:white;
  358. padding: 10px;
  359. width: 2000px;
  360. height: 30px;
  361. margin-left: -500px;
  362. margin-top: -5px;
  363. padding: 3px;
  364. padding-left: 730px;
  365. z-index: 100;
  366. border-radius: 0px 0px 0px 0px;
  367. border-bottom:3px solid #fff;
  368. }
  369.  
  370. #hah{
  371. position:fixed !important;
  372. width:3000px;
  373. height:2px;
  374. top:15px;
  375. margin-left:-500px;
  376. position:fixed;
  377. z-index:999999999999999999999999999999999999999;
  378. border-top:2px solid {color:topborder};
  379. border-bottom:2px solid {color:topborder};
  380. border-left: 0px;
  381. border-right: 0px;
  382. background-image:url trans;
  383. opacity:1;
  384. }
  385.  
  386.  
  387. .lace{
  388. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  389. width:3000px;
  390. height:17px;
  391. top:22px;
  392. margin-left:-500px;
  393. position:fixed;
  394. z-index:120;
  395. z-index:9999999;
  396. }
  397.  
  398. #updates{
  399. position:fixed !important;
  400. opacity:0;
  401. text-align:center;
  402. line-height:18px;
  403. width:35px;
  404. height:25px;
  405. margin-left:50px;
  406. margin-top:195px;
  407. background-color:transparent;
  408. padding-top: 5px;
  409. padding-bottom:0px;
  410. font-family: aderyn;
  411. font-size: 24px;
  412. transition: all 0.6s ease-out;
  413. -o-transition-transition: all 0.4s ease-out;
  414. -webkit-transition: all 0.4s ease-out;
  415. -moz-transition: all 0.4s ease-out;
  416.  
  417. }
  418.  
  419. #sidebar:hover #updates{
  420. opacity:1;
  421. margin-left:0px;
  422. margin-top:10px;
  423. transform:rotate(0deg);
  424. -ms-transform:rotate(0deg); /* IE 9 */
  425. -webkit-transform:rotate(0deg); /* Safari and Chrome */
  426. }
  427. #link1{
  428. text-align:center;
  429. position:fixed !important;
  430. width:90px;
  431. height:15px;
  432. margin-left:270px;
  433. margin-top:5px;
  434. opacity:0;
  435. border: 3px double {color:link borda};
  436. color:{color:Link};
  437. line-height:17px;
  438. padding:2px;
  439. font-family: "birthday";
  440. background:#fff;
  441. font-size:20px;
  442. transition: all .9s ease-out;
  443. -o-transition-transition: all .9s ease-out;
  444. -webkit-transition: all .9s ease-out;
  445. -moz-transition: all .9s ease-out;
  446. }
  447.  
  448. #sidebar:hover #link1{
  449. opacity:1;
  450. margin-left:40px;
  451. transition: all .9s ease-out;
  452. -o-transition-transition: all .9s ease-out;
  453. -webkit-transition: all .9s ease-out;
  454. -moz-transition: all .9s ease-out;
  455. }
  456.  
  457. #link2{
  458. text-align:center;
  459. position:fixed !important;
  460. width:90px;
  461. height:15px;
  462. margin-left:-32px;
  463. margin-top:45px;
  464. opacity:0;
  465. border: 3px double {color:link borda};
  466. color:{color:Link};
  467. line-height:17px;
  468. padding:2px;
  469. font-family: "birthday";
  470. background:#fff;
  471. font-size:20px;
  472. transition: all 0.9s ease;
  473. -o-transition-transition: all 0.9s ease;
  474. -webkit-transition: all 0.9s ease;
  475. -moz-transition: all 0.9s ease;
  476. }
  477.  
  478. #sidebar:hover #link2{
  479. opacity:1;
  480. margin-left:40px;
  481. transition: all 0.9s ease;
  482. -o-transition-transition: all 0.9s ease;
  483. -webkit-transition: all 0.9s ease;
  484. -moz-transition: all 0.9s ease;
  485. }
  486.  
  487. #link3{
  488. text-align:center;
  489. position:fixed !important;
  490. width:90px;
  491. height:15px;
  492. margin-left:270px;
  493. margin-top:85px;
  494. opacity:0;
  495. border: 3px double {color:link borda};
  496. color:{color:Link};
  497. line-height:17px;
  498. padding:2px;
  499. font-family: "birthday";
  500. background:#fff;
  501. font-size:20px;
  502. transition: all 0.9s ease;
  503. -o-transition-transition: all 0.9s ease;
  504. -webkit-transition: all 0.9s ease;
  505. -moz-transition: all 0.9s ease;
  506. }
  507.  
  508. #sidebar:hover #link3{
  509. opacity:1;
  510. margin-left:40px;
  511. transition: all 0.9s ease;
  512. -o-transition-transition: all 0.9s ease;
  513. -webkit-transition: all 0.9s ease;
  514. -moz-transition: all 0.9s ease;
  515. }
  516.  
  517. #link4{
  518. text-align:center;
  519. position:fixed !important;
  520. width:90px;
  521. height:15px;
  522. margin-left:-32px;
  523. margin-top:125px;
  524. opacity:0;color:{color:nav3};
  525. border: 3px double {color:link borda};
  526. line-height:17px;
  527. padding:2px;
  528. font-family: "birthday";
  529. background:#fff;
  530. font-size:20px;
  531. transition: all 0.9s ease;
  532. -o-transition-transition: all 0.9s ease;
  533. -webkit-transition: all 0.9s ease;
  534. -moz-transition: all 0.9s ease;
  535. }
  536.  
  537.  
  538.  
  539. #sidebar:hover #link4{
  540. opacity:1;
  541. margin-left:40px;
  542. transition: all 0.9s ease;
  543. -o-transition-transition: all 0.9s ease;
  544. -webkit-transition: all 0.9s ease;
  545. -moz-transition: all 0.9s ease;
  546. }
  547.  
  548. #link5{
  549. text-align:center;
  550. position:fixed !important;
  551. width:90px;
  552. height:15px;
  553. margin-left:270px;
  554. margin-top:165px;
  555. opacity:0;
  556. border: 3px double {color:link borda};
  557. color:{color:Link};
  558. line-height:17px;
  559. padding:2px;
  560. font-family: "birthday";
  561. background:#fff;
  562. font-size:20px;
  563. transition: all 0.9s ease;
  564. -o-transition-transition: all 0.9s ease;
  565. -webkit-transition: all 0.9s ease;
  566. -moz-transition: all 0.9s ease;
  567. }
  568.  
  569. #sidebar:hover #link5{
  570. opacity:1;
  571. margin-left:40px;
  572. transition: all 0.9s ease;
  573. -o-transition-transition: all 0.9s ease;
  574. -webkit-transition: all 0.9s ease;
  575. -moz-transition: all 0.9s ease;
  576. }
  577.  
  578. @font-face {font-family: 'birthday';src: url('http://static.tumblr.com/gyoju49/6Kfmoasjm/meem60.ttf');}
  579. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/gyoju49/ec3mo9gak/meem23.ttf'); }
  580. @font-face { font-family: "fighter";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  581. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  582.  
  583. #heart1{
  584. position:fixed;
  585. width:350px;
  586. height:455px;
  587. margin-left:943px;
  588. margin-top:300px;
  589. background:transparent;
  590. opacity:0.5;
  591. background:url("http://data2.whicdn.com/images/77003414/large.gif");
  592. }
  593.  
  594. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  595. .title{
  596. line-height: 12px;
  597. color:{color:Title};
  598. font-weight: normal;
  599. font-family:fighter;
  600. font-size:16px;
  601. }
  602.  
  603.  
  604. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  605. .permalink{
  606. text-transform: normal;
  607. display: block;
  608. text-align: right;
  609. text-decoration: none;
  610. }
  611.  
  612.  
  613. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  614. #infscr-loading{
  615. bottom: -70px;
  616. position: absolute;
  617. left: 50%;
  618. margin-left:-8px;
  619. width:16px;
  620. height:11px;
  621. overflow:hidden;
  622. margin-bottom: 50px;
  623. }
  624.  
  625. #postnotes{
  626. text-align: justify;}
  627.  
  628. #postnotes blockquote{
  629. border: 0px;}
  630.  
  631. blockquote{
  632. padding:0px 0px 2px 5px;
  633. margin:0px 0px 2px 10px;
  634. border-left: 1px dotted #555555;
  635. }
  636.  
  637. blockquote p, ul{
  638. margin:0px;
  639. padding:0px;
  640. }
  641.  
  642. a img{border: 0px;}
  643.  
  644.  
  645. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  646.  
  647. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  648. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  649.  
  650. .notes img{width:10px; position:relative; top:3px;}
  651. <--ses-->
  652. small{font-size: 90%;}
  653.  
  654. {CustomCSS}
  655.  
  656. </style>
  657.  
  658. {block:IndexPage}
  659. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  660. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  661.  
  662. <script type="text/javascript">
  663. $(window).load(function(){
  664. var $wall = $('#posts');
  665. $wall.imagesLoaded(function(){
  666. $wall.masonry({
  667. itemSelector: '.entry, .entry_photo',
  668. isAnimated : false
  669. });
  670. });
  671.  
  672. $wall.infinitescroll({
  673. navSelector : '#pagination',
  674. nextSelector : '#pagination a',
  675. itemSelector : '.entry, .entry_photo',
  676. bufferPx : 2000,
  677. debug : false,
  678. errorCallback: function() {
  679. $('#infscr-loading').fadeOut('normal');
  680. }},
  681. function( newElements ) {
  682. var $newElems = $( newElements );
  683. $newElems.hide();
  684. $newElems.imagesLoaded(function(){
  685. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  686. });
  687. }); $('#posts').show(500);
  688. });
  689. </script>
  690.  
  691.  
  692. {/block:IndexPage}
  693.  
  694.  
  695. <title>{title}</title>
  696.  
  697. <link rel="shortcut icon" href="{Favicon}" />
  698. <meta name="viewport" content="width=820" />
  699. </head>
  700. <div style="position:fixed;right:2px;top:31px;z-index:9999;">
  701. <a href="http://nigags.tumblr.com/" target="_blank">
  702. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  703. </a>
  704. </div>
  705. <body>
  706. <BODY onselectstart="return false;" ondragstart="return false;">
  707. <div class="wrapper">
  708. <div class="header">
  709. </div>
  710.  
  711. <div id="cage">
  712. <div id="center">
  713. <div id="blogtitle">
  714. &nbsp
  715. {text:titlez}</div>
  716. <div id="topbar1"></div>
  717. <div id="hah"></div>
  718. <div id="heart1"></div>
  719.  
  720. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  721.  
  722. <div id="sidebar">
  723. <div id="updates"><a href='#?w=300' rel='05' class='poplight'title="click for updates and more!"><img src="http://fc09.deviantart.net/fs19/f/2007/303/7/f/Pixel___Lawl_HaHa_by_firstfear.gif" div style="width:33px; height:33px;"></a> </div>
  724. <div id="link1"><a href="/">home</a> </div>
  725.  
  726. <div id="link2"><a href="{text:link 2 link}"> {text:link 2 title}</a> </div>
  727.  
  728. <div id="link3"><a href="{text:link 3 link}"> {text:link 3 title} </a> </div>
  729. <center>
  730.  
  731. <div id="link4"><a href="{text:link 4 link}"> {text:link 4 title} </a> </div>
  732. <center>
  733. <div id="link5"><a href="{text:link 5 link}"> {text:link 5 title} </a> </div>
  734. <center>
  735. <a href="/"><img src="{image:sidebar}" width=100%></a>
  736.  
  737. <div id="desc">{description}
  738. </center>
  739. </div>
  740. <!------------------------------------->
  741.  
  742.  
  743. <div class="left">
  744. <div class="lace"></div>
  745. <div id="posts">
  746. {block:Posts}
  747. <div class="entry">
  748.  
  749. {block:Text}
  750. {block:Title}
  751. <span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  752. <span class="permalink">
  753. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  754. <a href="{ReblogURL}" target="_blank"> reblog </a> |
  755. <a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}
  756. </span></align>
  757. {/block:Text}
  758.  
  759.  
  760.  
  761. {block:Link}
  762. <a href="{URL}" class="title" >{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  763. <span class="permalink">
  764. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"
  765. title="Like this post"> </div>
  766. <a href="{ReblogURL}" target="_blank"> reblog </a> |
  767. <a href="{Permalink}">{notecountwithlabel}</a></a><br>
  768. {/block:HasTags}</span></align>
  769. {/block:Link}
  770.  
  771. {block:Answer}
  772. <div style="margin: 2px 3px 2px 3px; min-height:40px; border: 1px solid
  773. #eee; padding: 4px;border-radius:0px; background-color: #fafafa;">
  774. <img src="{AskerPortraitURL-30}" width="30" align="left"
  775. style="margin-right:3px; border:3px solid {color:accent}; padding:2px;"/>
  776. <askk>{Asker}</askk>: {Question}</div>
  777. <div style="padding: -1px 5px -1px 5px; padding-bottom:10px; background: transparent; margin-top:9px; "><center>{Answer}
  778. </div>
  779. <span class="permalink">
  780. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  781. <a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  782. {/block:Answer}
  783.  
  784.  
  785. {block:Quote}
  786. <span class="popuptitle3">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  787. <span class="permalink">
  788. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  789. <a href="{ReblogURL}" target="_blank">reblog</a> |
  790. <a href="{permalink}">{NoteCountWithLabel}</a>
  791. </span>
  792. {/block:Quote}
  793.  
  794.  
  795. {block:Photo}
  796. {block:IndexPage}
  797. <center>
  798. <div class="perma">posted on {DayofWeek}
  799. <br><a href="{Permalink}">{NoteCount} notes</a> |
  800. <a href="{ReblogURL}" title="Share this post" target="_blank"> reblog </a>
  801. </div>
  802. <div class="photo">
  803. <img style="border:0px solid #fff;
  804. background:url({image:sidebar bg 1});
  805. {block:iftwocolumn}
  806. border-radius:0px;
  807. {/block:iftwocolumn}" class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  808.  
  809. {/block:IndexPage}
  810. {block:PermalinkPage}
  811. {LinkOpenTag}<div class="photo">
  812. <a href="{permalink}">
  813. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  814. {LinkCloseTag}
  815. {/block:PermalinkPage}
  816. {/block:Photo}
  817.  
  818. {block:Photoset}
  819. {block:IndexPage}
  820. <center>
  821. <div class="perma">Posted {timeago}
  822. <a href="{Permalink}">{NoteCount} notes</a> |
  823. <a href="{ReblogURL}" title="Share this post" target="_blank"> reblog </a>
  824. </div>
  825. {Photoset-250}</center>
  826. {/block:IndexPage}
  827. {block:PermalinkPage}
  828. <center>
  829. {Photoset-500}</center>
  830. {/block:PermalinkPage}
  831. {/block:Photoset}
  832.  
  833. {block:Chat}{block:Title}<span class="title" >{Title}</span>{/block:Title}
  834. <ul class="chat">
  835. {block:Lines}
  836. <li class="user_{UserNumber}">
  837. {block:Label}
  838. <span class="label">{Label}</span>
  839. {/block:Label}
  840. {Line}
  841. </li>
  842. {/block:Lines}
  843. <p align=right>
  844. <span class="permalink">
  845. <a href="{ReblogURL}" target="_blank">reblog</a> |
  846. <a href="{permalink}">{NoteCountWithLabel}</a>
  847. </span>
  848. {/block:Chat}
  849.  
  850. {block:Audio}
  851. <div id="audio">
  852. <div class="cover">
  853. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  854. {block:IndexPage}
  855. <div class="permalink">
  856. <a href="{ReblogURL}" target="_blank">reblog</a> |
  857. <a href="{permalink}">{NoteCountWithLabel}</a>
  858. </span></div>
  859. {/block:IndexPage}
  860. {/block:Audio}
  861.  
  862.  
  863. {block:Video}
  864. {block:IndexPage}
  865. <center>
  866. <div class="perma">Posted {timeago}
  867. <br>
  868. <a href="{ReblogURL}" target="_blank">reblog</a> |
  869. <a href="{Permalink}">{NoteCount} notes</a> </div>
  870. {Video-250}</center>
  871. {/block:IndexPage}
  872. {block:PermalinkPage}
  873. <center>
  874. {Video-400}</center>
  875. {/block:PermalinkPage}
  876. {/block:Video}
  877.  
  878. {block:PostNotes}
  879. <div align="middle">{caption}</div>
  880. <center>
  881. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  882. {block:HasTags}
  883. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  884. {block:RebloggedFrom}
  885. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  886. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  887. {/block:RebloggedFrom}
  888. </center></span>
  889. <br>
  890. <div id="postnotes">{PostNotes}</div><br>
  891. <center>{block:ContentSource}
  892. <br><a href="{SourceURL}">
  893. {lang:Source}:
  894. {block:SourceLogo}
  895. <img src="{BlackLogoURL}" width="{LogoWidth}"
  896. height="{LogoHeight}" alt="{SourceTitle}" />
  897. {/block:SourceLogo}
  898. {block:NoSourceLogo}
  899. {SourceLink}
  900. {/block:NoSourceLogo}
  901. </a>
  902. {/block:ContentSource}</center>
  903. {/block:PostNotes}
  904.  
  905. </div>
  906. {/block:Posts}
  907. </div></div>
  908. {block:IndexPage}
  909. {block:Pagination}
  910. <div id="pagination">
  911. {block:NextPage}
  912. <a id="nextPage" href="{NextPage}"></a>
  913. {/block:NextPage}
  914. {block:PreviousPage}
  915. <a href="{PreviousPage}"></a>
  916. {/block:PreviousPage}
  917. </div>
  918. {/block:Pagination}
  919. {/block:IndexPage}
  920. </body>
  921. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://nigags.tumblr.com">©</a></div>
  922.  
  923. <div id="05" class="popup_block">
  924. <p><strong>&nbsp;</strong></p>
  925. <center><div style="font-family: fighter; font-size: 45px; margin-top:10px;line-height: 46px; margin-left:5px;">Updates<br></center><br>
  926. write your updates or stats here!! <br><br>
  927. or a cheer up <br><br>
  928. just do what i'm doing for a new sentence <br><br>
  929. hella cute <br><br>
  930. Stats here <p>
  931. </html>
Add Comment
Please, Sign In to add comment