elsaofarendelle

OG Elsa 004

Aug 23rd, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <!--- tooltips --->
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("[title]").style_my_tooltips();
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. </style>
  20.  
  21.  
  22. <link href='http://www.fontsaddict.com/fontface/snow-white.ttf' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31.  
  32.  
  33. <!-- CODE BY FLURRIIES: DON'T COPY OR DISTRIBUTE -->
  34.  
  35. <!-- COLORS -->
  36.  
  37. <meta name="color:background" content="#ffffff"/>
  38. <meta name="color:text" content="#9B9B9B"/>
  39. <meta name="color:link" content="#b8b8b8"/>
  40. <meta name="color:link Hover" content="#eeeeee"/>
  41. <meta name="color:border" content="#F2F2F2"/>
  42. <meta name="color:scrollbar" content="#D6D5D5">
  43. <meta name="color:b" content="#eeeeee"/>
  44. <meta name="color:i" content="#eeeeee"/>
  45.  
  46.  
  47. <!-- FONTS -->
  48.  
  49. <meta name="font:title" content="Cambria" />
  50. <meta name="font:body" content="calibri" />
  51. <meta name="font:pagination" content="calibri" />
  52.  
  53. <!-- IMAGES -->
  54.  
  55. <meta name="image:background" content=""/>
  56. <meta name="image:sidebar" content=""/>
  57.  
  58.  
  59. <!-- LINKS -->
  60.  
  61. <meta name="text:link 1" content="Link 1"/>
  62. <meta name="text:link 1 url" content="/"/>
  63. <meta name="text:link 2" content="Link 2"/>
  64. <meta name="text:link 2 url" content="/"/>
  65. <meta name="text:link 3" content="Link 3"/>
  66. <meta name="text:link 3 url" content="/"/>
  67. <meta name="text:link 4" content="Link 4"/>
  68. <meta name="text:link 4 url" content="/"/>
  69. <meta name="text:link 5" content="Link 5"/>
  70. <meta name="text:link 5 url" content="/"/>
  71. <meta name="text:link 6" content="Link 6"/>
  72. <meta name="text:link 6 url" content="/"/>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. /* --- SCROLLBAR ---*/
  79.  
  80. ::-webkit-scrollbar {
  81. height: 0px;
  82. width: 3px;
  83. background: none;
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb {
  87. border: 3px solid transparent;
  88. -webkit-border-radius: 10px;
  89. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  90. }
  91.  
  92. ::-webkit-scrollbar-corner{
  93. background: transparent;
  94. }
  95.  
  96. /* --- SCROLLBAR END --- */
  97.  
  98. /* --- TOOLTIPS START --- */
  99.  
  100. #s-m-t-tooltip{
  101. max-width:300px;
  102. margin:15px;
  103. padding:2px 8px;
  104. border:1px solid #e9e7e7;
  105. border-radius:6px;
  106. background:#23121c;
  107. color:#e9e7e7;
  108. z-index:9999999999999;
  109. font-size:8px;
  110. font-family: Times;
  111. font-weight:bold;
  112. text-transform:uppercase;
  113. box-shadow:0px 0px 10px #000;
  114. -webkit-transition:all 0.7s;
  115. -moz-transition:all 0.7s;
  116. -ms-transition:all 0.7s;
  117. -o-transition:all 0.7s;
  118. transition:all 0.7s;
  119. }
  120.  
  121.  
  122. /* --- TOOLTIPS END --- */
  123.  
  124.  
  125. /* --- BODY ---*/
  126.  
  127. body {
  128. overflow:hidden;
  129. background:{color:background};
  130. background-image:url({image:background});
  131. background-attachment: fixed;
  132. background-repeat: no-repeat;
  133. background-position:0px 0px;
  134. margin:0px;
  135. color:#23121c;
  136. font-family:times;
  137. font-size:12px;
  138. line-height:120%;
  139. }
  140.  
  141. blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. border-radius:6px;
  145. }
  146.  
  147. a {
  148. color:#23121c;
  149. text-shadow:0px 0px 3px #eee;
  150. font-family: times;
  151. }
  152.  
  153. a {
  154. text-decoration:none;
  155. -webkit-transition:all 0.5s ease-in-out;
  156. -moz-transition:all 0.5s ease-in-out;
  157. -o-transition:all 0.5s ease-in-out;
  158. -ms-transition:all 0.5s ease-in-out;
  159. transition:all 0.5s ease-in-out;
  160. }
  161.  
  162. a:hover {
  163. color:{color:linkhover}
  164. }
  165.  
  166. img {none;}
  167.  
  168. h1 , h2 {
  169. font-family:georgia;
  170. text-transform:none;
  171. font-size:14px;
  172. line-height:30px;
  173. letter-spacing:0px;
  174. text-align:center;
  175. font-style:none;
  176. }
  177.  
  178. #container {
  179. width:300px;
  180. height:543px;
  181. margin-left:515px;
  182. margin-top:83px;
  183. position:fixed;
  184. overflow:auto;
  185. padding-left:50px;
  186. padding-right:50px;
  187. padding-top:10px;
  188. padding-bottom:10px;
  189. }
  190.  
  191. #posts {
  192. width:250px;
  193. background-color: transparent;
  194. padding:-50px;
  195. text-align: justify;
  196. font-size: 12px;
  197. padding-top: -10px;
  198. margin-bottom: 50px;
  199. line-height: 100%px;
  200. font-family: georgia;
  201. z-index:50;
  202. }
  203.  
  204.  
  205.  
  206. b {
  207. text-transform: bold;
  208. color: #23121c;
  209. text-shadow:0px 0px 5px #eee;
  210. letter-spacing:1px;
  211. font-family: 'Snow White';
  212. font-size:15px;
  213. }
  214.  
  215. i, em {
  216. text-transform: italic;
  217. color: #23121c;
  218. text-shadow:2px 2px 3px #000;
  219. letter-spacing:1px;
  220. font-family: 'Snow White';
  221. font-size:15px;
  222. }
  223.  
  224.  
  225. /* --- SIDEBAR ---*/
  226.  
  227.  
  228. #sidebar{
  229. position:fixed;
  230. width:91px;
  231. height:auto;
  232. margin-top:100px;
  233. margin-left:350px;
  234. text-align:left;
  235. }
  236.  
  237. #sidebar {width:500px;}
  238.  
  239. #sidebarimage img{
  240. width:500px;
  241. margin-top:5px;
  242. margin-left:-100px;
  243. margin-bottom:5px;
  244. padding:-1px;
  245. outline-offset:4px;
  246. }
  247.  
  248.  
  249.  
  250. #nav {
  251. position:fixed;
  252. overflow:hidden;
  253. margin-top:150px;
  254. margin-left:315px;
  255. }
  256.  
  257. #link1 a , #link2 a, #link3 a
  258.  
  259. #title{
  260. font-family: 'Snow White';
  261. text-align:center;
  262. margin-top:-129px;
  263. padding-bottom:0px;
  264. text-transform:none;
  265. font-style:normal;
  266. font-size:10px;
  267. }
  268.  
  269. #description {
  270. width:150px;
  271. font-family: 'Snow White';
  272. margin-bottom:0px;
  273. margin-top:-300px;
  274. margin-left:515px;
  275. text-align:justify;
  276. font-size:12px;
  277. color: #e9e7e7;
  278. text-shadow:0px 0px 3px #eee;
  279. letter-spacing:1px;
  280. line-height:115%;
  281. }
  282.  
  283.  
  284.  
  285. /* --- LINKS END --- */
  286.  
  287. .links {
  288. position:fixed;
  289. font-size:12px;
  290. top: 300px;
  291. left: 915px;
  292. }
  293.  
  294. .links a {
  295. text-decoration:none;
  296. text-transform:uppercase;
  297. color: #e9e7e7;
  298. font-family: times;
  299. text-shadow:0px 0px 3px #fff;
  300. -moz-transition-duration:.7s;
  301. -webkit-transition-duration:.7s;
  302. -o-transition-duration:.7s;
  303. }
  304.  
  305.  
  306. .links a:hover {
  307. text-decoration:none;
  308. text-transform:uppercase;
  309. text-shadow:none;
  310. color: #fff;
  311. text-shadow:0px 0px 3px #fff;
  312. }
  313.  
  314. /* ---LINKS END --- */
  315.  
  316.  
  317. .credit{
  318. position:fixed;
  319. font-size:12px;
  320. right:12px;
  321. bottom:8px;
  322. }
  323.  
  324. .credit a {
  325. text-decoration:none;
  326. text-transform:uppercase;
  327. color: #fff;
  328. -moz-transition-duration:.7s;
  329. -webkit-transition-duration:.7s;
  330. -o-transition-duration:.7s;
  331. }
  332.  
  333.  
  334. .credit a:hover {
  335. text-decoration:none;
  336. text-transform:uppercase;
  337. text-shadow:none;
  338. color: #fff;
  339. }
  340.  
  341. /* --- LINKS END --- */
  342.  
  343.  
  344.  
  345.  
  346. /* --- credit popup start --- */
  347.  
  348. .popup_block{
  349. display:none;
  350. background:#e9e7e7;
  351. background-image:url("");
  352. background-repeat:no-repeat;
  353. padding:20px;
  354. border:1px solid #fff;
  355. width: 200px;
  356. height:200px;
  357. float:left;
  358. overflow-y:scroll;
  359. overflow-x:hidden;
  360. position:fixed;
  361. top:400px;left:962px;
  362. z-index: 99999;
  363. -webkit-box-shadow: 0px 0px 0px #fff;
  364. -moz-box-shadow: 0px 0px 0px #fff;
  365. box-shadow:0px 0px 0px #fff;
  366. }
  367.  
  368. *html #fade {position: absolute;}
  369. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 .popup_block6 {position: absolute;}
  370. #fade {
  371. display:none;
  372. position:fixed;
  373. left:0px;
  374. top:0px;
  375. width:100%;
  376. height:100%;
  377. z-index:9999;
  378. background:#000;
  379. opacity:0.5;
  380. }
  381.  
  382. /* --- credit popup end --- */
  383.  
  384. #ask {
  385. float:left;
  386. margin-left:10px;
  387. }
  388.  
  389. .note {
  390. padding:0px 20px 0px 20px;
  391. background-color:transparent;
  392. text-transform:lowercase;
  393. letter-spacing:0px;
  394. font-size: 11px;
  395. font-style:normal;
  396. text-align:left;
  397. line-height:120%;
  398. }
  399.  
  400. .note li {
  401. list-style-type:none;
  402. padding:5px 25px 5px 25px;
  403. text-align:left;
  404. margin-right:30px;
  405. margin-top:-50px;
  406. }
  407.  
  408.  
  409. #info {
  410. font-family: 'Snow White';
  411. text-align:center;
  412. margin-top:10px;
  413. padding-top:10px;
  414. padding:0px;
  415. padding-bottom:1px;
  416. text-transform:none;
  417. font-style:none;
  418. font-size:15px;
  419. color:#eee;
  420. text-shadow:2px 2px 5px #000;
  421. border:1px none #eee;
  422. background-image:url("https://41.media.tumblr.com/a4ff4c0fec43bec3b7598ca0f523eab5/tumblr_inline_ny5blfnY5Y1t6zsrv_540.png");
  423. line-height:100%;
  424. }
  425.  
  426. #info a{
  427. color:#e9e7e7;
  428. }
  429.  
  430. #tags {
  431. font-family: 'Snow White';
  432. text-align:center;
  433. margin-top:0px;
  434. padding-bottom:0px;
  435. text-transform:none;
  436. font-style:none;
  437. font-size:9px;
  438. color:#6a9b77;
  439. }
  440.  
  441.  
  442. #pagination{
  443. font-family: 'Snow White';
  444. width:103px;
  445. font-size:8px;
  446. text-transform:uppercase;
  447. margin-top:40px;
  448. margin-left:548px;
  449. padding-top:25px;
  450. letter-spacing:1px;
  451. font-style:normal;
  452. text-align:center;
  453. }
  454.  
  455. #pagination a {
  456. color:#e9e7e7;
  457. }
  458.  
  459.  
  460.  
  461. .audio{
  462. background-color:#fff;
  463. height:65px;
  464. overflow:hidden;
  465. }
  466.  
  467.  
  468.  
  469.  
  470. {CustomCSS}</style></head><body>
  471.  
  472.  
  473. <script type="text/javascript"
  474. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  475. <script>
  476. $(document).ready(function() {
  477. //
  478. $('a.poplight[href^=#]').click(function() {
  479. var popID = $(this).attr('rel'); //Get Popup Name
  480. var popURL = $(this).attr('href'); //Get Popup href to define size
  481. var query= popURL.split('?');
  482. var dim= query[1].split('&');
  483. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  484. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  485. var popMargTop = ($('#' + popID).height() + 80) / 2;
  486. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  487. //Apply Margin to Popup
  488. $('#' + popID).css({
  489. 'margin-top' : -popMargTop,
  490. 'margin-left' : -popMargLeft
  491. });
  492. $('body').append('<div id="fade"></div>');
  493. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  494. return false;
  495. });
  496. $('a.close, #fade').live('click', function() {
  497. $('#fade, .popup_block, .popup_block1, .popup_block2, .popup_block3, .popup_block4, .popup_block5, .popup_block6').fadeOut(function() {
  498. $('#fade, a.close').remove(); //fade them both out
  499. });
  500. return false;
  501. });
  502. });
  503. </script>
  504.  
  505.  
  506. <script type="text/javascript">
  507. // tutorial by http://kimsjongin.tumblr.com!
  508. // change #ffffff, etc to whatever hex colors you want. you can delete/add as many as you want from colorpicker.com keep the quotes!//
  509. var snowcolor=new Array("#ffffff", "#ffffff")
  510. var snowmax=30
  511. var snowtype=new Array("Times")
  512. var snowletter="❄" //this is where you can change the character/letter used in the snow. you can find a bunch at fsymbols.com and again, keep the quotes//
  513. var sinkspeed=0.8 //how quickly it falls; goes from 0 to 1 in decimals//
  514. var snowmaxsize=20 //the largest font size the snow can be//
  515. var snowminsize=8 //the smallest font size the snow can be//
  516. var snowingzone=1
  517.  
  518. // don't edit anything under here because it won't work then! //
  519. var snow=new Array()
  520. var marginbottom
  521. var marginright
  522. var timer
  523. var i_snow=0
  524. var x_mv=new Array();
  525. var crds=new Array();
  526. var lftrght=new Array();
  527. var browserinfos=navigator.userAgent
  528. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  529. var ns6=document.getElementById&&!document.all
  530. var opera=browserinfos.match(/Opera/)
  531. var browserok=ie5||ns6||opera
  532.  
  533. function randommaker(range) {
  534. rand=Math.floor(range*Math.random())
  535. return rand
  536. }
  537.  
  538. function initsnow() {
  539. if (ie5 || opera) {
  540. marginbottom = document.body.scrollHeight
  541. marginright = document.body.clientWidth-15
  542. }
  543. else if (ns6) {
  544. marginbottom = document.body.scrollHeight
  545. marginright = window.innerWidth-15
  546. }
  547. var snowsizerange=snowmaxsize-snowminsize
  548. for (i=0;i<=snowmax;i++) {
  549. crds[i] = 0;
  550. lftrght[i] = Math.random()*15;
  551. x_mv[i] = 0.03 + Math.random()/10;
  552. snow[i]=document.getElementById("s"+i)
  553. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  554. snow[i].size=randommaker(snowsizerange)+snowminsize
  555. snow[i].style.fontSize=snow[i].size+'px';
  556. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  557. snow[i].style.zIndex=1000
  558. snow[i].sink=sinkspeed*snow[i].size/5
  559. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  560. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  561. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  562. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  563. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  564. snow[i].style.left=snow[i].posx+'px';
  565. snow[i].style.top=snow[i].posy+'px';
  566. }
  567. movesnow()
  568. }
  569.  
  570. function movesnow() {
  571. for (i=0;i<=snowmax;i++) {
  572. crds[i] += x_mv[i];
  573. snow[i].posy+=snow[i].sink
  574. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  575. snow[i].style.top=snow[i].posy+'px';
  576.  
  577. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  578. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  579. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  580. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  581. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  582. snow[i].posy=0
  583. }
  584. }
  585. var timer=setTimeout("movesnow()",50)
  586. }
  587.  
  588. for (i=0;i<=snowmax;i++) {
  589. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  590. }
  591. if (browserok) {
  592. window.onload=initsnow
  593. }
  594.  
  595. </script>
  596.  
  597.  
  598.  
  599. <div id="sidebar">
  600. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  601.  
  602. <div class="links">
  603. <a title=refresh href="{text:link 1 url}">I</a>
  604. <a title=ask href="{text:link 2 url}">II</a>
  605. <a title=about href="{text:link 3 url}">III</a>
  606. <a title=rules href="{text:link 4 url}">IV</a>
  607. <a title=plot href="{text:link 5 url}">V</a>
  608. <a title=navi href="{text:link 6 url}"></a>
  609. </div>
  610.  
  611. <div class="credit">
  612. <a title=theme href="#?w=160" rel="box1" class="poplight"><img src="https://41.media.tumblr.com/b54d956cc991a9c372d96902e6182e68/tumblr_inline_ny5xr6ttwa1t6zsrv_540.png"></a>
  613. </div>
  614.  
  615.  
  616. <div id="description">{Description}</div>
  617.  
  618.  
  619. <div id="scrollbar">{scrollbar}</div>
  620.  
  621.  
  622.  
  623. <div id="pagination">
  624. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  625. {block:Pagination}{block:NextPage}<a href="{NextPage}">/ fourth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  626.  
  627.  
  628.  
  629. {block:HasPages}{block:Pages}
  630.  
  631. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  632.  
  633. </div></center>
  634.  
  635.  
  636. </div>
  637.  
  638.  
  639. <div id="container">{block:Posts}<div id="posts">
  640.  
  641. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  642.  
  643. {block:blockquote}{/block:blockquote}
  644.  
  645.  
  646.  
  647. {block:Photo}
  648. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  649. {/block:Photo}
  650.  
  651. {block:Photoset}
  652. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  653. {/block:Photoset}
  654.  
  655. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  656.  
  657. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  658.  
  659. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  660.  
  661. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  662. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  663.  
  664. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  665.  
  666. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-30}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;{Asker}:<br><br><br> &nbsp; <big>{Question}</big><br><br>{Answer}{/block:Answer}
  667.  
  668.  
  669. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}"><big>❄</big></a> {block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}"><big>❅</big></a> {/block:NoteCount} {block:RebloggedFrom} <a title="from {ReblogParentName}" href="{ReblogParentURL}"><big>❊</big></a>{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" class="details" title=reblog><big>❉</big>
  670. </a> {block:ContentSource} <a title="by {SourceTitle}" href="{SourceURL}">❊</a> {/block:ContentSource}{/block:Date}</div>
  671.  
  672. <div id="tags">
  673. {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  674.  
  675. </div>
  676. {block:PostNotes}{PostNotes}{/block:PostNotes}
  677. {/block:Posts}</div>
  678.  
  679.  
  680. </body>
  681.  
  682. <div id="box1" class="popup_block">
  683. <h1>Theme Information;;</h1>
  684. <center><p>Theme coded by <a href="http://flurriies.tumblr.com/">flurriies</a>, <b>Do not copy, distribute, or claim as your own</b>. I take commissions and if you're interested you can find more information about that <a href="http://flurriies.tumblr.com/commissions">here</a>.</p>
  685.  
  686. <p>PreLoadMe by <a href="https://www.niklausgerber.com/blog/preloadme-a-lightweight-jquery-website-preloader">niklausgerber</a>.
  687. </center>
  688. </div>
  689.  
  690. </div></div></div></div></div></div></div></div></div></div>
  691.  
  692.  
  693. <!-- Start of StatCounter Code for Tumblr -->
  694. <script type="text/javascript">
  695. var sc_project=10080524;
  696. var sc_invisible=1;
  697. var sc_security="3a555a48";
  698. var scJsHost = (("https:" == document.location.protocol) ?
  699. "https://secure." : "http://www.");
  700. document.write("<sc"+"ript type='text/javascript' src='" +
  701. scJsHost+
  702. "statcounter.com/counter/counter.js'></"+"script>");
  703. </script>
  704. <noscript><div class="statcounter"><a title="tumblr
  705. analytics" href="http://statcounter.com/tumblr/"
  706. target="_blank"><img class="statcounter"
  707. src="http://c.statcounter.com/10080524/0/3a555a48/1/"
  708. alt="tumblr analytics"></a></div></noscript>
  709. <!-- End of StatCounter Code for Tumblr -->
  710.  
  711. </html>
Advertisement
Add Comment
Please, Sign In to add comment