Advertisement
fantasy1x1

Fantasy Theme 10

Apr 12th, 2014
4,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.92 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.  
  4. <!--theme number ten by fantasieswriter (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <meta name="color:background" content="#FFFFFF">
  10. <meta name="color:sidebar link" context="#413f3f">
  11. <meta name="color:link" content="#928f8f">
  12. <meta name="color:post links" content="#928f8f">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:info" content="#dadada">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:title" content="#0a0a0a">
  17. <meta name="color:sidebar text" content="#a8a6a6">
  18. <meta name="color:tags" content="#dddddd">
  19. <meta name="color:scrollbar" content="#313231">
  20. <meta name="color:border" content="#313231">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content=""/>
  24.  
  25. <meta name="text:Link1" content="" />
  26. <meta name="text:Link1 Title" content="link 1" />
  27. <meta name="text:Link2" content="" />
  28. <meta name="text:Link2 Title" content="link 2" />
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3 Title" content="link 3" />
  31. <meta name="text:Link4" content="" />
  32. <meta name="text:Link4 Title" content="link 4" />
  33. <meta name="text:Link5" content="" />
  34. <meta name="text:Link5 Title" content="link 5" />
  35. <meta name="text:Link6" content="" />
  36. <meta name="text:Link6 Title" content="link 6" />
  37. <meta name="text:Link7" content="" />
  38. <meta name="text:Link7 Title" content="link 7" />
  39. <meta name="text:Link8" content="" />
  40. <meta name="text:Link8 Title" content="link 8" />
  41. <meta name="text:Link9" content="" />
  42. <meta name="text:Link9 Title" content="link 9" />
  43. <meta name="text:Link10" content="" />
  44. <meta name="text:Link10 Title" content="link 10" />
  45.  
  46. <meta name="if:AudioPlayerBlack" content="1" />
  47. <meta name="if:AudioPlayerWhite" content="0" />
  48. <meta name="if:Navigation" content="1" />
  49. <meta name="if:NoNavigation" content="0" />
  50.  
  51. <script type="text/javascript"
  52. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  53.  
  54. <!--NAVIGATION TAB-->
  55.  
  56. <script>
  57.  
  58.  
  59.  
  60. $(document).ready(function() {
  61.  
  62.     //
  63.  
  64.  
  65.  
  66. //When you click on a link with class of poplight and the href starts with a #
  67.  
  68. $('a.poplight[href^=#]').click(function() {
  69.  
  70.     var popID = $(this).attr('rel'); //Get Popup Name
  71.  
  72.     var popURL = $(this).attr('href'); //Get Popup href to define size
  73.  
  74.  
  75.  
  76.     //Pull Query & Variables from href URL
  77.  
  78.    var query= popURL.split('?');
  79.  
  80.     var dim= query[1].split('&');
  81.  
  82.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  83.  
  84.  
  85.  
  86.     //Fade in the Popup and add close button
  87.  
  88.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  89.  
  90.  
  91.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  92.  
  93.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  94.  
  95.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  96.  
  97.  
  98.  
  99.     //Apply Margin to Popup
  100.  
  101.     $('#' + popID).css({
  102.  
  103.         'margin-top' : -popMargTop,
  104.  
  105.         'margin-left' : -popMargLeft
  106.  
  107.     });
  108.  
  109.  
  110.  
  111.     //Fade in Background
  112.  
  113.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  114.  
  115.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  116.  
  117.  
  118.  
  119.     return false;
  120.  
  121. });
  122.  
  123.  
  124.  
  125. //Close Popups and Fade Layer
  126.  
  127. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  128.  
  129.     $('#fade , .popup_block').fadeOut(function() {
  130.  
  131.         $('#fade, a.close').remove();  //fade them both out
  132.  
  133.     });
  134.  
  135.     return false;
  136.  
  137. });
  138.  
  139.  
  140.  
  141.  
  142.  
  143. });
  144.  
  145. </script>
  146.  
  147.  
  148.  
  149. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  150. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  151. <link rel="shortcut icon" href="{Favicon}" />
  152. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  153.  
  154. <script type="text/javascript"
  155. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  156.  
  157.  
  158. <style type="text/css">
  159.  
  160.  
  161. a {
  162. color:{color:link};
  163. text-decoration:none;
  164. -moz-transition-duration:0.5s;
  165. -webkit-transition-duration:0.5s;
  166. -o-transition-duration:0.5s;
  167. }
  168.    
  169. a:hover {
  170. color:{color:hover};
  171. text-decoration:none;
  172. -moz-transition-duration:0.5s;
  173. -webkit-transition-duration:0.5s;
  174. -o-transition-duration:0.5s;
  175. }
  176.  
  177.    
  178. ::-webkit-scrollbar {
  179. height:8px;
  180. width:5px}
  181.  
  182. ::-webkit-scrollbar-thumb:vertical {
  183. background-color:{color:scrollbar};
  184. height:50px;
  185. }
  186.  
  187. ::-webkit-scrollbar-thumb:horizontal {
  188. background-color:{color:scrollbar};
  189. height:8px!important;
  190. }
  191.  
  192. body {
  193. background-color:{color:background};
  194. font-family:cambria;
  195. font-weight:normal;
  196. background-image:url('{image:background}');
  197. background-attachment:fixed;
  198. }
  199.  
  200. h1 {
  201. font-weight:bold;
  202. font-size:18px;
  203. text-align:right;
  204. line-height:80%;
  205. font-family:arial;
  206. letter-spacing:-0.5px;
  207. text-transform:uppercase;
  208. color:{color:text};
  209. }
  210.  
  211. h2 {
  212. font-size:15px;
  213. text-align:left;
  214. text-transform:lowercase;
  215. line-height:100%;
  216. letter-spacing:0px;
  217. font-family:times;
  218. font-weight:normal;
  219. font-style:italic;
  220. padding:11px;
  221. background-color:#f8f8f8;
  222. color:gray;
  223. border-top-left-radius:10px;
  224. border-bottom-right-radius:10px;
  225. }
  226.  
  227. h3 {
  228. text-align:center;
  229. background-color:{color:sidebar link};
  230. color:white;
  231. padding:10px;
  232. border:none;
  233. }
  234.  
  235. h3 a {
  236. color:white;
  237. border:none;
  238. }
  239.  
  240. h3 a:hover {
  241. color:black;
  242. }
  243.  
  244. b, strong {
  245. color:{color:sidebar link};
  246. }
  247.  
  248. i,em {
  249. color:{color:info};
  250. }
  251.  
  252. blockquote {
  253. border-top:5px solid transparent;
  254. border-bottom:5px solid transparent;
  255. border-left:5px solid #e8e8e8;
  256. padding:5px;
  257. margin:6px;
  258. background-color:#f8f8f8;
  259. }
  260.  
  261. blockquote blockquote {
  262. border-top:5px solid transparent;
  263. border-bottom:5px solid transparent;
  264. border-left:5px solid #e8e8e8;
  265. padding:5px;
  266. margin:6px;
  267. background-color:#f8f8f8;
  268. }
  269.  
  270. #sidebar {
  271. position:fixed;
  272. margin-left:170px;
  273. width:150px;
  274. margin-top:70px;
  275. background-color: transparent ;
  276. padding:0px 5px 0px;
  277. }
  278.  
  279.  
  280. #sidebarimage img {
  281. position:fixed;
  282. width:150px;
  283. height:150px;
  284. margin-left:-150px;
  285. border:4px double white;
  286. padding:3px;
  287. }
  288.  
  289. #description {
  290. position:fixed;
  291. width:375px;
  292. margin-left:-150px;
  293. margin-top:0px;
  294. font-size:10px;
  295. color:{color:sidebar text};
  296. line-height: 18px;
  297. background-color:white;
  298. text-align:center;
  299. line-height:10px;
  300. padding:10px;
  301. border-radius:12px;
  302. }
  303.        
  304. .pagination {
  305. margin-top:179px;
  306. text-align:center;
  307. background-color:{color:sidebar link};
  308. font-size:9px;
  309. padding:5px;
  310. margin-left:-150px;
  311. width:385px;
  312. }
  313.  
  314. .pagination a {
  315. color:white;
  316. }
  317.  
  318. .pagination a:hover {
  319. color:black;
  320. }
  321.        
  322. .links {
  323. margin-top:0px;
  324. margin-left:15px;
  325. width:230px;
  326. font-size:8px;
  327. font-family: verdana;
  328. text-transform: uppercase;
  329. text-align:center;
  330. }
  331.  
  332. .links a {
  333. display:inline-block;
  334. padding:5px;
  335. color:white;
  336. background-color:{color:sidebar link};
  337. margin-bottom:4px;
  338. width:100px;
  339. margin-left:3px;
  340. -webkit-transition:0.3s linear;
  341. border-bottom:4px double white;
  342. }
  343.  
  344. .links a:hover {
  345. color:{color:sidebar link};
  346. background-color:white;
  347. border-bottom:4px solid {color:sidebar link};
  348. }
  349.  
  350. #stuffcontainer {
  351. float:left;
  352. margin-left:500px;
  353. margin-top:-10px;
  354. text-align:justify;
  355. color:{color:text};
  356. margin-bottom: 35px;
  357. }
  358.  
  359.  
  360. #stuff {
  361. width:500px;
  362. margin-top:45px;
  363. text-align:justify;
  364. font-size:11px;
  365. background-color:white;
  366. line-height:90%;
  367. padding:10px;
  368. letter-spacing:0x;
  369. color:{color:text};
  370. }
  371.  
  372. .caption {
  373. width:500px;
  374. text-align:justify;
  375. line-height:120%;
  376. }
  377.  
  378. .asker {
  379. padding:10px;
  380. font-family:cambria;
  381. letter-spacing:1px;
  382. text-align:left;
  383. text-transform:none;
  384. }
  385.    
  386. .ans {
  387. text-align:left;
  388. padding:10px;
  389. color:{color:text};
  390. }
  391.  
  392. .audio {
  393. width:500px;
  394. padding-bottom:10px;
  395. background-color:{color:info};
  396. color:white;
  397. }
  398.  
  399. {block:ifAudioPlayerBlack}
  400. .playercontainer {
  401. padding:10px;
  402. background-color:#000000;
  403. width:480px;
  404. text-align:center;
  405. }
  406. {/block:ifAudioPlayerBlack}
  407.  
  408. {block:ifAudioPlayerWhite}
  409. .playercontainer {
  410. padding:10px;
  411. background-color:#ffffff;
  412. width:480px;
  413. text-align:center;
  414. }
  415. {/block:ifAudioPlayerWhite}
  416.    
  417. .audioinfo {
  418. padding:10px;
  419. color:white;
  420. text-align:center;
  421. font-style:italic;
  422. line-height:113%;
  423. }
  424.  
  425. #postinfo {
  426. border-top:4px solid {color:info};
  427. width:487px;
  428. padding:7px;
  429. font-size:9px;
  430. color:white;
  431. text-transform:uppercase;
  432. font-style:normal;
  433. letter-spacing:2px;
  434. text-align:left;
  435. -moz-transition-duration:0.5s;
  436. -webkit-transition-duration:0.5s;
  437. -o-transition-duration:0.5s;
  438. background:black;
  439. }
  440.  
  441. #postinfo a {
  442. color:white;
  443. text-align:center;
  444. letter-spacing:1px;
  445. font-style:normal;
  446. }
  447.    
  448. #postinfo a:hover {
  449. font-style:italic;
  450. text-decoration:underline;
  451. }
  452.    
  453. .note {
  454. text-transform:uppercase;
  455. font-style:normal;
  456. letter-spacing:0px;
  457. font-size: 9px;
  458. text-align:left;
  459. line-height:90%;
  460. margin-left:-40px;
  461. }
  462.    
  463. .note li {
  464. list-style-type:none;
  465. padding:10px 25px 10px 25px;
  466. text-align:left;
  467. margin:0px;
  468. -moz-transition-duration:0.5s;
  469. -webkit-transition-duration:0.5s;
  470. -o-transition-duration:0.5s;
  471. }
  472.    
  473. .tags {
  474. font-style:normal;
  475. width:481px;
  476. text-transform:uppercase;
  477. font-style:normal;
  478. color:{color:tags};
  479. letter-spacing:2px;
  480. line-height:120%;
  481. border-right:5px solid {color:info};
  482. border-left:5px solid {color:info};
  483. border-top:5px solid transparent;
  484. border-bottom:5px solid transparent;
  485. font-size:10px;
  486. text-align:left;
  487. padding:5px;
  488. -moz-transition-duration:0.5s;
  489. -webkit-transition-duration:0.5s;
  490. -o-transition-duration:0.5s;
  491. background-color:#f7f7f7;
  492. }
  493.  
  494. .tags a {
  495. color:{color:tags};
  496. letter-spacing:1px;
  497. padding:1px;
  498. }
  499.    
  500. .tags a:hover {
  501. color:{color:link};
  502. letter-spacing:2px;
  503. }
  504.    
  505. ul.chat, .chat ol, .chat li {
  506. list-style:none;
  507. margin:0px;
  508. padding:2px;
  509. }
  510.    
  511. .label {
  512. text-decoration:underline;
  513. font-weight:700;
  514. background-color:{color:infobg};
  515. margin-right:5px;
  516. }
  517.  
  518. #updates {
  519. font-size:10px;
  520. position:fixed;
  521. width:385px;
  522. background-color:white;
  523. padding:5px;
  524. margin-top:443px;
  525. margin-left:25px;
  526. }
  527.  
  528. #fade {
  529. display:none;
  530. background:none;
  531. position:absolute;
  532. left:0;
  533. top: 0;
  534. width: 100%;
  535. height: 100%;
  536. opacity: .80;
  537. z-index: 9999;
  538. }
  539.  
  540. .popup_block{
  541. display:none;
  542. background-color:white;
  543. padding:20px;
  544. float:left;
  545. position:fixed;
  546. opacity:1;
  547. top:50%;
  548. left:50%;
  549. z-index:99999;
  550. }
  551.  
  552. img.btn_close {
  553. float:right;
  554. margin:-55px -55px 0 0;
  555. }
  556.  
  557. *html #fade {
  558. position:absolute;
  559. }
  560.  
  561. *html .popup_block {
  562. position:absolute;
  563. }
  564.  
  565. #toptitles {
  566. width:150px;
  567. background-color:black;
  568. color:white;
  569. padding:5px;
  570. border-radius:15px;
  571. font-size:14px;
  572. text-align:center;
  573. letter-spacing:-1px;
  574. border-bottom:3px solid lightgray;
  575. font-family:arial;
  576. font-weight:normal;
  577. }
  578.  
  579. .nav {
  580. padding:3px;
  581. font-size:10px;
  582. text-align:center;
  583. text-transform:lowercase;
  584. }
  585.  
  586. .nav a {
  587. display:inline-block;
  588. padding:5px;
  589. width:140px;
  590. color:{color:sidebar link};
  591. background-color:white;
  592. }
  593.  
  594. .nav a:hover {
  595. background-color:{color:sidebar link};
  596. color:white;
  597. border-radius:12px;
  598. }
  599.  
  600. .credit {
  601. position:fixed;
  602. font-style:italic;
  603. bottom:4px;
  604. right:8px;
  605. font-size:9px;
  606. font-family:consolas;
  607. text-transform:lowercase;
  608. letter-spacing:0px;
  609. background-color:#f7f7f7;
  610. padding:3px;
  611. }
  612.  
  613. .credit a{
  614. color:{color:sidebar link};
  615. background-color:#f7f7f7;
  616. }
  617.  
  618. .credit a:hover{
  619. color:black;
  620. opacity:1.0;
  621. }
  622.  
  623.  
  624.     {CustomCSS}
  625. </style>
  626. </head>
  627.  
  628.  
  629. <div id="sidebar">
  630.    
  631. <div id="sidebarimage"><img src="{image:sidebar}"/>
  632.     </div>
  633.  
  634. <div class="links">  
  635. <a href="/">home</a>
  636. <a href="/ask">ask</a>
  637. <a href="{text:Link1}">{text:Link1 Title}</a>
  638. <a href="{text:Link2}">{text:Link2 Title}</a>
  639. <a href="{text:Link3}">{text:Link3 Title}</a>
  640. <a href="{text:Link4}">{text:Link4 Title}</a>
  641. <a href="{text:Link5}">{text:Link5 Title}</a>
  642. <a href="{text:Link6}">{text:Link6 Title}</a>
  643. <a href="{text:Link7}">{text:Link7 Title}</a>
  644. <a href="{text:Link8}">{text:Link8 Title}</a>
  645. <a href="{text:Link9}">{text:Link9 Title}</a>
  646. {block:IfNoNavigation}<a href="{text:Link10}">{text:Link10 Title}</a>{block:IfNoNavigation}
  647. {block:IfNavigation}<a href="#?w=500" rel="navigation" class="poplight">navigation</a>{/block:IfNavigation}
  648. </div>
  649.  
  650. <div id="description">
  651. <div style="max-height:150px; overflow:auto; padding:5px; margin-top:-5px;">{block:Description}{Description}{/block:Description}
  652. </div>
  653. </div>
  654.  
  655.  
  656.  
  657.  
  658. <div class="pagination">
  659. {block:Pagination}
  660. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">next</a>
  661. {/block:NextPage}
  662.    {/block:Pagination}
  663.         </div>
  664.         </div>
  665.        
  666. <div id="updates">
  667. <div style="background-color:{color:sidebar link}; color:white; padding:4px; text-align:center; font-size:20px; font-family:arial; letter-spacing:-2.3px; font-weight:bold; margin-bottom:3px;">UPDATES</div>
  668. This is where your updates go.
  669. <ul><li>or whatever you wanna put here really</li></ul>
  670. </div>
  671.  
  672. <div id="navigation" class="popup_block">
  673. <div style="background-color:{color:sidebar link}; text-align:center; padding:3px; font-family:arialblack; letter-spacing:-2px; font-weight:bold; color:white; font-size:20px;">NAVIGATION</div>
  674. <table>
  675. <td>
  676. <div id="toptitles">TITLE HERE</a></div>
  677. <div class="nav">
  678. <a href="/">link one</a>
  679. <a href="/">link two</a>
  680. <a href="/">link three</a>
  681. <a href="/">link four</a>
  682. <a href="/">link five</a>
  683. <a href="/">link six</a>
  684. <a href="/">link seven</a>
  685. </div>
  686. </td>
  687. <td>
  688. <div id="toptitles">SECOND TITLE HERE</a></div>
  689. <div class="nav">
  690. <a href="/">link one</a>
  691. <a href="/">link two</a>
  692. <a href="/">link three</a>
  693. <a href="/">link four</a>
  694. <a href="/">link five</a>
  695. <a href="/">link six</a>
  696. <a href="/">link seven</a>
  697. </div>
  698. </td>
  699. <td>
  700. <div id="toptitles">THIRD TITLE HERE</a></div>
  701. <div class="nav">
  702. <a href="/">link one</a>
  703. <a href="/">link two</a>
  704. <a href="/">link three</a>
  705. <a href="/">link four</a>
  706. <a href="/">link five</a>
  707. <a href="/">link six</a>
  708. <a href="/">link seven</a>
  709. </div>
  710. </td>
  711. </table>
  712. </div>
  713.    
  714. </div>
  715.  
  716.   <div id="stuffcontainer">
  717.  
  718. {block:Posts}
  719.  
  720. <div id="stuff">
  721.  
  722. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  723.  
  724. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  725.  
  726. {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
  727. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  728.  
  729. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  730.  
  731. {block:Photoset}<center>{Photoset-500}</center>
  732. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  733.  
  734. {block:Chat}<ul class="chat">{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  735.  
  736. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  737.  
  738. {block:Answer}<div id="asker" style="margin-left:-5px;width:500px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;">{Asker} whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  739.  
  740. {block:Audio}<div class="audio">
  741. <div class="audioinfo">{block:TrackName}<big><big><big><span style="text-transform:lowercase;">{TrackName}</big></big></big></span><br />{/block:TrackName}{block:Artist}<span style="text-transform:uppercase"><big><b>by </b>{Artist}</big></span><br />{/block:Artist}
  742. {/block:ExternalAudio}<b>played</b> {PlayCount} times</div>
  743. <br><div class="playercontainer">{block:ifAudioPlayerWhite}{AudioPlayerWhite}{/block:ifAudioPlayerWhite}    {block:ifAudioPlayerBlack}{AudioPlayerBlack}{/block:ifAudioPlayerBlack}</div></div>
  744. {block:Caption}{/block:Caption}<br>{/block:Audio}
  745.  
  746. <p>
  747.  
  748. {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} -- with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} ♥ <a href="{ReblogParentURL}"><small>VIA</small></a>{/block:RebloggedFrom}
  749. {block:ContentSource} <small>{<a href="{SourceURL}">S O U R C E</a>}</small>{/block:ContentSource}</div>{/block:Date}
  750. {block:HasTags}
  751. <div class="tags">
  752. {block:Tags}<a href="{TagURL}">{Tag};</a>{/block:Tags}</div>
  753. {/block:HasTags}
  754. <div class="note">
  755. {block:PostNotes}{PostNotes}{/block:PostNotes}
  756. </div>
  757. </div>
  758. {/block:Posts}
  759.  
  760.  
  761. </div>
  762.  
  763. <div class="credit"><a href="http://fantasieswriter.tumblr.com/"><center>fantasieswriter</center></a></div>
  764.  
  765. </body>
  766.  
  767.  
  768. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement