Advertisement
elsaofarendelle

Elsa #15

Feb 26th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.89 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.  
  7. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  8.  
  9. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display" />
  10.  
  11. <!--- tooltips --->
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("[title]").style_my_tooltips();
  19. });
  20. })(jQuery);
  21. </script>
  22.  
  23.  
  24. </style>
  25.  
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.  
  32.  
  33. <!-------------------------------------------
  34. Code by elsaofarendelle.
  35. Don't copy or distribute.
  36. Don't claim as your own.
  37. -------------------------------------------->
  38.  
  39. <meta name="if:Enable endless scrolling" content="1">
  40.  
  41. <meta name="image:background" content=""/>
  42. <meta name="image:sidebar" content=""/>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. iframe#tumblr_controls {
  48. white-space:nowrap;
  49. -webkit-filter: invert(100%);
  50. -moz-filter: invert(100%);
  51. -o-filter: invert(100%);
  52. -ms-filter: invert(100%);
  53. filter: invert(100%);
  54. opacity:.2;transition: .8s ease-in-out;
  55. -webkit-transition: .8s ease-in-out;
  56. -moz-transition: .8s ease-in-out;
  57. -o-transition: .8s ease-in-out;
  58. }
  59.  
  60. /* --- CURSOR START --- */
  61.  
  62. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  63.  
  64. /* --- CURSOR END --- */
  65.  
  66. /* --- FONTS START --- */
  67.  
  68.  
  69. /* --- FONTS END --- */
  70.  
  71.  
  72. /* --- SCROLLBAR START ---*/
  73.  
  74. ::-webkit-scrollbar-thumb{
  75. background-color: #546a88;
  76. border: 2px solid #546a88;
  77. height:auto;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height:auto;
  82. width:6px;
  83. background-color: #546a88;
  84. border:5px solid #eee;
  85. }
  86.  
  87. /* --- SCROLLBAR END --- */
  88.  
  89.  
  90. /* --- TOOLTIPS START --- */
  91.  
  92. #s-m-t-tooltip{
  93. max-width:300px;
  94. margin:15px;
  95. padding:2px 8px;
  96. border: 3px double #eee;
  97. border-radius:0px;
  98. background: #546a88;
  99. color: #eee;
  100. z-index:9999999999999;
  101. font-size:12px;
  102. font-family: 'Playfair Display', serif;
  103. font-weight:bold;
  104. text-transform:normal;
  105. box-shadow: 2px 2px 5px #000;
  106. -webkit-transition:all 0.7s;
  107. -moz-transition:all 0.7s;
  108. -ms-transition:all 0.7s;
  109. -o-transition:all 0.7s;
  110. transition:all 0.7s;
  111. }
  112.  
  113. /* --- TOOLTIPS END --- */
  114.  
  115.  
  116. /* --- BODY START ---*/
  117.  
  118. body {
  119. background:#eee;
  120. background-image:url({image:background});
  121. background-attachment: fixed;
  122. background-repeat: no-repeat;
  123. background-position:0px 0px;
  124. margin:0px;
  125. color:#191919;
  126. font-family: 'Sorts Mill Goudy', serif;
  127. font-size:12px;
  128. line-height:120%;
  129. word-wrap: break-word;
  130. }
  131.  
  132. blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. border-radius:6px;
  136. }
  137.  
  138. a {
  139. color:#546a88;
  140. text-shadow: -1px -1px -1px #546a88;
  141. text-shadow: 1px 1px 1px #546a88;
  142. text-decoration:none;
  143. -webkit-transition:all 0.5s ease-in-out;
  144. -moz-transition:all 0.5s ease-in-out;
  145. -o-transition:all 0.5s ease-in-out;
  146. -ms-transition:all 0.5s ease-in-out;
  147. transition:all 0.5s ease-in-out;
  148. }
  149.  
  150.  
  151. img {none;}
  152.  
  153. h1 {
  154. font-family: 'Playfair Display', serif;
  155. text-transform:none;
  156. font-size:20px;
  157. line-height:30px;
  158. letter-spacing:0px;
  159. text-align:center;
  160. font-style:normal;
  161. color: #191919;
  162. color:#8daacb;
  163. text-shadow: -1px -1px -1px #8daacb;
  164. text-shadow: 1px 1px 1px #8daacb;
  165. }
  166.  
  167. h2 {
  168. text-transform: none;
  169. color: #c8e8ea;
  170. color:#8daacb;
  171. text-shadow: -1px -1px -1px #8daacb;
  172. text-shadow: 1px 1px 1px #8daacb;
  173. text-shadow: none;
  174. letter-spacing:1px;
  175. font-family:'Playfair Display', serif;
  176. font-size:17px;
  177. }
  178.  
  179. #fixerupper {
  180. width:500px;
  181. margin:0 auto -12px auto;
  182. }
  183.  
  184. #container {
  185. padding:10px;
  186. width:400px;
  187. margin-left:400px;
  188. margin-top:20px;
  189. margin-bottom:50px;
  190. }
  191.  
  192. #post {
  193. background: none;
  194. width:400px;
  195. padding-bottom:30px;
  196. padding: 30px;
  197. text-align: justify;
  198. margin-top:45px;
  199. border: 3px none #f7f7f7;
  200. line-height: 100%;
  201. }
  202.  
  203.  
  204. #post img {
  205. padding: 0;
  206. max-width:100%;
  207. width: auto;
  208. height: auto;
  209. }
  210.  
  211. pre {
  212. font-family: 'Playfair Display', serif;
  213. font-size:10px;
  214. color:#8daacb;
  215. text-shadow: -1px -1px -1px #8daacb;
  216. text-shadow: 1px 1px 1px #8daacb;
  217. letter-spacing:1px;
  218. text-align:center;
  219. text-transform:uppercase;
  220. padding:6px;
  221. background:url('');
  222. background-repeat:repeat;;
  223. }
  224.  
  225.  
  226. b {
  227. text-transform: bold;
  228. color:#546a88;
  229. text-shadow: -1px -1px -1px #546a88;
  230. text-shadow: 1px 1px 1px #546a88;
  231. letter-spacing:1px;
  232. font-family: 'Playfair Display', serif;
  233. font-size:15px;
  234. }
  235.  
  236. i {
  237. text-transform: italic;
  238. color:#8daacb;
  239. text-shadow: -1px -1px -1px #8daacb;
  240. text-shadow: 1px 1px 1px #8daacb;
  241. letter-spacing:1px;
  242. font-family: 'Playfair Display', serif;
  243. font-size:15px;
  244. }
  245.  
  246. em {
  247. text-transform: italic;
  248. color:#546a88;
  249. text-shadow: -1px -1px -1px #8daacb;
  250. text-shadow: 1px 1px 1px #8daacb;
  251. letter-spacing:1px;
  252. font-family: 'Playfair Display', serif;
  253. font-size:15px;
  254. }
  255.  
  256. sub, small, sup {
  257. font-size: 12px;
  258. }
  259.  
  260. /* --- BODY END --- */
  261.  
  262.  
  263. /* --- SIDEBAR START ---*/
  264.  
  265. #sidebar{
  266. position: fixed;
  267. top: 220px;
  268. width:250px;
  269. height:115px;
  270. left: -10px;
  271. padding:20px;
  272. }
  273.  
  274. #sidebarimage img{
  275. width: 200px;
  276. height:200px;
  277. padding:10px;
  278. border:3px none #f5f5f5;
  279. margin-top:-30px;
  280. margin-left:127px;
  281. background:transparent;
  282. background-image:{image:sidebarimage};
  283. }
  284.  
  285.  
  286. #nav {
  287. position:fixed;
  288. overflow:hidden;
  289. margin-top:150px;
  290. margin-left:315px;
  291. }
  292.  
  293. #link1 a , #link2 a, #link3 a
  294.  
  295. #title {
  296. font-family:times;
  297. text-align:center;
  298. width:300px;
  299. margin-top:5px;
  300. margin-left:200px;
  301. text-transform:uppercase;
  302. font-style:normal;
  303. font-size:20px;
  304. color:#fff;
  305. }
  306.  
  307. #description {
  308. background: none;
  309. width:150px;
  310. height:280px;
  311. margin-top: -370px;
  312. margin-left:140px;
  313. padding: 12px;
  314. text-align:justify;
  315. font-style: none;
  316. font-family: 'Sorts Mill Goudy', serif;
  317. font-size:11px;
  318. color: #191919;
  319. text-shadow: none;
  320. border:3px none;
  321. letter-spacing:1px;
  322. line-height:155%;
  323. }
  324.  
  325. #pagination {
  326. font-family: 'Sorts Mill Goudy', serif;
  327. width:103px;
  328. font-size:8px;
  329. text-transform:uppercase;
  330. margin-top:-90px;
  331. margin-left:270px;
  332. padding-top:25px;
  333. letter-spacing:1px;
  334. font-style:normal;
  335. text-align:center;
  336. }
  337.  
  338. #pagination a {
  339. color:#191919;
  340. text-shadow: 0px 0px 3px #191919;
  341. }
  342.  
  343. /* --- SIDEBAR END ---*/
  344.  
  345.  
  346. /* --- LINKS START --- */
  347.  
  348. #links {
  349. width:250px;
  350. position:fixed;
  351. margin-left:900px;
  352. margin-top:-300px;
  353. padding:8px;
  354. }
  355.  
  356. #links a{
  357. min-width:100px;
  358. background: #546a88;
  359. color: #eee;
  360. border: 3px double #eee;
  361. display:inline-block;
  362. margin:4px;
  363. font-size:12px
  364. font: font-family: 'Playfair Display', serif;
  365. text-align:center;
  366. text-transform:uppercase;
  367. padding-top:2px;
  368. line-height:120%;
  369. }
  370.  
  371. /* --- LINKS END --- */
  372.  
  373.  
  374. /* --- CREDIT START --- */
  375.  
  376. .credit{
  377. position:fixed;
  378. font-size:15px;
  379. right:20px;
  380. bottom:10px;
  381. z-index:51;
  382. }
  383.  
  384. .credit a {
  385. text-decoration:none;
  386. text-transform:uppercase;
  387. color:#546a88;
  388. text-shadow: -1px -1px -1px #546a88;
  389. text-shadow: 1px 1px 1px #546a88;
  390. -moz-transition-duration:.7s;
  391. -webkit-transition-duration:.7s;
  392. -o-transition-duration:.7s;
  393. }
  394.  
  395.  
  396. .credit a:hover {
  397. text-decoration:none;
  398. text-transform:uppercase;
  399. color:#546a88;
  400. text-shadow: -1px -1px -1px #546a88;
  401. text-shadow: 1px 1px 1px #546a88;
  402. }
  403.  
  404. /* --- CREDIT END --- */
  405.  
  406.  
  407. /* --- POST NOTES START --- */
  408.  
  409. .note {
  410. padding:0px 20px 0px 20px;
  411. background-color:transparent;
  412. text-transform:lowercase;
  413. letter-spacing:0px;
  414. font-size: 11px;
  415. font-style:normal;
  416. text-align:left;
  417. line-height:120%;
  418. }
  419.  
  420. .note li {
  421. list-style-type:none;
  422. padding:5px 25px 5px 25px;
  423. text-align:left;
  424. margin-right:30px;
  425. margin-top:-50px;
  426. }
  427.  
  428. #info {
  429. font-size:11px;
  430. color:#546a88;
  431. text-shadow: -1px -1px -1px #546a88;
  432. text-shadow: 1px 1px 1px #546a88;
  433. letter-spacing:1px;
  434. font-family: font-family: 'Playfair Display', serif;
  435. text-transform:lowercase;
  436. text-align:center;
  437. width:400px;
  438. height:28px;
  439. margin-top:-10px;
  440. margin-left:-40px;
  441. padding-top:1px;
  442. padding-left:40px;
  443. background:url("https://i.imgur.com/CoX0ZYy.png");
  444. opacity:0;
  445. -moz-transition-duration:.7s;
  446. -webkit-transition-duration:.7s;
  447. -o-transition-duration:.7s;
  448. }
  449.  
  450. #info a {
  451. color:#546a88;
  452. text-shadow: -1px -1px -1px #546a88;
  453. text-shadow: 1px 1px 1px #546a88;
  454. }
  455.  
  456. #info a:hover {
  457. color:#8daacb;
  458. text-shadow: -1px -1px -1px #8daacb;
  459. text-shadow: 1px 1px 1px #8daacb;
  460. }
  461.  
  462. #post:hover #info {
  463. margin-top:3px;
  464. opacity:1;
  465. -moz-transition-duration:1.5s;
  466. -webkit-transition-duration:1.5s;
  467. -o-transition-duration:1.5s;
  468. }
  469.  
  470. #tags {
  471. color: #546a88;
  472. font-size:9px;
  473. font-family: 'Sorts Mill Goudy', serif;
  474. font-style:normal;
  475. text-transform:italic;
  476. width:398px;
  477. line-height:120%;
  478. opacity:0;
  479. text-align:left;
  480. padding-top:7px;
  481. -moz-transition-duration:0.4s;
  482. -webkit-transition-duration:0.4s;
  483. -o-transition-duration:0.4s;
  484. }
  485.  
  486. #post:hover #tags {
  487. opacity:1;
  488. -moz-transition-duration:0.4s;
  489. -webkit-transition-duration:0.4s;
  490. -o-transition-duration:0.4s;
  491. }
  492.  
  493. #posts:hover #tags {
  494. margin-top:3px;
  495. opacity:1;
  496. -moz-transition-duration:1.2s;
  497. -webkit-transition-duration:1.2s;
  498. -o-transition-duration:1.2s;
  499. }
  500.  
  501. /* --- POST NOTES END --- */
  502.  
  503.  
  504. /* --- ASK & AUDIO START --- */
  505.  
  506. .ask {
  507. color: #a4a4a4;
  508. padding:15px;
  509. margin-bottom:15px;
  510. border: none;
  511. margin-top:-50px;
  512. border-bottom:url('https://i.imgur.com/CoX0ZYy.png');
  513. }
  514.  
  515. .askheader {
  516. margin-left:-3px;
  517. }
  518.  
  519. .asker {
  520. background-repeat:no-repeat;
  521. font-family: 'Playfair Display', serif;
  522. font-size:22px;
  523. color:#546a88;
  524. text-shadow: -1px -1px -1px #546a88;
  525. text-shadow: 1px 1px 1px #546a88;
  526. line-height:20px;
  527. text-align:center;
  528. padding-bottom:5px;
  529. }
  530.  
  531. .answer {
  532. color: #a4a4a4;
  533. }
  534.  
  535. .chat {
  536. list-style:none;
  537. margin-top:15px;
  538. margin-bottom:0px;
  539. font-size:10px;
  540. margin-left:0px;
  541. }
  542.  
  543. .chat ul {
  544. line-height:18px;
  545. margin-top:0px;
  546. list-style:none;
  547. padding:0px;
  548. letter-spacing:2px;
  549. font-size:10px;
  550. margin-bottom:0px;
  551. text-transform:normal;
  552. }
  553.  
  554. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  555. background-color: #ebebeb;
  556. padding:3px 8px 3px 8px;
  557. color: #191919;
  558. border-bottom: none
  559. }
  560.  
  561. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  562. background-color: #f2f2f2;
  563. padding:3px 8px 3px 8px;
  564. color: #191919;
  565. border-bottom: none;
  566. }
  567.  
  568. .audio{
  569. background-color: transparent;
  570. background-image:url("");
  571. border-bottom:1px none #fff;
  572. height:70px;
  573. font-size:8px;
  574. overflow:hidden;
  575. }
  576.  
  577. /* --- ASK & AUDIO END --- */
  578.  
  579. {CustomCSS}</style></head><body>
  580.  
  581. <div style="position: fixed; top: 255px; left: 892px">
  582. <img src="https://i.imgur.com/PVl42Ej.png"/>
  583. </div>
  584.  
  585. <div id="fixerupper">
  586.  
  587. <div id="sidebar">
  588.  
  589. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  590.  
  591. <div class="credit">
  592. <a href="http://elsaofarendelle.tumblr.com">𝒆</a>
  593. </div>
  594.  
  595. <div id="title"></div>
  596.  
  597. <div id="description">
  598. <center><p><b>Queen Elsa</b> of Disney's <i>Frozen</i> with influences from <br> <small><em>A Frozen Heart</em></small> <br> &nbsp; and the<br> <small><em>Broadway Musical</em></small>. <br>As told by Jess. <br><br> • mature • selective •</p></center>
  599. <center>
  600. <p>I can't be what you expect of me and I'm trying every day with all I do
  601. and do not say. Here on the edge of the abyss, knowing everything in my whole life has lead to this.</p>
  602.  
  603. <p>And so I pull inside myself, close the walls put up my guard. I've practised every single day for this so why is it so hard?
  604.  
  605. <br>
  606.  
  607. 'Cause I can't show you I'm not as cold as I seem. There are things you cannot know, and it's dangerous to dream.</p>
  608. </center>
  609. </div>
  610.  
  611. <!-- Wikplayer https://www.wikplayer.com -->
  612. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  613. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'Dangerous%20To%20Dream%20(Frozen%20Original%20Broadway%20Soundtrack)','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2F89z9phfx9m%2FDangerous_to_Dream_from_frozen_on_broadway_.mp3'},{'title':'Monster%20(Frozen%20Original%20Broadway%20Soundtrack)','url':'http%3A%2F%2Fk003.kiwi6.com%2Fhotlink%2Ffp853rtnqn%2FMonster_from_frozen_on_broadway_.mp3'}]}" ></script>
  614. <!-- Wikplayer code end -->
  615.  
  616. <div id="links">
  617. <center>
  618. <a href="/">home</a>
  619. <a href="messages">message</a>
  620. <a href="/rules">rules</a>
  621. <a href="/about">about</a>
  622. <a href="/verses">verses</a>
  623. <a href="/">threads</a>
  624. <a href="/more">more</a>
  625. <a href="http://kanjegsinoegal.tumblr.com/">anna</a>
  626. <a href="/">kristoff</a>
  627. <a href="http://ofthesouthernisles.tumblt.com/">hans</a>
  628. </center>
  629. </div>
  630.  
  631. <div id="scrollbar">{scrollbar}</div>
  632.  
  633.  
  634. <div id="pagination">
  635. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}{/block:Pagination}
  636. {block:Pagination}{block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  637.  
  638. {block:IfEnableEndlessScrolling}
  639. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  640. {/block:IfEnableEndlessScrolling}
  641.  
  642.  
  643.  
  644. {block:HasPages}{block:Pages}
  645.  
  646. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  647.  
  648. </div></center>
  649.  
  650.  
  651. </div>
  652.  
  653. <div id="container">{block:Posts}<div id="post">
  654.  
  655. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  656. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  657.  
  658. {block:blockquote}{/block:blockquote}
  659.  
  660. {block:ContentSource}
  661. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  662. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  663. {/block:SourceLogo}
  664. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  665. {/block:ContentSource}
  666.  
  667. {block:Photo}
  668. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  669. {/block:Photo}
  670.  
  671. {block:Photoset}
  672. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  673. {/block:Photoset}
  674.  
  675. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  676.  
  677. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  678.  
  679. {block:Chat}
  680. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  681. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  682. {/block:Chat}
  683.  
  684. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  685. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  686.  
  687. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  688.  
  689. {block:Answer}
  690. <div class="askheader"><img src="https://i.imgur.com/aGsKhFj.png" draggable="false"></div>
  691. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  692. {/block:Answer}
  693.  
  694.  
  695. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  696.  
  697. <div id="tags">
  698. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  699.  
  700. </div>
  701. {block:PostNotes}{PostNotes}{/block:PostNotes}
  702. {/block:Posts}</div>
  703.  
  704.  
  705. <!-- Start of StatCounter Code for Tumblr -->
  706. <script type="text/javascript">
  707. var sc_project=10794730;
  708. var sc_invisible=1;
  709. var sc_security="b7adc50a";
  710. var scJsHost = (("https:" == document.location.protocol) ?
  711. "https://secure." : "http://www.");
  712. document.write("<sc"+"ript type='text/javascript' src='" +
  713. scJsHost+
  714. "statcounter.com/counter/counter.js'></"+"script>");
  715. </script>
  716. <noscript><div class="statcounter"><a title="tumblr hit
  717. tracking tool" href="http://statcounter.com/tumblr/"
  718. target="_blank"><img class="statcounter"
  719. src="http://c.statcounter.com/10794730/0/b7adc50a/1/"
  720. alt="tumblr hit tracking tool"></a></div></noscript>
  721. <!-- End of StatCounter Code for Tumblr -->
  722.  
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement