fantasy1x1

Custom Fantasy 1 (Public)

Apr 7th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.04 KB | None | 0 0
  1. <!-- custom theme 1 by fantasieswriter (kyla/kc) now being released to be a part of the roleplay package 2.0 please like/reblog the post if using <3 -->
  2.  
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:Answer" content="#f8f8f8"/>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Border" content="#e4e4e4"/>
  13. <meta name="color:Hover" content="#f2f2f2"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:SideLinks" content="#000000"/>
  16. <meta name="color:Post" content="#f4f4f4"/>
  17. <meta name="color:scrollbarbg" content="ffffff"/>
  18. <meta name="color:Sidebar" content="#ffffff"/>
  19. <meta name="color:Text" content="#a8a8a8"/>
  20.  
  21. <meta name="image:background" content=""/>
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="if:DarkBackground" content="1"/>
  25. <meta name="if:LightBackground" content="0"/>
  26. <meta name="if:DarkBackgroundTitle" content="1"/>
  27. <meta name="if:LightBackground" content="0"/>
  28. <meta name="if:OpenThings" content="1"/>
  29. <meta name="if:ToDoList" content="1"/>
  30. <meta name="if:Updates" content="1"/>
  31.  
  32. <meta name="text:YOURURLHERE" content=""/>
  33.  
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="text:Link 5" content="" />
  43. <meta name="text:Link 5 Text" content="" />
  44. <meta name="text:Link 6" content="" />
  45. <meta name="text:Link 6 Text" content="" />
  46. <meta name="text:Link 7" content="" />
  47. <meta name="text:Link 7 Text" content="" />
  48. <meta name="text:Link 8" content="" />
  49. <meta name="text:Link 8 Text" content="" />
  50. <meta name="text:Link 9" content="" />
  51. <meta name="text:Link 9 Text" content="" />
  52. <meta name="text:Link 10" content="" />
  53. <meta name="text:Link 10 Text" content="" />
  54. <meta name="text:Link 11" content="" />
  55. <meta name="text:Link 11 Text" content="" />
  56. <meta name="text:Link 12" content="" />
  57. <meta name="text:Link 12 Text" content="" />
  58. <meta name="text:Link 13" content="" />
  59. <meta name="text:Link 13 Text" content="" />
  60. <meta name="text:Link 14" content="" />
  61. <meta name="text:Link 14 Text" content="" />
  62. <meta name="text:Link 15" content="" />
  63. <meta name="text:Link 15 Text" content="" />
  64. <meta name="text:Link 16" content="" />
  65. <meta name="text:Link 16 Text" content="" />
  66. <meta name="text:Link 17" content="" />
  67. <meta name="text:Link 17 Text" content="" />
  68. <meta name="text:Link 18" content="" />
  69. <meta name="text:Link 18 Text" content="" />
  70. <meta name="text:Link 19" content="" />
  71. <meta name="text:Link 19 Text" content="" />
  72. <meta name="text:Link 20" content="" />
  73. <meta name="text:Link 20 Text" content="" />
  74. <meta name="text:Link 21" content="" />
  75. <meta name="text:Link 21 Text" content="" />
  76. <meta name="text:Link 22" content="" />
  77. <meta name="text:Link 22 Text" content="" />
  78. <meta name="text:Link 23" content="" />
  79. <meta name="text:Link 23 Text" content="" />
  80. <meta name="text:Link 24" content="" />
  81. <meta name="text:Link 24 Text" content="" />
  82. <meta name="text:Link 25" content="" />
  83. <meta name="text:Link 25 Text" content="" />
  84.  
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89.  
  90.  
  91. ::-webkit-scrollbar {
  92. height:8px;
  93. width:8px;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background-color:{color:scrollbarbg};
  98. height:50px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb:horizontal {
  102. background-color:{color:scrollbarbg};
  103. height:8px!important;
  104. }
  105.  
  106. body {
  107.     background:{color:background};
  108.     margin:0px;
  109.     color:{color:text};
  110.     font-family:Calibri;
  111.     font-size:10px;
  112.     line-height:100%;
  113.     background-image:url('image:background');
  114. }
  115.  
  116. a {
  117.     text-decoration:none;
  118.     outline:none;
  119.     -moz-outline-style:none;
  120.     color:{color:link};
  121. }
  122.  
  123. img {
  124.     border:none;
  125. }
  126.  
  127. blockquote {
  128.     padding:3px;
  129.     padding-left:5px;
  130.     border-left:3px solid #484444;
  131.     background-color:#f9f9f9;
  132. }
  133.  
  134. blockquote img {
  135.     max-width:100%;
  136. }
  137.    
  138. blockquote blockquote {
  139.     padding-left:5px;
  140.     border-left:2px solid;
  141. }
  142.  
  143. b,strong {
  144.     color:{color:scrollbarbg};
  145. }
  146.  
  147. i,em {
  148.     color:{color:link};
  149. }
  150.  
  151. h1 {
  152.     font-size:10px;
  153.     text-transform:uppercase;
  154.     background-color:{color:link};
  155.     padding:7px;
  156.     {block:ifLightBackgroundTitle}color:black;{/block:ifLightBackgroundTitle}
  157.     {block:ifDarkBackgroundTitle}color:white;{/block:ifDarkBackgroundTitle}
  158. }
  159.  
  160. h1 a {
  161.     color:white;
  162. }
  163.  
  164. h1 a:hover {
  165.     color:{color:hover};
  166. }
  167.  
  168. a:hover {
  169.     opacity:10;
  170.     color:{color:hover};
  171.      -webkit-transition: all 0.7s ease;
  172.     -moz-transition: all 0.7s ease;
  173.     -o-transition: all 0.7s ease
  174. }
  175.  
  176. #quote {
  177.     background-color:#0a0a0a;
  178.     color:white;
  179.     padding:20px;
  180.     border-radius:15px;
  181. }
  182.  
  183. #entries {
  184.     padding:10px;
  185.     width:480px;
  186.     margin-left:490px;
  187.     margin-top:40px;
  188.     font-size:10px;
  189. }
  190.  
  191. #post {
  192.     border-radius:40px;
  193.     width:500px;
  194.     padding-bottom:20px;
  195.     padding:10px;
  196.     margin-top:15px;
  197.     border:25px solid #e7e7e7;
  198.     background-color:{color:Post};
  199. }
  200.  
  201. #sidebar {
  202.     height:700px;
  203.     position:fixed;
  204.     margin-left:360px;
  205.     margin-top:-100px;
  206.     opacity:1;
  207.     background-color:{color:Sidebar};
  208. }
  209.  
  210. #navigation {
  211.     position:fixed;
  212.     color:black;
  213.     margin-top:413px;
  214.     font-family:times;
  215.     font-style:italic;
  216.     margin-left:-80px;
  217.     text-transform:lowercase;
  218.     text-shadow:2px 1px lightgray;
  219.     font-size:50px;
  220.     font-weight:bold;
  221.     letter-spacing:-1.5px;
  222. }
  223.  
  224. .links {
  225.     width:424px;
  226.     padding:15px;
  227.     font-family:silver;
  228.     letter-spacing:0px;
  229.     text-align:center;
  230.     font-weight:normal;
  231.     font-style:italic;
  232.     margin-top:450px;
  233.     margin-left:-347px;
  234.     text-align:center;
  235.     text-transform:lowercase;
  236.     position:fixed;
  237.     opacity:1;
  238.     border:10px solid #010101;
  239.     background-image:url('https://31.media.tumblr.com/a7d0d710cf6568a043367893090a73ca/tumblr_inline_n0p40uyTUs1s8uon6.png');
  240.    
  241. }
  242.  
  243. .links a {
  244.     display:inline-block;
  245.     padding:5px;
  246.     width:120px;
  247.     margin-top:5px;
  248.     margin-left:4px;
  249.     font-size:12px;
  250.     background-color:{color:sidelinks};
  251.     {block:ifLightBackground}color:black;{/block:ifLightBackground}
  252.     {block:ifDarkBackground}color:white;{/block:ifDarkBackground}
  253. }
  254.  
  255. .links a:hover {
  256.    text-transform:lowercase;
  257.    letter-spacing:2px;
  258. }  
  259.  
  260. #chatbox {
  261.     margin-top:100px;
  262.     margin-left:-95px;
  263.     position:fixed;
  264.     padding:3px;
  265.     background-color:#e7e7e7;
  266.     border:7px solid #f7f7f7;
  267. }
  268.  
  269. #title {
  270.     position:fixed;
  271.     color:black;
  272.     background-color:#f7f7f7;
  273.     font-family:arialblack;
  274.     letter-spacing:-1.5px;
  275.     font-weight:bold;
  276.     font-size:20px;
  277.     padding:10px;
  278.     padding-top:16px;
  279.     padding-bottom:20px;
  280.     width:550px;
  281.     text-align:center;
  282.     margin-left:140px;
  283.     margin-top:60px;
  284. }
  285.  
  286. #description {
  287.     position:fixed;
  288.     font-family:times;
  289.     line-height:100%;
  290.     font-size:11px;
  291.     width:224px;
  292.     height:150px;
  293.     margin-top:134px;
  294.     background-color:#f7f7f7;
  295.     padding:12px;
  296.     margin-left:-348px;
  297.     text-align:left;
  298.     color:{color:text};
  299.     }
  300.    
  301. #description a {
  302.     color:{color:sidebarlinks};
  303.     -moz-transition-duration:0.4s;
  304.     -webkit-transition-duration:0.4s;
  305.     -o-transition-duration:0.4s;
  306. }
  307.  
  308. #pagination {
  309.     width:240px;
  310.     font-size:8px;
  311.     padding:4px;
  312.     text-align:center;
  313.     position:fixed;
  314.     letter-spacing:0px;
  315.     margin-top:-368px;
  316.     margin-left:-26px;
  317.     background-color:#f7f7f7;
  318. }
  319.  
  320. #pagination a {
  321.     background-color:transparent;
  322.     width:auto;
  323.     padding:0px;
  324.     font-family:times;
  325.     font-size:10px;
  326.     text-transform:lowercase;
  327.     color:{color:link};
  328. }
  329.  
  330. #pagination a:hover {
  331.     letter-spacing:0px;
  332. }
  333.  
  334. #status {
  335.     position:fixed;
  336.     margin-left:-348px;
  337.     margin-top:342px;
  338.     font-size:10px;
  339.     text-transform:uppercase;
  340. }
  341.  
  342. #playlist {
  343.     position:fixed;
  344.     margin-left:-348px;
  345.     margin-top:394px;
  346. }
  347.  
  348. #updates {
  349.     position:fixed;
  350.     margin-top:0px;
  351.     font-size:11px;
  352.     margin-left:1085px;
  353.     margin-bottom:5px;
  354.     height:140px;
  355. }
  356.  
  357. #todo {
  358.     position:fixed;
  359.     margin-bottom:5px;
  360.     height:140px;
  361.     margin-top:145px;
  362. }
  363.  
  364. #open {
  365.     position:fixed;
  366.     height:140px;
  367.     margin-top:145px;
  368. }
  369.  
  370. #info {
  371.     text-align:left;
  372.     margin-top:10px;
  373.     font-family:times;
  374.     text-transform:uppercase;
  375.     font-size:8px;
  376.     font-style:none;
  377.     border-top:1px solid lightgray;
  378. }
  379.  
  380. #tags {
  381.     font-family:georgia;
  382.     letter-spacing:0px;
  383.     text-transform:lowercase;
  384.     font-size:10px;
  385.     font-style:italic;
  386.     margin-top:9px;
  387.     text-align:left;
  388.     line-height:110%;
  389. }
  390.    
  391. #tags a {
  392.     display:inline;
  393.     padding:3px;
  394.     text-align:left;
  395.     -webkit-transition: all 0.6s ease-in-out;
  396.     -moz-transition: all 0.6s ease-in-out;
  397.     -o-transition: all 0.6s ease-in-out;
  398.     -ms-transition: all 0.6s ease-in-out;
  399.     transition: all 0.6s ease-in-out;
  400. }  
  401.  
  402.  
  403. #asker {
  404.     padding:5px;
  405.     font-family:cambria;
  406.     letter-spacing:1px;
  407.     text-align:left;
  408.     font-style:italic;
  409.     margin-left:10px;
  410.     border-left:3px #eee solid;
  411.     background-color:{color:background}
  412. }
  413.  
  414. #search {
  415.     position:fixed;
  416.     background-color:{color:sidelinks};
  417.     padding:3px;
  418.     width:242px;
  419.     margin-left:12px;
  420.     margin-top:-32px;
  421.     border-top:10px solid {color:sidelinks};
  422.     border-bottom:11px solid {color:sidelinks};
  423. }
  424.  
  425. input.wh {
  426.     color:#aaaaaa;
  427.     background:#fff;
  428.     border:0px none;
  429.     border:none;
  430.     padding:3px;
  431.     padding-top:6px;
  432.     margin:0;
  433.     font-size:9px;
  434.     line-height:10px;
  435.     letter-spacing:1px;
  436.     margin-left:10px;
  437.     margin-top:5px;
  438.     width:140px;
  439.     height:12px;
  440. }
  441.    
  442. input.sb {
  443.     background-color:white;
  444.     padding:2px;
  445.     width:70px;
  446.     text-align:center;
  447.     font-family:calibri, sans-serif;
  448.     margin-left:4px;
  449.     text-shadow:2px 2px 1px lightgray;
  450.     border:1px solid white;
  451. }
  452.  
  453. <script type="text/javascript">
  454. <!--
  455. function handleThis(formElm)
  456. {
  457. window.location="http://{text:YOURURLHERE}.tumblr.com/tagged/"+formElm.number.value+"";
  458. return false;
  459. }
  460. // -->
  461. </script>
  462.  
  463.  
  464. {CustomCSS}
  465.    
  466. 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:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  467.  
  468. </style></head><body>
  469.  
  470. <div id="search">
  471. <form action="/search" method="get">
  472. <input type="text" name="q" class="wh" onfocus="if(this.value == 'search') { this.value = ''; }"  value="Search..." />
  473. <input type="submit" title="go!" class="sb" value="Search" />
  474. </form>
  475. </div>
  476. </div>
  477.  
  478.  
  479. {block:ifUpdates}<div id="updates">
  480. <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">updates</div>
  481.  
  482. <p>put your updates here~
  483. </div>{/block:ifUpdates}
  484.  
  485. {block:ifToDoList}<div id="todo">
  486. <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">to-do list</div>
  487.  
  488. <li>things</li>
  489. <li>to do</li>
  490. <li>go here!</li>
  491. </div>{/block:ifToDoList}
  492.  
  493. {block:ifOpenThings}<div id="open">
  494. <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">what's open</div>
  495.  
  496. <p>tell them what's open!
  497. </div>{/block:ifOpenThings}
  498.  
  499. </div>
  500. </div>
  501. </div>
  502.  
  503. <div id="sidebar">
  504.  
  505. <div id="chatbox">
  506. <div style="position:fixed; color:black; font-family:times;font-style:italic; text-transform:lowercase; text-shadow:2px 1px lightgray; font-size:40px; font-weight:bold; letter-spacing:-1.5px; margin-left:-10px; margin-top:-33px;">CHATBOX</div>
  507. <!-- BEGIN CBOX - www.cbox.ws - v001 -->
  508. <div id="cboxdiv" style="text-align: center; line-height: 0">
  509. <div><iframe frameborder="0" width="203" height="185" src="http://www5.cbox.ws/box/?boxid=841253&amp;boxtag=lwvns3&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain5-841253" style="border: 0px solid;" id="cboxmain5-841253"></iframe></div>
  510. <div><iframe frameborder="0" width="200" height="82" src="http://www5.cbox.ws/box/?boxid=841253&amp;boxtag=lwvns3&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform5-841253" style="border: 0px solid;border-top:0px" id="cboxform5-841253"></iframe></div>
  511. </div>
  512. <!-- END CBOX -->
  513. </div>
  514.  
  515. <div id="title">{Title}</div>
  516. <div id="description">
  517. <div style="max-height:150px; overflow:auto; padding:3px;">
  518. {Description}
  519. </div>
  520. </div>
  521.  
  522. <div id="status">
  523. <div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">ONLINE STATUS:</div>
  524. <div style="text-align:center;">hiatus/semi-hiatus or online/offline etc.</div>
  525. </div>
  526.  
  527. <div id="playlist">
  528. <div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:8px;">playlist:</div>
  529. <!-- MUSIC CODING HERE -->
  530. </div>
  531.  
  532. <div id="navigation">navigation</div>
  533. <div class="links">
  534. <div style="max-height:200px; overflow:auto; padding:3px;">
  535. <a href="/">home</a>
  536. <a href="/ask">ask</a>
  537. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  538. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  539. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  540. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  541. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  542. <a href="{text:Link 6}">{text:Link 6 Text}</a>
  543. <a href="{text:Link 7}">{text:Link 7 Text}</a>
  544. <a href="{text:Link 8}">{text:Link 8 Text}</a>
  545. <a href="{text:Link 9}">{text:Link 9 Text}</a>
  546. <a href="{text:Link 10}">{text:Link 10 Text}</a>
  547. <a href="{text:Link 11}">{text:Link 11 Text}</a>
  548. <a href="{text:Link 12}">{text:Link 12 Text}</a>
  549. <a href="{text:Link 13}">{text:Link 13 Text}</a>
  550. <a href="{text:Link 14}">{text:Link 14 Text}</a>
  551. <a href="{text:Link 15}">{text:Link 15 Text}</a>
  552. <a href="{text:Link 16}">{text:Link 16 Text}</a>
  553. <a href="{text:Link 17}">{text:Link 17 Text}</a>
  554. <a href="{text:Link 18}">{text:Link 18 Text}</a>
  555. <a href="{text:Link 19}">{text:Link 19 Text}</a>
  556. <a href="{text:Link 20}">{text:Link 20 Text}</a>
  557. <a href="{text:Link 21}">{text:Link 21 Text}</a>
  558. <a href="{text:Link 22}">{text:Link 22 Text}</a>
  559. <a href="{text:Link 23}">{text:Link 23 Text}</a>
  560. <a href="{text:Link 24}">{text:Link 24 Text}</a>
  561. <a href="{text:Link 25}">{text:Link 25 Text}</a>
  562. <a href="/">lemme</a>
  563. <a href="/">show</a>
  564. <a href="/">you</a>
  565. <a href="/">the</a>
  566. <a href="/">scrollbar</a>
  567. <a href="/">~</a>
  568. </div>
  569.  
  570. <div id="pagination">
  571. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}  ---- {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  572. </div></div></div>
  573.  
  574. </div>
  575. </div>
  576.  
  577. <div id="entries">{block:Posts}<div id="post">
  578.  
  579. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  580.  
  581. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  582.  
  583. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  584.  
  585. {block:Quote}<div id="quote">{Quote} <div style="text-align:right;"><p>-- {Source}</div></div>{/block:Quote}
  586.  
  587. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  588.  
  589. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  590.  
  591. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  592. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  593. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  594. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  595. {/block:Audio}
  596.  
  597. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598.  
  599. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  600.  
  601. <div id="info">
  602. <br> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} -- {block:ContentSource}<a href="{SourceURL}"> origin</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  603. {block:HasTags}<div id="tags">filed under:{block:Tags}  <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  604. {/block:Posts}
  605. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  606. {/block:Posts}</div></div></div>
  607.  
  608.  
  609.  
  610.  
  611. <div style="position:fixed;bottom:3px; right:4px; font-size:10px; border:1px solid #e0e0e0; padding:2px; font-style:italic; font-family:cambria; background-color:white;"><a href="http://fantasieswriter.tumblr.com/">credit</a></center></div>
  612.  
  613.  
  614.    
  615. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment