Fucking_Aj

Christmas Theme !!

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