Advertisement
manon15

fav elizabeth theme i made

Mar 11th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--╰☆╮BACKGROUND & CODE BY MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Oswald|Yellowtail" rel="stylesheet">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
  32.  
  33.  
  34. <script type="text/javascript"
  35. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block, .question_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65.  
  66. <!--tabs two script-->
  67. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. $(document).ready(function(){
  70. $(".links_body").hide();
  71. $(".links_head").click(function(){
  72. $(this).next(".links_body").slideToggle("fast");
  73. }); }); </script>
  74. <style type="text/css">
  75. .links_list { margin:0px; padding:0px; width:100%;}
  76. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  77. .links_body { padding:10px; text-align:left; display:none;}
  78. </style>
  79.  
  80. <!-- verses script -->
  81. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  82.  
  83. <!-- Start of StatCounter Code for Tumblr -->
  84. <script type="text/javascript">
  85. var sc_project=10802541;
  86. var sc_invisible=1;
  87. var sc_security="4fab9bff";
  88. var scJsHost = (("https:" == document.location.protocol) ?
  89. "https://secure." : "http://www.");
  90. document.write("<sc"+"ript type='text/javascript' src='" +
  91. scJsHost+
  92. "statcounter.com/counter/counter.js'></"+"script>");
  93. </script>
  94. <noscript><div class="statcounter"><a title="tumblr
  95. statistics" href="http://statcounter.com/tumblr/"
  96. target="_blank"><img class="statcounter"
  97. src="http://c.statcounter.com/10802541/0/4fab9bff/1/"
  98. alt="tumblr statistics"></a></div></noscript>
  99. <!-- End of StatCounter Code for Tumblr -->
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. .popup_block {
  105. display:none;
  106. text-align:justify;
  107. position:fixed;
  108. top:20%; left: 94%;
  109. z-index:9999999999999;
  110. opacity:1;
  111. }
  112.  
  113. .popcont {
  114. left:149px;
  115. top:55px;
  116. width:194px;
  117. height:492px;
  118. padding-right:900px;
  119. position:fixed;
  120. overflow-y:scroll;
  121. overflow-x:hidden;
  122. }
  123.  
  124. *html #fade {position: absolute;}
  125. *html .popup_block {position: absolute;}
  126. #fade {
  127. display:none;
  128. position:fixed;
  129. left:0px;
  130. top:0px;
  131. width:100%;
  132. height:100%;
  133. z-index:999999;
  134. background:#000;
  135. opacity:.9;
  136. }
  137.  
  138. #headerbar{
  139. left:50%;
  140. top:50%;
  141. margin-left:-50px;
  142. margin-top:13px;
  143. width:400px;
  144. overflow:auto;
  145. text-align:justify;
  146. color:#000;
  147. font-family:"calibri";
  148. font-size:12px;
  149. }
  150.  
  151. #tabbar{
  152. left:50%;
  153. top:50%;
  154. margin-left:1px;
  155. margin-top:07px;
  156. width:300px;
  157. height:340px;
  158. overflow: auto;
  159. text-align:justify;
  160. color:#9d8903;
  161. font-family:"calibri";
  162. font-size:12px;
  163. }
  164.  
  165. ul#tab, ul#tabs{
  166. list-style-type:none;
  167.  
  168. }
  169. ul#tab li.active {
  170. display:inline-block;
  171. text-align:left;
  172.  
  173. }
  174. ul#tab li {
  175. display:none;
  176. overflow:hidden;
  177.  
  178. }
  179.  
  180. #sidelinks {
  181. z-index: 999999999999999;
  182. width:190px;
  183. top:140px;
  184. left:245px;
  185. position:fixed;
  186. text-align:left;
  187.  
  188. }
  189. ul#tabs li:first {
  190. display:inline-block;
  191. padding:3px;
  192. cursor:pointer;
  193. text-align:right;
  194.  
  195. }
  196. ul#tabs li {
  197. font-family:"calibri";
  198. font-weight:bold;
  199. font-size:8px;
  200. margin-bottom:1px;
  201. z-index: 999999999999;
  202. padding:3px;
  203. width:auto;
  204. cursor:pointer;
  205.  
  206. }
  207. .rules {
  208. height:500px;
  209. width:700px;
  210. position:fixed;
  211. background-image:url('https://i.imgur.com/FETsx0F.png');
  212. background-repeat:no-repeat;
  213. top:50px;
  214. left:300px;
  215. text-align:center;
  216.  
  217. }
  218. .dossier {
  219. height:500px;
  220. width:700px;
  221. position:fixed;
  222. background-image:url('https://i.imgur.com/SnTy1BO.png');
  223. background-repeat:no-repeat;
  224. top:50px;
  225. left:300px;
  226. text-align:center;
  227.  
  228. }
  229. .verses {
  230. height:500px;
  231. width:700px;
  232. position:fixed;
  233. background-image:url('https://i.imgur.com/0ve9omA.png');
  234. background-repeat:no-repeat;
  235. top:50px;
  236. left:300px;
  237. text-align:center;
  238.  
  239. }
  240. .relations {
  241. height:500px;
  242. width:700px;
  243. position:fixed;
  244. background-image:url('https://i.imgur.com/RSG39G2.png');
  245. background-repeat:no-repeat;
  246. top:50px;
  247. left:300px;
  248. text-align:center;
  249.  
  250. }
  251. .navigation {
  252. height:500px;
  253. width:700px;
  254. position:fixed;
  255. background-image:url('https://i.imgur.com/LVMgRbC.png');
  256. background-repeat:no-repeat;
  257. top:50px;
  258. left:300px;
  259. text-align:center;
  260.  
  261. }
  262. .askbox {
  263. height:420px;
  264. width:400px;
  265. position:fixed;
  266. background-repeat:no-repeat;
  267. top:0px;
  268. left:0px;
  269. text-align:center;
  270.  
  271. }
  272. .poptext {
  273. position:fixed;
  274. overflow-x:hidden;
  275. overflow-y:scroll;
  276. font-family:"roboto";
  277. text-align:left;
  278. font-size:12px;
  279. top:286px;
  280. left:575px;
  281. width:395px;
  282. height:217px;
  283. padding:15px;
  284.  
  285. }
  286.  
  287. /** guidelines **/
  288. #butts1 {
  289. font-size:12px;
  290. margin-left:292px;
  291. margin-top:390px;
  292. position:fixed;
  293. background-image:url('https://i.imgur.com/sqY5nFw.png');
  294. border:1px solid #151515;
  295. outline:1px solid #151515;
  296. outline-offset:2px;
  297. padding:3px;
  298. transform: rotate(0deg);
  299. -webkit-transform: rotate(0deg);
  300. text-shadow:0px 0px 6px #2d2936;
  301. }
  302.  
  303. #butts1:hover {
  304. text-shadow:0px 0px 6px #2d2936;
  305. -webkit-transition: all 0.8s ease-out;
  306. -moz-transition: all 0.8s ease-out;
  307. transition: all 0.8s ease-out;
  308. -webkit-filter:blur(.8px);
  309. }
  310.  
  311. /** biography **/
  312. #butts2 {
  313. font-size:12px;
  314. margin-left:373px;
  315. margin-top:384px;
  316. position:fixed;
  317. background-image:url('https://i.imgur.com/sqY5nFw.png');
  318. border:1px solid #151515;
  319. outline:1px solid #151515;
  320. outline-offset:2px;
  321. padding:3px;
  322. transform: rotate(0deg);
  323. -webkit-transform: rotate(0deg);
  324. text-shadow:0px 0px 6px #2d2936;
  325. }
  326.  
  327. #butts2:hover {
  328. text-shadow:0px 0px 6px #2d2936;
  329. -webkit-transition: all 0.8s ease-out;
  330. -moz-transition: all 0.8s ease-out;
  331. transition: all 0.8s ease-out;
  332. -webkit-filter:blur(.8px);
  333. }
  334.  
  335. /** verses **/
  336. #butts3 {
  337. font-size:12px;
  338. margin-left:456px;
  339. margin-top:378px;
  340. position:fixed;
  341. background-image:url('https://i.imgur.com/sqY5nFw.png');
  342. border:1px solid #151515;
  343. outline:1px solid #151515;
  344. outline-offset:2px;
  345. padding:3px;
  346. transform: rotate(0deg);
  347. -webkit-transform: rotate(0deg);
  348. text-shadow:0px 0px 6px #2d2936;
  349. }
  350.  
  351. #butts3:hover {
  352. text-shadow:0px 0px 6px #2d2936;
  353. -webkit-transition: all 0.8s ease-out;
  354. -moz-transition: all 0.8s ease-out;
  355. transition: all 0.8s ease-out;
  356. -webkit-filter:blur(.8px);
  357. }
  358.  
  359. /** relations / mains **/
  360. #butts4 {
  361. font-size:12px;
  362. margin-left:519px;
  363. margin-top:371px;
  364. position:fixed;
  365. background-image:url('https://i.imgur.com/sqY5nFw.png');
  366. border:1px solid #151515;
  367. outline:1px solid #151515;
  368. outline-offset:2px;
  369. padding:3px;
  370. transform: rotate(0deg);
  371. -webkit-transform: rotate(0deg);
  372. text-shadow:0px 0px 6px #2d2936;
  373. }
  374.  
  375. #butts4:hover {
  376. text-shadow:0px 0px 6px #2d2936;
  377. -webkit-transition: all 0.8s ease-out;
  378. -moz-transition: all 0.8s ease-out;
  379. transition: all 0.8s ease-out;
  380. -webkit-filter:blur(.8px);
  381. }
  382.  
  383. /** navigation **/
  384. #butts5 {
  385. font-size:12px;
  386. margin-left:630px;
  387. margin-top:364px;
  388. position:fixed;
  389. background-image:url('https://i.imgur.com/sqY5nFw.png');
  390. border:1px solid #151515;
  391. outline:1px solid #151515;
  392. outline-offset:2px;
  393. padding:3px;
  394. transform: rotate(0deg);
  395. -webkit-transform: rotate(0deg);
  396. text-shadow:0px 0px 6px #2d2936;
  397. }
  398.  
  399. #butts5:hover {
  400. text-shadow:0px 0px 6px #2d2936;
  401. -webkit-transition: all 0.8s ease-out;
  402. -moz-transition: all 0.8s ease-out;
  403. transition: all 0.8s ease-out;
  404. -webkit-filter:blur(.8px);
  405. }
  406.  
  407. #box, ul#tabs li, a {
  408. transition: 0.5s ease;
  409. -o-transition: 0.5s ease;
  410. -moz-transition: 0.5s ease;
  411. -webkit-transition: 0.5s ease;}
  412.  
  413.  
  414.  
  415. #linksys1 {
  416. font-size:25px;
  417. text-shadow:0px 0px 4px #c09dad;
  418. }
  419.  
  420. #linksys1:hover {
  421. text-shadow:0px 0px 4px #c09dad;
  422. }
  423.  
  424.  
  425. #linksys2 {
  426. font-size:25px;
  427. text-shadow:0px 0px 4px #c09dad;
  428. }
  429.  
  430. #linksys2:hover {
  431. text-shadow:0px 0px 4px #c09dad;
  432. }
  433.  
  434.  
  435. .buttons {
  436. background-color: #000;
  437. border:1px solid #880808;
  438. font-family:"roboto";
  439. text-align:center;
  440. font-weight:bold;
  441. display:inline-block;
  442. font-size:10px;
  443. margin:2px;
  444. padding:2px;
  445. width:100px;
  446. }
  447. .buttons:hover {
  448. background-color:#000;
  449. color:#cfa184;
  450. }
  451. .buttons:active {
  452. position:relative;
  453. top:1px;
  454. }
  455.  
  456.  
  457. .question_block{
  458. height:300px;
  459. display: none;
  460. float: left;
  461. position: fixed;
  462. top: 50%; left: 50%;
  463. z-index: 999999999999;
  464. }
  465.  
  466. para {
  467. font-family: 'Prata', serif;
  468. color:#000;
  469. text-shadow:0 0 2px #fff;
  470. font-size:15px;
  471.  
  472. }
  473.  
  474. /*edit scrollbar*/
  475.  
  476. ::-webkit-scrollbar-thumb {
  477. height:auto;
  478. }
  479.  
  480. ::-webkit-scrollbar {
  481. height:4px;
  482. width:3px;
  483. padding-right:2px;
  484. }
  485. /*edit the body this is what post text looks like, background color, etc.*/
  486.  
  487. body {
  488. background-image:url("https://i.imgur.com/GPwk2C3.png");
  489. background-position:top left;
  490. background-attachment:fixed;
  491. background-repeat:no-repeat;
  492. margin:0px;
  493. background-color:#000;
  494. color:#fff;
  495. font-family:"roboto";
  496. font-size:16px;
  497. line-height:120%;
  498. overflow-x:hidden;
  499. overflow-y:hidden;
  500. }
  501.  
  502.  
  503. /*edit links*/
  504.  
  505. a {
  506. text-decoration:none;
  507. outline:none;
  508. -moz-outline-style:none;
  509. color:#fff;
  510. -moz-transition-duration:0.8s;
  511. -webkit-transition-duration:0.8s;
  512. -o-transition-duration:0.8s;
  513. text-transform:lowercase;
  514. }
  515.  
  516. /*edit link hover*/
  517.  
  518. a:hover {
  519. color:#880808;
  520. outline:none;
  521. -moz-outline--tyle:none;
  522. text-decoration:none;
  523. border-radius: 20px 20px 20px 20px #fff;
  524. -webkit-filter: blur(0px);
  525. }
  526.  
  527. img {
  528. opacity:1;
  529. -webkit-filter: Grayscale(50%);
  530. -webkit-transition-duration: 0.8s;
  531. -moz-transition-duration:0.8s;
  532. transition-duration:0.8s;
  533. -o-transition-duration:0.8s;
  534. -webkit-filter: blur(0px);
  535. border-radius: 20px 20px 20px 20px #000;
  536. }
  537.  
  538. img:hover {
  539. opacity:1;
  540. -webkit-filter: Grayscale(0%);
  541. -webkit-transition: all 0.8s ease-out;
  542. -moz-transition: all 0.8s ease-out;
  543. transition: all 0.8s ease-out;
  544. -webkit-filter: blur(0px);
  545. border-radius: 20px 20px 20px 20px #000;
  546.  
  547. }
  548.  
  549. h1 {
  550. width:397px;
  551. font-size:28px;
  552. text-align:center;
  553. font-family:"Qwigley";
  554. padding-left:0px;
  555. line-height:102%;
  556. letter-spacing:2px;
  557. color:#8c6451;
  558. text-transform:lowercase;
  559. }
  560.  
  561. h2 {
  562. width:397px;
  563. padding-left:0px;
  564. margin-left:4px;
  565. font-size:15px;
  566. text-align:center;
  567. font-family:"Frank Ruhl Libre", cursive;
  568. text-transform:lowercase;
  569. line-height:110%;
  570. letter-spacing:2px;
  571. color:#880808;
  572. }
  573.  
  574. h5 {
  575. font-size:15px;
  576. font-family:"Playball", cursive;
  577. text-transform:lowercase;
  578. text-align:center;
  579. margin-top:0px;
  580. margin-bottom:0px;
  581. letter-spacing:2px;
  582. color:#fff;
  583. }
  584.  
  585. h6 {
  586. font-size:14px;
  587. font-family:"Josefin Sans";
  588. border-bottom:1px solid #a20e09;
  589. text-align:center;
  590. margin-top:0px;
  591. margin-bottom:0px;
  592. letter-spacing:2px;
  593. color:#880808;
  594. }
  595.  
  596. h3 {
  597. font-size:15px;
  598. text-align:center;
  599. line-height:110%;
  600. letter-spacing:2px;
  601. text-shadow:0px 0px 1px #151515;
  602. color:#151515;
  603. }
  604.  
  605. h4 {
  606. font-size:15px;
  607. font-family:"Satisfy", cursive;
  608. text-align:center;
  609. line-height:105%;
  610. letter-spacing:2px;
  611. color:#595959;
  612. }
  613.  
  614. pre {
  615. width:auto;
  616. letter-spacing:1px;
  617. text-align:center;
  618. text-transform:uppercase;
  619. padding:2px;
  620. border-radius:2px;
  621. color:#fff;
  622. font-family:"oswald";
  623. font-size:12px;
  624. background-color:#000;
  625. background-image:url('https://i.imgur.com/sqY5nFw.png');
  626. border:1px solid #151515;
  627. outline:1px solid #151515;
  628. outline-offset:2px;
  629. text-shadow:0px 0px 5px #fff;
  630. }
  631.  
  632. hr {
  633. border: 0;
  634. height: 1px;
  635. background-image: linear-gradient(to right, rgba(85, 85, 85, 0), rgba(85, 85, 85, 0.75), rgba(85, 85, 85, 0));
  636. margin-bottom:2px;
  637. }
  638.  
  639.  
  640.  
  641. #title {
  642. color:#fff;
  643. font-family:arial;
  644. font-size:16px;
  645. text-transform:lowercase;
  646. font-weight:bold;
  647. letter-spacing:0px;
  648. padding:4px;
  649. margin-top:-20px;
  650. margin-left:-14px;
  651. position:fixed;
  652. text-align:left;
  653. }
  654.  
  655.  
  656. #navi {
  657. float:left;
  658. width:115px;
  659. padding:3px;
  660. }
  661.  
  662. #muses {
  663. width:125px;
  664. float:left;
  665. overflow:auto;
  666. margin:1px 2px;
  667. }
  668.  
  669. .muses text {
  670. height:50px;
  671. overflow:scroll;
  672. }
  673.  
  674.  
  675. @-webkit-keyframes sally{
  676. from {-webkit-filter: blur(0px);}
  677. 60% {-webkit-filter: blur(2px);}
  678. to {-webkit-filter: blur(0px);}
  679. }
  680.  
  681. @-webkit-keyframes countess{
  682. from { -webkit-transform: rotate(0deg)}
  683. to {-webkit-transform: rotate(360deg);}
  684. }
  685.  
  686. /*sidebar links*/
  687.  
  688. .links {
  689. position: fixed;
  690. font-style:none;
  691. font-size:50px;
  692. margin-top:350px;
  693. margin-left:200px;
  694. line-height: 100%;
  695. text-align: center;
  696. width:0px;
  697. opacity:1;
  698. margin-right: auto;
  699. transform: rotate(10deg);
  700. -webkit-transform: rotate(10deg);
  701.  
  702. }
  703.  
  704. .links a {
  705. -webkit-filter:blur(0px);
  706. opacity:1;
  707. letter-spacing: 1px;
  708. padding:3px;
  709.  
  710. }
  711.  
  712. .links a:hover {
  713. color:#151515;
  714. opacity:1;
  715. -webkit-transition: all 0.8s ease-out;
  716. -moz-transition: all 0.8s ease-out;
  717. transition: all 0.8s ease-out;
  718. -webkit-filter:blur(3px);
  719. }
  720.  
  721. .alinks {
  722. position: fixed;
  723. font-style:none;
  724. font-size:50px;
  725. margin-top:430px;
  726. margin-left:320px;
  727. word-spacing:2px;
  728. line-height: 100%;
  729. text-align: center;
  730. width:0px;
  731. margin-right: auto;
  732. opacity:1;
  733. transform: rotate(-20deg);
  734. -webkit-transform: rotate(-20deg);
  735.  
  736. }
  737.  
  738. .alinks a {
  739. -webkit-filter:blur(0px);
  740. letter-spacing: 1px;
  741. padding:3px;
  742.  
  743. }
  744.  
  745. .alinks a:hover {
  746. color:#151515;
  747. opacity:1;
  748. -webkit-transition: all 0.8s ease-out;
  749. -moz-transition: all 0.8s ease-out;
  750. transition: all 0.8s ease-out;
  751. -webkit-filter:blur(3px);
  752. }
  753.  
  754. .dlinks {
  755. position: fixed;
  756. font-style:none;
  757. font-size:50px;
  758. margin-top:310px;
  759. margin-left:400px;
  760. word-spacing:2px;
  761. line-height: 100%;
  762. text-align: center;
  763. width:0px;
  764. opacity:1;
  765. margin-right: auto;
  766. transform: rotate(20deg);
  767. -webkit-transform: rotate(20deg);
  768.  
  769. }
  770.  
  771. .dlinks a {
  772. -webkit-filter:blur(0px);
  773. letter-spacing: 1px;
  774. padding:3px;
  775. }
  776.  
  777. .dlinks a:hover {
  778. color:#151515;
  779. opacity:1;
  780. -webkit-transition: all 0.8s ease-out;
  781. -moz-transition: all 0.8s ease-out;
  782. transition: all 0.8s ease-out;
  783. -webkit-filter:blur(3px);
  784. }
  785.  
  786.  
  787. /* this is the box that comes up when you hover over something with a title*/
  788.  
  789. #s-m-t-tooltip {
  790. margin-left:15px;
  791. margin-top:-21px;
  792. letter-spacing:0px;
  793. font-family:"roboto";
  794. text-transform:auto;
  795. font-size:10px;
  796. text-transform:none;
  797. color:#fff;
  798. background-color:#000;
  799. background-image:url('https://i.imgur.com/sqY5nFw.png');
  800. border:1px solid #151515;
  801. outline:1px solid #151515;
  802. outline-offset:2px;
  803. padding: 3px;
  804. z-index:999999999999999999;
  805. -webkit-transition:all 1.5s;
  806. -moz-transition:all 1.5s;
  807. -ms-transition:all 1.5s;
  808. -o-transition:all 1.5s;
  809. transition:all 1.5s;
  810. }
  811.  
  812. /*next page and previous page*/
  813.  
  814. #pagination {
  815. -ms-transform: rotate(0deg); /* IE 9 */
  816. -webkit-transform: rotate(0deg); /* Safari */
  817. transform: rotate(0deg)
  818.  
  819.  
  820. }
  821.  
  822. #pagination a {
  823. -webkit-filter: Grayscale(0%);
  824. -webkit-transition: all 0.8s ease-out;
  825. -moz-transition: all 0.8s ease-out;
  826. transition: all 0.8s ease-out;
  827. -webkit-filter: blur(0px)
  828.  
  829. }
  830.  
  831. #pagination a:hover {
  832. color:#2d2936;
  833. opacity:1;
  834. -webkit-transition: all 0.8s ease-out;
  835. -moz-transition: all 0.8s ease-out;
  836. transition: all 0.8s ease-out;
  837. -webkit-filter:blur(0px);
  838. }
  839.  
  840.  
  841. #container {
  842. position:fixed;
  843. width:405px;
  844. height:297px;
  845. top:202px;
  846. margin-left:480px;
  847. background-color:transparent;
  848. text-align:left;
  849. opacity:1;
  850. overflow: auto;
  851. /*-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1)70%, rgba(0,0,0,0));
  852. */
  853. }
  854.  
  855. #container:hover {
  856. overflow:auto;
  857. }
  858.  
  859. #post {
  860. width:400px;
  861. font-size:10px;
  862. line-height:110%;
  863. padding-top:10px;
  864. margin-top:20px;
  865. margin-left:auto;
  866. margin-right:auto;
  867. opacity:1;
  868. -webkit-filter: grayscale(0%);
  869. filter: grayscale(0%);
  870. -webkit-transition: all .5s ease-in-out;
  871. -moz-transition: all .5s ease-in-out;
  872. -o-transition: all .5s ease-in-out;
  873. transition: all .5s ease-in-out;
  874. }
  875.  
  876. #post:hover{
  877. opacity:1;
  878. -webkit-transition: all .5s ease-in-out;
  879. -moz-transition: all .5s ease-in-out;
  880. -o-transition: all .5s ease-in-out;
  881. transition: all .5s ease-in-out;
  882. -webkit-filter: grayscale(0);
  883. filter: grayscale(0);
  884. }
  885.  
  886. #post blockquote {
  887. padding-left:5px;
  888. margin-right:0px;
  889. margin-left:5px;
  890. margin-top:2px;
  891. border-left:1px solid #151515;
  892. border-radius:3px;
  893.  
  894. }
  895.  
  896. #post blockquote blockquote {
  897. padding-left:10px;
  898. margin-top:2px;
  899. margin-right:0px;
  900. margin-left:5px;
  901. border-left:1px solid #880808;
  902. border-radius:3px;
  903.  
  904. }
  905.  
  906. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  907.  
  908. b, strong {
  909. font-size:12px;
  910. letter-spacing:2px;
  911. font-family:"oswald";
  912. text-transform:uppercase;
  913. color:#fff;
  914. text-shadow:0px 0px 2px #fff;
  915. }
  916.  
  917. i, em, italics {
  918. font-size:27px;
  919. font-family:"Qwigley";
  920. padding-left:1px;
  921. text-transform:none;
  922. color:#880808;
  923. }
  924.  
  925. sup, sub, small {
  926. font-size:12px;
  927. color:#fff;
  928. }
  929.  
  930.  
  931. /*time posted, note count, via and source*/
  932.  
  933. #info {
  934. font-size:16px;
  935. padding:4px 0px 1px 0px;
  936. margin:0px 0px 50px 10px;
  937. letter-spacing:4px;
  938. font-size:22px;
  939. color:#a20e09;
  940. text-transform:none;
  941. }
  942.  
  943. #info a {
  944. color:#a20e09;
  945. text-shadow:none;
  946. text-transform:none;
  947. }
  948.  
  949. #info a:hover {
  950. color:#151515;
  951. }
  952.  
  953. #forward {
  954. opacity:1;
  955. font-weight:bold;
  956. font-size:40px;
  957. color:#9f0000;
  958. top:620px;
  959. margin-left:950px;
  960. position: fixed;
  961. font-family:"calibri", sans-serif;
  962. text-align: left;
  963. letter-spacing:2px;
  964. word-spacing:2px;
  965. transform: rotate(0deg);
  966. }
  967.  
  968. #forward:hover {
  969. opacity: 1;
  970. color:#cfa184;
  971. -webkit-transition: all 0.8s ease-out;
  972. -moz-transition: all 0.8s ease-out;
  973. transition: all 0.8s ease-out;
  974. -webkit-filter:blur(.8px);
  975. }
  976.  
  977. #backward {
  978. opacity:1;
  979. font-weight:bold;
  980. font-size:40px;
  981. color:#9f0000;
  982. top:620px;
  983. margin-left:665px;
  984. position: fixed;
  985. font-family:"calibri", sans-serif;
  986. text-align: left;
  987. letter-spacing:2px;
  988. word-spacing:2px;
  989. transform: rotate(0deg);
  990. }
  991.  
  992. #backward:hover {
  993. opacity: 1;
  994. color:#cfa184;
  995. -webkit-transition: all 0.8s ease-out;
  996. -moz-transition: all 0.8s ease-out;
  997. transition: all 0.8s ease-out;
  998. -webkit-filter:blur(.8px);
  999. }
  1000.  
  1001.  
  1002.  
  1003. /*tags*/
  1004.  
  1005. .tags {
  1006. width:310px;
  1007. margin:-52px 0px 0px 55px;
  1008. line-height:115%;
  1009. padding:5px;
  1010. font-size:9px;
  1011. word-break:keep-all;
  1012. text-align:center;
  1013. font-family:"roboto";
  1014. background-image:url('https://i.imgur.com/sqY5nFw.png');
  1015. border:1px solid #151515;
  1016. outline:1px solid #151515;
  1017. outline-offset:2px;
  1018. letter-spacing:1px;
  1019. }
  1020.  
  1021. .tags a {
  1022. color:#fff;
  1023. text-shadow:0px 0px 4px #000;
  1024. }
  1025.  
  1026. .tags a:hover {
  1027. color:#151515;
  1028. text-shadow:0px 0px 1px #000;
  1029. letter-spacing:2px;
  1030. }
  1031.  
  1032. .postnote {
  1033. width:275px;
  1034. margin-top:40px;
  1035. font-family:arial;
  1036. text-transform:lowercase;
  1037. font-style:normal;
  1038. letter-spacing:0px;
  1039. font-size:10px;
  1040. text-align:left;
  1041. }
  1042.  
  1043. img {
  1044. -webkit-filter: grayscale(0%);}
  1045.  
  1046. img:hover {
  1047. -webkit-filter: grayscale(0%);}
  1048.  
  1049.  
  1050.  
  1051. /*here go asks*/
  1052.  
  1053. #ask {
  1054. width:400px;
  1055. margin-left:0px;
  1056. margin-top:20px;
  1057. margin-bottom:10px;
  1058. font-size:30px;
  1059. text-align:center;
  1060. font-family:"Andes";
  1061. font-style:none;
  1062. text-transform:lowercase;
  1063. color:#151515;
  1064. }
  1065.  
  1066. #ask a {
  1067. color:#8c6451;
  1068. text-transform:lowercase;
  1069. }
  1070.  
  1071. #ask a:hover {
  1072. color:#151515;
  1073. letter-spacing:1px;
  1074. }
  1075.  
  1076. #askheader {
  1077. position:absolute;
  1078. margin-left:28px;
  1079. margin-top:-22px;
  1080. }
  1081.  
  1082. #q {
  1083. width:366px;
  1084. margin-left:5px;
  1085. margin-top:3px;
  1086. padding:10px;
  1087. text-align:center;
  1088. color:#fff;
  1089. font-family:"roboto";
  1090. font-size:12px;
  1091. background-color:#000;
  1092. background-image:url('https://i.imgur.com/sqY5nFw.png');
  1093. border:1px solid #151515;
  1094. outline:1px solid #151515;
  1095. outline-offset:2px;
  1096. text-shadow:0px 0px 5px #999;
  1097. }
  1098.  
  1099. #ans {
  1100. text-align:justify;
  1101. margin-top:5px;
  1102. padding:5px;
  1103. }
  1104.  
  1105.  
  1106.  
  1107.  
  1108. .playerbuttonbg {
  1109. position: absolute;
  1110. left: 10px;
  1111. top: 10px;
  1112. width: 18px;
  1113. height: 18px;
  1114. background-color:#fff;
  1115. padding: 10px;
  1116. -webkit-border-radius: 40px;
  1117. -moz-border-radius: 40px;
  1118. border-radius: 40px;
  1119. opacity: .4;
  1120. filter: alpha(opacity=40);
  1121. -moz-opacity: 0.4;
  1122. -khtml-opacity: 0.4;
  1123. transition: opacity .7s ease-in-out;
  1124. -moz-transition: opacity .7s ease-in-out;
  1125. -webkit-transition: opacity .7s ease-in-out;
  1126. }
  1127.  
  1128. .playerbuttonbg:hover {
  1129. opacity: 1;
  1130. filter: alpha(opacity=100);
  1131. -moz-opacity: 1;
  1132. -khtml-opacity: 1;
  1133. }
  1134.  
  1135. .newplayerbutton {
  1136. position: relative;
  1137. width: 19px;height: 19px;
  1138. overflow: hidden;
  1139. }
  1140.  
  1141. .playerbuttonhug {
  1142. position: absolute;
  1143. top: -18px;left: -7px;
  1144. }
  1145.  
  1146. .tumblr_audio_player {
  1147. border:none;
  1148. height: 50px;
  1149. width: 240px;
  1150. margin-left:3px;
  1151. margin-top:3px;
  1152. }
  1153.  
  1154. .audioimgwrapper {
  1155. position: absolute;
  1156. left: 0px;
  1157. top: 0px;
  1158. overflow: hidden;
  1159. width: 60px;
  1160. height: 60px;
  1161. }
  1162.  
  1163. .audioimgwrapper img {
  1164. width: 100%;
  1165. height: auto;
  1166. }
  1167. .trackdetails {
  1168. width: auto;
  1169. display:inline-block;
  1170. margin-left: 90px;
  1171. min-height: 85px;
  1172. }
  1173.  
  1174. .audiowrapper {
  1175. position: relative;
  1176. display:inline-block;
  1177. }
  1178.  
  1179.  
  1180.  
  1181. /* --- UPDATES ---*/
  1182.  
  1183. #updates {
  1184. position:fixed;
  1185. font-size:14px;
  1186. width:197px;
  1187. height:287px;
  1188. top:202px;
  1189. margin-left:930px;
  1190. font-size:9px;
  1191. padding:5px;
  1192. overflow:auto;
  1193. text-align:center;
  1194. opacity:1;
  1195. }
  1196.  
  1197. #updates:hover{
  1198. -webkit-transition: all 0.5s ease-in-out;
  1199. -moz-transition: all 0.5s ease-in-out;
  1200. transition: all 0.5s ease-in-out;
  1201. opacity:1;
  1202.  
  1203. }
  1204.  
  1205.  
  1206. /*credit. only change this if you actually make the code your own*/
  1207.  
  1208. #credit {
  1209. position:fixed;
  1210. font-size:18px;
  1211. color:#a7a5a1;
  1212. font-weight:none;
  1213. line-height:50%;
  1214. letter-spacing:2px;
  1215. font-family:'prata';
  1216. right:20px;
  1217. bottom:7px;
  1218. text-transform:none;
  1219. text-align:left;
  1220. -webkit-transition: all 0.5s ease-in-out;
  1221. -moz-transition: all 0.5s ease-in-out;
  1222. -o-transition: all 0.5s ease-in-out;
  1223. }
  1224.  
  1225. #credit a {
  1226. letter-spacing: 0px;
  1227. padding:3px;
  1228. color:#9f0000;
  1229. }
  1230.  
  1231. #credit a:hover {
  1232. background:#000;
  1233. color:#fff;
  1234. }
  1235.  
  1236.  
  1237.  
  1238.  
  1239. {CustomCSS}
  1240.  
  1241. }
  1242.  
  1243. </style></head><body>
  1244. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1245. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1246. <script>
  1247. (function($){
  1248. $(document).ready(function(){
  1249. $("a[title]").style_my_tooltips({
  1250. tip_follows_cursor:true,
  1251. tip_delay_time:7,
  1252. tip_fade_speed:7,
  1253. attribute:"title"
  1254. });
  1255. });
  1256. })(jQuery);
  1257. </script>
  1258.  
  1259.  
  1260. <!-- begin updates tab -->
  1261.  
  1262. <div id="updates">
  1263. <center><b>ELIZABETH MARCH</b><br>
  1264. queen of the cortez<br>
  1265. &<br>
  1266. <b>SCATHACH</b><br>
  1267. witch of the wood<br>
  1268. &<br>
  1269. <b>STEFANI BIANCHI</b><br>
  1270. starlet of roanoke
  1271. <hr width="60%">
  1272. loved & brought to life by <b>manon</b>
  1273. <hr width="60%">
  1274. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5110096";
  1275. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1276. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1277. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1278. </script> │ <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3029103";
  1279. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1280. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1281. </script><br>
  1282. <hr>
  1283. all icons made by me; theme & image made by me. do not steal / claim as your own. link to where you can download the icons are in my rules.
  1284.  
  1285.  
  1286.  
  1287. </center>
  1288.  
  1289.  
  1290.  
  1291. </div>
  1292.  
  1293. <!-- end updates tab -->
  1294.  
  1295.  
  1296.  
  1297. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1298. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1299. <script>
  1300.  
  1301. (function($){
  1302.  
  1303. $(document).ready(function(){
  1304.  
  1305. $("a[title]").style_my_tooltips({
  1306.  
  1307. tip_follows_cursor:true,
  1308.  
  1309. tip_delay_time:50,
  1310.  
  1311. tip_fade_speed:600,
  1312.  
  1313. attribute:"title"
  1314.  
  1315. });
  1316.  
  1317. });
  1318.  
  1319. })(jQuery);
  1320.  
  1321. </script>
  1322.  
  1323.  
  1324.  
  1325. <div class="links">
  1326. <a href="/" title="lobby."><div id="linksys1">✞</div></a></div>
  1327.  
  1328. <div class="alinks">
  1329. <a href="/ask" title="room service."><div id="linksys2">✝</div></a></div>
  1330.  
  1331. <div class="dlinks">
  1332. <a href="#?w=700" title="floor plan." rel="box3" class="poplight"><div id="linksys2">†</div></a></div>
  1333.  
  1334.  
  1335.  
  1336. </div>
  1337.  
  1338.  
  1339. <div id="pagination">
  1340. {block:Pagination}
  1341. {block:PreviousPage}
  1342. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1343. {/block:PreviousPage}
  1344.  
  1345.  
  1346. {block:NextPage}
  1347. <a href="{NextPage}"><div id="forward">»</div></a>
  1348. {/block:NextPage}
  1349. {/block:Pagination}
  1350. </div>
  1351.  
  1352.  
  1353.  
  1354.  
  1355. </div>
  1356.  
  1357.  
  1358. <div id="container">
  1359. <div id="content">
  1360.  
  1361.  
  1362. {block:Posts}<div id="post">
  1363.  
  1364. {block:Text}
  1365. {block:Title}<h1>{Title}</h1>{/block:Title}
  1366. {Body}
  1367. {/block:Text}
  1368.  
  1369. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1370.  
  1371. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1372.  
  1373. {block:Quote}
  1374. <h2><div style="position:absolute; margin-left:-2px; margin-top:-5px;font-size:35px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);">❛</div>{Quote}</h2>
  1375. <h3>—{Source}</h3>
  1376. {/block:Quote}
  1377.  
  1378. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1379.  
  1380. {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}
  1381.  
  1382. {block:AudioPlayer}
  1383. <div class="audiowrapper">
  1384. {block:AlbumArt}
  1385. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1386. {/block:AlbumArt}
  1387.  
  1388. <div class="playerbuttonbg">
  1389. <div class="newplayerbutton">
  1390. <div class="playerbuttonhug">
  1391. {AudioPlayerWhite}
  1392. </div></div></div>
  1393.  
  1394. <div class="trackdetails">
  1395. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1396. {block:Artist}{Artist}{/block:Artist}<br/>
  1397. {PlayCountWithLabel}
  1398. </div></div>
  1399. {block:Caption}{Caption}{/block:Caption}
  1400. {/block:AudioPlayer}
  1401.  
  1402. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1403.  
  1404. {block:Answer}
  1405. <div id="askheader"></div>
  1406. <div id="ask">{Asker}</div>
  1407. <span style="color:#fff;font-size:10px;letter-spacing:2px;"><center>ASKED:</center></span>
  1408. <div id="q">{Question}</div>
  1409. <div id="ans">{Answer}</div>
  1410. {/block:Answer}
  1411.  
  1412. {block:Date}
  1413. <div id="info">
  1414. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:20px;font-size:25px; margin-top:26px;-webkit-transform: rotate(10deg);-ms-transform: rotate(10deg);transform: rotate(10deg);text-shadow:0px 0px 6px #2d2936;">✞</a>
  1415. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:11px; margin-top:3px;font-size:25px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);text-shadow:0px 0px 6px #2d2936;">✞</a>
  1416. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:-9px; margin-top:17px;font-size:25px;-webkit-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg);text-shadow:0px 0px 6px #2d2936;">✞</a>
  1417. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1418. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1419. </div>
  1420. {/block:Date}
  1421.  
  1422.  
  1423. {block:HasTags}
  1424. <div class="tags">
  1425. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>
  1426. {/block:HasTags}
  1427.  
  1428.  
  1429. <div class="postnote">
  1430. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1431. </div>
  1432. </div>
  1433. {/block:Posts}
  1434. </div>
  1435. </div>
  1436. </div>
  1437. </div></div>
  1438.  
  1439.  
  1440.  
  1441.  
  1442. </div></div></div></div>
  1443. </div>
  1444.  
  1445. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="code & image by manon"><big><big>ᶬ</big></big></a></div>
  1446.  
  1447. </body>
  1448.  
  1449. </div></div></div></div></div></div></div></div></div></div>
  1450.  
  1451.  
  1452. <div id="box1" class="question_block">
  1453. <div class="askbox"><div class="poptext">
  1454. <p><center><h6>A S K S&nbsp;&nbsp;&nbsp;H E R E</h6></center>
  1455. <p><iframe frameborder="0" border="0" scrolling="yes" width="100%" height="275px" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1456. </div></div></div>
  1457. </div></div></div></div></div></div></div></div></div></div>
  1458.  
  1459.  
  1460. <div id="box3" class="popup_block">
  1461. <div id="sidelinks">
  1462. <ul id="tabs">
  1463. <li class="active"><div id="butts1">guidelines</div></li><li><div id="butts2">biography</div></li><li><div id="butts3">verses</div></li><li><div id="butts4">HEADCANONS</div></li><li><div id="butts5">NAVIGATION</div></li></ul></div>
  1464. <ul id="tab"><li class="active"><div class="rules">
  1465. <div class="poptext">
  1466. <center>
  1467. <pre>i am not lady gaga</pre>
  1468. nor am i affiliated with ahs, fx, ryan murphy, or anything else related to the series. simply a fan.
  1469. <hr>
  1470.  
  1471. <pre>i am a FULL TIME STUDENT</pre>
  1472. and i also work part time ( two jobs ), so my activity here won't be completely consistent. a lot of my posts will be done through mobile reblogs, and replies will often times be queued. please respect this and well all have a great time!
  1473.  
  1474. <hr>
  1475. <pre>NO godmodding.</pre>
  1476. please & thank you.
  1477.  
  1478. <hr>
  1479. <pre>drama & hate free blog.</pre>
  1480. that is all.
  1481.  
  1482. <hr>
  1483. <pre>MULTI-VERSE/SHIP.</pre>
  1484. this means that elizabeth’s relationships are separate from one another, even if the verse name is the same ( unless all muns involved agree on a specific kind of relationship ).
  1485.  
  1486.  
  1487. <hr>
  1488. <pre>On shipping:</pre>
  1489. i ship countess & CHEMISTRY. i will say that i have a particular soft spot for donovan’s and james’, though ( bc lbr those ships are hot af ). i play countess as BISEXUAL, so she is interested in both men & women!
  1490.  
  1491.  
  1492. <hr>
  1493. <pre>On OC children:</pre>
  1494. they MAY be accepted, depending on the link between countess and said child. if you’re one of the ‘blood brats’, aka holden or wren or any of the others, elizabeth will accept you rather quickly. children in general, younger ones specifically, elizabeth will fall for and take into her care without a second thought. furthermore, if you are a bartholomew blog, canon or au, elizabeth will love you right away.
  1495.  
  1496.  
  1497. <hr>
  1498. <pre>types of writing preferred:</pre>
  1499. chat, novella, text, and one-liners. I WILL NOT write with you, most likely, if you purple prose out the ass. there’s a certain level that i will take, such as a few bigger/more elaborate words being substituted in place of basic ones, but otherwise… just no. if it’s not necessary, just don’t. it’s not cute at all, and is actually quite annoying.
  1500.  
  1501.  
  1502. <hr>
  1503. <pre>types of threading preferred:</pre>
  1504. icons & formatted text, though i don’t mind if you use gif icons ( or no icons at all )! and also, NEVER feel pressured to match me, either in format or length. furthmore, PROPER GRAMMAR & PUNCTUATION IS APPRECIATED IMMENSELY.
  1505.  
  1506.  
  1507. <hr>
  1508. <pre>On starters:</pre>
  1509. unless i feel very strongly that our characters will hit it off, or if i’m not feeling lazy, i might make a starter for you once/if you follow me back. however, most times i don’t make starters. moreover, FEEL FREE TO MAKE ME STARTERS! i will answer asap, and honestly i LOVE getting random things thrown @ me.
  1510.  
  1511.  
  1512. <hr>
  1513. <pre>On asks:</pre>
  1514. feel free to send them! i love getting and answering them. however, DO NOT REBLOG ASK POSTS! if you’d like to continue an ask, simply insert it into a separate post so we can continue! ask reblogs just sorta annoy me, the look of them & how they can be rather hard to read at times??
  1515.  
  1516.  
  1517. <hr>
  1518. <pre>I LOVE DUPLICATES!</pre>
  1519. though i’ve had rocky experiences with duplicates in the past, i absolutely adore writing with others of my muse. i will say that i am a bit picky in regards to that, though, for i want to feel like you are truly devoted to writing elizabeth and that you understand her! that sounds harsh and whatnot, but elizabeth means a lot to me ( and my fellow countess collective & my cuntess coterie! ), so please just keep that in mind, babes!
  1520.  
  1521.  
  1522. <hr>
  1523. <pre>AHS the show:</pre>
  1524. i am current with every season, sans cult. eventually i will catch up, though!
  1525.  
  1526.  
  1527. <hr>
  1528. <pre>NSFW</pre>
  1529. as i am over 21, this blog will be EXTREMELY nsfw heavy. that includes gore, sex, drugs, violence, etc. i will tag all of that as “tw. *trigger*” so for instance “tw. drugs”. w/ that said, i personally only have a few triggers, but i’ll only state them if they happen to come up.
  1530.  
  1531.  
  1532. <hr>
  1533. <pre>FANDOMS I KNOW:</pre>
  1534. ahs ( duh ), twd ( up to s3, with extra knowledge scattered throughout ), marvel, btvs, spn, lost, hemlock grove, bates motel, the x-files, and probably a few others. just ask if you’re unsure!
  1535.  
  1536.  
  1537. <hr>
  1538. <pre>ICONS:</pre>
  1539. all icons used here are MINE. my earlier icons were made by a mix of me and a few friends, but all icons used now were made solely by me. do NOT use them or claim they’re yours! HOWEVER, i have base icons <a href="http://thecuntess.co.vu/tagged/lady%20gaga%20icons">HERE</a> for anyone and everyone to use. JUST MAKE SURE TO CREDIT ME PLEASE!
  1540.  
  1541.  
  1542. <hr>
  1543. <pre>EXCLUSIVES / MAINS</pre>
  1544. i will not have many exclusives, but what such a thing entails with me is that i roleplay exclusively with their portrayal of a character, and they roleplay exlusively with my portrayal of my character. i'm much more likely to become exclusive with those outside of my fandom, and be mains with people in my fandom.
  1545.  
  1546.  
  1547. <hr>
  1548. <pre>I'M CHILL I PROMISE</pre>
  1549. i'm really chill and i'm also really lame, so please never be afraid to talk to me. i'm here for anyone and everyone who needs some help, or just someone to listen to them. don't hesitate, please.
  1550. <hr>
  1551. </center>
  1552.  
  1553. </li>
  1554.  
  1555. <li><div class="dossier">
  1556. <div class="poptext">
  1557. <center><pre>ELIZABETH MARCH</pre>
  1558. <p><strong>NAME:</strong> Elizabeth March ( Morici - maiden name )<br /><strong>DOB:</strong> March 26th, 1904<br /><strong>PLACE OF BIRTH:</strong> Bensenhurst, NY<br /><strong>PLACE OF RESIDENCY:</strong> Hotel Cortez, CA<br /><strong>NICKNAME(S):</strong><br /> &nbsp;&nbsp;&nbsp;&mdash; Elizabeth<br /> &nbsp;&nbsp;&nbsp;&mdash; Lizzie<br /> &nbsp;&nbsp;&nbsp;&mdash; The Countess</p>
  1559. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1560. <p><strong>SEX:</strong> Female<br /><strong>SPECIES:</strong> Human ( afflicted )<br /><strong>HAIR COLOR:</strong> Platinum blonde ( natural brunette )<br /><strong>EYE COLOR:</strong> Green<br /><strong>HEIGHT:</strong> 5'1"<br /><strong>WEIGHT:</strong> 108lbs<br /><strong>MARITAL STATUS:</strong> Widowed ( see relationships tab )<br /><strong>LANGUAGES KNOWN:</strong><br /> &nbsp;&nbsp;&nbsp;&mdash; English<br /> &nbsp;&nbsp;&nbsp;&mdash; Italian<br /> &nbsp;&nbsp;&nbsp;&mdash; French</p>
  1561. <p>for further information on elizabeth, feel free to read <a href="http://americanhorrorstory.wikia.com/wiki/Elizabeth">THIS</a> page.</p>
  1562. <hr />
  1563. <pre>SCATHACH</pre>
  1564. <p><strong>NAME:</strong> Scathach<br /><strong>DOB:</strong> N/A<br /><strong>PLACE OF BIRTH:</strong> Somewhere in England<br /><strong>PLACE OF RESIDENCY:</strong>North Carolina<br /><strong>NICKNAME(S):</strong><br /> &nbsp;&nbsp;&nbsp;&mdash; Witch of the Woods<br /> &nbsp;&nbsp;&nbsp;&mdash; The Original Supreme</p>
  1565. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1566. <p><strong>SEX:</strong> Female<br /><strong>SPECIES:</strong> Witch<br /><strong>HAIR COLOR:</strong> Brunette / Auburn<br /><strong>EYE COLOR:</strong> Green<br /><strong>HEIGHT:</strong> 5'1"<br /><strong>WEIGHT:</strong> 108lbs<br /><strong>MARITAL STATUS:</strong> N/A</p>
  1567. <p>for further information on scathach, feel free to read <a href="http://americanhorrorstory.wikia.com/wiki/Sc%C3%A1thach">THIS</a> page.</p>
  1568. <hr />
  1569. <pre>STEFANI BIANCHI</pre>
  1570. <p><strong>NAME:</strong> Stefani Bianchi<br /><strong>DOB:</strong> March 28 ( default age is 28 )<br /><strong>PLACE OF BIRTH:</strong> Manhattan, NY<br /><strong>PLACE OF RESIDENCY:</strong> N/A<br /><strong>NICKNAME(S):</strong><br /> &nbsp;&nbsp;&nbsp;&mdash; Stef<br /> &nbsp;&nbsp;&nbsp;&mdash; Stefi</p>
  1571. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1572. <p><strong>SEX:</strong> Female<br /><strong>SPECIES:</strong> Human<br /><strong>HAIR COLOR:</strong> Blonde ( natural brunette )<br /><strong>EYE COLOR:</strong> Green<br /><strong>HEIGHT:</strong> 5'1"<br /><strong>WEIGHT:</strong> 108lbs<br /><strong>MARITAL STATUS:</strong> N/A ( verse dependent )</p>
  1573. <p>&nbsp;&nbsp;&nbsp; Growing up in a loving family, Stefani Bianchi would eventually come to find fame on the popular show My Roanoke Nightmare, cast as the infamous Scathach, Witch of the Woods. Up until then, however, being cast in television shows, as well as movies, was difficult. It&rsquo;s not that she had no talent, for she&rsquo;s always been a talented and gifted young woman ( graduated from NYU ), but for such a small time girl with high hopes and dreams, parts were hard to come by. Not to mention, she had very little experience as it was. <br /> &nbsp;&nbsp;&nbsp; Nonetheless, the second she auditioned for the paranormal documentary &lsquo;My Roanoke Nightmare&rsquo;, network executive Sidney James chose her for the part of Scathach. She shined bright as such a character, catching the eye of many directors after the show aired. Her popularity grew and spread rapidly like wildfire, bulstering her fame to levels high above the show that brought her into the spotlight.<br /> &nbsp;&nbsp;&nbsp; She kindly declines the offer to return to the location of the documentary, having done further research into the history of the land both during and after filming. After, however, she refuses to go back. What happens there disgusts and sickens her, for she&rsquo;d grown close to many of the other cast members, Dylan at the top of the list, as well as Agnes. <br /> &nbsp;&nbsp;&nbsp; Stefani remains one of only a few living cast members, continuing to stay as far away from the home and forest as possible.</p>
  1574. <p>if you have any further questions about stefani, just ask!! a good way to think of her is like a chilled out / not as wild lady gaga, with a few other changes thrown in there.</p></center>
  1575.  
  1576. </li>
  1577.  
  1578. <li>
  1579.  
  1580. <div class="verses">
  1581. <div class="poptext">
  1582. <pre>MAIN UNIVERSES:</pre>
  1583. <!-- VERSE START -->
  1584. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1585. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-001-—-maybe-this-place-is-special.">MAYBE THIS PLACE IS SPECIAL.</a></center></b>
  1586. ( MAIN AND DEFAULT VERSE ) this verse follows any and all of the events in the show, from start to finish. most interactions will be placed in this verse, unless otherwise discussed.
  1587. <hr><br>
  1588. <!-- VERSE END -->
  1589.  
  1590. <!-- VERSE START -->
  1591. <center><img src="http://i.imgur.com/cf5mnRK.png"><br>
  1592. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-003-—-the-disco-queen.">THE DISCO QUEEN.</a></center></b>
  1593. this verse is set back in the 1970s/late 1970s, to which she refers to as the &ldquo;decadence period&rdquo; in episode two. she&rsquo;s known as &ldquo;the disco queen&rdquo; and is often found either in the hotel cortez, or at night clubs late into the morning hours, surrounded by the other &ldquo;vampires&rdquo; ( they aren&rsquo;t vampires, not like she is ) and feeding as she pleases.
  1594. <hr>
  1595. <br>
  1596. <!-- VERSE END -->
  1597.  
  1598.  
  1599. <!-- VERSE START -->
  1600. <center><img src="http://i.imgur.com/MDOG8ip.png"><br>
  1601. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-002-—-roaming-the-streets%3B-devouring-the-pulse-of-the-city.">ROAMING THE STREETS, DEVOURING THE PULSE OF THE CITY.</a></center></b>
  1602. set back in the 1920s till roughly the 1960s, this is where most past threads ( that aren&rsquo;t in the 1970s ) will be placed. if the thread is in the 20s, elizabeth will have brunette hair, her innocence still intact. however, after meeting and marrying james patrick march, the innocence and light quickly leaves her, darkness consuming the woman&rsquo;s soul almost fully.
  1603. <hr><br>
  1604. <!-- VERSE END -->
  1605.  
  1606.  
  1607. <!-- VERSE START -->
  1608. <center><img src="http://i.imgur.com/pCB5N4I.png"><br>
  1609. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-006-—-i’ll-still-be-bloody-mary-%2F-ghost.">I'LL STILL BE BLOODY MARY.</a></center></b>
  1610. set post-hotel, interactions in this verse will take place with elizabeth being a ghost within the hotel cortez. you won&rsquo;t be able to tell she&rsquo;s a ghost unless she reveals it to you herself, or if you try to kill her and she doesn&rsquo;t die ( obviously that&rsquo;s because ghosts can&rsquo;t die ). while tangible to any human or other ghost, she cannot step foot out of the cortez.
  1611. <!-- VERSE END -->
  1612.  
  1613. <pre>ALTERNATE UNIVERSES:</pre>
  1614.  
  1615. <!-- VERSE START -->
  1616. <center><img src="http://i.imgur.com/pu16sSp.png"><br>
  1617. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-007-—-the-capitol-is-my-home-%2F-the-hunger-games.">THE CAPITOL IS MY HOME.</a></center></b>
  1618. set in the capitol of panem, elizabeth is an up and coming stylist. she&rsquo;s quickly making her way up the ranking, befriending many influential capitol citizens along the way, including president snow himself and <a href="http://showmaxter.tumblr.com">caesar flickerman</a>. though her stance on the hunger games and the part of president snow is a positive one to begin with, she&rsquo;ll soon come to realize just how wrong both are. whether or not she figures this out too late will be determined by any given thread.
  1619. <hr><br>
  1620. <!-- VERSE END -->
  1621.  
  1622.  
  1623. <!-- VERSE START -->
  1624. <center><img src="http://i.imgur.com/tn4Jy3U.png"><br>
  1625. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-008-—-i-want-your-horror-and-i-want-your-design-%2F-neverparted.">I WANT YOUR HORROR AND I WANT YOUR DESIGN.</a></center></b>
  1626. with at least two sub-verses within this verse, <a href="http://bloodybaronet.tumblr.com">thomas sharpe</a> and elizabeth are two souls that were meant to be together. their dark ways and twisted minds bring them together, as does their love for her son and for one another.
  1627. <hr><br>
  1628. <!-- VERSE END -->
  1629.  
  1630.  
  1631. <!-- VERSE START -->
  1632. <center><img src="http://i.imgur.com/Iq5YSnu.png"><br>
  1633. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-009-—-my-little-starlet-%2F-stcr.">MY LITTLE STARLET.</a></center></b>
  1634. written with <a href="http://stcr.tumblr.com">annette</a>, this verse follows their rollercoaster ride of a relationship. though annette starts out as merely a pretty doll for elizabeth to dress up and dote on, she quickly turns into something more for elizabeth.
  1635. <hr><br>
  1636. <!-- VERSE END -->
  1637.  
  1638.  
  1639. <!-- VERSE START -->
  1640. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1641. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-010-—-serious-abandonment-issues-%2F-brokenragdoll.">SERIOUS ABANDONMENT ISSUES.</a></center></b>
  1642. though the two have interacted very little previous to elizabeth&rsquo;s near death experience, thanks to liz and iris, <a href="http://sallymckenna.co.vu/">sally</a> is the one to save the countess from certain death. patching and cleaning and stitching the woman up, a bond is soon formed between them, one even elizabeth herself can&rsquo;t deny. even through their mutual dislike of one another&rsquo;s habits, something more comes of their relationship in ways they&rsquo;d never expected.
  1643. <hr><br>
  1644. <!-- VERSE END -->
  1645.  
  1646.  
  1647. <!-- VERSE START -->
  1648. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1649. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-011-—-the-cruelest-thing-of-all-is-false-hope-%2F-asylum.">THE CRUELEST THING OF ALL IS FALSE HOPE.</a></center></b>
  1650. there are many ways this verse could go, but the main direction i tend to take is that when james found out about elizabeth's other lovers ( as well as her affliction ) he sent her to briarcliff in order for her to find a cure. what happens after will be determined by any specific thread.
  1651. <hr><br>
  1652. <!-- VERSE END -->
  1653.  
  1654.  
  1655. <!-- VERSE START -->
  1656. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1657. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-012-—-i’ll-show-you-mine-if-you-show-me-yours-%2F-x-men.">I'LL SHOW YOU MINE IF YOU SHOW ME YOURS.</a></center></b>
  1658. this verse is x-men focused, and elizabeth is a mutant, her aging slowed down and persuasion in full swing. she was gifted with a type of tactile hypnosis, though she can convince someone to do as she pleases not only through touch but also through simply speaking. she was born in 1904 and married james patrick march, just as in canon, the only divergence from the show being that she's a mutant instead of being afflicted with a blood virus ( rudy and natacha never went back to her after she married james ).
  1659. <hr><br>
  1660. <!-- VERSE END -->
  1661.  
  1662.  
  1663. <!-- VERSE START -->
  1664. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1665. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-013-—-i-will-not-be-ruled%3B-i-will-not-be-managed-%2F-the-walking-dead.">I WILL NOT BE RULED. I WILL NOT BE MANAGED.</a></center></b>
  1666. this verse follows essentially any of my muses that happen to end up in the walking dead universe. her storyline varies, and as elizabeth she tends to play on the weaknesses of the men around her. as stefani she is much more quiet and reserved, far more willing to submit to those around her. that's not to say she isn't capable of taking care of herself, because she is, but being surrounded by those that can defend her makes life just a little more easy.
  1667. <hr><br>
  1668. <!-- VERSE END -->
  1669.  
  1670.  
  1671. <!-- VERSE START -->
  1672. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1673. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-014-—-i’m-fucked-up-%2F-suicide-squad.">I'M FUCKED UP.</a></center></b>
  1674. this verse is suicide squad affiliated, and elizabeth's role ( or even stefani's ) will vary greatly from thread to thread. it all depends on the other muse i'm interacting with.
  1675.  
  1676. <!-- VERSE END -->
  1677.  
  1678. <br><br><br><br>
  1679.  
  1680. </li>
  1681.  
  1682. <li>
  1683.  
  1684. <div class="relations">
  1685. <div class="poptext">
  1686.  
  1687. <p><img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1688. <p> <a href="http://jawlinefordays.co.vu/"><b>donovan.</b></a>
  1689. <br>&nbsp; &nbsp; main.
  1690. <p>&nbsp;
  1691.  
  1692. <div align="right">
  1693. <img src="https://i.imgur.com/CwBnRhX.png" align="right" style="width:75px;height:75px;">
  1694. <p><a href="http://neverparted.tumblr.com/"> <b>thomas sharpe.</b></a>
  1695.  
  1696. <br>exclusive.&nbsp; &nbsp;
  1697. <p>&nbsp;
  1698. </div>
  1699.  
  1700. <img src="https://i.imgur.com/rcZsLFS.png" align="left" style="width:75px;height:75px;">
  1701. <p> <a href="http://showmaxter.tumblr.com/"><b>caesar flickerman.</b></a>
  1702.  
  1703. <br>&nbsp; &nbsp; exclusive.
  1704. <p>&nbsp;
  1705.  
  1706. <div align="right">
  1707.  
  1708. <img src="https://i.imgur.com/vurwbrG.png" align="right" style="width:75px;height:75px;">
  1709. <p><a href="https://bonesrot.tumblr.com/"> <b>logan.</b></a>
  1710.  
  1711. <br>exclusive.&nbsp; &nbsp;
  1712. <p>&nbsp;
  1713. </div>
  1714.  
  1715. <img src="https://i.imgur.com/n6Aeujs.png" align="left" style="width:75px;height:75px;">
  1716. <p> <a href="https://sniktiism.tumblr.com/"><b>laura.</b></a>
  1717.  
  1718. <br>&nbsp; &nbsp; exclusive.
  1719. <p>&nbsp;
  1720.  
  1721. <div align="right">
  1722.  
  1723. <img src="https://i.imgur.com/IVeT0hK.png" align="right" style="width:75px;height:75px;">
  1724. <p><a href="https://i.imgur.com/IVeT0hK.png"><b>fiona goode.</b></a>
  1725.  
  1726. <br>main.&nbsp; &nbsp;
  1727. <p>&nbsp;
  1728. </div>
  1729.  
  1730. <img src="https://i.imgur.com/q40ta22.png" align="left" style="width:75px;height:75px;">
  1731. <p> <a href="http://nctfree.tumblr.com/"><b>gabriel warwick.</b></a>
  1732.  
  1733. <br>&nbsp; &nbsp; exclusive.
  1734. <p>&nbsp;
  1735.  
  1736. <div align="right">
  1737.  
  1738. <img src="https://i.imgur.com/LBeIhCk.png" align="right" style="width:75px;height:75px;">
  1739. <p><a href="http://theoriginalbloodcountess.tumblr.com/"> <b>elizabeth báthory.</b></a>
  1740.  
  1741. <br>exclusive.&nbsp; &nbsp;
  1742. <p>&nbsp;
  1743. </div>
  1744.  
  1745. <img src="https://i.imgur.com/afUrJpY.png" align="left" style="width:75px;height:75px;">
  1746. <p> <a href="http://sallymckenna.co.vu/"><b>sally.</b></a>
  1747.  
  1748. <br>&nbsp; &nbsp; exclusive.
  1749. <p>&nbsp;
  1750.  
  1751. <div align="right">
  1752.  
  1753. <img src="https://i.imgur.com/m9mrcJh.png" align="right" style="width:75px;height:75px;">
  1754. <p><a href="http://grincarved.tumblr.com"><b>the joker.</b></a>
  1755.  
  1756. <br>exclusive.&nbsp; &nbsp;
  1757. <p>&nbsp;
  1758. </div>
  1759.  
  1760. <img src="https://i.imgur.com/0xBtcuG.png" align="left" style="width:75px;height:75px;">
  1761. <p> <a href="http://stcr.tumblr.com"><b>annette.</b></a>
  1762.  
  1763. <br>&nbsp; &nbsp; exclusive.
  1764. <p>&nbsp;
  1765.  
  1766. <div align="right">
  1767.  
  1768. <img src="https://i.imgur.com/dRnwC3q.png" align="right" style="width:75px;height:75px;">
  1769. <p><a href="http://warriorsxheart.tumblr.com/"> <b>sookie stackhouse.</b></a>
  1770.  
  1771. <br>main.&nbsp; &nbsp;
  1772. <p>&nbsp;
  1773. </div>
  1774. </li>
  1775.  
  1776. <li>
  1777.  
  1778. <!-- copy from here... -->
  1779. <div class="navigation">
  1780. <div class="poptext">
  1781. <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&rsquo;re seen first! without further ado, here we go:<br />
  1782. <strong>1</strong>. i accept payments <strong>only</strong> through <em>PayPal</em>. furthermore, i only take USD (US dollars).<br />
  1783. <strong>2</strong>. i do <em>not</em> accept fan arts UNLESS you can prove to me you have the artists&rsquo;s permission to use said fan art, or the art was made specifically for you.<br />
  1784. <strong>3</strong>. all of my prices are based on how long it takes me to complete what is requested. i&rsquo;ve done these things long enough to have a relatively good idea on how long it&rsquo;ll take me to complete each &ldquo;order&rdquo;, so again, <strong>all prices are based on how long it takes me to complete each order</strong>. i do not charge for content used.<br />
  1785. <strong>4</strong>. 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 /><strong>5</strong>. contact&nbsp;<em>me&nbsp;</em>in order to have access to my form for commissions. upon completion of the form, i ask you type /submit after my url to turn it in for me. thank you!<br />
  1786. <h4>TO DO LIST: 2/4</h4></p>
  1787. <pre>INDIVIDUAL PRICES:</pre>
  1788. <p><strong>&mdash;THEME IMAGE ( ONLY )</strong>: starting at <strong>$11</strong> ( depends on how much you&rsquo;re wanting done. )<br />
  1789. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image gallery: <a href="http://imgur.com/a/PgfPx">✕</a>, <a href="http://imgur.com/a/PgORc">✕</a>, <a href="https://imgur.com/a/5BmF8">✕</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;live previews: <a href="http://stcr.tumblr.com">✕</a>, <a href="http://barbedanddangerous.tumblr.com/">✕</a>, <a href="http://kvllerqueen.tumblr.com/">✕</a>, <a href="http://servomagus.tumblr.com/">✕</a>, <a href="http://slaughterdeco.tumblr.com/">✕</a>, <a href="http://kindroyal.tumblr.com/">✕</a>, <a href="http://accidentprcne.tumblr.com/">✕</a>, <a href="http://prudencehalliwell.co.vu/">✕</a>, <a href="http://catsmeoow.tumblr.com">✕</a>, <a href="http://alluringflora.tumblr.com">✕</a>, <a href="http://nomcther.tumblr.com">✕</a>, <a href="http://scnja.tumblr.com">✕</a>, <a href="http://chaingiven.tumblr.com">✕</a>.<br />
  1790. <strong>&mdash;GRAPHIC ( PROMO, ONLINE/OFFLINE, MOBILE BANNER )</strong>: starting at <strong>$5</strong><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ex. <a href="http://i.imgur.com/IZBfQAw.gif">✕</a>, <a href="http://i.imgur.com/8WlQh6G.png">✕</a>, <a href="http://i.imgur.com/4Ip47Dk.gif">✕</a>, <a href="http://i.imgur.com/8cEBkGT.png">✕</a>, <a href="http://i.imgur.com/zQuRlLt.png">✕</a>, <a href="http://butscrewmefirst.tumblr.com/post/134219277849/immortalbloodvirusyou-need-to-burn-so-you">✕</a>, <a href="http://butscrewmefirst.tumblr.com/post/133878688304/immortalbloodvirus">✕</a>, <a href="http://butscrewmefirst.tumblr.com/post/133867769394/they-would-r-u-e-the">✕</a>, <a href="http://butscrewmefirst.tumblr.com/post/133845680299/immortalbloodvirus-happily-calling">✕</a>, <a href="http://butscrewmefirst.tumblr.com/post/133799179814/immortalbloodvirus-give-me-all-of-that">✕</a>, <a href="http://i.imgur.com/O3BWjXC.gif">✕</a>, <a href="http://imgur.com/a/2rlji">✕</a>, <a href="http://imgur.com/a/XGhnL">✕</a>.<br />
  1791. strong&gt;&mdash;ICONS: 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&rsquo;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 />
  1792. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100 icons ( any size, square or circle ): $5<br />
  1793. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;150 icons ( any size, square or circle ): $7.5<br />
  1794. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;200 icons ( any size, square or circle ): $10<br />
  1795. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;300 icons ( any size, square or circle ): $15<br />
  1796. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 icons ( any size, square or circle ): $20<br />
  1797. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 icons ( any size, square or circle ): $25<br />
  1798. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;750 icons ( any size, square or circle ): $30<br />
  1799. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000 icons ( any size, square or circle ): $35<br />
  1800. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if there are other amounts of icons you&rsquo;re wanting, just tell me and we can discuss other prices!!<br />
  1801. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;icon gallery. <a href="http://imgur.com/a/onFoa">✕</a>. <br />
  1802. <strong>&mdash;PSD</strong>: <strong>$2</strong> ( 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>
  1803. <pre>PACKAGE PRICES:</pre>
  1804. <p><strong>&mdash;THEME &amp; CODE</strong>: starting at <strong>$20</strong> ( depending on how intricate you&rsquo;re wanting either/both. )<br />
  1805. <strong>&mdash;TOTAL BLOG MAKEOVER</strong>: starting at <strong>$28</strong> ( depending on all that you&rsquo;re wanting done/how much time it takes me/how intricate you&rsquo;re wanting it. )<br />
  1806. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons: $28<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons: $30<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons, mobile banner: $32<br />
  1807. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner: $34<br />
  1808. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons, mobile banner, promo: $36<br />
  1809. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner, promo: $38<br />
  1810. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>OTHER?</strong> feel free to contact me if you&rsquo;re wanting something other than this / something more custom to you!!</p>
  1811.  
  1812. </div>
  1813.  
  1814. </li>
  1815.  
  1816.  
  1817. </ul>
  1818. </div></div></div></div></div></div></div></div></div></div></div></div>
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement