Advertisement
radiantvictor

lucina code

Jul 29th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block2').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39. <script>
  40. $(document).ready(function() {
  41. //
  42. $('a.poplight[href^=#]').click(function() {
  43. var popID = $(this).attr('rel'); //Get Popup Name
  44. var popURL = $(this).attr('href'); //Get Popup href to define size
  45. var query= popURL.split('?');
  46. var dim= query[1].split('&');
  47. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  48. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  49. var popMargTop = ($('#' + popID).height() + 80) / 2;
  50. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  51. //Apply Margin to Popup
  52. $('#' + popID).css({
  53. 'margin-top' : -popMargTop,
  54. 'margin-left' : -popMargLeft
  55. });
  56. $('body').append('<div id="fade"></div>');
  57. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  58. return false;
  59. });
  60. $('a.close, #fade').live('click', function() {
  61. $('#fade , .popup_block').fadeOut(function() {
  62. $('#fade, a.close').remove(); //fade them both out
  63. });
  64. return false;
  65. });
  66. });
  67. </script>
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69.  
  70. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  71.  
  72. <script>
  73.  
  74. (function($){
  75.  
  76. $(document).ready(function(){
  77.  
  78. $("a[title]").style_my_tooltips({
  79.  
  80. tip_follows_cursor:true,
  81.  
  82. tip_delay_time:90,
  83.  
  84. tip_fade_speed:600,
  85.  
  86. attribute:"title"
  87.  
  88. });
  89.  
  90. });
  91.  
  92. })(jQuery);
  93.  
  94. </script>
  95. <!--basic tooltip from tutorial-baby! Enjoy-->
  96. <style>
  97. .tooltip{
  98. display: inline;
  99. position: relative;
  100. }
  101. #s-m-t-tooltip {
  102. max-width:300px; /*how big the tooltip can be at most*/
  103. border-radius: 0px; /*change your border radius*/
  104. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  105. margin:20px 7px -2px 20px; /*distance from word*/
  106. background-color:#b4b4cf; /*background color*/
  107. border-left:3px solid #fff; /*border info*/
  108. border-right:3px solid #fff; /*border info*/
  109. font-family:"silkscreen"; /*tooltip font*/
  110. font-size:9px; /*tooltip font size*/
  111. letter-spacing:2px; /*tooltip letter spacing*/
  112. text-transform:uppercase; /*makes the tooltip title uppercase*/
  113. color:#fff; /*tooltip font color*/
  114. z-index:999999999999999999999999999999999999;
  115. box-shadow:0px 0px 0px 0px #ababab;
  116. }
  117. </style>
  118. <title>{Title}</title>
  119. <link rel="shortcut icon" href="http://38.media.tumblr.com/70991e5d14a886326676b2ee80647dc3/tumblr_inline_mv6j7aHT631r63cto.gif">
  120. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  121. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  122.  
  123. <!---- this is theme 41 by Hollywhood
  124. please don't remove the credit
  125. thank you
  126. --->
  127.  
  128. <meta name="color:Background" content="#ffffff"/>
  129. <meta name="color:Text" content="#9B9B9B"/>
  130. <meta name="color:Link" content="#b8b8b8"/>
  131. <meta name="color:scrollbar" content="#999999">
  132. <meta name="color:title" content="#999999">
  133. <meta name="color:Link Hover" content="#eeeeee"/>
  134.  
  135. <meta name="image:sidebar" content=""/>
  136. <meta name="text:sidebartitle" content="">
  137.  
  138. <meta name="text:link 1" content="Link 1"/>
  139. <meta name="text:link 1 url" content="/"/>
  140. <meta name="text:link 2" content="Link 2"/>
  141. <meta name="text:link 2 url" content="/"/>
  142. <meta name="text:link 3" content="Link 3"/>
  143. <meta name="text:link 3 url" content="/"/>
  144. <meta name="text:link 4" content="Link 4"/>
  145. <meta name="text:link 4 url" content="/"/>
  146. <meta name="text:link 5" content="Link 5"/>
  147. <meta name="text:link 5 url" content="/"/>
  148. <meta name="text:link 6" content="Link 5"/>
  149. <meta name="text:link 6 url" content="/"/>
  150. <meta name="color:pop up title bg" content="#8f8f8f"/>
  151. <meta name="color:bold" content="#fff"/>
  152. <meta name="color:bold shadow" content="#fff"/>
  153. <meta name="color:italics" content="#fff"/>
  154. <meta name="color:italics shadow" content="#fff"/>
  155.  
  156. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  157.  
  158. <style>
  159. div#qTip {
  160. padding: 3px;
  161. display: none;
  162. text-align: center;
  163. position: absolute;
  164. font-size:7px;
  165. margin-left:10px;
  166. margin-top:-2px;
  167. line-height:9px;
  168. font-family:arial;
  169. z-index: 1000;
  170. border: 1px solid #cacaca;
  171. background-color:#fff;
  172. color: #9b9b9b;
  173. text-transform:uppercase;
  174. letter-spacing: 2px;
  175. }
  176. </style>
  177.  
  178. <style type="text/css">
  179.  
  180. b, strong {
  181. color: {color:bold};
  182. font-style:bold;
  183. font-family:'ronda';
  184. font-size:19px;
  185. text-shadow: 0px 1px 3px {color:bold shadow};
  186. }
  187.  
  188. i, em {
  189. color: {color:italics};
  190. font-style:italic;
  191. font-size:17px;
  192. font-family:'ronda';
  193. text-shadow: 0px 0px 1px #808080;
  194. }
  195.  
  196. ::selection {color: #b5afcc; background: transparent;}
  197. ::-moz-selection {color: #b5afcc; background: transparent;}
  198. ::-webkit-selection {color: #b5afcc; background: transparent;}
  199.  
  200. ::-webkit-scrollbar-thumb{
  201. background-color: {color:scrollbar};
  202. border: 0px solid {color:scrollbar bg};
  203. height:auto;
  204. }
  205.  
  206. ::-webkit-scrollbar {
  207. height:auto;
  208. width:4px;
  209. background-color: transparent;
  210. border:4px solid transparent;
  211. }
  212.  
  213.  
  214. iframe#tumblr_controls {
  215. white-space:nowrap;
  216. -webkit-filter: invert(100%);
  217. -moz-filter: invert(100%);
  218. -o-filter: invert(100%);
  219. -ms-filter: invert(100%);
  220. filter: invert(100%);
  221. opacity:.2;transition: .8s ease-in-out;
  222. -webkit-transition: .8s ease-in-out;
  223. -moz-transition: .8s ease-in-out;
  224. -o-transition: .8s ease-in-out;
  225. }
  226.  
  227. h1 {
  228. font-weight:normal;
  229. font-size:13px;
  230. text-align:center;
  231. font-style:normal;
  232. line-height:100%;
  233. letter-spacing:1px;
  234. text-transform:normal;
  235. color:{color:text};
  236. }
  237.  
  238. h2 {
  239. font-size:20px;
  240. text-align:center;
  241. line-height:100%;
  242. letter-spacing:-0.5px;
  243. color:{color:text};
  244. font-weight:bold;
  245. text-transform:uppercase;
  246. padding:5px;
  247. padding-bottom:2px;
  248. }
  249.  
  250.  
  251. blockquote {
  252. border-left:2px solid {color:text};
  253. padding-left:5px;
  254. margin:5px;
  255. }
  256.  
  257.  
  258. body {
  259. background:{color:background};
  260. margin:0px;
  261. color:{color:text};
  262. font-family:trebuchet ms;
  263. font-size:14px;
  264. line-height:100%;
  265. background-image:url("http://static.tumblr.com/bttbnbf/Rjinrx5n3/__bg_1.png");
  266. background-attachment: fixed;
  267. background-image:stretch;
  268. background-repeat: no-repeat;
  269. background-image:cover;
  270. background-position:left top;
  271. }
  272.  
  273. a {
  274. text-decoration:none;
  275. outline:none;
  276. -moz-outline-style:none;
  277. color:#e6e6e6;
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;
  281. text-shadow:0px 0px 2px #313147;
  282. letter-spacing:1px;
  283. }
  284.  
  285. a:hover {
  286. text-decoration:none;
  287. outline:none;
  288. -moz-outline-style:none;
  289. color:#ffffff;
  290. text-shadow:0px 0px 2px #212121;
  291. letter-spacing:4px;
  292. }
  293.  
  294. img {
  295. border:none;
  296. }
  297.  
  298. blockquote {
  299. padding-left:5px;
  300. border-left:2px solid;
  301. }
  302.  
  303. blockquote blockquote {
  304. padding-left:5px;
  305. border-left:2px solid;
  306. }
  307.  
  308. #post {
  309. width:400px;
  310. padding-bottom:30px;
  311. margin-top:-10px;
  312. }
  313. #entries {
  314. padding:10px;
  315. left:65px;
  316. top:40px;
  317. position:fixed;
  318. background-color:transparent;
  319. width:425px;
  320. height:395px;
  321. top:0px;
  322. padding: 20px;
  323. overflow-x:scroll;
  324. scroll:left;
  325. overflow-x:hidden;
  326. }
  327.  
  328.  
  329. #sidebar {
  330. color:{color:text};
  331. position:fixed;
  332. width:100px;
  333. height:auto;
  334. margin-top:39px;
  335. margin-left:250px;
  336. text-align:left;
  337. }
  338.  
  339. #sidebarimage img {
  340. width:200px;
  341. margin-top:-10px;
  342. margin-bottom:0px;
  343. margin-left:-9px;
  344. }
  345.  
  346. #links {
  347. position:fixed;
  348. font-family:arial;
  349. width:10px;
  350. margin-top:365px;
  351. margin-left:-160px;
  352. font-size:24px;
  353. text-transform:uppercase;
  354. text-align:center;
  355. line-height:280%;
  356. padding:2px 0 0 0;
  357. transform: rotate(130deg);
  358. -ms-transform: rotate(130deg);
  359. -webkit-transform: rotate(130deg);
  360. -o-transform: rotate(130deg);
  361. -moz-transform: rotate(30deg);
  362.  
  363. }
  364.  
  365. #links a{
  366. line-height:280%;
  367. border-bottom:0px solid #fff;
  368. margin-top:-40px;
  369. margin-left:-125px;
  370. width:10px;
  371. padding:2px 0 0 0;
  372. color:{color:link};
  373. text-decoration:none;
  374. -moz-transition-duration:.7s;
  375. -webkit-transition-duration:.7s;
  376. -o-transition-duration:.7s;
  377. text-shadow:0px 0px -1px #e3e3e3;
  378. letter-spacing:1px;
  379. }
  380.  
  381. #links a:hover {
  382. width:10px;
  383. line-height:280%;
  384. text-decoration:none;
  385. letter-spacing:1px;
  386. -moz-transition-duration:.7s;
  387. -webkit-transition-duration:.7s;
  388. -o-transition-duration:.7s;
  389. text-shadow:0px 0px 7px #fff;
  390. color: {color:link hover};
  391. }
  392.  
  393. #clinks {
  394. position:fixed;
  395. font-family:arial;
  396. width:20px;
  397. margin-top:320px;
  398. margin-left:-95px;
  399. font-size:31px;
  400. text-transform:uppercase;
  401. text-align:center;
  402. line-height:280%;
  403. transform: rotate(30deg);
  404. -ms-transform: rotate(30deg);
  405. -webkit-transform: rotate(30deg);
  406. -o-transform: rotate(30deg);
  407. -moz-transform: rotate(30deg);
  408. }
  409.  
  410. #clinks a{
  411. line-height:280%;
  412. border-bottom:0px solid #fff;
  413. margin-top:4px;
  414. margin-left:13px;
  415. width:10px;
  416. color:{color:link};
  417. text-decoration:none;
  418. -moz-transition-duration:.7s;
  419. -webkit-transition-duration:.7s;
  420. -o-transition-duration:.7s;
  421. text-shadow:0px 0px 2px #313147;
  422. letter-spacing:1px;
  423. }
  424.  
  425. #clinks a:hover {
  426. -moz-transition-duration:.7s;
  427. -webkit-transition-duration:.7s;
  428. -o-transition-duration:.7s;
  429. text-shadow:0px 0px 7px #fff;
  430. color: {color:link hover};
  431. width:10px;
  432. }
  433.  
  434. #dlinks {
  435. position:fixed;
  436. font-family:arial;
  437. width:20px;
  438. margin-top:340px;
  439. margin-left:-35px;
  440. font-size:29px;
  441. text-transform:uppercase;
  442. text-align:center;
  443. line-height:280%;
  444. transform: rotate(280deg);
  445. -ms-transform: rotate(280deg);
  446. -webkit-transform: rotate(280deg);
  447. -o-transform: rotate(280deg);
  448. -moz-transform: rotate(280deg);
  449. }
  450.  
  451. #dlinks a{
  452. line-height:280%;
  453. border-bottom:0px solid #fff;
  454. margin-top:4px;
  455. margin-left:13px;
  456. width:10px;
  457. color:{color:link};
  458. text-decoration:none;
  459. -moz-transition-duration:.7s;
  460. -webkit-transition-duration:.7s;
  461. -o-transition-duration:.7s;
  462. text-shadow:0px 0px 2px #313147;
  463. letter-spacing:1px;
  464. }
  465.  
  466. #dlinks a:hover {
  467. -moz-transition-duration:.7s;
  468. -webkit-transition-duration:.7s;
  469. -o-transition-duration:.7s;
  470. text-shadow:0px 0px 7px #fff;
  471. color: {color:link hover};
  472. width:10px;
  473. }
  474.  
  475. #elinks {
  476. position:fixed;
  477. font-family:arial;
  478. width:20px;
  479. margin-top:340px;
  480. margin-left:5px;
  481. font-size:24px;
  482. text-transform:uppercase;
  483. text-align:center;
  484. line-height:280%;
  485. transform: rotate(90deg);
  486. -ms-transform: rotate(90deg);
  487. -webkit-transform: rotate(90deg);
  488. -o-transform: rotate(90deg);
  489. -moz-transform: rotate(90deg);
  490. }
  491.  
  492. #elinks a{
  493. line-height:280%;
  494. border-bottom:0px solid #fff;
  495. margin-top:4px;
  496. margin-left:13px;
  497. width:10px;
  498. color:{color:link};
  499. text-decoration:none;
  500. -moz-transition-duration:.7s;
  501. -webkit-transition-duration:.7s;
  502. -o-transition-duration:.7s;
  503. text-shadow:0px 0px 2px #313147;
  504. letter-spacing:1px;
  505. }
  506.  
  507. #elinks a:hover {
  508. -moz-transition-duration:.7s;
  509. -webkit-transition-duration:.7s;
  510. -o-transition-duration:.7s;
  511. color: {color:link hover};
  512. width:10px;
  513. text-shadow:0px 0px 7px #fff;
  514. }
  515. #flinks {
  516. position:fixed;
  517. font-family:arial;
  518. width:20px;
  519. margin-top:362px;
  520. margin-left:46px;
  521. font-size:31px;
  522. text-transform:uppercase;
  523. text-align:center;
  524. line-height:280%;
  525. transform: rotate(270deg);
  526. -ms-transform: rotate(270deg);
  527. -webkit-transform: rotate(270deg);
  528. -o-transform: rotate(270deg);
  529. -moz-transform: rotate(270deg);
  530. }
  531.  
  532. #flinks a{
  533. line-height:280%;
  534. border-bottom:0px solid #fff;
  535. margin-top:4px;
  536. margin-left:13px;
  537. width:10px;
  538. color:{color:link};
  539. text-decoration:none;
  540. -moz-transition-duration:.6s;
  541. -webkit-transition-duration:.6s;
  542. -o-transition-duration:.6s;
  543. text-shadow:0px 0px 2px #313147;
  544. letter-spacing:1px;
  545. }
  546.  
  547. #flinks a:hover {
  548. -moz-transition-duration:.9s;
  549. -webkit-transition-duration:.9s;
  550. -o-transition-duration:.9s;
  551. color: {color:link hover};
  552. width:10px;
  553. text-shadow:0px 0px 7px #fff;
  554. }
  555.  
  556. #glinks {
  557. position:fixed;
  558. font-family:arial;
  559. width:20px;
  560. margin-top:352px;
  561. margin-left:75px;
  562. font-size:28px;
  563. text-transform:uppercase;
  564. text-align:center;
  565. line-height:280%;
  566. }
  567.  
  568. #glinks a{
  569. line-height:280%;
  570. border-bottom:0px solid #fff;
  571. margin-top:4px;
  572. margin-left:13px;
  573. width:10px;
  574. color:{color:link};
  575. text-decoration:none;
  576. -moz-transition-duration:.6s;
  577. -webkit-transition-duration:.6s;
  578. -o-transition-duration:.6s;
  579. text-shadow:0px 0px 2px #313147;
  580. letter-spacing:1px;
  581. }
  582.  
  583. #glinks a:hover {
  584. -moz-transition-duration:.9s;
  585. -webkit-transition-duration:.9s;
  586. -o-transition-duration:.9s;
  587. color: {color:link hover};
  588. width:10px;
  589. text-shadow:0px 0px 7px #fff;
  590. transform: rotate(360deg);
  591. -ms-transform: rotate(360deg);
  592. -webkit-transform: rotate(360deg);
  593. -o-transform: rotate(360deg);
  594. -moz-transform: rotate(360deg);
  595. }
  596.  
  597. #description {
  598. position:fixed;
  599. width:200px;
  600. font-family:trebuchet ms;
  601. margin-top:55px;
  602. margin-left:-9px;
  603. text-align:justify;
  604. font-size:9px;
  605. color: {color:text};
  606. letter-spacing:0px;
  607. line-height:130%;
  608. -moz-transition-duration:1s;
  609. -webkit-transition-duration:1s;
  610. -o-transition-duration:1s;
  611. }
  612.  
  613. #description a {
  614. color:{color:link};
  615. }
  616.  
  617. #description a:hover {
  618. color:{color:link hover};
  619. }
  620.  
  621. .sidebartitle {
  622. width:210px;
  623. text-align:center;
  624. position:fixed;
  625. font-family:arial;
  626. line-height:120%;
  627. margin-left:-13px;
  628. font-size:13px;
  629. margin-top:10px;
  630. color:{color:title};
  631. }
  632.  
  633. #pagination {
  634. font-family:cambria;
  635. width:210px;
  636. font-size:29px;
  637. margin-top:25px;
  638. margin-left:228px;
  639. padding-left:5px;
  640. letter-spacing:1px;
  641. font-style:none;
  642. text-align:center;
  643. }
  644.  
  645. #pagination a {
  646. color:#f5f5f5;
  647. -moz-transition-duration:0.5s;
  648. -webkit-transition-duration:0.5s;
  649. -o-transition-duration:0.5s;
  650. text-shadow:0px 0px 2px #212121;
  651. letter-spacing:1px;
  652. }
  653. #pagination a:hover {
  654. text-decoration:none;
  655. outline:none;
  656. -moz-outline-style:none;
  657. color:#ffffff;
  658. text-shadow:0px 0px 8px #878787;
  659. letter-spacing:1px;
  660. }
  661.  
  662. #info {
  663. font-family:arial;
  664. width:400px;
  665. height:15px;
  666. margin-top:15px;
  667. padding-top:1px;
  668. font-size:20px;
  669. border-top:3px solid #fff;
  670. border-bottom:3px solid #fff;
  671. border-radius:1px;
  672. background-image:url("http://i.imgur.com/4YUT9kK.png");
  673. background-attachment:fixed;
  674. background-position:top left;
  675. background-repeat: no-repeat;
  676. padding:2px;
  677. color:#fff;
  678. text-transform:uppercase;
  679. font-style:normal;
  680. text-align:center;
  681. -moz-transition-duration:0.5s;
  682. -webkit-transition-duration:0.5s;
  683. -o-transition-duration:0.5s;
  684. box-shadow:-1px 1px 3px 0px #6e6e6e;
  685. }
  686.  
  687. #info a {
  688. color:#fff;
  689. font-style:normal;
  690. letter-spacing:0px;
  691. margin-top:30px;
  692. }
  693.  
  694. #info a:hover {
  695. color:{color:link hover};
  696. letter-spacing:0px;
  697. transform: rotate(360deg);
  698. -ms-transform: rotate(360deg);
  699. -webkit-transform: rotate(360deg);
  700. -o-transform: rotate(360deg);
  701. -moz-transform: rotate(360deg);
  702. }
  703.  
  704. .tags {
  705. font-family:calibri;
  706. font-style:normal;
  707. width:400px;
  708. text-transform:normal;
  709. font-style:normal;
  710. line-height:120%;
  711. padding-left:5px;
  712. font-size:10px;
  713. text-align:left;
  714. padding-top:5px;
  715. opacity:0;
  716. padding-bottom:15px;
  717. -moz-transition-duration:0.2s;
  718. -webkit-transition-duration:0.2s;
  719. -o-transition-duration:0.2s;
  720. }
  721. .tags a{
  722. color:#f5f5f5;
  723. -moz-transition-duration:0.8s;
  724. -webkit-transition-duration:0.8s;
  725. -o-transition-duration:0.8s;
  726. text-shadow:0px 0px 2px #212121;
  727. }
  728. .tags a:hover{
  729. text-decoration:none;
  730. outline:none;
  731. -moz-outline-style:none;
  732. color:#ffffff;
  733. text-shadow:0px 0px 8px #878787;
  734. }
  735.  
  736. #post:hover .tags{
  737. opacity:1;
  738. -moz-transition-duration:0.8s;
  739. -webkit-transition-duration:0.8s;
  740. -o-transition-duration:0.8s;
  741. }
  742.  
  743. .audio{
  744. background-color:#e5e5e5;
  745. height:65px;
  746. overflow:hidden;
  747. }
  748.  
  749. #ask {
  750. float:left;
  751. color:{color:text};
  752.  
  753. }
  754.  
  755. #question {margin:05px 0px;
  756. padding:10px 20px;
  757. line-height:15px;
  758. border-bottom:3px solid #fff;
  759. border-top:3px solid #fff;
  760. background-image:url("http://static.tumblr.com/bttbnbf/FtWnrv7ha/second_question.png");
  761. height:100px;
  762. width:370px;
  763. text-align:center;
  764. box-shadow:-3px 3px 3px 1px #ababab;
  765. color:#ffffff;
  766. text-shadow:0px 0px 3px #5b5b66;
  767. }
  768.  
  769. #credit {
  770. font-size:19px;
  771. font-family:cambria;
  772. font-style:normal;
  773. letter-spacing:1px;
  774. -moz-transition-duration:0.5s;
  775. -webkit-transition-duration:0.5s;
  776. -o-transition-duration:0.5s;
  777. }
  778.  
  779. #credit a {
  780. background-color:transparent;
  781. padding:5px;
  782. border:0px solid #e9e9e9;
  783. position:fixed;
  784. right:15px;
  785. bottom:10px;
  786. letter-spacing:1px;
  787. -moz-transition-duration:0.5s;
  788. -webkit-transition-duration:0.5s;
  789. -o-transition-duration:0.5s;
  790. }
  791.  
  792. #credit a:hover {
  793. color:#fff;
  794. background-color:{color:background};
  795. transform: rotate(360deg);
  796. -ms-transform: rotate(360deg);
  797. -webkit-transform: rotate(360deg);
  798. -o-transform: rotate(360deg);
  799. -moz-transform: rotate(360deg);
  800. }
  801.  
  802. {CustomCSS}
  803.  
  804. .popup_block{
  805. display:none;
  806. background:#fffcfd;
  807. background-image: url('http://static.tumblr.com/bttbnbf/dEBnrv3g8/lucina_bg...png');
  808. border-radius:0px;
  809. width:300px;
  810. height:300px;
  811. padding:20px;
  812. float:left;
  813. position:fixed;
  814. top:50%;left:50%;
  815. z-index: 99999;
  816. }
  817.  
  818. .popup_block2{
  819. display:none;
  820. background:#fffcfd;
  821. background-image: url('http://static.tumblr.com/bttbnbf/eUgnrv96i/screaming_of_the_masses.png');
  822. border-radius:0px;
  823. width:500px;
  824. height:500px;
  825. padding:20px;
  826. float:left;
  827. position:fixed;
  828. top:50%;left:50%;
  829. z-index: 99999;
  830. }
  831.  
  832. *html #fade {position: absolute;}
  833. *html .popup_block {position: absolute;}
  834. #fade {
  835. display:none;
  836. position:fixed;
  837. left:0px;
  838. top:0px;
  839. width:100%;
  840. height:100%;
  841. z-index:9999;
  842. background:#fff; /* change to #fff for solid white */
  843. opacity:0.4;
  844. }
  845.  
  846. #updates {
  847. font-size:12px;
  848. color:#636363;
  849. text-align:center;
  850. height:23px;
  851. width:230px;
  852. padding:4px;
  853. top:35px;
  854. right:55px;
  855. z-index:10;
  856. position:fixed;
  857. overflow:hidden;
  858. -webkit-transition: all 0.6s ease-in-out;
  859. -moz-transition: all 0.6s ease-in-out;
  860. -o-transition: all 0.6s ease-in-out;
  861. }
  862.  
  863. #updates:hover {
  864. height:195px;
  865. -webkit-transition: all 0.7s ease-in-out;
  866. -moz-transition: all 0.7s ease-in-out;
  867. -o-transition: all 0.7s ease-in-out;
  868. }
  869.  
  870. #updatestitle {
  871. font-size:15px;
  872. text-transform:uppercase;
  873. font-family:"ronda";
  874. font-weight:bold;
  875. text-align:center;
  876. height:35px;
  877. color:#545454;
  878. }
  879.  
  880.  
  881. #musicplayer {
  882. position: fixed;
  883. left: 170px;
  884. top: 540px; }
  885.  
  886. .yo {
  887. position: absolute;
  888. left: 35px;
  889. top: 0px;
  890. font-style: oblique; font: 9px georgia;
  891. width: 80px;
  892. height: auto;
  893. padding: 5px;
  894. background-color: #fff;
  895. opacity: 0;
  896. -webkit-transition: all 0.3s ease-in;
  897. -moz-transition: all 0.3s ease-in;
  898. -o-transition: all 0.3s ease-in;
  899. -ms-transition: all 0.3s eease-in;
  900. transition: all 0.3s ease-in; }
  901.  
  902. #musicplayer:hover .yo {
  903. opacity: 1;
  904. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  905. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  906. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  907.  
  908. .player {
  909. border: 0px solid #bbb;
  910. padding-top:2px;
  911. padding-right:1px;
  912. position: fixed;
  913. width: 25px;
  914. margin: 3px 0px 0px 0px;
  915. overflow: hidden;
  916. z-index: 9999;
  917. opacity: 0.6; }
  918.  
  919.  
  920. #ireverent {
  921. position:fixed;
  922. font-family: consolas;
  923. font-size: 8px;
  924. bottom:0px;
  925. left:655px;
  926. padding: 8px;
  927. height:12px;
  928. letter-spacing:1px;
  929. text-transform:uppercase;
  930. padding-bottom:5px;
  931. background: white;
  932. width:205px;
  933. border: 1px solid #f7f7f7;
  934. transition: all 0.6s ease-out;
  935. -o-transition-transition: all 0.6s ease-out;
  936. -webkit-transition: all 0.6s ease-out;
  937. -moz-transition: all 0.6s ease-out;
  938. }
  939. #ireverent:hover{
  940. bottom:-35px;
  941. height:345px;
  942. transition: all 0.6s ease-out;
  943. -o-transition-transition: all 0.6s ease-out;
  944. -webkit-transition: all 0.6s ease-out;
  945. -moz-transition: all 0.6s ease-out;
  946. }
  947. ed{
  948. background:white;
  949. color:#564373;
  950. max-width:205px;
  951. padding:37px;
  952. padding-top:5px;
  953. padding-bottom:5px;
  954. margin-left:-7px;
  955. margin-top:-16px;
  956. heigth:30px;
  957. font-family: calibri;
  958. font-size: 10px;
  959. height:12px;
  960. letter-spacing:1px;
  961. text-transform:uppercase; }
  962.  
  963.  
  964. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  965.  
  966. @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  967. </style></head>
  968. <body>
  969.  
  970. <div id="ireverent"><center><ed>BARRACKS.</ed><br><p>
  971.  
  972. <!-- BEGIN CBOX - www.cbox.ws - v4.3 -->
  973. <div id="cboxdiv" style="position: relative; margin: 0 auto; width: 200px; font-size: 0; line-height: 0;">
  974. <div style="position: relative; height: 200px; overflow: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; border:#ababab 1px solid;"><iframe src="http://www3.cbox.ws/box/?boxid=3476180&boxtag=wjwe0s&sec=main" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="auto" allowtransparency="yes" name="cboxmain3-3476180" id="cboxmain3-3476180"></iframe></div>
  975. <div style="position: relative; height: 80px; overflow: hidden; border:#ababab 1px solid; border-top: 0px;"><iframe src="http://www3.cbox.ws/box/?boxid=3476180&boxtag=wjwe0s&sec=form" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="no" allowtransparency="yes" name="cboxform3-3476180" id="cboxform3-3476180"></iframe></div>
  976. </div>
  977. <!-- END CBOX -->
  978.  
  979. </center></div>
  980.  
  981. <div id="musicplayer">
  982.  
  983.  
  984. <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  985. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  986. <param name="bgcolor" value="#d7d7ea" />
  987. <param name="FlashVars" value="mp3=https%3A//dl-web.dropbox.com/get/Paradise%2520%2528Coldplay%2529%2520-%2520Tyler%2520Ward.mp3%3F_subject_uid%3D357564750%26w%3DAACIbCn_799Lom-nJ3gvh9tHJ98YkW4lPKlfxmENEFjvdg&amp;width=25&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=d7d7ea&amp;bgcolor1=d7d7ea&amp;bgcolor2=d7d7ea&amp;buttonovercolor=4d466e&amp;loop=1" />
  988. </object></div></div>
  989.  
  990. </div>
  991.  
  992.  
  993. <!-- begin updates tab -->
  994.  
  995. <div id="updates">
  996. <div id="updatestitle"> ❀. ❜<br>┈┈┈┈┈┈┈┈</div>
  997.  
  998. <div style="padding-top:10px;border:4px double #545454; width:210px;">
  999. <p>
  1000. independent <b>princess lucina</b> of fire emblem : awakening.<br>engaged to <b><a href="http://flourpicker.tumblr.com/">inigo.</a><br>written by <b>trisha.<br><script language="JavaScript">
  1001. var ref = (''+document.referrer+'');
  1002. var w_h = window.screen.width + " x " + window.screen.height;
  1003. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4999476&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  1004. </script> ; <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2968775&name="></script>
  1005. </b></a><br><a href="http://hachibani.tumblr.com/post/79195641328">image credit.</a><br></b>permission was given by the artist.<br>
  1006.  
  1007. </div></div>
  1008.  
  1009. <div id="RULES" class="popup_block"><center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px"><p><strong>CHARACTER INFORMATION.</strong></p>
  1010. <p style="line-height: 19.6000003814697px;">This blog is for Lucina of the Fire Emblem : Awakening game. It&rsquo;s mostly set post&mdash;story, and I&nbsp;<strong>HAVE</strong> finished the entirety of all chapters and the children paralogues save for one, and the Future Past chapters. I can roleplay any of those verses need it be, but I&rsquo;m cool with plotting any other verses in general as well!</p>
  1011. <p style="line-height: 19.6000003814697px;"><strong>I will not follow other Lucina&rsquo;s unless we are close friends, have <em>genuine</em> interest in interacting with you as a person / writer, or at least&nbsp;know each other well enough not to be nervous.</strong> This is far from personal, it&rsquo;s just that I am nervous enough about portrayal as it is, &amp;&amp;. seeing duplicates can drive me up the wall with anxiety. I most likely will block or at least blacklist you if you are a duplicate, but, again I apologize.</p>
  1012. <p style="line-height: 19.6000003814697px;">I do take a lot of inspiration from support conversations and the like, but the majority of this blog is based on personal headcanon.</p>
  1013. <p style="line-height: 19.6000003814697px;"><span style="line-height: 19.6000003814697px;">This blog is singleship with <em>this <a href="http://flourpicker.tumblr.com/" target="_blank">Inigo</a></em>&nbsp;&amp;&amp;. is canon to&nbsp;<strong><a href="http://fellbloodtactician.tumblr.com/" target="_blank">fellbloodtactician</a>&nbsp;</strong>&amp;&amp;.&nbsp;<strong><a href="http://ofexaltedblood.tumblr.com/" target="_blank">ofexaltedblood</a>.</strong> I&rsquo;m still willing to interact with other Robin&rsquo;s (regardless of gender) and Chrom&rsquo;s, though Lucina will only identify the above two as her parents, and as for other Fire Emblem : Awakening characters&nbsp;<em><a href="http://exaltedblood.co.vu/m" target="_blank">this</a>&nbsp;</em>is a page of every one that I am canons with.<br /></span></p>
  1014. <p style="line-height: 19.6000003814697px;"><span style="line-height: 19.6000003814697px;">Don&rsquo;t tell me how to play my character&nbsp;; I&rsquo;m perfectly cool with anyone telling me areas of improvement, but for goodness&rsquo; sake, do not just leave a message in my inbox just saying &ldquo;ur character sux&rdquo; without any explanation for it.</span></p>
  1015. <p><strong><span style="line-height: 19.6000003814697px;">BASIC RULES.</span></strong></p>
  1016. <p style="line-height: 19.6000003814697px;"><span style="line-height: 19.6000003814697px;">I won&rsquo;t follow everyone back ;&nbsp;</span><span style="line-height: 19.6000003814697px;">I&rsquo;ll take a look at your blog before following or not, and while I&rsquo;m cool with your character not having an about, if you don&rsquo;t have rules, there&rsquo;s a low chance of me following you.</span></p>
  1017. <p style="line-height: 19.6000003814697px;">That said, I will only accept asks from mutuals in any situation. Enough said. No magic anons. I&rsquo;m lazy as heck, so it&rsquo;s hard for me to keep up, plus I don&rsquo;t see too much point to them.</p>
  1018. <p><span style="line-height: 19.6000003814697px;">In regards to plotting: I am always open to mutuals asking to plot, as long as it&rsquo;s in reason. I have every right to choose whether or not I thread with you, regardless of plotting, and regarding crossover threads, while I am not too selective of following non-Fire Emblem RPers as long as you have good information on your character, I will be very selective with plotting with non-Fire Emblem RPers and never plot with self inserts, and like I said about M!As, end of story.</span></p>
  1019. <p><span style="line-height: 19.6000003814697px;">Don't steal anything. It's common courtesy, and I&nbsp;<em>expect</em> such to be followed.</span></p>
  1020. <p><strong><span style="line-height: 19.6000003814697px;">If you are a duplicate ( followed or not ),&nbsp;<em>please</em> for the love of Naga &amp;. Grima above, do not take&nbsp;<em>my</em> Lucina's relations and use it for</span><span style="line-height: 19.6000003814697px;"> yours.</span></strong><span><span style="line-height: 19.6000003814697px;"> Any relations that my character has with another is&nbsp;</span><em>solely</em><span style="line-height: 19.6000003814697px;">&nbsp;theirs, so please don't disrespect that.</span></span><span style="line-height: 19.6000003814697px;"></span></p>
  1021. <p><strong><span style="line-height: 19.6000003814697px;">I will not accept questions on HTML on anon.</span></strong></p>
  1022. <p style="line-height: 19.6000003814697px;">I&rsquo;m really selective in terms of who I follow. Do not pester me at all if I do not follow you, and that said, if I don&rsquo;t follow you within two days, I&rsquo;m not following you.</p>
  1023. <p style="line-height: 19.6000003814697px;">Considering the above facts, Robin / Female!My Unit is Lucina's&nbsp;<em>default</em> mother. I will not change such lest I interact with a&nbsp;<em>male Robin,</em> and even then I shall keep her mother vague unless the thread actively involves it. I do not know who her default mother will be in&nbsp;<em>that</em> scenario, either being Sumia or Sully.</p>
  1024. <p style="line-height: 19.6000003814697px;"><em>I will rarely send in passwords / codes for rules.</em> I find it extremely uncomfortable for myself to do such for something like that, unless it's the occasion that I am&nbsp;<em>extremely</em> interested in interacting with you.</p>
  1025. <p style="line-height: 19.6000003814697px;"><strong>I will never send in passwords to you if I already have for another blog, on either sides.</strong></p>
  1026. <p style="line-height: 19.6000003814697px;">Odd thing to place here, but as it says on the tin I go as&nbsp;<em>Sol,&nbsp;</em>or Soleil on here. Granted, this is an alias, yet only those who know me well are to be aware of my true name for safety&rsquo;s sake.</p>
  1027. <p style="line-height: 19.6000003814697px;"><strong>BLOGS I WILL NEVER/RARELY FOLLOW</strong></p>
  1028. <p style="line-height: 19.6000003814697px;">1. ) Duplicates.</p>
  1029. <p style="line-height: 19.6000003814697px;">2. ) Multi&mdash;muses. Dual&mdash;muses is a maybe.</p>
  1030. <p style="line-height: 19.6000003814697px;">3. ) NSFW blogs.</p>
  1031. <p style="line-height: 19.6000003814697px;">4. ) Personals.</p>
  1032. <p style="line-height: 19.6000003814697px;">5. ) A good majority of crack blogs.</p>
  1033. <p><strong>ROLEPLAYING INFORMATION</strong></p>
  1034. <p style="line-height: 19.6000003814697px;">I post way too many starter calls (which are for mutuals only) but, regardless if you like it or not, I still got a choice in whether I should make it or not.</p>
  1035. <p style="line-height: 19.6000003814697px;">Please let me know if I&rsquo;ve forgotten a reply! I try to keep track of things, but I&rsquo;m very sorry if I don&rsquo;t see it! That noted, please don&rsquo;t pester me for it, but a reminder now and then is perfectly fine!</p>
  1036. <p style="line-height: 19.6000003814697px;"><strong>I will only roleplay with mutuals.</strong></p>
  1037. <p style="line-height: 19.6000003814697px;">Please be somewhat eligible in terms of spelling, grammar, and punctuation. I understand if English isn&rsquo;t your first language, but at the very least please let me be able to read it. That is, unless it&rsquo;s crack.</p>
  1038. <p style="line-height: 19.6000003814697px;">That said, I love crack roleplay. Having fun with your character is seriously encouraged, and I never unfollow for that sort of thing.</p>
  1039. <p><strong>ANONS AND DRAMA</strong></p>
  1040. <p style="line-height: 19.6000003814697px;">Anon hate will not be tolerated at all. It&rsquo;s gonna be deleted immediately.</p>
  1041. <p style="line-height: 19.6000003814697px;">Any anonymous messages &ldquo;warning&rdquo; me about other users aren&rsquo;t going to be taken into much consideration. If you got something to say to me about someone do it off anon.</p>
  1042. <p style="line-height: 19.6000003814697px;">No drama, please. I get enough of it just watching the dashboard, so please don&rsquo;t involve me in it when I&rsquo;m not supposed to be, especially on anon.</p>
  1043. <p style="line-height: 19.6000003814697px;">On that topic, note that I&nbsp;<strong>will never get involved in any sort of drama regardless of my relations to a good majority of people.</strong> I prefer and will stick to being neutral to the matter unless&nbsp;<strong>it directly involves me, is about me, or is about someone very close to me.</strong></p>
  1044. <p><strong>ASKS</strong></p>
  1045. <p style="line-height: 19.6000003814697px;"><span style="line-height: 19.6000003814697px;">Ask meme karma isn&rsquo;t necessary at all. I&rsquo;ll try my best myself to follow so in some circumstances, but for the most part, followers aren&rsquo;t required to do so.</span></p>
  1046. <p><strong><span style="line-height: 19.6000003814697px;">UNFOLLOWING</span></strong></p>
  1047. <p style="line-height: 19.6000003814697px;"><span style="line-height: 19.6000003814697px;">I don&rsquo;t unfollow too often, to be honest? But, uh, here are some reasons why I might&nbsp;; half the time it&rsquo;s nothing personal, but one thing you don&rsquo;t have to worry about is OOC. I never unfollow for excessive OOC posts, aside from completely unrelated things, but anywho, here are the reasons:</span></p>
  1048. <ul style="line-height: 19.6000003814697px;">
  1049. <li>Not being mutuals with me for more than two weeks.</li>
  1050. <li>Drama.</li>
  1051. <li>LOADS OF SELF PITY. Don&rsquo;t get me wrong, I do see that some people aren&rsquo;t the most confident? but please, do not constantly be a self-matyr and pity yourself 24/7.</li>
  1052. <li>If you, or your posts irritate me&nbsp;; this could happen for loads of reasons. First, the above, and second, if?? I don&rsquo;t enjoy your character, or if you just post smut (I&rsquo;m cool if it&rsquo;s tagged, but if not, no) constantly.</li>
  1053. <li>STEALING.</li>
  1054. <li>Hate.</li>
  1055. <li>If you unfollow me first.</li>
  1056. </ul>
  1057. </div>
  1058.  
  1059. </div></div></div></div></div></div></div></div></div></div>
  1060.  
  1061. <div id="ABOUT" class="popup_block"><center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center; text-style:normal; border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px;"><p>
  1062.  
  1063. <p><big><strong><a href="http://fireemblem.wikia.com/wiki/Lucina" target="_blank">WIKI PAGE.</a></strong></big></p>
  1064. <p><strong>WARNING!</strong> Thread carefully, as the biography contains mentions of&nbsp;<em><strong>family death, suicide, and murder.</strong></em><em><br /></em></p>
  1065. <p><img src="https://41.media.tumblr.com/24b11d335d1b4245e8aa0a79b4411805/tumblr_inline_nrr784xQXH1tt21hq_500.png" />&nbsp;<img src="https://40.media.tumblr.com/74ac8a2e3deb0864c16971739955caee/tumblr_inline_nrr79fBydb1tt21hq_500.png" />&nbsp;<img src="https://41.media.tumblr.com/5a6cd0def2600bbdcff80cc324a9d1d5/tumblr_inline_nrr79q1ywL1tt21hq_500.png" /></p>
  1066. <p></p>
  1067. <p></p>
  1068. <p><big><strong>BASICS.</strong></big></p>
  1069. <p><strong>Name/Title :</strong>&nbsp;Princess Lucina of House Ylisse</p>
  1070. <p><strong>Nicknames / aliases :</strong> Luci/Lucy, &ldquo;Marth&rdquo;</p>
  1071. <p><strong>Date of Birth :&nbsp;</strong>April 20th</p>
  1072. <p><strong>Age :&nbsp;</strong>late teens to early twenties, depending on verse and time</p>
  1073. <p><strong>Species :</strong> Human</p>
  1074. <p><strong>Class :</strong> Great Lord&nbsp;</p>
  1075. <p><strong>7 Personalities :</strong> the&nbsp;<strong>QUEEN</strong></p>
  1076. <p><strong>MBTI :</strong> INFJ ; the&nbsp;<strong>ADVOCATE</strong></p>
  1077. <p><strong>Sexual &amp;&amp;. Romantic Orientation</strong> <strong>:</strong> Asexual demi-heteromantic ; she isn&rsquo;t too repulsed by the idea of sex directly, but is definitely one of the last people interested. As for romantic orientation, Lucina doesn&rsquo;t prioritize romantic relationships above all things, but does enjoy the idea &amp;&amp;. concept of it, though she can only imagine herself with people she cares deeply about but can&rsquo;t see the possibility of her being in that sort of relationship with women.</p>
  1078. <p><strong>Build / Appearance :</strong>&nbsp;Lucina is a rather tall young woman, standing at near 6&rsquo;, with a slim yet clearly toned body from combat and training. She isn&rsquo;t considered too curvy with her normal attire in battle due to her regular outfit being purposely arranged so that she appears masculine for the most part, but has a rather defined and slightly curvy figure in reality.</p>
  1079. <p><strong>Attire :</strong> <a href="http://vignette3.wikia.nocookie.net/fireemblem/images/a/a1/Lucina_official_art.jpg/revision/latest?cb=20121026204142" target="_blank">In battle / regular</a> &amp;&amp;. <a href="http://fireemblem.wikia.com/wiki/File:Lucina_OST.jpg" target="_blank">dress</a> ; outside of battle, and rarely seen. &amp;&amp;. as &ldquo;<a href="http://vignette1.wikia.nocookie.net/fireemblem/images/b/bc/MaskedMarth.jpg/revision/latest?cb=20130110165939" target="_blank">Marth</a>.&rdquo;</p>
  1080. <p><strong>Fighting style :</strong>&nbsp;her fighting style is mostly developed because of Chrom&rsquo;s training in early childhood, with a very fast yet damaging sort of style &mdash; evidently very quick and agile, but still able to land a hit. In most cases, while Lucina does fight alongside her comrades willingly and will support them when needed, it isn&rsquo;t rare that you can find her fighting on her lonesome but still holding her own.&nbsp;</p>
  1081. <p><strong>Weapons :</strong> always carries Parallel Flachion by her side as a memento of her deceased father, but due to her status and class as a Great Lord, is able to wield lances, but it&rsquo;s a rarity. Mostly uses the above weapon or rapiers.</p>
  1082. <p><big><strong>ABOUT.</strong></big></p>
  1083. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; A tale like hers could only be told as one of legend, with loads of tragedy and smiles to boot. Princess Lucina had been born to the Exalt Chrom two years after the Ylisse - Plegian war, with a mother and father of kind hearts and a happy future ahead.&nbsp;</p>
  1084. <p><strong>But, as fate would have it &mdash; that simply wasn&rsquo;t the case.</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Later on, her father was to die at the hands of Grima &mdash; or should it be, his best friend. It was never meant to be that way, with them truly meaning no harm, but Robin was an odd case. Put under the control of someone that the princess would know later on, they had murdered him, and as for her mother, she would soon fall as well.&nbsp;<br /><br /></p>
  1085. <p><strong>Tragic, wasn&rsquo;t it?</strong></p>
  1086. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; And, the world would only continue to grow all the more worse, with Risen and the like plaguing the lands, it was a miracle that the human race continued to exist at all. It would soon come to be that Lucina, along with the other children of the Shepherds, would do the impossible ; they traveled back into the past thanks to Naga, and went to fix what should have been wronged.</p>
  1087. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Donning a mask and the name as &ldquo;Marth&rdquo; from the Hero&mdash;King himself, the princess had went, and honestly, couldn&rsquo;t have arrived at an weirder time. It was during a Risen attack, and greeted with the sight of her father and Aunt, she had helped to protect and fight, but only to disappear soon after.</p>
  1088. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;With this disguise, Lucina continued to travel the past, only to have it taken away during the attempted assassination of Emmeryn, the current Exalt ; of course, her true identity was still kept a secret for the meantime, but for now only her gender had been figured out. At first, the altering of the past had only delayed her aunt&rsquo;s death, only to have her <em><strong>&ldquo;die&rdquo;</strong></em> by forced suicide. Later on, it would be revealed that it had done only severe brain damage, and a rather nasty case of amnesia, but that little story is for later.</p>
  1089. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It wasn&rsquo;t until a little later that the princess had revealed her true name and past to her father through the Brand of the Exalt, and joined the Shepherds ; soon, after many hardships and battles, the Fell Dragon had been defeated, and the world came to be at peace. What Lucina is up to nowadays is a mix, but one thing is for certain now :&nbsp;</p>
  1090. <p><strong>Her present self will surely be happy.</strong></p>
  1091.  
  1092. </div>
  1093.  
  1094. </div></div></div></div></div></div></div></div></div></div>
  1095.  
  1096.  
  1097. <div id="NAVI" class="popup_block">
  1098. <center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center;border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px;"></i>
  1099.  
  1100. <p><a href="http://exaltedblood.co.vu/s" target="_blank">ABOUT</a>.</p>
  1101. <p><a href="http://exaltedblood.co.vu/r" target="_blank">RULES</a>.</p>
  1102. <a href="#?w=640" rel="MAIN" class="poplight"/>ROSTER.</p>
  1103. <a href="#?w=640" rel="CANON" class="poplight"/>SUPPORT LOG</a>.</p>
  1104. <a href="#?w=640" rel="VERSES" class="poplight"/>TIMELINES</a>.</p>
  1105. <a href="http://exaltedblood.co.vu/sources" target="_blank">SOURCES.</a>
  1106.  
  1107. </div></div></div></div></div></div></div></div></div></div>
  1108.  
  1109.  
  1110.  
  1111. <div id="CANON" class="popup_block">
  1112. <center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center;border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px;"></i><p><img src="https://41.media.tumblr.com/0fa122954e1bc3071b3e42d792b4aa2b/tumblr_inline_npck1lNw181tt21hq_500.png" /></p>
  1113. <p><a href="http://fellbloodtactician.tumblr.com/" target="_blank">ROBIN</a>.</p>
  1114. <p>My mother, who was doomed to become Grima in my timeline. She&rsquo;s a woman of mystery to many, yet holds strong bonds with the Shepherds regardless. Is married to my father, Chrom, and future mother to myself and Morgan.</p>
  1115. <p><img src="https://40.media.tumblr.com/e7fe55668f7ff5a011aa9dc42c507ecc/tumblr_inline_npck59Y2Qj1tt21hq_500.png" /></p>
  1116. <p><a href="http://ofexaltedblood.tumblr.com/" target="_blank">CHROM</a>.</p>
  1117. <p>My father, an Exalt that was killed by Grima&rsquo;s hand in my timeline. A man of strength and ( some ) charisma, he leads the Shepherds to victory alongside his tactician. Is married to the above, Robin, and future father to myself and Morgan.</p></i></div></center>
  1118. </div>
  1119.  
  1120. </div></div></div></div></div></div></div></div></div></div>
  1121.  
  1122. <div id="MAIN" class="popup_block">
  1123. <center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center;border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px;"></i>
  1124.  
  1125. <p><a href="http://fellbloodtactician.tumblr.com/" title="ROBIN." target="_blank" style="line-height: 1.4;"><img src="https://36.media.tumblr.com/18363486d009a4db59b8635ff83fa885/tumblr_inline_nrnfjzWLbX1tt21hq_500.png" /></a>&nbsp;<a href="http://ofexaltedblood.tumblr.com/" title="CHROM." target="_blank" style="line-height: 1.4;"><img src="https://41.media.tumblr.com/dfbddd421c952cae67b3529e9474e049/tumblr_inline_nrnfknlDeV1tt21hq_500.png" /></a>&nbsp;<a href="http://exaltedmemories.tumblr.com/" title="MORGAN." target="_blank" style="line-height: 1.4;"><img src="https://40.media.tumblr.com/c05b948128a4cdb1a3ec4cd0c6e0d422/tumblr_inline_nrnfq9JnEG1tt21hq_500.png" /></a>&nbsp;<a href="http://flourpicker.tumblr.com/" title="INIGO." target="_blank" style="line-height: 1.4;"><img src="https://41.media.tumblr.com/2796691a71b093ed84259d802e9d5abe/tumblr_inline_nrnforlmtr1tt21hq_500.png" /></a>&nbsp;<a href="http://thievery.tk/" title="GAIUS." target="_blank"><span style="line-height: 1.4;"><img src="https://40.media.tumblr.com/ef81274c2545335d819ad0ae18507d54/tumblr_inline_nrnfluaYtr1tt21hq_500.png" /></span></a><span style="line-height: 1.4;">&nbsp;</span><a href="http://piasuha.tumblr.com/" title="LON'QU." target="_blank"><span style="line-height: 1.4;"><img src="https://41.media.tumblr.com/6ea1003a43559371cb3d356b88284b31/tumblr_inline_nrnfmmPncD1tt21hq_500.png" /></span></a>&nbsp;<span style="line-height: 1.4;"><a href="http://clericia.tumblr.com/" title="LISSA." target="_blank"><img src="https://36.media.tumblr.com/e6fad3f702f2927d85f1adbe22304fc6/tumblr_inline_nrnfr1nn7l1tt21hq_500.png" /></a>&nbsp;</span><a href="http://praises.god.jp/" title="LIBRA." target="_blank" style="line-height: 1.4;"><img src="https://41.media.tumblr.com/f627b951876df412afdbfd7b9839c972/tumblr_inline_nrnfrbFfV31tt21hq_500.png" /></a>&nbsp;<a href="http://archest.co.vu/" title="VIRION." target="_blank" style="line-height: 1.4;"><img src="https://41.media.tumblr.com/f4e44a8a570a226195371f0a0fc7337e/tumblr_inline_nrnfrhHmRx1tt21hq_500.png" /></a>&nbsp;<a href="http://shieuns.tumblr.com/" title="HENRY." target="_blank" style="line-height: 1.4;"><img src="https://41.media.tumblr.com/4cacdb09c49de14a3ba00294495e8b64/tumblr_inline_nrnfuvIK9x1tt21hq_500.png" /></a></p>
  1126. <blockquote>
  1127. <p><span style="line-height: 1.4;">these are all of my mains for fire emblem awakening characters&nbsp;<em><strong>!</strong></em> any questions or roleplays regarding them, or mentioning them will be considered canon for that specific muse, and vice versa for them as well&nbsp;<em><strong>!<br /><a href="http://tacticiantwins.tumblr.com/post/60677237887/1st-gen-pixels" target="_blank">PIXEL SOURCE.</a></strong></em></span></p>
  1128. </blockquote>
  1129. </div></div></div></div></div></div></div></div></div></div>
  1130.  
  1131.  
  1132. <div id="VERSES" class="popup_block">
  1133. <center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center;border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:250px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:260px;"></i>
  1134. <p><img src="https://41.media.tumblr.com/c53fca3ab12e43eb8e7aee5504544c32/tumblr_inline_nqu1bhuOye1tt21hq_500.png" /></p>
  1135. <p>T : OUR BONDS ARE STRONG.</p>
  1136. <blockquote>
  1137. <p>default verse. takes place during awakening post chapter 13.</p>
  1138. </blockquote>
  1139. <p><img src="https://40.media.tumblr.com/a17bd45faffbf5a38d73e6a924cfbeac/tumblr_inline_nrr7c7vUnF1tt21hq_500.png" /></p>
  1140. <p></p>
  1141. <p>T : YOU MAY CALL ME MARTH.</p>
  1142. <blockquote>
  1143. <p>takes place during awakening post chapter 2 and before chapter 13.</p>
  1144. </blockquote>
  1145. <p><img src="https://41.media.tumblr.com/38ae4c5edddacb28b2a09a9cde1e2078/tumblr_inline_nqu1d1wKTU1tt21hq_500.png" /></p>
  1146. <p>T : WE HAVE WON OUR FUTURE.</p>
  1147. <blockquote>
  1148. <p>post awakening verse.</p>
  1149. </blockquote>
  1150. <p><img src="https://40.media.tumblr.com/af583ed7a120f8cfada8a2e8598e9556/tumblr_inline_nqu1dsBjWN1tt21hq_500.png" /></p>
  1151. <p>T : WHY BOTHER YOURSELF WITH A STRANGER&rsquo;S TROUBLES&nbsp;<em><strong>?</strong></em></p>
  1152. <blockquote>
  1153. <p>pre future past 3 verse.</p>
  1154. </blockquote>
  1155. <p><img src="https://41.media.tumblr.com/2278c7832f916f8219d0c9359ec553a5/tumblr_inline_nrr7clenyF1tt21hq_500.png" /></p>
  1156. <p></p>
  1157. <p>T : YOU ARE THE SOURCE OF MY STRENGTH.</p>
  1158. <blockquote>
  1159. <p>post future past verse.</p>
  1160. </blockquote>
  1161. <p><img src="https://40.media.tumblr.com/b13c4d8ffe5ec5f10e08352d8f034f3c/tumblr_inline_nrr7cwaGFR1tt21hq_500.png" /></p>
  1162. <p></p>
  1163. <p>T : LITTLE MOMENTS OF PEACE.</p>
  1164. <blockquote>
  1165. <p>modern verse.</p>
  1166. </blockquote>
  1167. <p><img src="https://40.media.tumblr.com/73548424e529cf17d5514491105c5c6e/tumblr_inline_nrr7d9LPtw1tt21hq_500.png" /></p>
  1168. <p></p>
  1169. <p>T : EXALT WITHOUT HER KNIGHTS.</p>
  1170. <blockquote>
  1171. <p><a href="http://exaltedblood.co.vu/post/123706570369/t-exalt-without-her-knights-alternate-timeline" target="_blank">au fates verse.</a></p>
  1172. </blockquote>
  1173. </div></div></div></div></div></div></div></div></div></div>
  1174.  
  1175. <div id="EXC" class="popup_block2">
  1176.  
  1177. <center><div style="background-color:{color:pop up title bg}; width:370px;padding:10px;text-align:center;border:4px double #c4c4c4; border-radius:0px; color:{color:text};opacity:.8; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:0px; margin-top:310px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:160px; text-transform:uppercase;"></i>
  1178. a big w i p before I get the graphics up, but at the moment this is a page for <i>non fe:a mains and exclusives.</i> for the page regarding my main fe:a rp'ing cast, look <a href="http://exaltedblood.co.vu/m">here.</a> <p> <h2>EXCLUSIVES.</h2><p> <a href="http://coquettishcrown.tumblr.com/">Blair.</a><br><a href="http://guromoda.tumblr.com/">Nui Harime.</a><br><a href="http://hiinami.tumblr.com/">Hinami Fueguchi.</a><br><a href="http://ineptic.tumblr.com/">Shinoa Hiiragi.</a><br><a href="http://auraore.tumblr.com/">Laura.</a><p><h2>MAINS.</h2><p><a href="http://caresparked.tumblr.com/">TADASHI HAMADA.</a>
  1179. </div>
  1180.  
  1181. </div></div></div></div></div></div></div></div></div></div>
  1182.  
  1183. <div id="sidebar">
  1184.  
  1185. <div id="sidebarimage">
  1186. <img src="{image:sidebar}"></a></div>
  1187.  
  1188. <div class="sidebartitle">{text:sidebartitle}</div>
  1189.  
  1190. <div id="links">
  1191. <a href="{text:link 1 url}" title="{text:link 1}">✿</a>
  1192. </div>
  1193. <div id="clinks">
  1194. <a href="{text:link 2 url}" title="{text:link 2}">✿</a>
  1195. </div>
  1196. <div id="dlinks">
  1197. <a href="#?w=640" rel="RULES" class="poplight" title="{text:link 3}">✿</a>
  1198. </div>
  1199. <div id="elinks">
  1200. <a href="#?w=640" rel="ABOUT" class="poplight" title="{text:link 4}">✿</a>
  1201. </div>
  1202. <div id="flinks">
  1203. <a href="#?w=640" rel="NAVI" class="poplight" title="{text:link 5}">✿</a>
  1204. </div>
  1205. <div id="glinks">
  1206. <a href="#?w=450" rel="EXC" class="poplight" title="{text:link 6}">❤</a>
  1207. </div>
  1208.  
  1209. <div id="description">{description}
  1210.  
  1211. <div id="pagination">
  1212. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1213. </div></div></div>
  1214.  
  1215. <div id="entries">{block:Posts}<div id="post">
  1216.  
  1217. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1218.  
  1219. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1220.  
  1221. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1222.  
  1223. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1224.  
  1225. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1226.  
  1227. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1228.  
  1229. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1230. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1231.  
  1232. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1233.  
  1234. {block:Answer}<div id="ask"><div id="question"><br><em>{Asker} asked the Exalt ;</em><br> « {Question} »</div><br><center><img src="https://31.media.tumblr.com/b2ce33c5f4e849adfb820c6925bdfb41/tumblr_inline_nry79uQZd11tt21hq_500.gif" /><br><em><small>Lucina answered... !</small></em><br><br><img src="http://38.media.tumblr.com/9b64d07d12868ca594c3af42c13d9c17/tumblr_inline_mvere8BAyj1r63cto.gif"><img src="http://38.media.tumblr.com/9b64d07d12868ca594c3af42c13d9c17/tumblr_inline_mvere8BAyj1r63cto.gif"><img src="http://38.media.tumblr.com/9b64d07d12868ca594c3af42c13d9c17/tumblr_inline_mvere8BAyj1r63cto.gif"> </center><p>{Answer}{/block:Answer}
  1235.  
  1236. {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}">✖</a>
  1237. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}" title="{NoteCount} notes">✖</a> {/block:NoteCount}
  1238.  
  1239. &nbsp;{block:RebloggedFrom} <a title="via: {ReblogParentName}" href="{ReblogParentURL}">✖</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="source: {SourceTitle}" href="{SourceURL}">✖</a>{/block:ContentSource}{/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✖</a>
  1240. </div>
  1241.  
  1242.  
  1243. {block:HasTags}
  1244. <div class="tags">
  1245. classified as{block:Tags} <a href="{TagURL}">&nbsp; ; {Tag}</a> {/block:Tags}</div>
  1246. {/block:HasTags}
  1247. <div class="postnote">
  1248. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1249. </div>
  1250. </div>
  1251. {/block:Posts}
  1252. </div>
  1253. </div></div>
  1254. <div id="credit"><a href="http://hollywhood.tumblr.com">☆</a></div>
  1255.  
  1256. </body>
  1257.  
  1258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement