Advertisement
manon15

maria theme

Mar 9th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.64 KB | None | 0 0
  1. <!--
  2. ▌│█║▌║▌║ C A E S A R T H E M E S ║▌║▌║█│▌
  3. do not remove credit or claim as your own.
  4. do not edit without permission.
  5. do not use as a base without permission.
  6. THEME BY MARIE @ SHOWMAXTER.TUMBLR.COM
  7. -->
  8.  
  9.  
  10.  
  11. <!DOCTYPE html>
  12. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <html>
  15. <head>
  16.  
  17. <!-- jquery -->
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <!-- tooltips -->
  20. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script src="https://static.tumblr.com/cu5jb6i/Sk8o6o28m/tooltip.js"></script>
  22. <!-- popup script -->
  23. <script>$(document).ready(function() {$('a.poplight[href^=#]').click(function() {var popID = $(this).attr('rel');var popURL = $(this).attr('href');
  24. var query= popURL.split('?');var dim= query[1].split('&');var popWidth = dim[0].split('=')[1];$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');var popMargTop = ($('#' + popID).height() + 80) / 2;var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. $('#' + popID).css({'margin-top' : -popMargTop,'margin-left' : -popMargLeft
  26. });$('body').append('<div id="fade"></div>');$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();return false;});$('a.close, #fade').live('click', function() {$('#fade , .popup_block, .question_block').fadeOut(function() {
  27. $('#fade, a.close').remove();});return false;});});</script>
  28. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  29.  
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  37. <link href="https://fonts.googleapis.com/css?family=Finger+Paint" rel="stylesheet">
  38.  
  39. <style type="text/css">
  40.  
  41. .popup_block{
  42. display:none;
  43. float:left;
  44. height:650px;
  45. position:fixed;
  46. left: 50%; top:100px;
  47. z-index:9999999999999;
  48. opacity:1;
  49. }
  50.  
  51. *html #fade {position: absolute;}
  52. *html .popup_block {position: absolute;}
  53. #fade {
  54. display:none;
  55. position:fixed;
  56. left:0px;
  57. top:0px;
  58. width:100%;
  59. height:100%;
  60. z-index:999999;
  61. background:#a7a6a6;
  62. }
  63.  
  64. .question_block{
  65. height:500px;
  66. display: none;
  67. float: left;
  68. position: fixed;
  69. top: 50%; left: 50%;
  70. z-index: 999999999999;
  71. }
  72.  
  73. img.btn_close {float: right;}
  74. #ask_form {height:450px;}
  75.  
  76. #headerbar {
  77. position:fixed;
  78. left:50%; top:50px;
  79. margin-left:-386px;
  80. width:700px; height:50px;
  81. overflow: auto;
  82. float:left;
  83. font-size:10px;
  84. padding:15px;
  85. word-spacing:10px;
  86. z-index:888;
  87. }
  88.  
  89. #tabbar {
  90. position:fixed;
  91. left:50%; top:120px;
  92. margin-left:-200px; padding:5;
  93. width:212px; height:407px;
  94. float:left;
  95. overflow: scroll;
  96. font-family:calibri;
  97. font-size:10px;
  98. text-align:justify;
  99. z-index:88;
  100. background:transparent;
  101. }
  102.  
  103. .tabpicture {
  104. position:fixed;
  105. left:50%; top:110px;
  106. margin-left:-300px;
  107. z-index:-8;
  108. }
  109.  
  110. .buttons {
  111. display: inline-block;
  112. text-align:center;
  113. width:73px;
  114. padding:5px; margin:6px;
  115. color:#fff;
  116. text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  117. background-position:center;
  118. outline-offset:3px;
  119. outline:1px solid #bbb;
  120. }
  121.  
  122. .buttons:hover {background:url('https://i.imgur.com/SsDZTDh.png');background-position:center;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;}
  123.  
  124.  
  125. ul#tabs {list-style-type: none;text-align:center;}
  126. ul#tabs li {display: inline-block;cursor: pointer;
  127. color:#ccc;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;text-transform:uppercase;
  128. background:url('https://i.imgur.com/SsDZTDh.png');background-position:center;
  129. width:70px;padding:5px;border:2px solid #2f2d26;
  130. -webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
  131. ul#tabs li.active {color:#ccc;background:#a7a6a6;background-position:center;}
  132. ul#tab {list-style-type: none;margin: 0;padding: 0;}
  133. ul#tab li.active {display: block;}
  134. ul#tab li {display: none;}
  135.  
  136. #s-m-t-tooltip {
  137. max-width:300px;
  138. margin:10px 0px 0px 45px;
  139. text-transform:uppercase;
  140. font-size:12px;
  141. letter-spacing:1px;
  142. color:#ccc;
  143. text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  144. background:url('https://i.imgur.com/SsDZTDh.png');
  145. background-position:center;
  146. outline-offset:2px; outline:2px solid #999;
  147. padding:6px 10px;
  148. z-index:999999999999999999;
  149. -webkit-transition: all 0.5s ease-in-out;
  150. -moz-transition: all 0.5s ease-in-out;
  151. -o-transition: all 0.5s ease-in-out;
  152. }
  153.  
  154. ::selection {background:#fff; color:#000;}
  155. ::-moz-selection {background:#fff; color:#000;}
  156. ::-webkit-selection {background:#fff; color:#000;}
  157.  
  158. ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {height:0px;width:0px;}
  159.  
  160.  
  161. body {
  162. background:#a7a6a6 url('https://i.imgur.com/LLGzovZ.png')
  163. no-repeat fixed bottom center;
  164. font-family:calibri;
  165. color:#333;
  166. text-align:justify;
  167. }
  168.  
  169. a {
  170. color:#222;
  171. text-shadow:0px 0px 2px #555;
  172. text-transform:uppercase;
  173. text-decoration:none;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. }
  178.  
  179. a:hover {text-shadow:0px 0px 2px #000;}
  180.  
  181. h1 {
  182. font-size:15px;
  183. text-align:center;
  184. font-family:Arial;
  185. letter-spacing:2px;
  186. color:#333;
  187. text-transform:uppercase;
  188. }
  189.  
  190. h2 {
  191. font-size:10px;
  192. text-align:center;
  193. letter-spacing:1px;
  194. color:#444;
  195. text-shadow:0px 0px 1px #666;
  196. line-height:120%;
  197. text-transform:uppercase;
  198. }
  199.  
  200. pre {
  201. margin:5px;
  202. font-family:calibri;
  203. font-size:12px;
  204. color:#000;
  205. text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  206. letter-spacing:1px;
  207. text-align:center;
  208. text-transform:uppercase;
  209. padding:5px;
  210. background:url('https://i.imgur.com/SsDZTDh.png');
  211. background-position:center;
  212. outline-offset:3px;
  213. outline:1px solid #bbb;
  214. }
  215.  
  216. b, strong {
  217. font-family:Helvetica;
  218. letter-spacing:1px;
  219. font-size:10px;
  220. color:#555;
  221. text-shadow:0px 0px 1px #555;
  222. text-transform:uppercase;
  223. }
  224.  
  225. i, em, italics {
  226. text-transform:lowercase;
  227. letter-spacing:1px;
  228. font-size:11px;
  229. color:#333;
  230. text-shadow:0px 0px 1px #333;
  231. }
  232.  
  233. hr {
  234. text-align:center;
  235. width:150px;
  236. border:transparent;border-top:1px solid #666;
  237. }
  238.  
  239. small, sub {
  240. font-size:10px;
  241. }
  242.  
  243. img {max-width:100%;height:auto;}
  244. blockquote img {max-width:100%;height:auto;}
  245. blockquote blockquote img {max-width:100%;height:auto;}
  246. #container img {max-width:100%;height:auto;}
  247.  
  248. .caption {
  249. width:160px;
  250. text-align:center;
  251. line-height:120%;
  252. }
  253.  
  254. #container {
  255. position:fixed;
  256. width:300px; height:650px;
  257. left:50%; bottom:0px;
  258. margin-left:-272px;
  259. overflow: auto;
  260. text-align:justify;
  261. -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));
  262. }
  263.  
  264. #post {
  265. width:250px;
  266. margin-top:5px;
  267. font-size:12px;
  268. line-height:110%;
  269. padding-top:10px;
  270. margin-bottom:30px;
  271. margin-left:auto;
  272. margin-right:auto;
  273. }
  274.  
  275. #post blockquote {
  276. padding-left:10px;
  277. margin-left:10px;
  278. border-left:1px solid #a16564;
  279. }
  280.  
  281. #ask {
  282. margin-top:10px;
  283. font-size:12px;
  284. letter-spacing:2px;
  285. color:#222;
  286. text-transform:uppercase;
  287. text-align:right;
  288. font-family:helvetica;
  289. }
  290.  
  291. #ask a {color:#222; text-shadow:0px 0px 2px #666;}
  292. #ask a:hover {color:#974845;}
  293.  
  294. #q {
  295. margin:3px 0px;
  296. padding:3px 10px;
  297. font-size:11px;
  298. text-transform:none;
  299. background:#a7a6a6;
  300. outline-offset:3px;
  301. outline:1px solid #bbb;
  302. }
  303.  
  304. #info {
  305. margin-left:205px;
  306. font-size:17px;
  307. padding:4px 0px 4px 4px;
  308. letter-spacing:2px;
  309. text-align:right;
  310. border-left:1px solid #555;
  311. }
  312.  
  313. #info a {color:#222;text-shadow:0px 0px 1px #777;}
  314. #info a:hover {color:#974845;text-shadow:0px 0px 1px #222;}
  315.  
  316. .tags {
  317. word-break:keep-all;
  318. text-align:right;
  319. line-height:115%;
  320. margin:-21px 52px 0px 0px;
  321. font-size:10px;
  322. padding-right:5px;
  323.  
  324. }
  325.  
  326. .tags a {color:#222;text-shadow:0px 0px 1px #bbb;text-transform:none;}
  327. .tags a:hover {color:#974845;text-shadow:0px 0px 1px #555;}
  328.  
  329. #quote {padding:10px;background:#b0aeae;outline-offset:3px;outline:1px solid #bbb;}
  330. #quotewords {display:block;}
  331. #quotemark {
  332. float:left;display:inline-block;
  333. text-align:left;font-family:'Prata';
  334. margin-top:25px;padding-right:6px;height:1px;
  335. font-size:68px;color:#555;
  336. }
  337.  
  338. .note {
  339. text-transform:none;
  340. font-size:10px;
  341. margin:0px 0px 0px 5px;
  342. text-align:left;
  343. }
  344.  
  345. .note li {list-style-type:decimal;padding:0px 0px 10px 25px;}
  346.  
  347.  
  348. /* -- HOME --*/
  349.  
  350. #nav {
  351. position:fixed;
  352. left:50%; bottom:640px;
  353. margin-left:-90px;
  354. }
  355.  
  356. /* -- ASK --*/
  357.  
  358. #nav2 {
  359. position:fixed;
  360. left:50%; bottom:680px;
  361. margin-left:90px;
  362. }
  363.  
  364. /* -- MENU --*/
  365.  
  366. #nav3 {
  367. position:fixed;
  368. left:50%; bottom:710px;
  369. margin-left:200px;
  370. }
  371.  
  372. .linkhover a {color:#9e9d9d;text-shadow:none;}
  373. .linkhover a:hover {-webkit-filter:blur(2px);}
  374.  
  375.  
  376. #forth {
  377. position:fixed;
  378. left:50%; bottom:0px;
  379. margin-left:40px;
  380. }
  381.  
  382. #back {
  383. position:fixed;
  384. left:50%; bottom:0px;
  385. margin-left:-305px;
  386. }
  387.  
  388. .pagination a {color:#555;font-size:35px;}
  389. .pagination a:hover {color:#974845;}
  390.  
  391. .playerbuttonbg {position: absolute;left: 10px;top: 10px;width: 18px;height: 18px;background-color:#fff;padding: 10px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;opacity: .4;filter: alpha(opacity=40);-moz-opacity: 0.4;-khtml-opacity: 0.4;transition: opacity .7s ease-in-out;-moz-transition: opacity .7s ease-in-out;-webkit-transition: opacity .7s ease-in-out;}
  392. .playerbuttonbg:hover {opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;}
  393. .newplayerbutton {position: relative;width: 19px;height: 19px;overflow: hidden;}
  394. .playerbuttonhug {position: absolute;top: -18px;left: -7px;}
  395. .tumblr_audio_player {border:none;height: 50px;width: 240px;margin-left:3px;margin-top:3px;}
  396. .audioimgwrapper {position: absolute;left: 0px;top: 0px;overflow: hidden;width: 60px;height: 60px;}
  397. .audioimgwrapper img {width: 100%;height: auto;}
  398. .trackdetails {width: auto;display:inline-block;margin-left: 90px;min-height: 85px;}
  399. .audiowrapper {position: relative;display:inline-block;}
  400.  
  401. .chat li, .chat ol, ul.chat {
  402. list-style:none;
  403. padding:2px;
  404. }
  405.  
  406. #updates {
  407. position:fixed;
  408. left:50%; bottom:32px;
  409. margin-left:-510px;
  410. width:160px; height:490px;
  411. overflow:scroll;
  412. font-size:10px;
  413. padding:3px;
  414. text-align:justify;
  415. -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1)90%, rgba(0,0,0,0));
  416. }
  417.  
  418. #credit {
  419. position:fixed;
  420. right:20px;
  421. bottom:25px;
  422. font-family:'Prata';
  423. font-size:17px;
  424. -webkit-transition: all 0.5s ease-in-out;
  425. -moz-transition: all 0.5s ease-in-out;
  426. -o-transition: all 0.5s ease-in-out;
  427. }
  428.  
  429. #credit a {
  430. color:#555;
  431. text-shadow:0px 0px 1px #000;
  432. text-transform:lowercase;
  433. font-family:'Prata';
  434. }
  435.  
  436. #credit a:hover {
  437. color:#000;
  438. text-shadow:0px 0px 3px #000;
  439. }
  440.  
  441.  
  442. </style>
  443.  
  444. </head>
  445. <body>
  446.  
  447. <!-- YOUR UPDATES TAB -->
  448.  
  449. <div id="updates">
  450. &nbsp;&nbsp;<p><p><p>
  451. <center><b><big>M A R I A &nbsp;&nbsp;S T A R K</big></b><hr>
  452. <big>mother & wife
  453. <HR>
  454. canon divergent
  455. <br>
  456. indie marvel rp<br>
  457. multi-verse/ship<br>
  458. <HR WIDTH="50%">
  459. semi-private & selective
  460. brought to life by<br>
  461. <i>manon</i><br>
  462. <HR WIDTH="50%">
  463. established 2013<br>
  464. rebooted 9/2014, 8/30/15 & 4/1/16<p>
  465. <HR WIDTH="50%">
  466. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5261152";
  467. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  468. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  469. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  470. </script> │ <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3116451";
  471. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  472. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  473. </script><p>
  474. <HR WIDTH="50%">
  475. other blog:<br>
  476. <a href="https://butscrewmefirst.tumblr.com" title="the countess">ELIZABETH MARCH</a><br>
  477. theme by <a href="https://showmaxter.tumblr.com">MARIE</a>.<p>
  478. <HR WIDTH="50%">
  479. <small><b>4</b> yrs as maria, <b>6</b> yrs on tumblr.</small><br>
  480. *birds at top of theme are links!*
  481. </big>
  482. </center>
  483. </div>
  484. <!-- END UPDATES TAB -->
  485.  
  486.  
  487. <div id="credit"><a href="https://showmaxter.tumblr.com/">C</a></div>
  488.  
  489.  
  490. <!-- LINKS -->
  491.  
  492. <div id="nav" class="linkhover">
  493. <a href="/" title="Home"><img src="https://i.imgur.com/Rn2agiG.png"></a></div>
  494.  
  495. <div id="nav2" class="linkhover">
  496. <a href="#?w=500" rel="askermenu" class="poplight" title="Ask"><img src="https://i.imgur.com/cWPfDMc.png"></a></div>
  497.  
  498. <div id="nav3" class="linkhover">
  499. <a href="#?w=500" rel="menu" class="poplight" title="Navigation"><img src="https://i.imgur.com/Jj3E2j8.png"></a></div>
  500.  
  501. <!-- POP UPS -->
  502.  
  503.  
  504.  
  505. <!-- ASKER MENU -->
  506.  
  507. <div id="askermenu" class="popup_block">
  508. <div id="headerbar">
  509. <ul id="tabs">
  510. <li class="active">ask</li>
  511. <li>submit</li>
  512. </ul></div>
  513.  
  514. <!-- YOUR ASK -->
  515. <ul id="tab"><li class="active">
  516. <div id="tabbar" style="width:500px;height:400px;margin-left:-250px;">
  517. <iframe frameborder="0" height="100%" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  518. </li>
  519.  
  520. <!-- YOUR SUBMIT -->
  521. <li><div id="tabbar" style="width:500px;height:400px;margin-left:-250px;">
  522. <iframe frameborder="0" height="100%" id="ask_form" scrolling="yes" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe>
  523. </li>
  524.  
  525. </ul>
  526. </div></div></div></div></div></div></div></div></div></div></div></div>
  527.  
  528.  
  529.  
  530. <!-- MENU -->
  531.  
  532. <div id="menu" class="popup_block">
  533.  
  534. <div id="headerbar">
  535. <ul id="tabs">
  536. <li class="active">guidelines</li>
  537. <li>biography</li>
  538. <li>verses</li>
  539. <li>relations</li>
  540. <li>commissions</li>
  541. <li>navigation</li>
  542. </ul></div>
  543.  
  544. <!-- YOUR RULES -->
  545. <ul id="tab"><li class="active">
  546. <div id="tabbar">
  547.  
  548. 01. <b>NO GOD-MODDING</b>.&nbsp; simple as that.<br>
  549. <b>DRAMA/HATE FREE BLOG</b>.&nbsp; if you send me it, i'll either publish and laugh, or completely delete c:<br>
  550. 02. <b>MULTIVERSE-SHIP</b>.&nbsp; every ship on this blog will be separate from one another, unless previously discussed by all mun's involved. in regards to shipping specifically, i ship maria with CHEMISTRY! furthermore, i play maria as heterosexual. i apologize if you do not like that, but this is how i'm playing maria and if you don't like that, then all you have to do is not follow or simply unfollow. w! some exceptions <i>may</i> be made, but on a case to case basis. it goes without saying that maria is from a time where same sex relationships were rather frowned upon, so i intend to keep those beliefs/ideals of hers in tact, unless otherwise discussed.<br>
  551. 03. <b>ALL TONY'S WILL BE RECOGNIZED</b>.&nbsp; tbh, i feel like this is rather obvious. maria is tony's mother, therefore she will recognize any and all forms of him when it comes to other blogs. <i>all howard's will be recognized, as well!</i> again, obvious.<br>
  552. 04. <b>ON THE TOPIC OF OC CHILDREN</b>,&nbsp; i will accept p much any and all oc children. granted, i DO have the right to pick and chose who i rp with, but 7 times out of 10 i'll most likely rp with you c:<br>
  553. 05. <b>TYPE OF WRITING PREFERRED:</b>&nbsp; script, novella, prose, text, chat, ( tho i'll p much do anything. furthermore, <small><i>ALL TRANSLATIONS COME FROM GOOGLE TRANSLATE</i></small>.&nbsp; that means they won't be accurate 100% of the time, and i apologize ahead of time if that offends anyone, bc it's not intended to!<br>
  554. 06. <b>TYPE OF THREADING PREFERRED:</b>&nbsp; icon or gif icon. some gifs will be used, but it will be rare. also, <SMALL><i>PROPER GRAMMAR IS APPRECIATED</i></SMALL>.<br>
  555. 07. <b>ALL ICONS AND GIF ICONS USED ARE MINE!</b>&nbsp; with that said, i'd like to thank <a href="https://rodclfo.tumblr.com">kaylyn</a> for editing all the icons/making a handful of them, and making them pretty.<br>
  556. 08. <b>THIS BLOG IS POST TWS, AGE OF ULTRON, CIVIL WAR, AND MOST OTHER MARVEL WORKS</b>,&nbsp;, aside from daredevil, jessica jones, and the most recent season(s) of AoS. with this said, i'll be playing maria post-assassination. if you need any extra info, read my about page.<br>
  557. 09. <b>MUN/MUSE 21+</b>.&nbsp; (based on verse) smut is a-okay with me, tho i will definitely want a previous relationship before going into that. i also have very few triggers (self-harm, suicide, abortion, anything gory/bloody that has to do with teeth), so gore and violence and the likes is a very likely possibility here! furthermore, i won't be smutting with ANY minors, and require everyone be over 18, regardless of the country you live in / your country's age of consent.<br>
  558. 10. <b>IF YOU READ MY RULES</b>,&nbsp; send me "maria stark deserves better" pls and thank youuu!
  559.  
  560. <div class="tabpicture"><img src="https://i.imgur.com/fi9lEtW.png"></div>
  561. </div>
  562.  
  563. <!-- YOUR BIO -->
  564. <li><div id="tabbar">
  565.  
  566. <i><big>BASICS;</big></i><p>
  567. <b>FULL NAME:</b>&nbsp; Maria Collins Carbonell-Stark<br>
  568. <b>NICKNAME:</b>&nbsp; Maria, Missus Stark, Miss Carbonell, Mar, Ria<br>
  569. <b>DATE OF BIRTH:</b>&nbsp; April 28, 1936<br>
  570. <b>PLACE OF BIRTH:</b>&nbsp; Milan, Italy<br>
  571. <blockquote><b>CURRENT LOCATION:</b>&nbsp; [ REDACTED ]</blockquote><br>
  572. <b>NATIONALITY:</b>&nbsp; Italian<br>
  573. <b>NATIVE LANGUAGE:</b>&nbsp; Italian ( italian accent )<br>
  574. <b>LANGUAGES KNOWN:</b>&nbsp; Italian, English, French ( some )<br>
  575. <b>CRIMINAL:</b>&nbsp; None<br>
  576. <b>GENDER:</b>&nbsp; Female<br>
  577. <b>SPECIES:</b>&nbsp; Homo Sapien ( human )<br>
  578.  
  579. <hr width="60%">
  580.  
  581. <i><big>PHYSICAL MIEN;</big></i><p>
  582. <b>HAIR COLOR:</b>&nbsp; Brown<br>
  583. <b>EYE COLOR:</b>&nbsp; Blue<br>
  584. <b>HEIGHT:</b>&nbsp; 5'5"<br>
  585. <b>WEIGHT:</b>&nbsp; 126 lbs<br>
  586. <b>PIERCING(S):</b>&nbsp; Ears<br>
  587.  
  588. <p>
  589. <i><big>STATUS;</big></i><p>
  590. <b>ALIVE:</b>&nbsp; Yes<br>
  591. <b>SMOKE:</b>&nbsp; Yes<br>
  592. <b>DRINK:</b>&nbsp; Yes<br>
  593. <b>DRUGS:</b>&nbsp; No<br>
  594.  
  595. <hr width="60%">
  596.  
  597. <b><big>EDUCATION & EMPLOYMENT;</big></b>
  598. <b>PRIMARY SCHOOLING:</b>&nbsp; 1941-1954<br>
  599. <b>CAREER:</b>&nbsp; Housewife & Mother<br>
  600.  
  601. <hr width="60%">
  602.  
  603. <i><big>FAMILY:</big></i>
  604. <b>HUSBAND:</b> Howard Stark<br>
  605. <b>CHILDREN:</b><br>
  606. <b>SON(S):</b>&nbsp;&nbsp;&nbsp; Anthony Edward Stark<br>
  607. <b>FATHER:</b>&nbsp; <b><a href="https://i.imgur.com/7xUi734.png">Roberto Carbonell</a></b>&nbsp;( deceased )<br>
  608. <b>MOTHER:</b>&nbsp; <b><a href="https://i.imgur.com/e1fJwkH.png">Valentina Carbonell</a></b>&nbsp;( deceased )<br>
  609.  
  610. <hr width="60%">
  611.  
  612. <i><big>FACECLAIMS;</big></i><p>
  613. <b><a href="https://i.imgur.com/nCdcgGw.png">PAULINE BURLET:</a></b>&nbsp;12-25 y/o<br>
  614. <b><a href="https://i.imgur.com/b7knc7u.png">MARION COTILLARD:</a></b>&nbsp;26-44 y/o<br>
  615. <b><a href="https://i.imgur.com/qiIGsOm.png">MONICA BELLUCCI:</a></b>&nbsp;45+
  616. <br>
  617.  
  618. <hr width="60%">
  619.  
  620. <i><big>STORY;</big></i><p>
  621.  
  622. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Born to parents Roberto and Valentina Carbonell April 28, 1936, Maria grew up a calm and somewhat sheltered life. Her parents owned and ran a small vineyard that sold to the local townspeople, and the young woman was set to take over once married. Finishing school in 1954, her focus became the family vineyard and helping out her family in any way she could.<br>
  623.  
  624. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It wasn’t until she met Howard Stark at the age of seventeen when the charming man was on business in her hometown of Milan, Italy ( depending on the verse, she could have been in America instead ). Taking a liking to him quickly and easily, Maria left with him to go to the States, getting her citizenship in the country and eventually marrying the successful millionaire August 16th, 1963. She was many years younger than him, but she did not mind the age difference, though many believed she was only marrying him for his money; that could not be further from the truth.<br>
  625.  
  626. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On May 29th, 1970, Maria gave birth to their first child, Anthony Edward Stark, after having experienced two miscarriages. It was a miracle, really, and Maria doted on the young boy, even through his rebellious stages. However, she made sure to instill in him manners and a high respect for women, despite his eventual womanizing ways. With that said, he's never once looked down on a woman or insulted one, something Maria is proud of.<br>
  627.  
  628. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;And then, December 16th, 1991, the whole world seemed to end, and quite literally for Maria. The assassination had been carried out by one of Hydra's best, James "Bucky" Barnes, and though the man made sure to end Howard's life, the Italian belle held on to just enough of her own, even though Bucky had nearly seen to it that her last breath was taken; he simply let go too soon. Knowing of SHIELD and Howard’s involvement by now, though, those that could still be trusted were able to locate and save her just before she crossed over permanently. Performing multiple emergency surgeries to save Maria, including injecting her with Kree blood/DNA, they eventually were able to, but not without odd side effects. The woman’s aging had been thrown off in the process, Maria now resembling her roughly thirty-six year old self. At this point, with only few SHIELD personnel knowing of the Hydra contamination within the organization, they knew they had to hide her from the public eye and anyone else’s eye, putting her in a safe house and forbidding her to contact anyone she’d once known.<br>
  629.  
  630. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It was hard and still is to this day, but Maria has gotten by for over two decades, keeping tabs on her son through SHIELD and through the media. However, she’s quickly growing tired of listening to SHIELD and is still being put under surveillance by SHIELD’s most trusted, even after the group’s fall. It’s only a matter of time before she defies their orders and reunites with Tony. She can only hope he doesn’t hate her for what she’s done to him. Maria would hate herself if she were in his place, but she doesn’t lose hope. No, not yet.<p>
  631. <b><big><a href="https://i.imgur.com/PhoQBsQ.png">FILE</a></big></b>
  632.  
  633. <div class="tabpicture"><img src="https://i.imgur.com/RpJVMQI.png"></div>
  634. </div></li>
  635.  
  636.  
  637. <!-- YOUR VERSES -->
  638. <li><div id="tabbar">
  639.  
  640. <!-- every picture is 270 x 80 wide -->
  641.  
  642. <center><img src="https://i.imgur.com/TZWl469.png"></center><br>
  643. <h2><a href="/tagged/verse-01. ᶤ%27ᵛᵉ-ᶰᵒᵗʰᶤᶰᵍ-ʷᶤᵗʰᵒᵘᵗ-ʸᵒᵘˑ">I'VE NOTHING WITHOUT YOU.</a></h2>
  644. DEFAULT VERSE. this follows the events post assassination and through the present. maria has been kept hidden by SHIELD from the public eye, becoming one of their best kept secrets. she still tries hard to get into contact with her son, and after the fall of SHIELD, she'll take her chances in finally carrying out such an action. whether or not he forgives her is up to him.<p>
  645.  
  646.  
  647. <center><img src="https://i.imgur.com/ILpTzfm.png"></center><br>
  648. <h2><a href="/tagged/verse-02. ᵗʰᵉ-ᵖᵒʷᵉʳ-ᵒᶠ-ʸᵒᵘᵗʰ-ᶤˢ-ᵒᶰ-ᵐʸ-ᵐᶤᶰᵈˑ">THE POWER OF YOUTH IS ON MY MIND.</a></h2>
  649. this verse takes place from maria's childhood, up until her meeting and marriage with howard stark. born in italy, she met the millionaire when he was on a business trip. young and naive, she fell for him quickly and agreed to leave the country to start a new life in america. married soon after, she couldn't be happier in her life with the genius. maria carbonell became maria stark, and she never looked back.<p>
  650.  
  651.  
  652. <center><img src="https://i.imgur.com/sI9B3gg.png"></center><br>
  653. <h2><a href="/tagged/verse-03. ʸᵒᵘ-ˢᵃᶤᵈ-ᶤ-ʷᵃˢ-ᵗʰᵉ-ᵐᵒˢᵗ-ᵉˣᵒᵗᶤᶜ-ᶠˡᵒʷᵉʳˑ">YOU SAID I WAS THE MOST EXOTIC FLOWER.</a></h2>
  654. this verse takes place during her marriage with howard stark. she's learned a lot in the relationship, no longer as innocent and naive as she once was, and the couple are even trying for children now after many yeares of convincing on maria's end. however, she experiences two miscarriages ( cause can be found in her <a href="/h">HEADCANONS</a> page ) before conceiving tony. once the boy is born, he becomes her life, as howard becomes more and more distant.<p>
  655.  
  656. <center><img src="https://i.imgur.com/E0DfbaP.png"></center><br>
  657. <h2><a href="/tagged/verse-04. ᶠᵃᵐᵉ%3B-ˡᶤᵠᵘᵒʳ%3B-ˡᵒᵛᵉ%3B-ᵍᶤᵛᵉ-ᶤᵗ-ᵗᵒ-ᵐᵉ-ˢˡᵒʷˡʸˑ">FAME, LIQUOR, LOVE, GIVE IT TO ME SLOWLY.</a></h2>
  658. this verse takes place in maria's older years, where she is much colder than she was before. drinking and smoking are normal pasttimes for her, for howard's neglectful ways are even more heavy and noticeable. however, her soft spot is still for her son, and always will be. much more demanding in what she wants, more accepting of the fame and all the power it gives her, maria is highly skilled at using it all to her advantage. alternatively, if you'd prefer a more gentle and sweet version, instead of using monica bellucci, i can use vera farmiga. however, you <b>must</b> come to me and request that i use this alternate faceclaim.<p>
  659.  
  660. <center><img src="https://i.imgur.com/8QmUj09.png"></center><br>
  661. <h2><a href="/tagged/verse-05. ᵗʳʸ-ᵗᵒ-ʳᵉᵐᵉᵐᵇᵉʳˑ">TRY TO REMEMBER.</a></h2>
  662. this verse will follow the life of one blonde maria stark. coming from a well to do family in brooklyn, ny, howard and her meeting was HARDLY accidental. and though the pairing was intended to be a publicity stunt, the two fell fast for one another.<p>
  663.  
  664.  
  665. <center><img src="https://i.imgur.com/bZwwTxN.png"></center><br>
  666. <h2><a href="/tagged/verse-06. ᵗʰᶤˢ-ᶤˢ-ᵗʰᵉ-ˡᵃˢᵗ-ᵗᶤᵐᵉ-ʷᵉ%27ʳᵉ-ᵃˡˡ-ᵍᵒᶤᶰᵍ-ᵗᵒ-ᵇᵉ-ᵗᵒᵍᵉᵗʰᵉʳˑ">THIS IS THE LAST TIME WE'RE ALL GOING TO BE TOGETHER.</a></h2>
  667. this verse follows MCU canon, meaning that hope davis is the fc being used. maria stark is a devoted wife and loving mother, as she always has been. both howard and tony rarely get along, but the family often times find any playful banter between them to be therapeutic, in a way. it's what makes the stark's who they are. i am willing to interact in this verse with anyone who requests it!<p>
  668.  
  669. <div class="tabpicture"><img src="https://i.imgur.com/6MQqNLr.png"></div>
  670. </div></li>
  671.  
  672. <!-- YOUR RELATIONS -->
  673. <li><div id="tabbar"><center>
  674.  
  675. <!-- every picture is 270 x 80 wide -->
  676.  
  677. <!-- start of a relationship description -->
  678. <img src="https://i.imgur.com/vEzBN2F.png"><p>
  679. <h1><a href="LINK">full name here</a></h1>
  680. <p><br>
  681.  
  682. <!-- start of a relationship description -->
  683. <img src="https://i.imgur.com/vEzBN2F.png"><p>
  684. <h1><a href="LINK">full name here</a></h1>
  685. <p><br>
  686.  
  687. <!-- start of a relationship description -->
  688. <img src="https://i.imgur.com/vEzBN2F.png"><p>
  689. <h1><a href="LINK">full name here</a></h1>
  690. <p><br>
  691.  
  692. </center>
  693. <div class="tabpicture"><img src="https://i.imgur.com/uPi5C9M.png"></div>
  694. </div></li>
  695.  
  696. <!-- YOUR COMMISSIONS -->
  697. <li><div id="tabbar">
  698.  
  699. <p>i only have a few rules when it comes to commissioning me, but i feel it best to put them before prices and services so that they're seen first! without further ado, here we go:<br>
  700. 1. i accept payments <b>only</b> through <i>PayPal</i>. furthermore, i only take USD (US dollars).<br>
  701. 2. i do <i>not</i> accept fan arts UNLESS you can prove to me you have the artists's permission to use said fan art, or the art was made specifically for you.<br>
  702. 3. all of my prices are based on how long it takes me to complete what is requested. i've done these things long enough to have a relatively good idea on how long it'll take me to complete each "order", so again, <b>all prices are based on how long it takes me to complete each order</b>. i do not charge for content used.<br>
  703. 4. i will take up to 4 commissions at a time for my own personal sanity, and any extras will be put on a waitlist.<br>
  704. <i>TO DO LIST: 6/4</i>
  705. <pre>INDIVIDUAL PRICES:</pre>
  706. <b>—THEME IMAGE ( ONLY )</b>: starting at <b>$11</b> ( depends on how much you're wanting done. )<br>
  707. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image gallery: <a href="https://imgur.com/a/PgfPx">✕</a>, <a href="https://imgur.com/a/PgORc">✕</a><br>
  708. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;live previews: <a href="https://stcr.tumblr.com">✕</a>, <a href="https://barbedanddangerous.tumblr.com/">✕</a>, <a href="https://kvllerqueen.tumblr.com/">✕</a>, <a href="https://servomagus.tumblr.com/">✕</a>, <a href="https://slaughterdeco.tumblr.com/">✕</a>, <a href="https://kindroyal.tumblr.com/">✕</a>, <A href="https://accidentprcne.tumblr.com/">✕</A>, <a href="https://prudencehalliwell.co.vu/">✕</a>, <a href="https://catsmeoow.tumblr.com">✕</a>, <a href="https://alluringflora.tumblr.com">✕</a>, <a href="https://nomcther.tumblr.com">✕</a>, <a href="https://scnja.tumblr.com">✕</a>, <a href="https://chaingiven.tumblr.com">✕</a>.<br>
  709. <b>—GRAPHIC ( PROMO, ONLINE/OFFLINE, MOBILE BANNER )</b>: starting at <b>$5</b><br>
  710. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ex. <a href="https://i.imgur.com/IZBfQAw.gif">✕</a>, <a href="https://i.imgur.com/8WlQh6G.png">✕</a>, <a href="https://i.imgur.com/4Ip47Dk.gif">✕</a>, <a href="https://i.imgur.com/8cEBkGT.png">✕</a>, <a href="https://i.imgur.com/zQuRlLt.png">✕</a>, <a href="https://butscrewmefirst.tumblr.com/post/134219277849/immortalbloodvirusyou-need-to-burn-so-you">✕</a>, <a href="https://butscrewmefirst.tumblr.com/post/133878688304/immortalbloodvirus">✕</a>, <a href="https://butscrewmefirst.tumblr.com/post/133867769394/they-would-r-u-e-the">✕</a>, <a href="https://butscrewmefirst.tumblr.com/post/133845680299/immortalbloodvirus-happily-calling">✕</a>, <a href="https://butscrewmefirst.tumblr.com/post/133799179814/immortalbloodvirus-give-me-all-of-that">✕</a>, <a href="https://i.imgur.com/O3BWjXC.gif">✕</a>, <a href="https://imgur.com/a/2rlji">✕</a>, <a href="https://imgur.com/a/XGhnL">✕</a>.<br>
  711. <b>—ICONS</b>: prices will be individually listed below. i can do 100x100, 125x125, and circular. with that said, because icons are so time consuming and take so much effort, the more icons you want, the more pricey it will become. if you'd like to discuss alternate prices, feel free to approach me! otherwise, i can always put you in contact with other rp'ers that make icons. prices that are in parenthesis after the USD amount are rough estimates/roundings.<br>
  712. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100 icons ( any size, square or circle ): $5<br>
  713. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;150 icons ( any size, square or circle ): $7.5<br>
  714. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;200 icons ( any size, square or circle ): $10<br>
  715. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;300 icons ( any size, square or circle ): $15<br>
  716. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 icons ( any size, square or circle ): $20<br>
  717. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 icons ( any size, square or circle ): $25<br>
  718. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;750 icons ( any size, square or circle ): $30<br>
  719. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000 icons ( any size, square or circle ): $35<br>
  720. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if there are other amounts of icons you're wanting, just tell me and we can discuss other prices!!<br>
  721. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;icon gallery. <a href="https://imgur.com/a/onFoa">✕</a>. <br>
  722. <b>—PSD</b>: <b>$2</b> ( this is a flat rate for any psd, as of right now! however, it is included in the price when you buy icons from me! ). <p>
  723. <pre>PACKAGE PRICES:</pre>
  724. <b>—THEME & CODE</b>: starting at <b>$20</b> ( depending on how intricate you're wanting either/both. )<br>
  725. <b>—TOTAL BLOG MAKEOVER</b>: starting at <b>$28</b> ( depending on all that you're wanting done/how much time it takes me/how intricate you're wanting it. )<br>
  726. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons: $28<br>
  727. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons: $30<br>
  728. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons, mobile banner: $32<br>
  729. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner: $34<br>
  730. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons, mobile banner, promo: $36<br>
  731. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner, promo: $38<br>
  732. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>OTHER?</b> feel free to contact me if you're wanting something other than this / something more custom to you!!
  733.  
  734. <div class="tabpicture"><img src="https://i.imgur.com/w0CkJjY.png"></div>
  735. </div></li>
  736.  
  737. <!-- YOUR NAVIGATION -->
  738. <li><div id="tabbar"><center>
  739.  
  740. <h2>personal.</h2>
  741.  
  742. <a href="/tagged/maria-carbonell. ˡᶤᶰᵉᶰ-ᵃᶰᵈ-ᶜᵘʳˡˢˑ" class="buttons">ms carbonell.</a>
  743. <a href="/tagged/maria-stark. ᶤ%27ᵐ-ᵖʳᵉᵗᵗʸ-ʷʰᵉᶰ-ᶤ-ᶜʳʸˑ" class="buttons">maria stark.</a><br>
  744. <a href="/tagged/missus-stark. ᵈᶤᵃᵐᵒᶰᵈˢ-ᵃᶰᵈ-ᵖᵉᵃʳˡˢˑ" class="buttons">missus stark.</a>
  745. <a href="/tagged/fashion. ᶠᶤᵗ-ᵐᵉ-ᵇᵉᵗᵗᵉʳ-ᵗʰᵃᶰ-ᵐʸ-ᶠᵃᵛᵒʳᶤᵗᵉ-ˢʷᵉᵃᵗᵉʳˑ" class="buttons">fashion.</a><br>
  746. <a href="/tagged/music. ᵖᵘᵗ-ᵐʸ-ᶠᵃᵛᵒʳᶤᵗᵉ-ʳᵉᶜᵒʳᵈ-ᵒᶰˑ" class="buttons">records.</a>
  747. <a href="/tagged/musing. ᶤ%27ᵛᵉ-ᵏᶰᵒʷᶰ-ᵗʰᵉ-ᵈᵉᵖᵗʰˢ-ᵒᶠ-ᵘᵗᵗᵉʳ-ᵈᵉˢᵖᵉʳᵃᵗᶤᵒᶰˑ" class="buttons">musings.</a><br>
  748. <a href="/tagged/likes. ᵐᵃᵏᵉ-ᵒᵘʳ-ˡᶤᵛᵉˢ-ᶤᶰᵗᵒ-ᵃ-ʷᵒʳᵏ-ᵒᶠ-ᵃʳᵗˑ" class="buttons">preferences.</a>
  749. <a href="/tagged/desires. ᶤᵗ%27ˢ-ᵃᵐᵃᶻᶤᶰᵍ-ʷʰᵃᵗ-ʷᵒᵐᵉᶰ-ᶤᶰ-ˡᵒᵛᵉ-ʷᶤˡˡ-ᵈᵒˑ" class="buttons">desires.</a><br>
  750. <a href="/h" class="buttons">headcanons.</a>
  751. <a href="/tagged/headcanon. ᶜʰᵒᵒˢᵉ-ʸᵒᵘʳ-ˡᵃˢᵗ-ʷᵒʳᵈˢˑ" class="buttons">headcanons +.</a><br>
  752.  
  753. <h2>friends & family.</h2>
  754.  
  755. <a href="/tagged/roberto-carbonell. ᵐʸ-ᶠᵃᵗʰᵉʳ%27ˢ-ˡᵒᵛᵉ-ʷᵃˢ-ᵃˡʷᵃʸˢ-ˢᵗʳᵒᶰᵍˑ" class="buttons">father.</a>
  756. <a href="/tagged/valentina-carbonell. ᵐʸ-ᵐᵒᵗʰᵉʳ%27ˢ-ᵍˡᵃᵐᵒᵘʳ-ˡᶤᵛᵉˢ-ᵒᶰ-ᵃᶰᵈ-ᵒᶰˑ" class="buttons">mother.</a><br>
  757. <a href="/tagged/howard-stark. ʰᵉ-ʷᵒʳᵏˢ-ᶠᵒʳ-ʷᵉᵉᵏˢ-ᵒᶰ-ᵉᶰᵈ-ʷᶤᵗʰᵒᵘᵗ-ᵃ-ᵇᶤᵗ-ᵒᶠ-ʳᵉˢᵗ-ˑ" class="buttons">howard.</a>
  758. <a href="/tagged/anthony-stark. ᶤᵗ%27ˢ-ᵃˡˡ-ᶠᵒʳ-ʸᵒᵘ%3B-ᵉᵛᵉʳʸᵗʰᶤᶰᵍ-ᶤ-ᵈᵒˑ" class="buttons">anthony.</a><br>
  759. <a href="/peggy-carter. ᶤ-ᵇᵉˡᶤᵉᵛᵉ-ᶤᶰ-ᵗʰᵉ-ᵏᶤᶰᵈᶰᵉˢˢ-ᵒᶠ-ˢᵗʳᵃᶰᵍᵉʳˢˑ" class="buttons">peggy.</a>
  760. <a href="/tagged/howard-%26-maria. ᶰᵘᵐᵇᵉʳ-ᵒᶰᵉ-ᵍᵉᶰᶤᵘˢ-%26-ᶰᵘᵐᵇᵉʳ-ᵒᶰᵉ-ᶠᵃᶰˑ" class="buttons">howard & maria.</a><br>
  761. <a href="/tagged/edwin-jarvis. ᵉᵛᵉʳʸᵇᵒᵈʸ-ᵗᵒˡᵈ-ᵐᵉ-ˡᵒᵛᵉ-ʷᵃˢ-ᵇˡᶤᶰᵈˑ" class="buttons">edwin.</a>
  762. <a href="/tagged/ana-jarvis. ᵗʰᵉʳᵉ-ˢʰᵉ-ʷᵃˢ-ᵐʸ-ᶰᵉʷ-ᵇᵉˢᵗ-ᶠʳᶤᵉᶰᵈˑ" class="buttons">ana.</a><br>
  763. <a href="/tagged/edwin-%26-ana. ᵇᵒʸ-%26-ᵍᶤʳˡ-ᵐᵉᵉᵗ-ᵇʸ-ᵗʰᵉ-ᵍʳᵉᵃᵗ-ᵈᵉˢᶤᵍᶰˑ" class="buttons">edwin & ana.</a>
  764.  
  765. <h2>other.</h2>
  766.  
  767. <a href="/tagged/ooc. ᶜᵃᶰᶰᶤᵇᵃˡ-ᵐᵒᵗʰᵉʳˑ" class="buttons">ooc.</a>
  768. <a href="/tagged/my-stuff. ᶠˡᶤᶜᵏᵉʳˢ-ᵃʳᵉ-ᵗʰᵉ-ᶠᵘᵗᵘʳᵉˑ" class="buttons">my stuff.</a><br>
  769. <a href="/tagged/meme." class="buttons">memes.</a>
  770. <a href="/tagged/answered." class="buttons">answered.</a><br>
  771. <a href="/tagged/reply." class="buttons">replies.</a>
  772. <a href="/tagged/drabble." class="buttons">drabbles.</a><br>
  773. <a href="/tagged/psa.-ᶜᵃᶰᶰᶤᵇᵃˡ-ᵐᵒᵗʰᵉʳ-ˢᵖᵉᵃᵏˢˑ" class="buttons">psa's.</a>
  774. <a href="/tagged/wishlist." class="buttons">wishlist.</a><br>
  775.  
  776. </center>
  777. <div class="tabpicture"><img src="https://i.imgur.com/b7ONgMv.png"></div>
  778. </div></li>
  779.  
  780.  
  781.  
  782. </ul>
  783. </div></div></div></div></div></div></div></div></div></div></div></div>
  784.  
  785.  
  786. <div id="forth" class="pagination">
  787. {block:Pagination}
  788. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  789. {/block:Pagination}
  790. </div>
  791.  
  792. <div id="back" class="pagination">
  793. {block:Pagination}
  794. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  795. {/block:Pagination}
  796. </div>
  797.  
  798. <div id="container">
  799.  
  800. {block:Posts}
  801. <div id="post">
  802.  
  803. {block:Text}
  804. {block:Title}<h2>{Title}</h2>{/block:Title}
  805. {Body}
  806. {/block:Text}
  807.  
  808. {block:Quote}<div id="quote"><div id="quotemark">“</div>
  809. <div id="quotewords">{Quote}</div></div>
  810. <h2 style="text-align:right;">— {Source}</h2>
  811. {/block:Quote}
  812.  
  813. {block:Link}
  814. <a href="{URL}"><h2>{Name}</h2></a>
  815. {block:Description}<p>{Description}</p>{/block:Description}
  816. {/block:Link}
  817.  
  818. {block:Photo}<center><img src="{PhotoURL-HighRes}" width="300px"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  819.  
  820. {block:Photoset}<center>{Photoset}</center>
  821. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  822.  
  823. {block:Chat}
  824. <ul class="chat">{block:Title}<h3>{Title}</h3>{/block:Title}
  825. {block:Lines}<li>
  826. {block:Label}
  827. <span class="label">{Label}</span>
  828. {/block:Label}
  829. {Line}</li>{/block:Lines}</ul>
  830. {/block:Chat}
  831.  
  832. {block:Video}{Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  833.  
  834. {block:Answer}
  835. <div id="q">{Question}</div>
  836. <div id="ask">{Asker}</div>
  837. <br/>{Answer}{/block:Answer}
  838.  
  839. {block:AudioPlayer}
  840. <div class="audiowrapper">
  841. {block:AlbumArt}
  842. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  843. {/block:AlbumArt}
  844.  
  845. <div class="playerbuttonbg">
  846. <div class="newplayerbutton">
  847. <div class="playerbuttonhug">
  848. {AudioPlayerWhite}
  849. </div></div></div>
  850.  
  851. <div class="trackdetails">
  852. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  853. {block:Artist}{Artist}{/block:Artist}<br/>
  854. {PlayCountWithLabel}
  855. </div></div>
  856. {block:Caption}{Caption}{/block:Caption}
  857. {/block:AudioPlayer}
  858.  
  859. {block:Date}
  860. <div id="info">
  861. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo} with {NoteCountWithLabel}">☰</a>
  862. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog">↻</a>
  863. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  864. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  865. </div>
  866. {/block:Date}
  867.  
  868. {block:HasTags}
  869. <div class="tags">
  870. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a>{/block:Tags}</div>
  871. {/block:HasTags}
  872. <div class="note">
  873. {block:PostNotes}{PostNotes}{/block:PostNotes}
  874. </div>
  875. </div>
  876. {/block:Posts}
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885. </div>
  886. </div>
  887.  
  888.  
  889. {/block:Posts}
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. </div>
  899. </div>
  900. </body>
  901. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement