Fucking_Aj

aergvsd

Jan 21st, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.12 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("a[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:90,
  48. tip_fade_speed:600,
  49. attribute:"title"
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54. <script type="text/javascript">
  55. <!--
  56.  
  57. // Disable Right Click Script
  58.  
  59. function IE(e)
  60. {
  61. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  62. {
  63. return false;
  64. }
  65. }
  66. function NS(e)
  67. {
  68. if (document.layers || (document.getElementById && !document.all))
  69. {
  70. if (e.which == "2" || e.which == "3")
  71. {
  72. return false;
  73. }
  74. }
  75. }
  76. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  77.  
  78. //-->
  79. </script>
  80.  
  81.  
  82. <script type="text/javascript"
  83. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  84.  
  85. <!--DEFAULT VARIABLES-->
  86. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  87. <meta name="color:background" content="#fff"/>
  88. <meta name="color:link" content="#777"/>
  89. <meta name="color:text" content="#777"/>
  90. <meta name="color:updates" content="#777"/>
  91. <meta name="color:permalinks" content="#777"/>
  92. <meta name="color:title" content="#333"/>
  93. <meta name="color:hover" content="#fff"/>
  94. <meta name="image:sidebar" content="1"/>
  95. <meta name="image:background" content="1"/>
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100. #s-m-t-tooltip {
  101. max-width:300px;
  102. padding:6px 6px 6px 6px;
  103. margin:20px 0px 0px 20px;
  104. background: #fff; /* change the background color */
  105. border:1px solid #000; /* change the border color */
  106. font-family:calibri; /* change the font */
  107. font-size:10px; /* change the font size */
  108. border-radius: 20px;
  109. border:1px solid {color:permalinks};
  110. border-left:4px solid {color:permalinks};
  111. border-right:4px solid {color:permalinks};
  112. letter-spacing:0px; /* change the letter spacing */
  113. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  114. color:#000; /* change the text color */
  115. z-index:999999999999999999999999999999999999;
  116. }
  117. #fade { /*--Transparent background layer--*/
  118. display: none; /*--hidden by default--*/
  119. background: #000;/*--color of background--*/
  120. position: fixed; left: 0; top: 0;
  121. width: 100%; height: 100%;
  122. opacity: 5345349;
  123. z-index: 9999;
  124. background-image:url(http://media.tumblr.com/26e2b23f171b1a3eb1bd386b7c75ac03/tumblr_inline_mge45cBh4W1qh9yw5.jpg);
  125. background-size:cover;
  126. }
  127. .popup_block{
  128. display: none; /*--hidden by default--*/
  129. background-image:url(http://i47.tinypic.com/288rzpe.png);/*--color of background of the popup--*/
  130. padding: 10px;
  131. float: left;
  132. font-size: 11px;
  133. font-family:calibri;
  134. position: fixed;
  135. top: 50%; left: 50%;
  136. z-index: 99999;
  137. /*--CSS3 Box Shadows--*/
  138. -webkit-box-shadow: 0px 0px 20px #fff;
  139. -moz-box-shadow: 0px 0px 20px #fff;
  140. box-shadow: 0px 0px 20px #fff;
  141. /*--CSS3 Rounded Corners--*/
  142. border:1px solid #fff;
  143. border-radius:20px;
  144. -webkit-animation:tada 2s;
  145. -moz-animation:tada 2s;
  146. -ms-animation:tada 2s;
  147. -webkit-transition: all .7s ease;
  148. -moz-transition: all .7s ease;
  149. -o-transition: all .7s ease;
  150. transition: all .7s ease;
  151. }
  152. .popup_block:hover{
  153. border:9px solid {color:permalinks};
  154. border-radius:40px;
  155. -webkit-transition: all .7s ease;
  156. -moz-transition: all .7s ease;
  157. -o-transition: all .7s ease;
  158. transition: all .7s ease;
  159. }
  160. img.btn_close {
  161. float: right;
  162. margin: -20 -20px 0 0;
  163. }
  164. /*--Making IE6 Understand Fixed Positioning--*/
  165. *html #fade {
  166. position: absolute;
  167. }
  168. *html .popup_block {
  169. position: absolute;
  170. }
  171. 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-
  172.  
  173. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  174.  
  175. 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;}
  176.  
  177. p {
  178. margin:0px;
  179. margin-top:0px;
  180. }
  181.  
  182.  
  183. body {
  184. padding: 0px;
  185. margin: 0px;
  186. color:{color:text};
  187. font-family: dixel;
  188. line-height:7px;
  189. font-size:8px;
  190. background-color: {color:Background};
  191. background-image:url({image:Background});
  192. background-attachment: fixed;
  193. background-repeat: repeat;
  194. }
  195.  
  196.  
  197. a:link, a:active, a:visited{
  198. text-decoration: none;
  199. -webkit-transition: color 0.3s ease-out;
  200. -moz-transition: color 0.3s ease-out;
  201. transition: color 0.3s ease-out;
  202. color:{color:link};
  203. }
  204.  
  205. a:hover {
  206. text-decoration: none;
  207. font-style:;
  208. color: {color:Hover};
  209. }
  210.  
  211. div#center{
  212. margin:auto;
  213. position:relative;
  214. width:1000px;
  215. background-color:;
  216. overflow:auto;
  217. overflow-y:hidden;
  218. }
  219.  
  220.  
  221. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  222. .entry {
  223. float:left;
  224. display: block;
  225. margin:5px;
  226. overflow:hidden;
  227. border:1px solid #aaa;
  228. padding:10px;
  229. border-radius:3px;
  230. width:220px;
  231.  
  232. {block:PermalinkPage}
  233. width:450px;
  234.  
  235. text-align:left;
  236. line-height:10px;
  237. {/block:PermalinkPage}
  238. background:white;
  239. background-image:URL();
  240. }
  241.  
  242.  
  243. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  244. .entry .perma{
  245. width:240px;
  246. height:300px;
  247. margin-left:-10px;
  248. position: absolute;
  249. line-height: 17px;
  250. overflow:hidden;
  251. text-align:center;
  252. font-family:calibri;
  253. font-size:11px;
  254. text-transform:uppercase;
  255. border-top:5px solid {color:permalinks};
  256. top:290px;
  257. background:white;
  258. word-spacing:2px;
  259. letter-spacing:2px;
  260.  
  261. opacity: 0.0;
  262. -webkit-transition: all .9s ease;
  263. -moz-transition: all .9s ease;
  264. -o-transition: all .9s ease;
  265. transition: all .9s ease;
  266.  
  267. }
  268.  
  269. .entry:hover .perma{
  270. overflow:visible;
  271. opacity:0.8;
  272. top:10px;
  273. -webkit-transition: all .9s ease;
  274. -moz-transition: all .9s ease;
  275. -o-transition: all .9s ease;
  276. transition: all .9s ease;
  277. }
  278.  
  279. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  280. #posts {
  281. width:860px;
  282. margin-top:131px;
  283. z-index:99;
  284. margin-left:109px;
  285. right:auto;
  286. background:transparent;
  287. margin-right:auto;
  288. position:relative;
  289. overflow-y: hidden;
  290. }
  291.  
  292.  
  293. /*CUSTOMIZE SIDEBAR HERE*/
  294.  
  295. #topbar{
  296. position:absolute;
  297. opacity: 0.9;
  298. letter-spacing: 0px;
  299. left: -100px;
  300. top:0px;
  301. font-size: 30px;
  302. width: 1900px;
  303. height:100px;
  304. padding-left:30px;
  305. line-height:70px;
  306. font-family: lol;
  307. text-shadow:-1px 0 #fafafa, 0 1px #fafafa, 1px 0 #fafafa, 0 -1px #fafafa;
  308. color: #bec4cc;
  309. z-index:99;
  310. letter-spacing:3px;
  311. background: white;
  312. text-align: center;
  313. position: fixed !important;
  314.  
  315. }
  316.  
  317. .lace{
  318. background: url('https://31.media.tumblr.com/217e7014f9bbc90a43c512bb36a9d23d/tumblr_inline_mzny8ezz7y1s0dvun.png') repeat;
  319. width:2700px;
  320. height:26px;
  321. left:-100px;
  322. top:100px;
  323. opacity:.9;
  324. position:fixed;
  325.  
  326. }
  327. #updates{
  328. z-index:9999999;
  329. position:fixed !important;
  330. opacity: 3;
  331. width:16px;
  332. height:16px;
  333. padding:4px;
  334. margin-left:640px;
  335. margin-top:23px;
  336. box-shadow:0px 0px 10px #ddd;
  337. background:white;
  338. border: 3px double {color:updates};
  339. border-radius:40px;
  340. transition: all 0.6s ease-out;
  341. -o-transition-transition: all 0.4s ease-out;
  342. -webkit-transition: all 0.4s ease-out;
  343. -moz-transition: all 0.4s ease-out;
  344.  
  345. }
  346.  
  347. #topbar:hover #updates{
  348. opacity:3;
  349. margin-left:100px;
  350.  
  351. transition: all 0.7s ease-out;
  352. -o-transition-transition: all 0.7s ease-out;
  353. -webkit-transition: all 0.7s ease-out;
  354. -moz-transition: all 0.7s ease-out;
  355. }
  356. @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
  357. @font-face {font-family:"simplicity";src:url('http://static.tumblr.com/7glhdxz/kdkmgevnh/simplicity.ttf');}
  358.  
  359. @font-face {font-family: 'complicated'; src: url('http://static.tumblr.com/tk7f1db/Iwgmx1ps2/simply_complicated.ttf');}
  360.  
  361. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  362.  
  363.  
  364. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  365. .title{
  366. line-height: 12px;
  367. color:{color:Title};
  368. font-weight: normal;
  369. }
  370.  
  371.  
  372. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  373. .permalink{
  374. text-transform: normal;
  375. display: block;
  376. text-align: right;
  377. text-decoration: none;
  378. }
  379.  
  380.  
  381. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  382. #infscr-loading{
  383. bottom: -70px;
  384. position: absolute;
  385. left: 50%;
  386. margin-left:-8px;
  387. width:16px;
  388. height:11px;
  389. overflow:hidden;
  390. margin-bottom: 50px;
  391. }
  392.  
  393. #postnotes{
  394. text-align: justify;}
  395.  
  396. #postnotes blockquote{
  397. border: 0px;}
  398.  
  399. blockquote{
  400. padding:0px 0px 2px 5px;
  401. margin:0px 0px 2px 10px;
  402. border-left: 1px dotted #555555;
  403. }
  404.  
  405. blockquote p, ul{
  406. margin:0px;
  407. padding:0px;
  408. }
  409.  
  410. a img{border: 0px;}
  411.  
  412.  
  413. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  414.  
  415. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  416. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  417.  
  418. .notes img{width:10px; position:relative; top:3px;}
  419. <--ses-->
  420. small{font-size: 90%;}
  421.  
  422. {CustomCSS}
  423.  
  424. </style>
  425.  
  426. {block:IndexPage}
  427. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  428. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  429.  
  430. <script type="text/javascript">
  431. $(window).load(function(){
  432. var $wall = $('#posts');
  433. $wall.imagesLoaded(function(){
  434. $wall.masonry({
  435. itemSelector: '.entry, .entry_photo',
  436. isAnimated : false
  437. });
  438. });
  439.  
  440. $wall.infinitescroll({
  441. navSelector : '#pagination',
  442. nextSelector : '#pagination a',
  443. itemSelector : '.entry, .entry_photo',
  444. bufferPx : 2000,
  445. debug : false,
  446. errorCallback: function() {
  447. $('#infscr-loading').fadeOut('normal');
  448. }},
  449. function( newElements ) {
  450. var $newElems = $( newElements );
  451. $newElems.hide();
  452. $newElems.imagesLoaded(function(){
  453. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  454. });
  455. }); $('#posts').show(500);
  456. });
  457. </script>
  458.  
  459.  
  460. {/block:IndexPage}
  461.  
  462.  
  463. <title>{title}</title>
  464.  
  465. <link rel="shortcut icon" href="{Favicon}" />
  466. <meta name="viewport" content="width=820" />
  467. </head>
  468.  
  469. <body>
  470. <BODY onselectstart="return false;" ondragstart="return false;">
  471. <div class="wrapper">
  472. <div class="header">
  473. </div>
  474.  
  475. <div id="cage">
  476. <div id="center">
  477. <div class="lace"></div>
  478.  
  479. <div id="topbar">{title}</div>
  480. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  481. <div id="sidebar">
  482. <center>
  483. {description}
  484. <div id="updates"><a href="#?w=500" rel="02" class="poplight" title="updates yay."><img src="http://media.tumblr.com/tumblr_lkl5scYJcE1qfamg6.gif" style="margin-left:1px;margin-top:-1px;"></a></div>
  485. </center>
  486. </div>
  487. <!------------------------------------->
  488.  
  489.  
  490. <div class="left">
  491. <div id="posts">
  492. {block:Posts}
  493. <div class="entry">
  494.  
  495. {block:Text}
  496. {block:Title}
  497. <span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  498. <span class="permalink">
  499. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  500. <a href="{ReblogURL}" target="_blank"> reblog </a> |
  501. <a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}
  502. </span></align>
  503. {/block:Text}
  504.  
  505.  
  506.  
  507. {block:Link}
  508. <a href="{URL}" class="title" >{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  509. <span class="permalink">
  510. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"
  511. title="Like this post"> </div>
  512. <a href="{ReblogURL}" target="_blank"> reblog </a> |
  513. <a href="{Permalink}">{notecountwithlabel}</a></a><br>
  514. {/block:HasTags}</span></align>
  515. {/block:Link}
  516.  
  517. {block:Answer}
  518. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 2px; border-left: 5px solid {color:navi back};border-right: 5px solid {color:navi back} color:black; background-color: #eee; overflow: auto; font-family:consolas; font-size:11px;">
  519. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  520. <askkk>{Asker}</askkk>: {Question}</div>
  521. <div style="margin-top:2px; margin-bottom:0px; color:black; background: transparent;font-family:consolas;font-size:11px;line-height:9px;">{Answer} <br> <div style="text-align:right;"><askk>-{text:name}</askk></div></div>
  522. {block:IndexPage}<div id="textasks"><a href="{permalink}"title="{TimeAgo}"><div align="right"></a></span></div></div>{/block:IndexPage}
  523. {/block:Answer}
  524. <span class="permalink">
  525. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  526. </span></align>
  527. {/block:Answer}
  528.  
  529.  
  530. {block:Quote}
  531. <span class="popuptitle3">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  532. <span class="permalink">
  533. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post"> </div>
  534. <a href="{ReblogURL}" target="_blank">reblog</a> |
  535. <a href="{permalink}">{NoteCountWithLabel}</a>
  536. </span>
  537. {/block:Quote}
  538.  
  539.  
  540. {block:Photo}
  541. {block:IndexPage}
  542. <center>
  543. <div class="perma">posted on {DayofWeek}
  544. <br><a href="{Permalink}" title="like this theme!">{NoteCount} </a> liked this theme|
  545. <a href="{ReblogURL}" title="Share this post" target="_blank"> Share </a>
  546. <div align="middle">{caption}</div></div>
  547. <div class="photo">
  548. <img style="border:0px solid #fff;
  549. background:url({image:sidebar bg 1});
  550. {block:iftwocolumn}
  551. border-radius:0px;
  552. {/block:iftwocolumn}" class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  553.  
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. {LinkOpenTag}<div class="photo">
  557. <a href="{permalink}">
  558. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  559. {LinkCloseTag}
  560. {/block:PermalinkPage}
  561. {/block:Photo}
  562.  
  563. {block:Photoset}
  564. {block:IndexPage}
  565. <center>
  566. <div class="perma">Posted {timeago}
  567. <a href="{Permalink}">{NoteCount} like this theme</a> |
  568. <a href="{ReblogURL}" title="Share this post" target="_blank">share </a>
  569. </div>
  570. {Photoset-250}</center>
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. <center>
  574. {Photoset-500}</center>
  575. {/block:PermalinkPage}
  576. {/block:Photoset}
  577.  
  578. {block:Chat}{block:Title}<span class="title" >{Title}</span>{/block:Title}
  579. <ul class="chat">
  580. {block:Lines}
  581. <li class="user_{UserNumber}">
  582. {block:Label}
  583. <span class="label">{Label}</span>
  584. {/block:Label}
  585. {Line}
  586. </li>
  587. {/block:Lines}
  588. <p align=right>
  589. <span class="permalink">
  590. <a href="{ReblogURL}" target="_blank">reblog</a> |
  591. <a href="{permalink}">{NoteCountWithLabel}</a>
  592. </span>
  593. {/block:Chat}
  594.  
  595. {block:Audio}
  596. <div id="audio">
  597. <div class="cover">
  598. <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>
  599. {block:IndexPage}
  600. <div class="permalink">
  601. <a href="{ReblogURL}" target="_blank">reblog</a> |
  602. <a href="{permalink}">{NoteCountWithLabel}</a>
  603. </span></div>
  604. {/block:IndexPage}
  605. {/block:Audio}
  606.  
  607.  
  608. {block:Video}
  609. {block:IndexPage}
  610. <center>
  611. <div class="perma">Posted {timeago}
  612. <br>
  613. <a href="{ReblogURL}" target="_blank">reblog</a> |
  614. <a href="{Permalink}">{NoteCount} notes</a> </div>
  615. {Video-250}</center>
  616. {/block:IndexPage}
  617. {block:PermalinkPage}
  618. <center>
  619. {Video-400}</center>
  620. {/block:PermalinkPage}
  621. {/block:Video}
  622.  
  623. {block:PostNotes}
  624. <div align="middle">{caption}</div>
  625. <center>
  626. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  627. {block:HasTags}
  628. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  629. {block:RebloggedFrom}
  630. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  631. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  632. {/block:RebloggedFrom}
  633. </center></span>
  634. <br>
  635. <div id="postnotes">{PostNotes}</div><br>
  636. <center>{block:ContentSource}
  637. <br><a href="{SourceURL}">
  638. {lang:Source}:
  639. {block:SourceLogo}
  640. <img src="{BlackLogoURL}" width="{LogoWidth}"
  641. height="{LogoHeight}" alt="{SourceTitle}" />
  642. {/block:SourceLogo}
  643. {block:NoSourceLogo}
  644. {SourceLink}
  645. {/block:NoSourceLogo}
  646. </a>
  647. {/block:ContentSource}</center>
  648. {/block:PostNotes}
  649.  
  650. </div>
  651. {/block:Posts}
  652. </div></div>
  653. {block:IndexPage}
  654. {block:Pagination}
  655. <div id="pagination">
  656. {block:NextPage}
  657. <a id="nextPage" href="{NextPage}"></a>
  658. {/block:NextPage}
  659. {block:PreviousPage}
  660. <a href="{PreviousPage}"></a>
  661. {/block:PreviousPage}
  662. </div>
  663. {/block:Pagination}
  664.  
  665. </body>
  666. <div id="02" class="popup_block">
  667. <div style="font-family:lol; font-size:40px; text-align:center; color:#{color:permalinks}; line-height: 35px; padding-top:10px; padding-bottom: 20px; ">Updates</div>
  668.  
  669. Write your updates here!
  670.  
  671.  
  672.  
  673. </div></div></div></div></div></div></div></div></div></div>
  674. </html
Add Comment
Please, Sign In to add comment