elsaofarendelle

OG Elsa 003

Aug 23rd, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.36 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. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  6.  
  7.  
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15.  
  16. <!-- CODE BY FLURRIIES: DON'T COPY OR DISTRIBUTE -->
  17.  
  18. <!-- COLORS -->
  19.  
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:text" content="#9B9B9B"/>
  22. <meta name="color:link" content="#b8b8b8"/>
  23. <meta name="color:link Hover" content="#eeeeee"/>
  24. <meta name="color:border" content="#F2F2F2"/>
  25. <meta name="color:scrollbar" content="#D6D5D5">
  26. <meta name="color:b" content="#eeeeee"/>
  27. <meta name="color:i" content="#eeeeee"/>
  28.  
  29.  
  30. <!-- FONTS -->
  31.  
  32. <meta name="font:title" content="Cambria" />
  33. <meta name="font:body" content="calibri" />
  34. <meta name="font:pagination" content="calibri" />
  35.  
  36. <!-- IMAGES -->
  37.  
  38. <meta name="image:background" content=""/>
  39. <meta name="image:sidebar" content=""/>
  40.  
  41.  
  42. <!-- LINKS -->
  43.  
  44. <meta name="text:link 1" content="Link 1"/>
  45. <meta name="text:link 1 url" content="/"/>
  46. <meta name="text:link 2" content="Link 2"/>
  47. <meta name="text:link 2 url" content="/"/>
  48. <meta name="text:link 3" content="Link 3"/>
  49. <meta name="text:link 3 url" content="/"/>
  50. <meta name="text:link 4" content="Link 4"/>
  51. <meta name="text:link 4 url" content="/"/>
  52. <meta name="text:link 5" content="Link 5"/>
  53. <meta name="text:link 5 url" content="/"/>
  54. <meta name="text:link 6" content="Link 6"/>
  55. <meta name="text:link 6 url" content="/"/>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. img{
  61. -webkit-transition: opacity 0.8s linear;
  62. opacity: 0.60;
  63. }
  64. img:hover{
  65. -webkit-transition: opacity 0.8s linear;
  66. opacity: 1;
  67. }
  68.  
  69. /* --- SCROLLBAR ---*/
  70.  
  71. ::-webkit-scrollbar {
  72. height: 0px;
  73. width: 3px;
  74. background: none;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb {
  78. border: 3px solid transparent;
  79. -webkit-border-radius: 10px;
  80. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  81. }
  82.  
  83. ::-webkit-scrollbar-corner{
  84. background: transparent;
  85. }
  86.  
  87. /* --- SCROLLBAR END --- */
  88.  
  89. /* --- TOOLTIPS START --- */
  90.  
  91. div#qTip {
  92. border:1px none #7a2a1a;
  93. border-radius:0px;
  94. padding: 6px;
  95. display: none;
  96. background:#fff;
  97. margin-left:10px;
  98. margin-top:-25px;
  99. text-align: center;
  100. font-style:italic;
  101. position: absolute;
  102. font-size:9px;
  103. line-height:10px;
  104. z-index: 9999999;
  105. color: #4f646d;
  106. letter-spacing: 1px;
  107. }
  108.  
  109. /* --- TOOLTIPS END --- */
  110.  
  111.  
  112. /* --- BODY ---*/
  113.  
  114. body {
  115. background:{color:background};
  116. background-image:url({image:background});
  117. background-attachment: left;
  118. background-repeat: no-repeat;
  119. background-position:0px 0px;
  120. margin:0px;
  121. color:#b0b0b0;
  122. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  123. font-size:12px;
  124. line-height:120%;
  125.  
  126. }
  127.  
  128. blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. border-radius:6px;
  132. }
  133.  
  134. a {
  135. color:#b0b0b0;
  136. }
  137.  
  138. a {
  139. text-decoration:none;
  140. -webkit-transition:all 0.5s ease-in-out;
  141. -moz-transition:all 0.5s ease-in-out;
  142. -o-transition:all 0.5s ease-in-out;
  143. -ms-transition:all 0.5s ease-in-out;
  144. transition:all 0.5s ease-in-out;
  145. }
  146.  
  147. a:hover {
  148. color:{color:linkhover}
  149. }
  150.  
  151. img {none;}
  152.  
  153. h1 , h2 {
  154. font-family:georgia;
  155. text-transform:none;
  156. font-size:14px;
  157. line-height:30px;
  158. letter-spacing:0px;
  159. text-align:center;
  160. font-style:none;
  161. }
  162.  
  163. #container {
  164. width:300px;
  165. height:275px;
  166. margin-left:163px;
  167. margin-top:258px;
  168. position:fixed;
  169. overflow:auto;
  170. padding-left:50px;
  171. padding-right:50px;
  172. padding-top:10px;
  173. padding-bottom:10px;
  174. }
  175.  
  176. #posts {
  177. width:250px;
  178. background-color: transparent;
  179. padding:-50px;
  180. text-align: justify;
  181. font-size: 12px;
  182. padding-top: -10px;
  183. margin-bottom: 50px;
  184. line-height: 100%px;
  185. font-family: georgia;
  186. z-index:50;
  187. }
  188.  
  189.  
  190. b {
  191. text-transform: bold;
  192. color: #4f646d;
  193. text-shadow:0px 0px 5px #fff;
  194. letter-spacing:1px;
  195. font-family: 'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  196. font-size:15px;
  197. }
  198.  
  199. i, em {
  200. text-transform: italic;
  201. color: #4f646d;
  202. text-shadow:2px 2px 3px #000;
  203. letter-spacing:1px;
  204. font-family: 'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  205. font-size:15px;
  206. }
  207.  
  208.  
  209. /* --- SIDEBAR ---*/
  210.  
  211.  
  212. #sidebar{
  213. position:fixed;
  214. width:91px;
  215. height:auto;
  216. margin-top:100px;
  217. margin-left:350px;
  218. text-align:left;
  219. }
  220.  
  221. #sidebar {width:500px;}
  222.  
  223. #sidebarimage img{
  224. width:500px;
  225. margin-top:5px;
  226. margin-left:-100px;
  227. margin-bottom:5px;
  228. padding:-1px;
  229. outline-offset:4px;
  230. }
  231.  
  232.  
  233.  
  234. #nav {
  235. position:fixed;
  236. overflow:hidden;
  237. margin-top:150px;
  238. margin-left:315px;
  239. }
  240.  
  241. #link1 a , #link2 a, #link3 a
  242.  
  243. #title{
  244. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  245. text-align:center;
  246. margin-top:-129px;
  247. padding-bottom:0px;
  248. text-transform:none;
  249. font-style:normal;
  250. font-size:10px;
  251. }
  252.  
  253. #description {
  254. width:190px;
  255. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  256. margin-bottom:0px;
  257. margin-top:-100px;
  258. margin-left:-300px;
  259. text-align:justify;
  260. font-size:130%;
  261. color: #fff;
  262. text-shadow:2px 2px 5px #4f646d;
  263. letter-spacing:1px;
  264. line-height:115%;
  265. }
  266.  
  267.  
  268. /* --- UPDATES START ---*/
  269.  
  270. #updates {
  271. background:#transparent;
  272. font-size:11px;
  273. color:#fff;
  274. text-align:left;
  275. height:50px;
  276. width:100px;
  277. padding:4px;
  278. top:20px;
  279. left:130px;
  280. z-index:10;
  281. position:fixed;
  282. overflow:hidden;
  283. -webkit-transition: all 0.5s ease-in-out;
  284. -moz-transition: all 0.5s ease-in-out;
  285. -o-transition: all 0.5s ease-in-out;
  286. }
  287.  
  288. #updates:hover {
  289. background:#transparent;
  290. height:200px;
  291. -webkit-transition: all 0.5s ease-in-out;
  292. -moz-transition: all 0.5s ease-in-out;
  293. -o-transition: all 0.5s ease-in-out;
  294. }
  295.  
  296. #updatestitle {
  297. font-size:20px;
  298. text-transform:uppercase;
  299. font-family: 'Star Jedi'; src: url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  300. font-weight:bold;
  301. color:#fff;
  302. text-shadow:2px 2px 5px #4f646d;
  303. transform: rotate(-9deg);
  304. -ms-transform: rotate(-9deg);
  305. -webkit-transform: rotate(-9deg);
  306. -o-transform: rotate(-9deg);
  307. -moz-transform: rotate(-9deg);
  308.  
  309. }
  310.  
  311. /* --- UPDATES END --- */
  312.  
  313. /* --- LINKS END --- */
  314.  
  315. .nav1 {
  316. position:fixed;
  317. font-size:10px;
  318. top: 45px;
  319. left: 410px;
  320. }
  321.  
  322. .nav1 a {
  323. text-decoration:none;
  324. text-transform:uppercase;
  325. color: #fff;
  326. text-shadow:2px 2px 3px #4f646d;
  327. -moz-transition-duration:.7s;
  328. -webkit-transition-duration:.7s;
  329. -o-transition-duration:.7s;
  330. }
  331.  
  332.  
  333. .nav1 a:hover {
  334. text-decoration:none;
  335. text-transform:uppercase;
  336. text-shadow:none;
  337. color: #fff;
  338. }
  339.  
  340. .nav2 {
  341. position:fixed;
  342. font-size:12px;
  343. top: 80px;
  344. left: 456px;
  345. }
  346.  
  347. .nav2 a {
  348. text-decoration:none;
  349. text-transform:uppercase;
  350. color: #fff;
  351. text-shadow:2px 2px 3px #4f646d;
  352. -moz-transition-duration:.7s;
  353. -webkit-transition-duration:.7s;
  354. -o-transition-duration:.7s;
  355. }
  356.  
  357.  
  358. .nav2 a:hover {
  359. text-decoration:none;
  360. text-transform:uppercase;
  361. text-shadow:none;
  362. color: #fff;
  363. }
  364.  
  365. .nav3 {
  366. position:fixed;
  367. font-size:20px;
  368. top: 120px;
  369. left: 500px;
  370. }
  371.  
  372. .nav3 a {
  373. text-decoration:none;
  374. text-transform:uppercase;
  375. color: #fff;
  376. text-shadow:2px 2px 3px #4f646d;
  377. -moz-transition-duration:.7s;
  378. -webkit-transition-duration:.7s;
  379. -o-transition-duration:.7s;
  380. }
  381.  
  382.  
  383. .nav3 a:hover {
  384. text-decoration:none;
  385. text-transform:uppercase;
  386. text-shadow:none;
  387. color: #fff;
  388. }
  389.  
  390. .nav4 {
  391. position:fixed;
  392. font-size:17px;
  393. top: 170px;
  394. left: 475px;
  395. }
  396.  
  397. .nav4 a {
  398. text-decoration:none;
  399. text-transform:uppercase;
  400. color: #fff;
  401. text-shadow:2px 2px 3px #4f646d;
  402. -moz-transition-duration:.7s;
  403. -webkit-transition-duration:.7s;
  404. -o-transition-duration:.7s;
  405. }
  406.  
  407.  
  408. .nav4 a:hover {
  409. text-decoration:none;
  410. text-transform:uppercase;
  411. text-shadow:none;
  412. color: #fff;
  413. }
  414.  
  415. .nav5 {
  416. position:fixed;
  417. font-size:20px;
  418. top: 230px;
  419. left: 500px;
  420. }
  421.  
  422. .nav5 a {
  423. text-decoration:none;
  424. text-transform:uppercase;
  425. color:fff;
  426. text-shadow:2px 2px 3px #4f646d;
  427. -moz-transition-duration:.7s;
  428. -webkit-transition-duration:.7s;
  429. -o-transition-duration:.7s;
  430. }
  431.  
  432.  
  433. .nav5 a:hover {
  434. text-decoration:none;
  435. text-transform:uppercase;
  436. text-shadow:none;
  437. color: #fff;
  438. }
  439.  
  440. .credit{
  441. position:fixed;
  442. font-size:12px;
  443. right:12px;
  444. bottom:8px;
  445. }
  446.  
  447. .credit a {
  448. text-decoration:none;
  449. text-transform:uppercase;
  450. color: #fff;
  451. -moz-transition-duration:.7s;
  452. -webkit-transition-duration:.7s;
  453. -o-transition-duration:.7s;
  454. }
  455.  
  456.  
  457. .credit a:hover {
  458. text-decoration:none;
  459. text-transform:uppercase;
  460. text-shadow:none;
  461. color: #fff;
  462. }
  463.  
  464. /* --- LINKS END --- */
  465.  
  466.  
  467. /* --- POPUPS START --- */
  468.  
  469. .popup_block{
  470. display:none;
  471. background:transparent;
  472. background-image:url("");
  473. background-repeat:no-repeat;
  474. padding:20px;
  475. border:1px none #eee;
  476. border-radius:6px;
  477. width: 300px;
  478. height:400px;
  479. float:left;
  480. overflow-y:scroll;
  481. overflow-x:hidden;
  482. position:fixed;
  483. top:400px;left:950px;
  484. z-index: 99999;
  485. -webkit-box-shadow: 0px 0px 0px #fff;
  486. -moz-box-shadow: 0px 0px 0px #fff;
  487. box-shadow:0px 0px 0px #fff;
  488. }
  489.  
  490. *html #fade {position: absolute;}
  491. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  492. #fade {
  493. display:none;
  494. position:fixed;
  495. left:0px;
  496. top:0px;
  497. width:100%;
  498. height:100%;
  499. z-index:9999;
  500. background:#000;
  501. opacity:0.5;
  502. }
  503.  
  504.  
  505. .popup_block2{
  506. display:none;
  507. background:#transparent;
  508. padding:20px;
  509. border:1px none #eee;
  510. width: 300px;
  511. height: 200px;
  512. float:left;
  513. position:fixed;
  514. top:500px;left:950px;
  515. z-index: 99999;
  516. -webkit-box-shadow: 0px 0px 0px #632a20;
  517. -moz-box-shadow: 0px 0px 0px #632a20;
  518. box-shadow:0px 0px 0px #632a20;
  519. }
  520.  
  521. *html #fade {position: absolute;}
  522. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  523. #fade {
  524. display:none;
  525. position:fixed;
  526. left:0px;
  527. top:0px;
  528. width:100%;
  529. height:100%;
  530. z-index:9999;
  531. background:#000;
  532. opacity:0.5;
  533. }
  534.  
  535. .poplinks a {
  536. text-decoration:none;
  537. background: #fff;
  538. background-image: url("");
  539. border:0px solid #fff;
  540. border-radius:6px;
  541. padding:7px;
  542. width:30px;
  543. margin-top:3px;
  544. margin-left:0px;
  545. display:inline-block;
  546. color:#b0b0b0;
  547. text-align:center;
  548. -webkit-box-shadow: 0px 0px 3px #fff;
  549. -moz-box-shadow: 0px 0px 3px #fff;
  550. box-shadow:0px 0px 3px #fff;
  551. }
  552.  
  553. .poplinks a:hover {
  554. background:#fff;
  555. color:#b0b0b0;
  556. -webkit-transition: all 0.3s ease-in-out;
  557. -moz-transition: all 0.3s ease-in-out;
  558. -o-transition: all 0.3s ease-in-out;
  559. -ms-transition: all 0.3s ease-in-out;
  560. transition: all 0.3s ease-in-out;
  561. }
  562.  
  563. /* --- credit popup --- */
  564.  
  565. .popup_block3{
  566. display:none;
  567. background:#fff;
  568. background-image:url("");
  569. background-repeat:no-repeat;
  570. padding:20px;
  571. border:1px none #eee;
  572. border-radius:6px;
  573. width: 200px;
  574. height:150px;
  575. float:left;
  576. overflow-y:scroll;
  577. overflow-x:hidden;
  578. position:fixed;
  579. top:400px;left:950px;
  580. z-index: 99999;
  581. webkit-box-shadow: 0px 0px 3px #fff;
  582. -moz-box-shadow: 0px 0px 3px #fff;
  583. box-shadow: 0px 0px 3px #fff;
  584. }
  585.  
  586. /* --- POPUPS END --- */
  587.  
  588. #ask {
  589. float:left;
  590. margin-left:10px;
  591. }
  592.  
  593. .note {
  594. padding:0px 20px 0px 20px;
  595. background-color:transparent;
  596. text-transform:lowercase;
  597. letter-spacing:0px;
  598. font-size: 11px;
  599. font-style:normal;
  600. text-align:left;
  601. line-height:120%;
  602. }
  603.  
  604. .note li {
  605. list-style-type:none;
  606. padding:5px 25px 5px 25px;
  607. text-align:left;
  608. margin-right:30px;
  609. margin-top:-50px;
  610. }
  611.  
  612.  
  613. #info {
  614. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  615. text-align:left;
  616. width:245px;
  617. margin-top:10px;
  618. margin-left:8px;
  619. padding-top:10px;
  620. padding:0px;
  621. padding-bottom:1px;
  622. text-transform:none;
  623. font-style:none;
  624. font-size:9px;
  625. letter-spacing:1px;
  626. color:#b0b0b0;
  627. text-transform:uppercase;
  628. font-style:none;
  629. border-top:1px solid #b0b0b0;
  630. border-bottom:3px double #b0b0b0;
  631. text-shadow:2px 2px 5px #4f646d;
  632. background-image: url("");
  633. text-align:center;
  634. background-color:none;
  635. -moz-transition-duration:0.5s;
  636. -webkit-transition-duration:0.5s;
  637. -o-transition-duration:0.5s;
  638. }
  639.  
  640. #info a {
  641. color:#b0b0b0;
  642. font-style:none;
  643. }
  644.  
  645. #info a:hover {
  646. color:#b0b0b0;
  647. }
  648.  
  649.  
  650. #tags {
  651. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  652. font-style:normal;
  653. width:250px;
  654. text-transform:italic;
  655. color:#000
  656. line-height:120%;
  657. opacity:0;
  658. font-size:8px;
  659. text-align:center;
  660. padding-top:4px;
  661. -moz-transition-duration:0.5s;
  662. -webkit-transition-duration:0.5s;
  663. -o-transition-duration:0.5s;
  664. }
  665.  
  666. #post:hover .tags {
  667. opacity:1;
  668. -moz-transition-duration:.5s;
  669. -webkit-transition-duration:.5s;
  670. -o-transition-duration:.5s;
  671.  
  672. }
  673.  
  674. #pagination{
  675. font-family:cambria;
  676. width:103px;
  677. font-size:15px;
  678. text-transform:normal;
  679. text-shadow:2px 2px 5px #4f646d;
  680. margin-top:150px;
  681. margin-left:-250px;
  682. padding-top:25px;
  683. letter-spacing:1px;
  684. font-style:normal;
  685. text-align:center;
  686. transform: rotate(-9deg);
  687. -ms-transform: rotate(-9deg);
  688. -webkit-transform: rotate(-9deg);
  689. -o-transform: rotate(-9deg);
  690. -moz-transform: rotate(-9deg);
  691. }
  692.  
  693. #pagination a {
  694. color:#fff;
  695. }
  696.  
  697.  
  698.  
  699. .audio{
  700. background-color:#fff;
  701. height:65px;
  702. overflow:hidden;
  703. }
  704.  
  705.  
  706.  
  707.  
  708. {CustomCSS}</style></head><body>
  709.  
  710. <script type="text/javascript"
  711. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  712. <script>
  713. $(document).ready(function() {
  714. //
  715. $('a.poplight[href^=#]').click(function() {
  716. var popID = $(this).attr('rel'); //Get Popup Name
  717. var popURL = $(this).attr('href'); //Get Popup href to define size
  718. var query= popURL.split('?');
  719. var dim= query[1].split('&');
  720. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  721. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  722. var popMargTop = ($('#' + popID).height() + 80) / 2;
  723. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  724. //Apply Margin to Popup
  725. $('#' + popID).css({
  726. 'margin-top' : -popMargTop,
  727. 'margin-left' : -popMargLeft
  728. });
  729. $('body').append('<div id="fade"></div>');
  730. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  731. return false;
  732. });
  733. $('a.close, #fade').live('click', function() {
  734. $('#fade, .popup_block, .popup_block1, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  735. $('#fade, a.close').remove(); //fade them both out
  736. });
  737. return false;
  738. });
  739. });
  740. </script>
  741.  
  742. <!-- UPDATES START -->
  743.  
  744. <div id="updates">
  745. <div id="updatestitle"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></div>
  746.  
  747. <div style="padding-top:10px;">
  748.  
  749. <center>TEXT HERE</center>
  750.  
  751. </div></div>
  752.  
  753. <!-- UPDATES END -->
  754.  
  755.  
  756. <div id="sidebar">
  757. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  758.  
  759. <div class="nav1">
  760. <a title=refresh href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  761.  
  762. <div class="nav2">
  763. <a title=ask href="#?w=400" rel="box1" class="poplight"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  764. </div>
  765.  
  766. <div class="nav3">
  767. <a title=rules href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  768. </div>
  769.  
  770. <div class="nav4">
  771. <a title=about href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  772. </div>
  773.  
  774. <div class="nav5">
  775. <a title=navi href="#?w=300" rel="box2" class="poplight"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  776. </div>
  777.  
  778. <div class="credit">
  779. <a title=theme href="#?w=200" rel="box3" class="poplight"><img src="https://41.media.tumblr.com/829097c6a18ad5c5345c287feb07593c/tumblr_inline_nvops4O4A41t6zsrv_540.png"></a>
  780. </div>
  781.  
  782.  
  783. <div id="description">{Description}</div>
  784.  
  785.  
  786. <div id="scrollbar">{scrollbar}</div>
  787.  
  788.  
  789.  
  790. <div id="pagination">
  791. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  792. {block:Pagination}{block:NextPage}<a href="{NextPage}">» </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  793.  
  794.  
  795.  
  796. {block:HasPages}{block:Pages}
  797.  
  798. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  799.  
  800. </div></center>
  801.  
  802.  
  803. </div>
  804.  
  805.  
  806. <div id="container">{block:Posts}<div id="posts">
  807. <img src="">
  808.  
  809. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  810.  
  811. {block:blockquote}{/block:blockquote}
  812.  
  813.  
  814.  
  815. {block:Photo}
  816. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  817. {/block:Photo}
  818.  
  819. {block:Photoset}
  820. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  821. {/block:Photoset}
  822.  
  823. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  824.  
  825. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  826.  
  827. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  828.  
  829. {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}
  830. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  831.  
  832. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  833.  
  834. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;{Asker}:<br><br><br> &nbsp; <big>"{Question}"</big><br><br>{Answer}{/block:Answer}
  835.  
  836.  
  837. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  838. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  839. {block:HasTags}
  840. <div class="tags">
  841. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  842. {/block:HasTags}
  843. <div class="postnote">
  844. {block:PostNotes}{PostNotes}{/block:PostNotes}
  845. </div>
  846. </div>
  847. {/block:Posts}</div>
  848.  
  849.  
  850.  
  851.  
  852. </body>
  853.  
  854. <div id="box1" class="popup_block">
  855. <p><iframe frameborder="0" height="255" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/flurriies.tumblr.com" width="100%"></iframe></p>
  856. <p><iframe frameborder="0" height="400" id="submit_form" scrolling="no" src="http://www.tumblr.com/submit_form/flurriies.tumblr.com" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  857. </div>
  858.  
  859. </div></div></div></div></div></div></div></div></div></div>
  860.  
  861.  
  862. <div id="box2" class="popup_block2">
  863. <table>
  864. <tr>
  865. <td>
  866. <div class="poplinks">
  867. <a href="/">LINK</a>
  868. <a href="/">LINK</a>
  869. <a href="/">LINK</a>
  870. <a href="/">LINK</a>
  871.  
  872. </div>
  873. </td>
  874. <td>
  875.  
  876. <div class="poplinks">
  877.  
  878. <a href="/">LINK</a>
  879. <a href="/">LINK</a>
  880. <a href="/">LINK</a>
  881. <a href="/">LINK</a>
  882.  
  883. </div>
  884.  
  885. </td>
  886. <td>
  887.  
  888. <div class="poplinks">
  889.  
  890. <a href="/">LINK</a>
  891. <a href="/">LINK</a>
  892. <a href="/">LINK</a>
  893. <a href="/">LINK</a>
  894.  
  895. </div>
  896.  
  897. </td>
  898. </tr>
  899. </table>
  900. </div>
  901.  
  902. </div></div></div></div></div></div></div></div></div></div>
  903.  
  904. <div id="box3" class="popup_block3">
  905. <h1>Theme Information;;</h1>
  906. <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></center>
  907. </div>
  908.  
  909. </div></div></div></div></div></div></div></div></div></div>
  910.  
  911. </html>
Advertisement
Add Comment
Please, Sign In to add comment