Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.82 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!-- start of script tooltip -->
  13. <!-- start of script tooltip -->
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15.  
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17.  
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("a[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:90,
  24. tip_fade_speed:600,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30. <!-- end of script tooltip -->
  31.  
  32. <script language="JavaScript">
  33. <!--
  34.  
  35. //Disable right mouse click Script
  36. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  37. //For full source code, visit http://www.dynamicdrive.com
  38.  
  39. var message="P-Please don't! (◡ ‿ ◡ ✿) "; ///////////////////////////////////
  40. function clickIE4(){
  41. if (event.button==2){
  42. alert(message);
  43. return false;
  44. }
  45. }
  46.  
  47. function clickNS4(e){
  48. if (document.layers||document.getElementById&&!document.all){
  49. if (e.which==2||e.which==3){
  50. alert(message);
  51. return false;
  52. }
  53. }
  54. }
  55.  
  56. if (document.layers){
  57. document.captureEvents(Event.MOUSEDOWN);
  58. document.onmousedown=clickNS4;
  59. }
  60. else if (document.all&&!document.getElementById){
  61. document.onmousedown=clickIE4;
  62. }
  63.  
  64. document.oncontextmenu=new Function("alert(message);return false")
  65.  
  66. // -->
  67. </script>
  68.  
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71. <script>
  72. $(document).ready(function() {
  73. //
  74. $('a.poplight[href^=#]').click(function() {
  75. var popID = $(this).attr('rel'); //Get Popup Name
  76. var popURL = $(this).attr('href'); //Get Popup href to define size
  77. var query= popURL.split('?');
  78. var dim= query[1].split('&');
  79. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  81. var popMargTop = ($('#' + popID).height() + 80) / 2;
  82. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  83. //Apply Margin to Popup
  84. $('#' + popID).css({
  85. 'margin-top' : -popMargTop,
  86. 'margin-left' : -popMargLeft
  87. });
  88. $('body').append('<div id="fade"></div>');
  89. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  90. return false;
  91. });
  92. $('a.close, #fade').live('click', function() {
  93. $('#fade , .popup_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>
  100.  
  101.  
  102.  
  103. <meta name="color:Background" content="#ffffff"/>
  104. <meta name="color:Text" content="#9B9B9B"/>
  105. <meta name="color:Link" content="#b8b8b8"/>
  106. <meta name="color:scrollbar" content="#999999">
  107. <meta name="color:title" content="#999999">
  108. <meta name="color:Link Hover" content="#eeeeee"/>
  109. <meta name="color:bold" content="#fbfbfb"/>
  110. <meta name="color:italics" content="#fbfbfb"/>
  111. <meta name="color:borders" content="#eeeeee"/>
  112.  
  113. <meta name="image:sidebar" content=""/>
  114. <meta name="text:sidebartitle" content="">
  115.  
  116. <meta name="text:link 1" content="Link 1"/>
  117. <meta name="text:link 1 url" content="/"/>
  118. <meta name="text:link 2" content="Link 2"/>
  119. <meta name="text:link 2 url" content="/"/>
  120. <meta name="text:link 3" content="Link 3"/>
  121. <meta name="text:link 3 url" content="/"/>
  122. <meta name="text:link 4" content="Link 4"/>
  123. <meta name="text:link 4 url" content="/"/>
  124. <meta name="text:link 5" content="Link 5"/>
  125. <meta name="text:link 5 url" content="/"/>
  126.  
  127.  
  128. <link href="http://fonts.googleapis.com/css?family=Petit+Formal+Script" rel="stylesheet" type="text/css">
  129.  
  130. <link href="http://fonts.googleapis.com/css?family=Arizonia" rel='stylesheet' type='text/css'>
  131.  
  132.  
  133. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  134.  
  135.  
  136.  
  137.  
  138.  
  139. <style type="text/css">
  140.  
  141.  
  142. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  143.  
  144. /* fontawesome */
  145. [class*="fontawesome-"]:before {
  146. font-family: 'FontAwesome', sans-serif;
  147. }
  148.  
  149. .melody {
  150. background-color: transparent; /* REPLACE THE FOUR "255" WITH "0" TO MAKE IT DARK INSTEAD OF LIGHT */
  151. overflow: hidden;
  152. position:absolute;
  153. height: 50px;
  154. width: 50px;
  155. top: 160px; /* INCREASE VALUE TO MOVE DOWN AND DECREASE VALUE TO MOVE UP */
  156. left: 678px; /* INCREASE VALUE TO MOVE RIGHT AND DECREASE VALUE TO MOVE LEFT */
  157. }
  158.  
  159. .reverberate {
  160. position:absolute;
  161. height: 14px;
  162. width: 14px;
  163. margin-top: 0px;
  164. margin-left: 0px;
  165. padding: 18px;
  166. font-size: 13px;
  167. font-style: normal;
  168. color: #fff;
  169. -webkit-transition: opacity .7s linear;
  170. -webkit-transition: all .7s ease-in-out;
  171. -moz-transition: all .7s ease-in-out;
  172. -o-transition: all .7s ease-in-out; }
  173.  
  174. .melody:hover .reverberate {
  175. margin-top: -50px; }
  176.  
  177. .harmony {
  178. overflow: hidden;
  179. position:absolute;
  180. height: 50px;
  181. width: 20px;
  182. margin-top: 50px;
  183. margin-left: 15px;
  184. -webkit-transition: opacity .7s linear;
  185. -webkit-transition: all .7s ease-in-out;
  186. -moz-transition: all .7s ease-in-out;
  187. -o-transition: all .7s ease-in-out; }
  188.  
  189. .melody:hover .harmony {
  190. margin-top: 5px; }
  191.  
  192. .rhythm {
  193. position:absolute;
  194. height: 25px;
  195. width: 30px;
  196. margin-top: 12px;
  197. margin-left: -20px; }
  198.  
  199. iframe#tumblr_controls {
  200. top:5px;
  201. right:10px!important;
  202. position:fixed !important;
  203. -webkit-filter: invert(1);
  204. opacity:.6;
  205. filter:alpha(opacity=60);
  206. -moz-opacity:.6;
  207. }
  208.  
  209. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  210.  
  211.  
  212. ::-webkit-scrollbar{
  213. width:7px;
  214. border-radius:10px;
  215. height:5px;
  216. background-color:transparent;
  217. }
  218.  
  219. ::-webkit-scrollbar-thumb:vertical{
  220. background-color:#d4c0b9;
  221.  
  222. }
  223.  
  224. ::-webkit-scrollbar-thumb:vertical:hover{
  225. background-color:#d4c0b9;
  226. border-radius:0px;
  227. }
  228.  
  229. ::selection {
  230. background: #transparent;
  231. color:#000;
  232. }
  233.  
  234. ::-moz-selection {
  235. background: transparent;
  236. color:#000;
  237. }
  238.  
  239. #s-m-t-tooltip {
  240. max-width:300px;
  241. margin:15px;
  242. padding:2px 5px;
  243. border-left:2px solid #9d7a7a;
  244. border-right:2px solid #9d7a7a;
  245. border-radius:4px;
  246. background:#fff;
  247. color:#9d7a7a;
  248. z-index:999999;
  249. font-size:9px;
  250. font-style:bolder;
  251. letter-spacing:1px;
  252. font-family: calibri;
  253. text-transform:uppercase;
  254. }
  255.  
  256. .popup_block{
  257. display:none;
  258. background:#fff;
  259. padding:20px;
  260. border-radius:2px;
  261.  
  262. float:left;
  263. position:fixed;
  264. top:53%;left:50%;
  265. z-index: 99999;
  266. -webkit-box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  267. -moz-box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  268. box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  269. }
  270.  
  271. *html #fade {position: absolute;}
  272. *html _block {position: absolute;}
  273. #fade {
  274. display:none;
  275. position:fixed;
  276. left:0px;
  277. top:0px;
  278. width:100%;
  279. height:100%;
  280. z-index:9999;
  281. background:#fff; /* change to #fff for solid white */
  282. opacity:0.5; /* change to opacity:1; */
  283. }
  284.  
  285. iframe#tumblr_controls {
  286. white-space:nowrap;
  287. -webkit-filter: invert(100%);
  288. -moz-filter: invert(100%);
  289. -o-filter: invert(100%);
  290. -ms-filter: invert(100%);
  291. filter: invert(100%);
  292. opacity:.2;transition: .8s ease-in-out;
  293. -webkit-transition: .8s ease-in-out;
  294. -moz-transition: .8s ease-in-out;
  295. -o-transition: .8s ease-in-out;
  296. }
  297.  
  298. h1 {
  299. font-weight:normal;
  300. font-size:13px;
  301. text-align:center;
  302. font-style:normal;
  303. line-height:100%;
  304. letter-spacing:1px;
  305. text-transform:normal;
  306. color:#9b9b9b;
  307. }
  308.  
  309. h2 {
  310. font-size:16px;
  311. text-align:center;
  312. line-height:100%;
  313. letter-spacing:-0.5px;
  314. color:#9b9b9b;
  315. font-weight:bold;
  316. text-transform:NONE;
  317. padding:5px;
  318. padding-bottom:2px;
  319. }
  320.  
  321.  
  322.  
  323. #button{
  324. top:50%;
  325. right:50%;
  326. width:10px;
  327. height:10px;
  328. position:fixed;
  329. background-color:#999897;
  330. box-shadow: 1px 1px 3px #41403f;
  331. border:1px solid #41403f;
  332. margin-top:-190px;
  333. margin-right:340px;
  334. z-index:8;
  335. -webkit-transition: all 075s ease-in-out;
  336. -moz-transition: all 075s ease-in-out;
  337. -o-transition: all 0.7s ease-in-out;
  338. -ms-transition: all 0.7s ease-in-out;
  339. transition: all 0.7s ease-in-out;
  340. }
  341.  
  342. #button:hover{
  343. width:180px;
  344. height:350px;
  345. margin-top:-190px; /* you can change these to get a different figure */
  346. margin-right:340px; /* you can change these to get a different figure */
  347. background-color:#0a0a0a;
  348. box-shadow: 1px 1px 10px #41403f;
  349. z-index:9999999999;
  350. -webkit-transition: all 0.7s ease-in-out;
  351. -moz-transition: all 0.7s ease-in-out;
  352. -o-transition: all 0.7s ease-in-out;
  353. -ms-transition: all 0.7s ease-in-out;
  354. transition: all 0.7s ease-in-out;
  355. }
  356.  
  357. #update{
  358. opacity:0;
  359. margin-top:8px;
  360. font-size:8px;
  361. color:#bcbbba;
  362. text-align:center;
  363. text-transform:uppercase;
  364. line-height:100%;
  365. }
  366.  
  367. #button:hover #update{
  368. opacity:1;
  369. padding:5px;
  370. width:170px;
  371. height:150px;
  372. -webkit-transition: all 0.5s ease-in-out;
  373. -moz-transition: all 0.5s ease-in-out;
  374. -o-transition: all 0.5s ease-in-out;
  375. -ms-transition: all 0.5s ease-in-out;
  376. transition: all 0.5s ease-in-out;
  377. }
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384. blockquote {
  385.  
  386. margin-right: 5px;
  387. padding-left: 9px;
  388. padding-top: 1px;
  389. padding-bottom: 1px;
  390. border-left:2px solid #ceaeae;
  391. border-radius: 5px;
  392. background: #transparent;
  393. margin-left:10px;
  394.  
  395. }
  396.  
  397. quote {
  398. font-size: 12px;
  399. font-family: Petit Formal Script;
  400. }
  401.  
  402.  
  403. body {
  404. background:#fcfbeb;
  405. margin:0px;
  406. color:#806a6a;
  407. font-family:calibri;
  408. font-size:15px;
  409.  
  410. background-attachment:fixed;
  411. background-repeat:no-repeat;
  412. }
  413.  
  414.  
  415. big{
  416. font-size:16px;
  417. color:#786a66;
  418. }
  419.  
  420. strong,em,bold{
  421. color:#be8564;
  422. }
  423.  
  424. em,italic,italics,oblique{
  425. color:#fed9a1;
  426. }
  427.  
  428. a {
  429. text-decoration:none;
  430. outline:none;
  431. -moz-outline-style:none;
  432. color:#786a66;
  433. -moz-transition-duration:0.5s;
  434. -webkit-transition-duration:0.5s;
  435. -o-transition-duration:0.5s;
  436. }
  437.  
  438. a:hover {
  439. text-decoration:none;
  440. outline:none;
  441. -moz-outline-style:none;
  442. color:#d7cece;
  443. }
  444.  
  445. img {
  446. border:none;
  447. }
  448.  
  449. i, em {
  450. color: {color:italics};
  451. letter-spacing: 0px;
  452. }
  453.  
  454. b, strong {
  455. color: {color:bold};}
  456.  
  457.  
  458. }
  459.  
  460. .big {
  461.  
  462. font-size:14px;
  463.  
  464. }
  465. small, sup, sub {
  466. font-size: 10px;
  467. }
  468.  
  469. #post {
  470. width:400px;
  471. padding-bottom:20px;
  472. margin-top:40px;
  473. margin-left:6px;
  474. }
  475.  
  476. #entries {
  477. padding:10px;
  478. width:423px;
  479. margin-left:405px;
  480. margin-top:270px;
  481. margin-bottom:40px;
  482. padding-top:5px;
  483. padding-bottom:15px;
  484. z-index:999;
  485. position:fixed;
  486. height:247px;
  487. overflow-x:hidden;
  488. overflow-y:auto;
  489. }
  490.  
  491.  
  492. #sidebar {
  493. color:#9b9b9b;
  494. position:fixed;
  495. width:100px;
  496. height:auto;
  497. margin-top:39px;
  498. margin-left:250px;
  499. text-align:left;
  500. }
  501.  
  502. #sidebarimage img {
  503. width:200px;
  504. margin-top:-10px;
  505. margin-bottom:0px;
  506. margin-left:-9px;
  507. }
  508.  
  509. .links {
  510. width: 200px;
  511. font-size: 20px;
  512. font-family: serif;
  513. text-align: center;
  514. margin-left: 37px;
  515. color: #c0a39c;
  516. font-weight: bolder;
  517. margin-top: 80px;
  518. text-transform: uppercase;
  519. opacity: 1;
  520. }
  521.  
  522. .links a {
  523. max-width:220px;
  524. letter-spacing:0px;
  525. margin-bottom:-50px;
  526. font-weight:bolder;
  527. font-family:times;
  528. margin-top:50px;
  529. padding:5px 5px 5px 3px;
  530. display: block;
  531. color:#c0a39c;
  532.  
  533. }
  534.  
  535.  
  536. #links a:hover {
  537. color: #c0a39c;
  538. width:60px;
  539. -moz-transition-duration:0.2s;
  540. -webkit-transition-duration:0.2s;
  541. -o-transition-duration:0.2s;
  542. }
  543.  
  544. #description {
  545. position:fixed;
  546. width:200px;
  547. font-family:trebuchet ms;
  548. margin-top:55px;
  549. margin-left:-9px;
  550. text-align:justify;
  551. font-size:9px;
  552. color: #9b9b9b;
  553. letter-spacing:0px;
  554. line-height:130%;
  555. -moz-transition-duration:1s;
  556. -webkit-transition-duration:1s;
  557. -o-transition-duration:1s;
  558. }
  559.  
  560. #description a {
  561. color:#76fffb;
  562. }
  563.  
  564. #description a:hover {
  565. color:#76fffb;
  566. }
  567.  
  568. .chat {
  569. line-height:160%;
  570. list-style:none;
  571. }
  572.  
  573. .line.odd {
  574. background:#fafafa;
  575. margin-bottom:2px;
  576. padding:5px;
  577. list-style:none;
  578. font-size:10px;
  579. }
  580.  
  581. .line.even {
  582. background:#ffffff;
  583. margin-bottom:2px;
  584. padding:5px;
  585. list-style:none;
  586. font-size:10px;
  587. }
  588.  
  589. .label {
  590. padding-right:1px;
  591. text-transform:uppercase;
  592. font-weight:bold;
  593. color:#9d7a7a;
  594. }
  595.  
  596. .sidebartitle {
  597. width:210px;
  598. text-align:center;
  599. position:fixed;
  600. font-family:arial;
  601. line-height:120%;
  602. margin-left:-13px;
  603. font-size:13px;
  604. margin-top:10px;
  605. color:;
  606. }
  607.  
  608. #pagination {
  609. font-family:calibri;
  610. width:210px;
  611. font-size:10px;
  612. margin-top:45px;
  613. margin-left:270px;
  614. padding-left:5px;
  615. text-transform: uppercase;
  616. letter-spacing:2px;
  617. text-align:center;
  618. z-index:999;
  619. }
  620.  
  621. #pagination a {
  622. color:#9d7a7a;
  623. }
  624.  
  625. #info {
  626. font-family:calibri;
  627. text-align:center;
  628. width:395px;
  629. margin-top:5px;
  630. text-transform: uppercase;
  631. padding-top:1px;
  632. font-size:10px;
  633. font-style:bolder;
  634. padding:4px;
  635. color:#9d7a7a;
  636. border:1px solid #d4c0b9;
  637. background-color:#d4c0b9;
  638. background-image:url('http://i.imgur.com/M4gb9Km.png')
  639.  
  640. }
  641.  
  642.  
  643. #info a {
  644. color:#9d7a7a;
  645. font-style: bolder;
  646. }
  647.  
  648. #info a:hover {
  649. color:#c6a3a4;
  650. }
  651.  
  652. .tags {
  653. font-size:9px;
  654. margin-top:8px;
  655. color:#5a1124;
  656. text-align:center;
  657. text-transform:uppercase;
  658. {block:IfHoverTags}
  659. opacity: 0.0;
  660. {/block:IfHoverTags}
  661. {block:IfNotHoverTags}
  662. opacity:1.0;
  663. {/block:IfNotHoverTags}
  664. -moz-transition-duration: 0.6s;
  665. -o-transition-duration: 0.6s;
  666. -webkit-transition-duration: 0.6s;
  667. transition-duration: 0.6s;
  668. }
  669.  
  670. .tags a{
  671. color:#5a1124;
  672. -moz-transition-duration:0.2s;
  673. -webkit-transition-duration:0.2s;
  674. -o-transition-duration:0.2s;
  675. }
  676. .tags a:hover{
  677. color:#5a1124;
  678. -moz-transition-duration:0.2s;
  679. -webkit-transition-duration:0.2s;
  680. -o-transition-duration:0.2s;
  681. }
  682.  
  683.  
  684.  
  685. .quote {
  686. font-size:16px;
  687. line-height:150%;
  688. padding:10px;
  689. color: #6a5d58 ;
  690. font-family: Petit Formal Script;
  691. margin-top:-10px;
  692. font-style:italic;
  693. text-align:center;
  694. }
  695.  
  696. .quotesource {
  697. margin-top:7px;
  698. font-size:10px;
  699. color: #6a5d58;
  700. text-transform:lowercase;
  701. font-family: times;
  702. letter-spacing:1px;
  703. text-align:center;
  704. }
  705.  
  706.  
  707.  
  708. .audio{
  709. background-color:#e5e5e5;
  710. height:65px;
  711. overflow:hidden;
  712. }
  713.  
  714.  
  715.  
  716. /* QUESTION */
  717.  
  718. #ask {
  719.  
  720. text-align:center;
  721. text-transform:none;
  722. background-color:#fff;
  723. padding:5px;
  724. line-height:120%;
  725. border-left:4px solid #9d7a7a;
  726. border-right:4px solid #9d7a7a;
  727. border-radius: 12px;
  728.  
  729. }
  730.  
  731. .as {
  732. min-height: auto;
  733. padding: 5px;
  734. padding-bottom:8px;
  735. background-color: #fff;
  736. }
  737.  
  738. .aske {
  739. margin-top:5px;
  740. font-family:times;
  741. font-size:14px;
  742. line-height:13px;
  743. text-align:center;
  744. font-style:bold;
  745. text-transform:uppercase;
  746. color: #ceaeae ;
  747. background-color: #fff;
  748. -moz-transition:all ease-in-out 0.7s;
  749. -webkit-transition:all ease-in-out 0.7s;
  750. -o-transition:all ease-in-out 0.7s;
  751. transition:all ease-in-out 0.7s;
  752. }
  753.  
  754. .aske:hover {
  755. -moz-transition:all ease-in-out 0.7s;
  756. -webkit-transition:all ease-in-out 0.7s;
  757. -o-transition:all ease-in-out 0.7s;
  758. transition:all ease-in-out 0.7s;
  759. }
  760.  
  761. .que {
  762. font-family: times;
  763. font-size: 9px;
  764. text-transform:none;
  765. color: #a37e7e;
  766. }
  767.  
  768. .ans {
  769. font-family:times;
  770. font-size:9px;
  771. color: {color:Text};
  772. }
  773.  
  774.  
  775. #doesitwork {
  776. height:350px;
  777. overflow:auto;
  778. width:400px;
  779. }
  780.  
  781.  
  782.  
  783.  
  784. #flags {
  785. position:fixed;
  786. top:-10px;
  787. left:100px; /* distance from the left of the page - adjust as you wish! */
  788. text-align:center;
  789. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  790. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  791. font-size:8px; /* adjust font size */
  792. letter-spacing:1px;
  793. z-index:2147483607;
  794. font-family:calibri;}
  795.  
  796. /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
  797. On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  798.  
  799. #flag1 {
  800. border:solid 6px #4A4A4A; /* flag color */
  801. border-bottom:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  802. padding-top:20px;
  803. width:0px;
  804. height:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  805. position:absolute;
  806. -moz-transition:all 0.7s ease-out;
  807. -webkit-transition:all 0.7s ease-out;
  808. -o-transition:all 0.7s ease-out;}
  809.  
  810. #flag1:hover {
  811. height:180px;} /* lenght of the OPEN flag */
  812.  
  813. #upd1 {
  814. position:absolute;
  815. width:110px;
  816. height:200px; /* adjust to fit the text if you write a lot! */
  817. padding:10px;
  818. padding-top:60px; /* adjust this if you've changed the length of the closed flag */
  819. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  820. margin-left:6px; /* keep this number equal to the 'border' value for the flag */
  821. opacity:0;
  822. overflow:hidden;
  823. -moz-transition:all 0.7s ease-out;
  824. -webkit-transition:all 0.7s ease-out;
  825. -o-transition:all 0.7s ease-out;}
  826.  
  827. #flag1:hover #upd1{
  828. top:0px;
  829. opacity:1;}
  830.  
  831. /* following is the coding for the other flags - same as above! */
  832.  
  833. #flag2 {
  834. border:solid 6px #8C8C8C;
  835. margin-left:20px;
  836. position:absolute;
  837. border-bottom:solid 6px transparent;
  838. padding-top:20px;
  839. width:0px;
  840. height:20px;
  841. -moz-transition:all 0.7s ease-out;
  842. -webkit-transition:all 0.7s ease-out;
  843. -o-transition:all 0.7s ease-out;}
  844.  
  845. #flag2:hover {
  846. height:180px;}
  847.  
  848. #upd2 {
  849. position:absolute;
  850. width:110px;
  851. padding:10px;
  852. padding-top:60px;
  853. height:200px; /* adjust to fit the text if you write a lot! */
  854. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  855. overflow:hidden;
  856. margin-left:6px;
  857. opacity:0;
  858. -moz-transition:all 0.7s ease-out;
  859. -webkit-transition:all 0.7s ease-out;
  860. -o-transition:all 0.7s ease-out;}
  861.  
  862. #flag2:hover #upd2{
  863. top:0px;
  864. opacity:1;}
  865.  
  866. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  867.  
  868. #flag3 {
  869. border:solid 6px #B3B3B3;
  870. position:absolute;
  871. margin-left:40px;
  872. border-bottom:solid 6px transparent;
  873. padding-top:20px;
  874. height:20px;
  875. width:0px;
  876. -moz-transition:all 0.7s ease-out;
  877. -webkit-transition:all 0.7s ease-out;
  878. -o-transition:all 0.7s ease-out;}
  879.  
  880. #flag3:hover {
  881. height:180px;}
  882.  
  883. #upd3 {
  884. position:absolute;
  885. width:110px;
  886. padding:10px;
  887. padding-top:60px;
  888. height:200px; /* adjust to fit the text if you write a lot! */
  889. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  890. overflow:hidden;
  891. margin-left:6px;
  892. opacity:0;
  893. -moz-transition:all 0.7s ease-out;
  894. -webkit-transition:all 0.7s ease-out;
  895. -o-transition:all 0.7s ease-out;}
  896.  
  897. #flag3:hover #upd3{
  898. top:0px;
  899. opacity:1;}
  900.  
  901. {CustomCSS}</style></head><body>
  902.  
  903.  
  904. <div id="button"><div id="update">
  905. <b><h1>❛{title}</h1></b>
  906. <p><center>{description}</center>
  907.  
  908.  
  909.  
  910.  
  911.  
  912. </div></div>
  913.  
  914.  
  915.  
  916.  
  917. <div id="flags">
  918. <div id="flag1"><div id="upd1">
  919.  
  920. TO DO LIST<br>
  921. DRAFTS : 41<br>
  922. QUEUE : 2 <br>
  923. MEMES : 0 <br>
  924. STARTERS : 0
  925. </div></div>
  926.  
  927. <div id="flag2"><div id="upd2">
  928.  
  929.  
  930. Multiship | Multiverse | Canon or AU
  931.  
  932. </div></div>
  933.  
  934.  
  935. <div id="flag3"><div id="upd3">
  936.  
  937. written by Mar (◕‿◕)
  938.  
  939. </div></div>
  940.  
  941. <!---- to here and change the numbers according to your css! ---->
  942.  
  943. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  944.  
  945. </div>
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. <img src="http://i.imgur.com/YgoxwWp.png" style="position:fixed; left: px here; top: 0px;z-index:-999"/>
  955. <body>
  956.  
  957.  
  958.  
  959. <div id="sidebar">
  960.  
  961. <div id="sidebarimage">
  962. <a href="/"><img src="{image:sidebar}"></a></div>
  963.  
  964. <div class="sidebartitle">{text:sidebartitle}</div>
  965.  
  966. <div class="links">
  967.  
  968. <a href="/" title="Return">✖ </a>
  969. <a href="#?w=500" rel="02" class="poplight" title="Inquiry">✖</a>
  970. <a href="#?w=400" rel="03" class="poplight" title="Safety Manual">✖</a>
  971. <a href="#?w=400" rel="04" class="poplight" title="Barrel">✖</a>
  972. <a href="#?w=400" rel="05" class="poplight" title="Magazine">✖</a>
  973. </div>
  974.  
  975. <div id="description">
  976.  
  977. <div id="pagination">
  978. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  979. </div></div></div>
  980.  
  981. <div id="entries">{block:Posts}<div id="post">
  982.  
  983. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  984.  
  985. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  986.  
  987. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  988.  
  989. {block:Quote}<div class="quote"><span style="font-size:30px; font-family:times; z-index:-1; position:absolute; margin-top:3px; opacity:0.8; margin-left:-15px;">&ldquo;</span>{Quote}</div>{block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}{/block:Quote}
  990.  
  991. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  992.  
  993. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}
  994.  
  995. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  996.  
  997. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  998.  
  999. <!-- QUESTION POSTS -->
  1000. {block:Answer}
  1001. <div id="ask">
  1002.  
  1003. <div class="as">
  1004. <div class="aske">{Asker} said:</div>
  1005. <div class="que">{Question}</div>
  1006. </div>
  1007. </div>
  1008. <div class="ans">{Answer}</div>
  1009. {/block:Answer}
  1010.  
  1011.  
  1012.  
  1013. {block:Date}<div id="info"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a>
  1014. {/block:Date} {block:NoteCount}&nbsp;&nbsp;/&nbsp;&nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  1015.  
  1016.  
  1017. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;via</a> {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:links}">&nbsp;&nbsp;/&nbsp;&nbsp; origin</a>{/block:ContentSource}
  1018. {/block:RebloggedFrom} <div style="float:right;"> </div>
  1019. </div>
  1020.  
  1021.  
  1022. {block:HasTags}
  1023. <div class="tags">
  1024. {block:Tags} <a href="{TagURL}">&nbsp; ✖&nbsp;&nbsp;-&nbsp;&nbsp;{Tag}</a> {/block:Tags}</div>
  1025. {/block:HasTags}
  1026. <div class="postnote">
  1027. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1028. </div>
  1029. </div>
  1030. {/block:Posts}
  1031.  
  1032. </div>
  1033.  
  1034.  
  1035. <!-- Start of StatCounter Code for Tumblr -->
  1036. <script type="text/javascript">
  1037. var sc_project=10308687;
  1038. var sc_invisible=1;
  1039. var sc_security="98ad49cd";
  1040. var scJsHost = (("https:" == document.location.protocol) ?
  1041. "https://secure." : "http://www.");
  1042. document.write("<sc"+"ript type='text/javascript' src='" +
  1043. scJsHost+
  1044. "statcounter.com/counter/counter.js'></"+"script>");
  1045. </script>
  1046. <noscript><div class="statcounter"><a title="tumblr hit
  1047. counter" href="http://statcounter.com/tumblr/"
  1048. target="_blank"><img class="statcounter"
  1049. src="http://c.statcounter.com/10308687/0/98ad49cd/1/"
  1050. alt="tumblr hit counter"></a></div></noscript>
  1051. <!-- End of StatCounter Code for Tumblr -->
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058. </body>
  1059.  
  1060.  
  1061. <div id="02" class="popup_block">
  1062.  
  1063. <Center><center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">Hello?</a></h2></p></center><p><iframe frameborder="0" height="200" src="http://www.tumblr.com/ask_form/quccnhybrid.tumblr.com/" width="500"></iframe></p>
  1064. <p><big><big>❝</big></big><small> I would give anything to share a life with you. </small><big><big>❞</big></big></p>
  1065. </center></div>
  1066.  
  1067. </div></div></div></div></div></div></div></div></div></div>
  1068.  
  1069. <div id="03" class="popup_block">
  1070.  
  1071. <center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">SAFETY</a></h2></p></center>
  1072. <div id="doesitwork">
  1073. <center><b><big>INTERPRETATION</big></b></center>
  1074. <p style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px;">This is a indie roleplay blog of the beautiful Vivianne Lescheres</strong>, I will roleplay her in Spanish and English<strong> --</strong> keeping that in mind, all headcanons (unless sourced from the book) have been created by me. She has my personal interpretation of her.&nbsp;<br><br> Este es un roleplay de indie de la hermosa Vivianne Lescheres,Estaré roleando con ella tanto en Español como en Ingles. Ten esto en mente, todos los headcanons (excepto algunas fuentes que saque del libro) son creados por mi. Ella tiene mi personal interpretación de ella. </p>
  1075. <center><b><big>INDIE & SELECTIVE</big></b></center>
  1076. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">This blog is selective but that doesn't mean I won't roleplay with someone. I would love to roleplay with everyone, so don't be shane, I just sometimes I have more feelings for some threads, but I will reply everything but <b>slowly</b>. Don't do godmodding please, I will not interact with you if you do it-- sorry but it is just personal preference. <br><br> Este es un blog selectivo pero eso no significa que no pueda rolear con alguien. You amaría poder rolear con todos así que no sean tímidos. Es solo que en algunos casos te dan más feelings algunos threads, pero contestaré todo pero <b>lenta.</b>
  1077.  
  1078.  
  1079.  
  1080. </p>
  1081. <center><b><big>SHIPPING & SMUT</big></b></center>
  1082. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">This blog is a multi-ship blog, meaning that her ship with chemestry. In saying this, Vivianne has many verses, also is the case that is Klaus Mikaelson's wife, depende to the verse, don't force a ship. You can fine smut in this blog so is warning. I'm 20+ and will only consider writing sexual content with those that are 18+.</i><br><br>Este es un blog multi-ship, significa que será de ella cualquier ship con química. Refiriendose a esto Viviane tiene muchos verse, también esta el caso que es la esposa de Klaus Mikaelson, dependiendo del verse. No fuerces un ship. Puedes encontrar smut en este blog así que advertencia. Tengo 20+ y solo consideraré escribir smut quienes tengan 18+. </p>
  1083. <center><b><big>REPLIES</big></b></center>
  1084. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify"> I will be unable to attend to this account all the time, also I have another account but I will do my best to be here and responses as soon as I have time to get to them. Please don't think I'm ignoring you if I don't respond quickly, I have had a lot of issues with tumblr eating my asks and fanmail, as well as the fact Vivianne doesn't always cooperate with me, replies could come a few seconds later or they could come weeks later. I will admit, my muse will favor some over others but that doesn't mean I am not going to reply.<br><br> No voy a poder estar atenta a este blog todo el tiempo, también cabe destacar que tengo otra cuenta pero haré lo mejor que pueda para estar aquí y responder lo más pronto posible tan pronto tenga algo de tiempo. Por favor, no pienses que te ignoro si no te respondo rápido, tengo un monton de problemas con tumblr que se come los asks y fanmail. También cabe destacar el hecho de que Vivianne no siempre coopera conmigo, las respuestas pueden venir en segundos después o puede tratar semanas. Admitiré que mi muse tendrá favoritimos sobre otros pero eso no significa que no conteste. </p>
  1085. <center><b><big>OCS.</big></b></center>
  1086. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">I can roleplay with original characters are quite welcome, as long as they have information on them so I can learn about them, if there is no about page then I will apologize but I will most likely not follow you. I adore original characters.<br><br> Puedo rolear con personajes originales son bienvenidos, tanto tengan inforamción sobre ellos para que pueda aprender sobre su personaje. Si no tienene información sobre su personaje me disculpo pero probablemente no te siga. Adoro los personajes originales. </p>
  1087. <center><b><big>CROSSOVERS & THREADS</big></b></center>
  1088. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">I will always love new ideas, If you wish to plot and we can tell me and find something! Crossovers are also welcome, of course, roleplaying in one fandom can be a little boring so I adore crossovers to see how things would change and the development it can bring.<br><br> Siempre amaré nuevas ideas, si deaseas un plot puedes decirme y encontramos algo! Crossovers también son bienvenidos, por supuesto, roleplay en un solo fandom puede ser un poco aburrido así que adoro los crosoovers para ver como las cosas pueden cambiar y que desarollo puede traer. </p>
  1089. <center><b><big>TRIGGERS</big></b></center>
  1090. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">On this blog there will NSFW content, whether it be sexual, gore, brutality and so on is going to have the tag #&. nsfw. <br><br> En este blog habrá contenido NSFW, sea seaxual, sangrientas, brutales y tendrá el tag #&. nsfw </p>
  1091. <center><b><big>IMPORTANT</big></b></center>
  1092. <p style="background-color:#fff; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">Please don't copy my ideas of this blog, this have my personal taste. <br><br> Por favor, no copien este blog. Lo realicé con el fin de tener un personaje que sea único y lindo por lo menos del lado en español les pido que no lo hagan. ¡Sean originales! </p>
  1093. </center></div>
  1094.  
  1095. </div></center></div>
  1096.  
  1097.  
  1098.  
  1099. <div id="04" class="popup_block">
  1100. <center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">QUEEN</a></h2></p></center>
  1101. <CENTER><img src="http://38.media.tumblr.com/6d3abfc53ef467c35ba0156091f388c8/tumblr_inline_n7mqujA0U21s517pb.png"><img src="http://33.media.tumblr.com/dffb0415f44a84f6f9f6c3c5d1bc70c0/tumblr_inline_n7mqv9hk721s517pb.png"><img src="http://31.media.tumblr.com/2f65792aa2daf0b89ca42b8c9215b7e9/tumblr_inline_n7mqxwg9fQ1s517pb.png"></CENTER>
  1102. <p></p>
  1103. <div id="doesitwork">
  1104. <h2><strong>VIVIANNE LESCHERES</strong><br /><em><small>The Hybrid Queen</small></em></h2>
  1105. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 200px; margin-left: 140px;"><strong>Name:</strong>Vivianne Lescheres<strong>.</strong><br /><strong>Title:</strong> Queen of New Orleans<strong>.</strong><br /><strong>Race:</strong> Hybrid <strong>(</strong> Werewolf & Witch <strong>).<br />Gender:</strong> Female<strong>.</strong><br /><strong>Born:</strong> 1703 (Age 19/63)<strong>.</strong><br /><strong>Hair Colour:</strong>&nbsp;Raven Hair<strong>.</strong><br /><strong>Eye Colour:</strong> <strike>dark onyx eyes</strike> Blue<strong>.<br />Place of Birth:</strong> New Orleans<strong>.</strong><br /><strong>Current Location::</strong> New Orleans<strong>.</strong><br /><strong>Height:</strong> 5&rsquo;6&rdquo; <strong>(</strong> 168&nbsp;cm <strong>).</strong><br /><strong>Family:</strong> Sofia Lescheres (Mother)<br>
  1106. Quentin Lescheres (Father)<br>
  1107. Ysabelle Dalliencourt (Aunt)<br>
  1108. Abelard Leroux (Uncle)<br>
  1109. Lily Leroux (Cousin)<br>
  1110. Marguerite Leroux (Second Cousin) <br>
  1111.  
  1112. Niklaus Mikaelson (Husband; formerly)<br>
  1113. Rebekah Mikaelson (Sister-in-law; formerly)<br>
  1114. Elijah Mikaelson (Brother-in-law; formerly)
  1115. <strong>.</strong>
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. </p>
  1123. <h2><strong>THE FIREARM</strong><br /><em><small>assembled</small></em></h2>
  1124. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;">Vivianne was born in 1703, as a result of a star-crossed marriage between high class nobleman Quentin Lescheres and noblewoman Sofia Dalliencourt who was a member of the witches who ruled, thus making Vivianne a rare hybrid of a witch and werewolf. Because of the werewolf-witch war that had been active since the dawn of New Orleans, Vivianne was kept secret until her father’s death, at which point Sofia enforced that there be peace established between the species.<br><br>
  1125. When Vivianne was ten years old, in 1713, she witnessed the Mikaelsons’s arrival in New Orleans and was tempted to set their ship on fire and drown the ship as she felt it carried something dark and menacing, her confidence in her ability to do so was testament to her power.<br><br>
  1126.  
  1127. Nine years later, as a way to celebrate and bind the ending of the war, as well as to merge the communities, Vivianne was betrothed to a werewolf from a powerful bloodline.<br><br>
  1128.  
  1129. During the celebration of the end of the war, as well as Vivianne's engagement party, she met the Original Vampires, and danced with Klaus, who was especially intrigued by Vivianne, as well as attracted to the fact that she was both a witch and a werewolf. <br><br>
  1130.  
  1131. Pretty soon she gave into Klaus's charm and entered into an affair with him. She broke off her engagement however she had tigerred her curse after being goaded into it. <br><br>
  1132.  
  1133. The witches went ballistic after finding this out and a fight ensued between the factions once more. In this small fight at a party to celebrate the welcome of the Vampire Faction into their alliance, witches are killed and wounded.<br><br>
  1134.  
  1135. In rage, the witches decide they have had it with the werewolves and begin to cast a spell. Elijah witnesses them gather around the room and join in the spell and asks one of them what is going on, to which he answers that the witches have had with the drama of the Factions, the werewolves and the vampires and they plan on razing New Orleans to ruin, killing all the residence so they can rebuild without the dilution of the other species: a hurricane like the city’s never seen before. The warlock rejoins his fellow witches and they cast the spell. <br><br>
  1136.  
  1137. Elijah leaves and immediately begins to witness the effects of the spell in the weather and goes home where an army of werewolves await him. Elijah kills his way into the house and while inside, he and Klaus enter the underground tunnels and set off explosives which kill most of the werewolves and sadly kills Vivianne, who was among them. <br><br>
  1138.  
  1139. 44 years later, she was resurrected by her cousin who Klaus had made an bargain with. Vivianne married him, but The Morts-Vivants were causing trouble in the city. It was revealed that Lily linked them to her cousin. Vivianne made the selfless decision to be sacrificed herself which saddened Klaus.</p>
  1140. <h2><strong>THE PERSONALITY</strong><br /><em><small>short summary before triggering</small></em></h2>
  1141. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><strong>CONTROLLED</strong>; enigmatic, sensuous, friendly, loyal, caring, attention-seeking, protective, fearful, easily intimidated, innocent &amp; curious.&nbsp;</p>
  1142. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;">Vivianne is a kind, young woman with manners and wanted to do what was right for her family and others. She risked her own life to save New Orleans from the morts-vivants, showing she was selfless.</span></p>
  1143. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><strong>TRIGGERED</strong>; violence, blood, family drama, drama in all the cases.</p>
  1144. <p align="justify" style="background-color: #fff; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><span style="font-size: 11px; line-height: 1.4;">Vivianne Lescheres is a witch of the French Quarter, who live during the early part of the 18th century in New Orleans.<br><br>
  1145.  
  1146. Vivianne is born of a union between a Navarro werewolf bloodline and a witch bloodline. She serve as a way in order to unite the werewolf and witch communities of New Orleans. During her engagement party, Vivianne met Niklaus Mikaelson, who was instantly intrigued by her.</span></p>
  1147. </div></div></div></div></div>
  1148.  
  1149. <div id="05" class="popup_block">
  1150.  
  1151. <p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">TARGET</a></h2></p>
  1152. <table border="0" cellpadding="0" cellspacing="-10" height="400px" style="margin-left: 0px;" width="400px">
  1153. <tbody>
  1154. <tr>
  1155. <td align="center" valign="top" width="20%">
  1156. <h2 align="center"><a href="/verse" style="font-family: petit formal script;">verses</a></h2>
  1157.  
  1158. </td>
  1159. <td align="center" valign="top" width="20%">
  1160. <h2 align="center" style="font-family: petit formal script;"><a class="poplight" href="/rules" rel="06">rules</a></h2>
  1161.  
  1162. </td>
  1163. <td align="center" valign="top" width="20%">
  1164. <h2 align="center"><a href="/about" style="font-family: petit formal script;">About</a></h2>
  1165.  
  1166. </td>
  1167. </tr>
  1168. <tr>
  1169. <td align="center" valign="top" width="20%">
  1170. <h2 align="center"><a href="/tagged/&. Hybrid Queen" style="font-family: petit formal script;">mirror</a></a></h2>
  1171.  
  1172. </td>
  1173. <td align="center" valign="top" width="20%">
  1174. <h2 align="center"><a href="/tagged/&. Wanted Ship" style="font-family: petit formal script;">wanted ships</a></h2>
  1175.  
  1176. </td>
  1177. <td align="center" valign="top" width="20%">
  1178. <h2 align="center"><a href="&. Wanted Opposite"style="font-family: petit formal script;"> wanted Opposite</a></h2>
  1179.  
  1180. </td>
  1181. </tr>
  1182. <tr>
  1183. <td align="center" valign="top" width="20%">
  1184. <h2 align="center"><a href="/tagged/&. Open Starter" style="font-family: petit formal script;">open starters</a></h2>
  1185.  
  1186. </td>
  1187. <td align="center" valign="top" width="20%">
  1188. <h2 align="center"><a href="/tagged/&. Meme" style="font-family: petit formal script;">memes</a></h2>
  1189.  
  1190. </td>
  1191. <td align="center" valign="top" width="20%">
  1192. <h2 align="center"><a href="/tagged/&. Wishlist" style="font-family: petit formal script;">wishlist</a></h2>
  1193.  
  1194. </td>
  1195. </tr>
  1196. <tr>
  1197. <td align="center" valign="top" width="20%">
  1198. <h2 align="center"><a href="/tagged/&. The Queen Is Speaking" style="font-family: petit formal script;">OOC</a></h2>
  1199.  
  1200. </td>
  1201. <td align="center" valign="top" width="20%">
  1202. <h2 align="center"><a href="/tagged/&. Asked" style="font-family: petit formal script;">Asked</a></h2>
  1203.  
  1204. </td>
  1205. <td align="center" valign="top" width="20%">
  1206. <h2 align="center"><a href="/tagged/&. Happy Tag" style="font-family: petit formal script;">Happy Tag</a></h2>
  1207.  
  1208. </td>
  1209. </tr>
  1210. <tr>
  1211. <td align="center" valign="top" width="20%">
  1212. <h2 align="center"><a href="/Relationships" style="font-family: petit formal script;">Relatiships</a></h2>
  1213.  
  1214. </td>
  1215. <td align="center" valign="top" width="20%">
  1216. <h2 align="center"><a href="/tagged/&. PSA" style="font-family: petit formal script;">PSA</a></h2>
  1217. </td>
  1218. <td align="center" valign="top" width="20%">
  1219. <h2 align="center"><a href="/tagged/&. Musings" style="font-family: petit formal script;">Musing</a></h2>
  1220.  
  1221. </td>
  1222. </tr>
  1223. </tbody>
  1224. </table>
  1225. </td>
  1226. </tr>
  1227. </tbody>
  1228. </table>
  1229.  
  1230. </div></center></div>
  1231. </div></div></div>
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement