Advertisement
preachniam

theme 21 by preachniam

May 29th, 2013
1,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.17 KB | None | 0 0
  1. <!--
  2. theme 21 by preachniam. remove credit and ill report you continuously :)))))))
  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><script type="text/javascript" src="http://static.tumblr.com/tct0u4n/wtzmr6p4u/infinitescrollng.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://i48.tinypic.com/240zucn.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. <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 type="text/javascript">
  43. <!--
  44.  
  45. // Disable Right Click Script
  46.  
  47. function IE(e)
  48. {
  49. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  50. {
  51. return false;
  52. }
  53. }
  54. function NS(e)
  55. {
  56. if (document.layers || (document.getElementById && !document.all))
  57. {
  58. if (e.which == "2" || e.which == "3")
  59. {
  60. return false;
  61. }
  62. }
  63. }
  64. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  65.  
  66. //-->
  67. </script>
  68.  
  69. <script type="text/javascript">
  70. <!--
  71.  
  72. // Disable Right Click Script
  73.  
  74. function IE(e)
  75. {
  76. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  77. {
  78. return false;
  79. }
  80. }
  81. function NS(e)
  82. {
  83. if (document.layers || (document.getElementById && !document.all))
  84. {
  85. if (e.which == "2" || e.which == "3")
  86. {
  87. return false;
  88. }
  89. }
  90. }
  91. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  92.  
  93. //-->
  94. </script>
  95. <script>
  96. (function($){
  97. $(document).ready(function(){
  98. $("a[title]").style_my_tooltips({
  99. tip_follows_cursor:true,
  100. tip_delay_time:90,
  101. tip_fade_speed:600,
  102. attribute:"title"
  103. });
  104. });
  105. })(jQuery);
  106. </script>
  107. <!-- Typing Titlebar -->
  108.  
  109. <script type="text/javascript">
  110.  
  111. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  112.  
  113. function tb8_makeArray(n){
  114.  
  115. this.length = n;
  116.  
  117. return this.length;
  118.  
  119. }
  120.  
  121.  
  122.  
  123. tb8_messages = new tb8_makeArray(1);
  124.  
  125. tb8_messages[0] = "{title}";
  126.  
  127. tb8_rptType = 'infinite';
  128.  
  129. tb8_rptNbr = 5;
  130.  
  131. tb8_speed = 100;
  132.  
  133. tb8_delay = 1500;
  134.  
  135. var tb8_counter=1;
  136.  
  137. var tb8_currMsg=0;
  138.  
  139. var tb8_tekst ="";
  140.  
  141. var tb8_i=0;
  142.  
  143. var tb8_TID = null;
  144.  
  145. function tb8_pisi(){
  146.  
  147.  
  148. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  149.  
  150. document.title = tb8_tekst;
  151.  
  152.  
  153. tb8_sp=tb8_speed;
  154.  
  155. tb8_i++;
  156.  
  157.  
  158. if (tb8_i==tb8_messages[tb8_currMsg].length){
  159.  
  160. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  161.  
  162. }
  163.  
  164. if (tb8_currMsg == tb8_messages.length){
  165.  
  166.  
  167. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  168.  
  169. clearTimeout(tb8_TID);
  170.  
  171. return;
  172.  
  173. }
  174.  
  175. tb8_counter++;
  176.  
  177. tb8_currMsg = 0;
  178.  
  179. }
  180.  
  181. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  182.  
  183. }
  184.  
  185.  
  186. tb8_pisi()
  187.  
  188.  
  189.  
  190. </script>
  191.  
  192. <!-- End Of Typing Titlebar -->
  193.  
  194.  
  195.  
  196. <script type="text/javascript"
  197. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  198.  
  199. <!--DEFAULT VARIABLES-->
  200. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  201. <meta name="color:background" content="#fff"/>
  202. <meta name="color:link" content="#777"/>
  203. <meta name="color:text" content="#777"/>
  204. <meta name="color:title" content="#333"/>
  205. <meta name="color:hover" content="#fff"/>
  206. <meta name="color:link background" content="#eee"/>
  207. <meta name="color:borders" content="#ddd"/>
  208. <meta name="color:scrollbar" content="#ddd"/>
  209. <meta name="image:sidebar" content="1"/>
  210. <meta name="image:background" content="1"/>
  211. <meta name="image:post background" content="1"/>
  212. <meta name="text:Link one Title" content="link 1"/>
  213. <meta name="text:Link one" content="http://" />
  214. <meta name="text:Link two Title" content="link 2"/>
  215. <meta name="text:Link two" content="http://"/>
  216. <meta name="text:Link Three Title" content="link 3"/>
  217. <meta name="text:Link Three" content="http://"/>
  218. <meta name="text:Link Four Title" content="link 4"/>
  219. <meta name="text:Link Four" content="http://" />
  220. <meta name="text:Link Five Title" content="link 5"/>
  221. <meta name="text:Link Five" content="http://"/>
  222. <meta name="text:Link Six Title" content="link 6"/>
  223. <meta name="text:Link Six" content="http://"/>
  224. <meta name="text:blogtitle size" content="50">
  225. <meta name="color:blogtitle shadow" content=""/>
  226. <meta name="color:blogtitle" content="#aaa">
  227. <meta name="text:blogtitle1" content="blogtitle1">
  228. <meta name="text:blogtitle2" content="blogtitle2">
  229. <meta name="text:blogtitlehover" content="blogtitlehover"/>
  230. <meta name="image:sideback" content="1"/>
  231. <meta name="image:side3back" content="1"/>
  232. <meta name="image:side4back" content="1"/>
  233. <meta name="text:stats" content="stats"/>
  234. <meta name="text:updates" content="updates here!!"/>
  235. <meta name="color:blogtitlehover" content="#ddd">
  236. <meta name="color:linkmessage" content="ddd">
  237. <meta name="image:popupback" content="1"/>
  238.  
  239. <style type="text/css">
  240.  
  241. #fade { /*--Transparent background layer--*/
  242. display: none; /*--hidden by default--*/
  243. background:{color:popup background};
  244. position: fixed; left: 0; top: 0;
  245. width: 100%; height: 100%;
  246. opacity: .80;
  247. z-index: 9999;
  248. }
  249. .popup_block{
  250. display: none; /*--hidden by default--*/
  251. background-image:url({image:popupback});
  252. padding: 20px;
  253. border: 6px double #aaa;
  254. float: left;
  255. font-size:18px;
  256. font-family:rose;
  257. position: fixed;
  258. top: 50%; left: 50%;
  259. z-index: 99999;
  260. /*--CSS3 Box Shadows--*/
  261. -webkit-box-shadow: 0px 0px 20px #000;
  262. -moz-box-shadow: 0px 0px 20px #000;
  263. box-shadow: 0px 0px 20px #000;
  264. /*--CSS3 Rounded Corners--*/
  265. -webkit-border-radius: 10px;
  266. -moz-border-radius: 10px;
  267. border-radius: 10px;
  268. }
  269. img.btn_close {
  270. float: right;
  271. margin: -5px -5px 0 0;
  272. }
  273. /*--Making IE6 Understand Fixed Positioning--*/
  274. *html #fade {
  275. position: absolute;
  276. }
  277. *html .popup_block {
  278. position: absolute;
  279. }
  280.  
  281.  
  282. ::-webkit-scrollbar-thumb{
  283. background-color: {color:scrollbar};
  284. border: 2px solid #ffffff;
  285. height:5px;
  286. -moz-border-radius: 10px;
  287. border-radius: 10px;
  288. }
  289.  
  290. ::-webkit-scrollbar {
  291. height:5px;
  292. width:9px;
  293. background-color: #aaaaaa;
  294. border: 4px solid #fff;
  295. }
  296.  
  297. ::selection {
  298. background: #eee;
  299. }
  300.  
  301. ::-moz-selection {
  302. background: #eee;
  303. }
  304.  
  305. 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-
  306.  
  307. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  308.  
  309. 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;}
  310.  
  311. 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;}
  312.  
  313. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.7;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  314.  
  315. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  316.  
  317. p {
  318. margin:0px;
  319. margin-top:0px;
  320. }
  321.  
  322.  
  323. body {
  324. padding: 0px;
  325. margin: 0px;
  326. color:{color:text};
  327. font-family: oops;
  328. line-height:12px;
  329. font-size:14px;
  330. background-color: {color:Background};
  331. background-image:url({image:Background});
  332. background-attachment: fixed;
  333. background-repeat: repeat;
  334. }
  335.  
  336.  
  337. a:link, a:active, a:visited{
  338. text-decoration: none;
  339. -webkit-transition: color 0.3s ease-out;
  340. -moz-transition: color 0.3s ease-out;
  341. transition: color 0.3s ease-out;
  342. color:{color:link};
  343. }
  344.  
  345. a:hover {
  346. text-decoration: none;
  347. font-style:;
  348. color: {color:Hover};
  349. }
  350.  
  351. div#center{
  352. margin:auto;
  353. position:relative;
  354. width:1100px;
  355. background-color:;
  356. overflow:auto;
  357. overflow-y:hidden;
  358. }
  359.  
  360.  
  361. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  362. .entry {
  363. float:left;
  364. display: block;
  365. margin:5px;
  366. overflow:hidden;
  367. width:240px;
  368. border:1px solid #ccc;
  369. padding:5px;
  370. {block:PermalinkPage}
  371. width:550px;
  372. text-align:left;
  373. line-height:12px;
  374. margin-left:100px;
  375. {/block:PermalinkPage}
  376. background:white;
  377. background-image:URL();
  378. }
  379.  
  380.  
  381. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  382. .entry .perma{
  383. width:auto;
  384. height:auto;
  385. margin-top: 15px;
  386. padding: 5px;
  387. margin-left: -15px;
  388. position: absolute;
  389. font-family: 'good time';
  390. text-transform: normal;
  391. font-size:17px;
  392. font: #000000;
  393. letter-spacing: 1px;
  394. line-height: 14px;
  395. text-align: center;
  396. overflow:hidden;
  397. border: 2px solid {color:borders};
  398. opacity: 0.0;
  399. background-color:#fff;
  400. }
  401.  
  402. .entry:hover .perma{
  403. overflow:visible;
  404. margin-left: 15px;
  405. height: auto;
  406. margin-top: 15px;
  407. -webkit-transition: opacity 0.4s linear; opacity: 1;
  408. -webkit-transition: all 0.4s linear;
  409. -moz-transition: all 0.4s linear;
  410. transition: all 0.4s linear;
  411. }
  412.  
  413. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  414. #posts {
  415. width:788px;
  416. margin-top:-10px;
  417. z-index:99;
  418. margin-left:-20px;
  419. background-image:url({image:post background});
  420. position:relative;
  421. border-right: 1px solid #ccc;
  422. border-left: 1px solid #ccc;
  423. padding: 14px;
  424. }
  425.  
  426. #s-m-t-tooltip {
  427. max-width:auto;
  428. padding:6px 6px 4px 6px;
  429. margin:20px 0px 0px 20px;
  430. border-radius: 12px;
  431. background: {color:linkmessage}; /* change the background color */
  432. border:1px dashed #fff; /* change the border color */
  433. font-family:consolas; /* change the font */
  434. font-size:10px; /* change the font size */
  435. letter-spacing:2px; /* change the letter spacing */
  436. text-transform:uppercase;/* can be uppercase, lowercase, none*/
  437. color:#000; /* change the text color */
  438. z-index:999999999999999999999999999999999999;
  439. opacity:.8;
  440. }
  441.  
  442. askk {
  443. font-family: good time;
  444. text-align: right;
  445. font-size:12px;
  446. letter-spacing: 2px;
  447. color: #000;
  448. line-height: 10px;
  449. text-transform:none;
  450. }
  451.  
  452. /*CUSTOMIZE SIDEBAR HERE*/
  453. #sidebar{
  454. position:fixed !important;
  455. width:250px;
  456. background:white;
  457. box-shadow: 0px 0px 8px #000;
  458. height:400px;
  459. margin-top:130px;
  460. margin-left:945px;
  461. text-align:center;
  462. border:3px solid #ccc;
  463. padding:8px;
  464. }
  465.  
  466. div#blogtitle{
  467. z-index: 9999999;
  468. opacity:0.7;
  469. background-color:transparent;
  470. color:{color:blogtitle};
  471. text-shadow: 3px 3px 12px #aaa;
  472. position:fixed !important;
  473. font-size:70px;
  474. text-transform:none;
  475. font-family: bebas neue;
  476. letter-spacing:0px;
  477. line-height: 50px;
  478. width:auto;
  479. padding-top:3px;
  480. padding-bottom:10px;
  481. margin:-50px 0px 0px 5px;
  482. -webkit-transform: rotate(0deg);
  483. -moz-transform: rotate(0deg);
  484. transition: all 0.9s ease-out;
  485. -o-transition-transition: all 0.9s ease-out;
  486. -webkit-transition: all 0.9s ease-out;}
  487.  
  488. #sidebar:hover #blogtitle{
  489. font-family: bebas neue;
  490. color:{color:blogtitlehover};
  491. font-size:53px;
  492. text-shadow: 3px 3px 12px #aaa;
  493. margin:-50px 0px 0px 55px;
  494. opacity:0.8;
  495. transition: all 0.4s ease-out;
  496. -o-transition-transition: all 0.4s ease-out;
  497. -webkit-transition: all 0.4s ease-out;
  498. -moz-}
  499.  
  500. div#blogtitle1{
  501. z-index: 9999999;
  502. opacity:0.0;
  503. background-color:transparent;
  504. color:{color:blogtitle};
  505. text-shadow: 0px 0px 8px #aaa;
  506. position:fixed !important;
  507. font-size:35px;
  508. text-transform:none;
  509. font-family: ginette;
  510. letter-spacing:0px;
  511. line-height: 50px;
  512. width:auto;
  513. padding-top:3px;
  514. padding-bottom:10px;
  515. margin:-130px 0px 0px -10px;
  516. -webkit-transform: rotate(0deg);
  517. -moz-transform: rotate(0deg);transition: all 0.4s ease-out;
  518. -o-transition-transition: all 0.4s ease-out;
  519. -webkit-transition: all 0.4s ease-out;}
  520. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  521.  
  522. #sidebar:hover #blogtitle1{
  523. opacity:0.8;
  524. text-shadow: 3px 3px 12px #aaa;
  525. margin:-95px 0px 0px 37px;
  526. transition: all 0.9s ease-out;
  527. -o-transition-transition: all 0.9s ease-out;
  528. -webkit-transition: all 0.9s ease-out;
  529. -moz-}
  530. div#blogtitle2{
  531. z-index: 9999999;
  532. opacity:0;
  533. background-color:transparent;
  534. color:{color:blogtitle};
  535. text-shadow: 0px 0px 8px #aaa;
  536. position:fixed !important;
  537. font-size:40px;
  538. text-transform:none;
  539. font-family: learningcurve;
  540. letter-spacing:0px;
  541. line-height: 40px;
  542. width:auto;
  543. padding-top:3px;
  544. padding-bottom:10px;
  545. margin:-140px 0px 0px -10px;
  546. -webkit-transform: rotate(0deg);
  547. -moz-transform: rotate(0deg);transition: all 0.4s ease-out;
  548. -o-transition-transition: all 0.4s ease-out;
  549. -webkit-transition: all 0.4s ease-out;}
  550. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  551.  
  552. #sidebar:hover #blogtitle2{
  553. opacity:0.8;
  554. text-shadow: 3px 3px 12px #aaa;
  555. margin:-120px 0px 0px -26px;
  556. transition: all 0.9s ease-out;
  557. -o-transition-transition: all 0.9s ease-out;
  558. -webkit-transition: all 0.9s ease-out;
  559. -moz-}
  560.  
  561. div#blogtitle3{
  562. z-index: 9999999;
  563. opacity:0;
  564. background-color:transparent;
  565. color:#000000;
  566. text-shadow: 3px 3px 12px #aaa;
  567. position:fixed !important;
  568. font-size:50px;
  569. text-transform:none;
  570. font-family: lovenote;
  571. letter-spacing:0px;
  572. line-height: 50px;
  573. width:auto;
  574. padding-top:3px;
  575. padding-bottom:10px;
  576. margin:-50px 0px 0px 65px;
  577. -webkit-transform: rotate(0deg);
  578. -moz-transform: rotate(0deg);
  579. transition: all 0.9s ease-out;
  580. -o-transition-transition: all 0.9s ease-out;
  581. -webkit-transition: all 0.9s ease-out;}
  582.  
  583. #sidebar:hover #blogtitle3{
  584. font-family: lovenote;
  585. font-size:43px;
  586. text-shadow: 3px 3px 12px #aaa;
  587. margin:-50px 0px 0px 55px;
  588. opacity:0.8;
  589. transition: all 0.4s ease-out;
  590. -o-transition-transition: all 0.4s ease-out;
  591. -webkit-transition: all 0.4s ease-out;
  592. -moz-}
  593.  
  594.  
  595. #stats{
  596. position:fixed;
  597. z-index:3;
  598. width:60px;
  599. height:15px;
  600. padding:5px;
  601. margin-left:-145px;
  602. opacity: 0.8;
  603. margin-top: 282px;
  604. background: white;
  605. border: 2px solid {color:borders};
  606. line-height:15px;
  607. text-align:center;
  608. font-size: 12px;
  609. letter-spacing: 1px;
  610. font-family: "pewp";
  611. }
  612.  
  613. #stats:hover{
  614. opacity:1;
  615. transition: all 0.4s ease-out;
  616. -o-transition-transition: all 0.4s ease-out;
  617. -webkit-transition: all 0.4s ease-out;
  618. -moz-transition: all 0.4s ease-out;
  619. }
  620.  
  621.  
  622. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  623.  
  624.  
  625. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  626.  
  627. @font-face { font-family:Brain Flower;src:url('http://static.tumblr.com/9wzbixa/qvjmifp1n/brain_flower.ttf'); }
  628.  
  629. @font-face { font-family:Jane;src:url('http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf'); }
  630.  
  631. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  632.  
  633. @font-face { font-family: "oops"; src: url('http://static.tumblr.com/nsmrhzp/E0qm5a7f1/spring_script.ttf');}
  634.  
  635. @font-face{font-family:"Just Realize";src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  636.  
  637. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  638.  
  639. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  640.  
  641. @font-face{font-family:Ginette;src:url('http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf');}
  642.  
  643. @font-face {font-family:Bebas Neue;src:url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');}
  644.  
  645. @font-face { font-family: "rose"; src: url('http://static.tumblr.com/zux19tj/NaYmhkpum/anjelika_rose_1_.ttf'); }
  646.  
  647. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  648.  
  649. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  650.  
  651.  
  652.  
  653. #stats2{
  654. opacity:0.7;
  655. margin-top:425px;
  656. margin-left:962px;
  657. width:224px;
  658. height:10px;
  659. text-align:center;
  660. text-transform:none;
  661. font-family:Hasteristico;
  662. line-height:0px;
  663. font-size:18px;
  664. letter-spacing:2px;
  665. color:#2e2d2e;
  666. z-index:99999;
  667. background-color:white;
  668. position:fixed;
  669. border:4px solid white;
  670. border-radius:0px 0px 0px 0px;
  671. -webkit-transition: all 0.9s ease-in-out;
  672. -moz-transition: all 0.9s ease-in-out;
  673. -o-transition: all 0.9s ease-in-out;
  674. box-shadow: 0px 0px 4px #ddd;
  675. }
  676. #sidebar:hover #stats2{
  677. opacity:0.9;
  678. color:#2e2d2e;
  679. transition: all 0.9s ease-out;
  680. -o-transition-transition: all 0.9s ease-out;
  681. -webkit-transition: all 0.9s ease-out;
  682. -moz-}
  683.  
  684. .ups{
  685. position:fixed!important;
  686. font-family: consolas;
  687. text-transform: normal;
  688. font-size:13px;
  689. margin-top:164px;
  690. line-height:10px;
  691. margin-left: 898px;
  692. width:67px;
  693. color: #a8d5ed;
  694. background: white;
  695. border:3px solid #ccc;
  696. border-bottom:0px;
  697. border-radius: 10px 10px 0px 0px;
  698. text-transform:normal;
  699. height: 2px;
  700. padding: 4px;
  701. padding-right:8px;
  702. padding-bottom:8px;
  703. letter-spacing:1px;
  704. text-align:center;
  705. -webkit-transform: rotate(270deg);
  706. -moz-transform: rotate(270deg);
  707. transition: all 0.9s ease-out;
  708. -o-transition-transition: all 0.9s ease-out;
  709. -webkit-transition: all 0.9s ease-out;
  710. -moz-transition: all 0.9s ease-out;
  711. }
  712.  
  713.  
  714. #desc{
  715. border: 1px dashed {color:borders};
  716. box-shadow: 0px 0px 8px;
  717. padding: 3.5px;
  718. opacity: 0.8;
  719. font-family: rose;
  720. font-size: 17px;
  721. letter-spacing:1px;
  722. width: 235px;
  723. margin: 3px 0px 0px 4px;
  724. line-height: 14px;
  725. color: #363636;
  726. background: white;
  727. }
  728.  
  729. #sidebar:hover #desc{
  730. opacity:1;
  731. transition: all 0.9s ease-out;
  732. -o-transition-transition: all 0.9s ease-out;
  733. -webkit-transition: all 0.9s ease-out;
  734. -moz-}
  735.  
  736. #link1{
  737. position:fixed;
  738. width:60px;
  739. height:15px;
  740. padding:5px;
  741. margin-left:-145px;
  742. margin-top:-400px;
  743. background:white;
  744. opacity: 0.8;
  745. border: 2px solid {color:borders};
  746. line-height:15px;
  747. text-align:center;
  748. color:#000;
  749. font-size: 16px;
  750. letter-spacing: 0px;
  751. font-family: consolas;
  752. z-index:3;
  753. font-style:oblique;
  754. text-decoration:italic;
  755. text-transform: uppercase;
  756. transition: all 0.9s ease-out;
  757. -o-transition-transition: all 0.9s ease-out;
  758. -webkit-transition: all 0.9s ease-out;
  759. -moz-transition: all 0.9s ease-out;
  760. }
  761.  
  762. #link1:hover{
  763. opacity:1;
  764. transition: all 0.4s ease-out;
  765. -o-transition-transition: all 0.4s ease-out;
  766. -webkit-transition: all 0.4s ease-out;
  767. -moz-transition: all 0.4s ease-out;
  768. }
  769.  
  770. #link2{
  771. position:fixed;
  772. width:60px;
  773. height:15px;
  774. padding:5px;
  775. margin-left:-145px;
  776. margin-top:-350px;
  777. background:white;
  778. opacity: 0.8;
  779. border: 2px solid {color:borders};
  780. line-height:15px;
  781. text-align:center;
  782. color:#000;
  783. font-size: 16px;
  784. letter-spacing: 0px;
  785. font-family: consolas;
  786. z-index:3;
  787. font-style:oblique;
  788. text-decoration:italic;
  789. text-transform: uppercase;
  790. transition: all 0.9s ease-out;
  791. -o-transition-transition: all 0.9s ease-out;
  792. -webkit-transition: all 0.9s ease-out;
  793. -moz-transition: all 0.9s ease-out;
  794. }
  795.  
  796. #link2:hover{
  797. opacity:1;
  798. transition: all 0.4s ease-out;
  799. -o-transition-transition: all 0.4s ease-out;
  800. -webkit-transition: all 0.4s ease-out;
  801. -moz-transition: all 0.4s ease-out;
  802. }
  803.  
  804. #link3{
  805. position:fixed;
  806. width:60px;
  807. height:15px;
  808. padding:5px;
  809. margin-left:-145px;
  810. margin-top:-300px;
  811. opacity: 0.8;
  812. background:white;
  813. border: 2px solid {color:borders};
  814. line-height:20px;
  815. text-align:center;
  816. color:#000;
  817. font-size: 16px;
  818. letter-spacing: 0px;
  819. font-family: consolas;
  820. z-index:3;
  821. font-style:oblique;
  822. text-decoration:italic;
  823. text-transform: uppercase;
  824. transition: all 0.9s ease-out;
  825. -o-transition-transition: all 0.9s ease-out;
  826. -webkit-transition: all 0.9s ease-out;
  827. -moz-transition: all 0.9s ease-out;
  828. }
  829.  
  830. #link3:hover{
  831. opacity:1;
  832. transition: all 0.4s ease-out;
  833. -o-transition-transition: all 0.4s ease-out;
  834. -webkit-transition: all 0.4s ease-out;
  835. -moz-transition: all 0.4s ease-out;
  836. }
  837.  
  838. #link4{
  839. position:fixed;
  840. width:60px;
  841. height:15px;
  842. padding:5px;
  843. margin-left:-145px;
  844. margin-top:-250px;
  845. background:white;
  846. opacity: 0.8;
  847. border: 2px solid {color:borders};
  848. line-height:20px;
  849. text-align:center;
  850. color:#000;
  851. font-size: 16px;
  852. letter-spacing: 0px;
  853. font-family: consolas;
  854. z-index:3;
  855. font-style:oblique;
  856. text-decoration:italic;
  857. text-transform: uppercase;
  858. transition: all 0.9s ease-out;
  859. -o-transition-transition: all 0.9s ease-out;
  860. -webkit-transition: all 0.9s ease-out;
  861. -moz-transition: all 0.9s ease-out;
  862. }
  863.  
  864. #link4:hover{
  865. opacity:1;
  866. transition: all 0.4s ease-out;
  867. -o-transition-transition: all 0.4s ease-out;
  868. -webkit-transition: all 0.4s ease-out;
  869. -moz-transition: all 0.4s ease-out;
  870. }
  871.  
  872. #link5{
  873. position:fixed;
  874. width:60px;
  875. height:15px;
  876. padding:5px;
  877. margin-left:-145px;
  878. margin-top:-200px;
  879. opacity: 0.8;
  880. background:white;
  881. border: 2px solid {color:borders};
  882. line-height:20px;
  883. text-align:center;
  884. color:#000;
  885. font-size: 16px;
  886. letter-spacing: 0px;
  887. font-family: consolas;
  888. z-index:3;
  889. font-style:oblique;
  890. text-decoration:italic;
  891. text-transform: uppercase;
  892. transition: all 0.9s ease-out;
  893. -o-transition-transition: all 0.9s ease-out;
  894. -webkit-transition: all 0.9s ease-out;
  895. -moz-transition: all 0.9s ease-out;
  896. }
  897.  
  898. #link5:hover{
  899. opacity:1;
  900. transition: all 0.4s ease-out;
  901. -o-transition-transition: all 0.4s ease-out;
  902. -webkit-transition: all 0.4s ease-out;
  903. -moz-transition: all 0.4s ease-out;
  904. }
  905.  
  906. #link6{
  907. position:fixed;
  908. width:60px;
  909. height:15px;
  910. padding:5px;
  911. margin-left:-145px;
  912. margin-top:-150px;
  913. opacity: 0.8;
  914. background:white;
  915. border: 2px solid {color:borders};
  916. line-height:20px;
  917. text-align:center;
  918. color:#000;
  919. font-size: 16px;
  920. letter-spacing: 0px;
  921. font-family: consolas;
  922. z-index:3;
  923. font-style:oblique;
  924. text-decoration:italic;
  925. text-transform: uppercase;
  926. transition: all 0.9s ease-out;
  927. -o-transition-transition: all 0.9s ease-out;
  928. -webkit-transition: all 0.9s ease-out;
  929. -moz-transition: all 0.9s ease-out;
  930. }
  931.  
  932. #link6:hover{
  933. opacity:1;
  934. transition: all 0.4s ease-out;
  935. -o-transition-transition: all 0.4s ease-out;
  936. -webkit-transition: all 0.4s ease-out;
  937. -moz-transition: all 0.4s ease-out;
  938. }
  939.  
  940. div#side{
  941. width:360px;
  942. position:fixed !important;
  943. text-align:center;
  944. top:-2px;
  945. z-index: -999;
  946. height:120%;
  947. margin-left:920px;
  948. margin-top: -10px;
  949. box-shadow: 3px 3px 9px;
  950. background-image: url({image:sideback});
  951. border:4px solid #fff;
  952. box-shadow:0px 0px 5px #000;
  953. }
  954.  
  955. div#side3{
  956. width:80px;
  957. position:fixed !important;
  958. text-align:center;
  959. top:-2px;
  960. z-index: -999;
  961. height:120%;
  962. margin-left:-105px;
  963. margin-top: -10px;
  964. box-shadow: 3px 3px 9px #777;
  965. background-image: url({image:side3back});
  966. border:4px solid #fff;
  967. box-shadow:0px 0px 5px #000;
  968. }
  969.  
  970. div#side4{
  971. width:100px;
  972. position:fixed !important;
  973. text-align:center;
  974. top:-2px;
  975. z-index: -999;
  976. height:120%;
  977. margin-left:794px;
  978. margin-top: -10px;
  979. box-shadow: 3px 3px 9px #777;
  980. background-image: url({image:side4back});
  981. border:4px solid #fff;
  982. box-shadow:0px 0px 5px #000;
  983. }
  984.  
  985.  
  986. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  987.  
  988. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  989.  
  990.  
  991.  
  992. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  993. .title{
  994. letter-spacing:2px;
  995. font-size: 18px;
  996. line-height: 28px;
  997. font-family:good time;
  998. color:{color:Title};
  999. font-weight: normal;
  1000. }
  1001.  
  1002. @font-face{font-family:"Hand of Sean";src:url("http://static.tumblr.com/9wzbixa/RxLmj2j5g/handsean.ttf");}
  1003.  
  1004. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1005. .permalink{
  1006. text-transform: normal;
  1007. display: block;
  1008. text-align: right;
  1009. text-decoration: none;
  1010. }
  1011.  
  1012.  
  1013. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1014. #infscr-loading{
  1015. bottom: -70px;
  1016. position: absolute;
  1017. left: 50%;
  1018. margin-left:-8px;
  1019. width:16px;
  1020. height:11px;
  1021. overflow:hidden;
  1022. margin-bottom: 50px;
  1023. }
  1024.  
  1025. #postnotes{
  1026. text-align: justify;}
  1027.  
  1028. #postnotes blockquote{
  1029. border: 0px;}
  1030.  
  1031. blockquote{
  1032. padding:0px 0px 2px 5px;
  1033. margin:0px 0px 2px 10px;
  1034. border-left: 1px dotted #555555;
  1035. }
  1036.  
  1037. blockquote p, ul{
  1038. margin:0px;
  1039. padding:0px;
  1040. }
  1041.  
  1042. a img{border: 0px;}
  1043.  
  1044.  
  1045. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1046.  
  1047. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1048. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1049.  
  1050. .notes img{width:10px; position:relative; top:3px;}
  1051. <--ses-->
  1052. small{font-size: 90%;}
  1053.  
  1054. {CustomCSS}
  1055.  
  1056. </style>
  1057.  
  1058. {block:IndexPage}
  1059. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1060. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1061.  
  1062. <script type="text/javascript">
  1063. $(window).load(function(){
  1064. var $wall = $('#posts');
  1065. $wall.imagesLoaded(function(){
  1066. $wall.masonry({
  1067. itemSelector: '.entry, .entry_photo',
  1068. isAnimated : false
  1069. });
  1070. });
  1071.  
  1072. $wall.infinitescroll({
  1073. navSelector : '#pagination',
  1074. nextSelector : '#pagination a',
  1075. itemSelector : '.entry, .entry_photo',
  1076. bufferPx : 2000,
  1077. debug : false,
  1078. errorCallback: function() {
  1079. $('#infscr-loading').fadeOut('normal');
  1080. }},
  1081. function( newElements ) {
  1082. var $newElems = $( newElements );
  1083. $newElems.hide();
  1084. $newElems.imagesLoaded(function(){
  1085. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1086. });
  1087. }); $('#posts').show(500);
  1088. });
  1089. </script>
  1090.  
  1091.  
  1092. {/block:IndexPage}
  1093.  
  1094.  
  1095. <title>{title}</title>
  1096.  
  1097. <link rel="shortcut icon" href="{Favicon}" />
  1098. <meta name="viewport" content="width=820" />
  1099. </head>
  1100.  
  1101. <body>
  1102. <BODY onselectstart="return false;" ondragstart="return false;">
  1103. <div class="wrapper">
  1104. <div class="header">
  1105. </div>
  1106.  
  1107. <div id="cage">
  1108. <div id="center">
  1109.  
  1110.  
  1111. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1112. <Div id="side"></div>
  1113. <Div id="side2"></div>
  1114. <div id="side3"></div>
  1115. <div id="side4"></div>
  1116. <div id="stats2">music code here</div>
  1117.  
  1118.  
  1119. <div id="sidebar">
  1120. <div id="blogtitle1">{text:blogtitlehover}</div>
  1121. <div id="blogtitle3">{text:blogtitle3}</div>
  1122. <div id="blogtitle2">{text:blogtitle2}</div>
  1123. <div id="blogtitle">{text:blogtitle1}</div>
  1124. <div id="blogtitle3">{text:blogtitle1}</div>
  1125. <div id="stats">stat code</center></center></div>
  1126. <a href="/"><div style="border:0px solid {color:borders}; margin-top:-5px; margin-left: -5px; padding:5px; padding-bottom: 8px; padding-top:8px;"><img src="{image:sidebar}" height=320px; width=232px;></a></div>
  1127.  
  1128. <div id="desc">{description}</div>
  1129.  
  1130. <div id="link1"><a href="{text:Link one}" title="{text:Link one Title}">戻</a></div>
  1131.  
  1132. <div id="link2"><a href="{text:Link two}" title="{text:Link two Title}">伝</a></div>
  1133.  
  1134. <div id="link3"><a href="{text:Link three}" title="{text:Link three Title}">リン</a></div>
  1135.  
  1136. <div id="link4"><a href="{text:Link four}" title="{text:Link four Title}">彼</a></div>
  1137.  
  1138. <div id="link5"><a href="{text:Link five}" title="{text:Link five Title}">テ</a></div>
  1139.  
  1140. <div id="link6"><a href="http://www.preachniam.tumblr.com" title="theme credit">更</a></div>
  1141. </div>
  1142.  
  1143. <div class="ups"><a href="#?w=200" rel="02" class="poplight"title="click here for updates!"><font face="learningcurve"><font size=6>updates</font></font></a></div>
  1144. <!------------------------------------->
  1145.  
  1146.  
  1147. <div class="left">
  1148. <div id="posts">
  1149. {block:Posts}
  1150. <div class="entry">
  1151.  
  1152. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1153.  
  1154. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1155. {/block:Text}
  1156.  
  1157. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1158.  
  1159. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1160.  
  1161. {block:Answer}
  1162. <div style="margin: 1px 2px 1px 2px; min-height:30px; border: 2px solid {color:borders}; padding: 3px; background-color: white;
  1163. ">
  1164. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:2px;"/>
  1165. <askk>{Asker}</askk>: {Question}</div><br>
  1166. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div><br>
  1167. <small><P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  1168. {/block:Answer}
  1169.  
  1170. {block:Photo}
  1171. {block:IndexPage}
  1172. <center>
  1173. <div class="perma">
  1174. <a href="{Permalink}">{NoteCount}</a> ♥ <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1175. <div class="photo"><div style="border:2px solid {color:borders}; padding:4px; padding-bottom:1px;"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></div>
  1176. {/block:IndexPage}
  1177. {block:PermalinkPage}
  1178. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1179.  
  1180. {LinkCloseTag}
  1181. {/block:PermalinkPage}
  1182. {/block:Photo}
  1183.  
  1184. {block:Photoset}
  1185. {block:IndexPage}
  1186. <center>
  1187.  
  1188. <div class="perma">
  1189. <a href="{Permalink}">{NoteCount}</a> ♥ <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1190. {Photoset-250}</center>
  1191. {/block:IndexPage}
  1192. {block:PermalinkPage}
  1193. <center>
  1194. {Photoset-500}</center>
  1195. {/block:PermalinkPage}
  1196. {/block:Photoset}
  1197.  
  1198. {block:Quote}<span class="title">"{Quote}"</span> ♥ {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1199.  
  1200. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1201.  
  1202. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1203. <ul class="chat">
  1204. {block:Lines}
  1205. <li class="user_{UserNumber}">
  1206. {block:Label}
  1207. <span class="label">{Label}</span>
  1208. {/block:Label}
  1209.  
  1210. {Line}
  1211. </li>
  1212. {/block:Lines}
  1213. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1214. {/block:Chat}
  1215.  
  1216. {block:Audio}
  1217. <div style="width:200px; height:30px;">
  1218. {AudioPlayerBlack}
  1219. </div>
  1220. {block:IndexPage}<span class="permalink">
  1221. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1222. </span>{/block:IndexPage}
  1223. {/block:Audio}
  1224.  
  1225. {block:Video}
  1226. {block:IndexPage}
  1227. <center>
  1228. <div class="perma">
  1229. <a href="{Permalink}">{NoteCount}</a> ♥ <a href="{ReblogURL}" target="_blank"> reblog </a> </div> {Video-250}</center>
  1230. {/block:IndexPage}
  1231. {block:PermalinkPage}
  1232. <center>
  1233. {Video-400}</center>
  1234. {/block:PermalinkPage}
  1235. {block:Video}
  1236.  
  1237.  
  1238. {block:PostNotes}<div align="middle">{caption}</div>
  1239. <center>
  1240.  
  1241. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1242.  
  1243. {block:HasTags}
  1244. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1245. {block:RebloggedFrom}
  1246. ♡reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>♡<br>
  1247. ♡posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>♡
  1248.  
  1249. {/block:RebloggedFrom}
  1250. </center></span>
  1251. <br>
  1252. <div id="postnotes">{PostNotes}</div><br>
  1253.  
  1254. <center>{block:ContentSource}
  1255. <br><a href="{SourceURL}">
  1256. {lang:Source}:
  1257. {block:SourceLogo}
  1258. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1259. height="{LogoHeight}" alt="{SourceTitle}" />
  1260. {/block:SourceLogo}
  1261. {block:NoSourceLogo}
  1262. {SourceLink}
  1263. {/block:NoSourceLogo}
  1264. </a>
  1265. {/block:ContentSource}</center>
  1266.  
  1267. {/block:PostNotes}
  1268. </div>
  1269. {/block:Posts}
  1270. </div></div>
  1271.  
  1272. {block:IndexPage}
  1273. {block:Pagination}
  1274. <div id="pagination">
  1275. {block:NextPage}
  1276. <a id="nextPage" href="{NextPage}"></a>
  1277. {/block:NextPage}
  1278. {block:PreviousPage}
  1279. <a href="{PreviousPage}"></a>
  1280. {/block:PreviousPage}
  1281. </div>
  1282. {/block:Pagination}
  1283. {/block:IndexPage}
  1284. <!-- Start of StatCounter Code for Tumblr -->
  1285. <script type="text/javascript">
  1286. var sc_project=8963362;
  1287. var sc_invisible=1;
  1288. var sc_security="645f199d";
  1289. var scJsHost = (("https:" == document.location.protocol) ?
  1290. "https://secure." : "http://www.");
  1291. document.write("<sc"+"ript type='text/javascript' src='" +
  1292. scJsHost+
  1293. "statcounter.com/counter/counter.js'></"+"script>");
  1294. </script>
  1295. <noscript><div class="statcounter"><a title="tumblr site
  1296. counter" href="http://statcounter.com/tumblr/"
  1297. target="_blank"><img class="statcounter"
  1298. src="http://c.statcounter.com/8963362/0/645f199d/1/"
  1299. alt="tumblr site counter"></a></div></noscript>
  1300. <!-- End of StatCounter Code for Tumblr -->
  1301. </body>
  1302. <div id="02" class="popup_block">
  1303. <center><div style="font-family: learningcurve; font-size: 55px;"><u>updates</u><br></center><br><br><br><br>
  1304.  
  1305. <center>{text:updates}</center></div>
  1306.  
  1307.  
  1308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement