Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" cmontent="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!--
  14. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  15. THIS THEME WAS PERSONALLY DESIGNED FOR butscrewmefirst !!
  16. By: Ley @eternalworks.
  17. theme shall not be redistributed. credits may not be removed.
  18. ( thank you for your commission and support !! )
  19. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  20. -->
  21.  
  22. <script language="javascript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  29.  
  30. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  31.  
  32. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  33.  
  34. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  35.  
  36. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  37.  
  38. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  45.  
  46. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  47.  
  48. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  49.  
  50. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  53.  
  54. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  55.  
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  58. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|IBM+Plex+Serif:300i|Old+Standard+TT|Playfair+Display|Roboto+Condensed" rel="stylesheet">
  59.  
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63. <script>
  64. $(document).ready(function() {
  65. //
  66. $('a.poplight[href^=#]').click(function() {
  67. var popID = $(this).attr('rel'); //Get Popup Name
  68. var popURL = $(this).attr('href'); //Get Popup href to define size
  69. var query= popURL.split('?');
  70. var dim= query[1].split('&');
  71. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  72. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  73. var popMargTop = ($('#' + popID).height() + 80) / 2;
  74. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  75. //Apply Margin to Popup
  76. $('#' + popID).css({
  77. 'margin-top' : -popMargTop,
  78. 'margin-left' : -popMargLeft
  79. });
  80. $('body').append('<div id="fade"></div>');
  81. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  82. return false;
  83. });
  84. $('a.close, #fade').live('click', function() {
  85. $('#fade , .popup_block, .question_block').fadeOut(function() {
  86. $('#fade, a.close').remove(); //fade them both out
  87. });
  88. return false;
  89. });
  90. });
  91. </script>
  92.  
  93. <!--tabs two script-->
  94. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  95. <script type="text/javascript">
  96. $(document).ready(function(){
  97. $(".links_body").hide();
  98. $(".links_head").click(function(){
  99. $(this).next(".links_body").slideToggle("fast");
  100. }); }); </script>
  101. <style type="text/css">
  102. .links_list { margin:0px; padding:0px; width:100%;}
  103. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  104. .links_body { padding:10px; text-align:left; display:none;}
  105. </style>
  106.  
  107. <!-- verses script -->
  108. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  109.  
  110. <!-- Start of StatCounter Code for Tumblr -->
  111. <script type="text/javascript">
  112. var sc_project=10802541;
  113. var sc_invisible=1;
  114. var sc_security="4fab9bff";
  115. var scJsHost = (("https:" == document.location.protocol) ?
  116. "https://secure." : "http://www.");
  117. document.write("<sc"+"ript type='text/javascript' src='" +
  118. scJsHost+
  119. "statcounter.com/counter/counter.js'></"+"script>");
  120. </script>
  121. <noscript><div class="statcounter"><a title="tumblr
  122. statistics" href="http://statcounter.com/tumblr/"
  123. target="_blank"><img class="statcounter"
  124. src="http://c.statcounter.com/10802541/0/4fab9bff/1/"
  125. alt="tumblr statistics"></a></div></noscript>
  126. <!-- End of StatCounter Code for Tumblr -->
  127.  
  128. <style type="text/css">
  129.  
  130.  
  131. .popup_block {
  132. display:none;
  133. text-align:justify;
  134. position:fixed;
  135. top:20%; left: 94%;
  136. z-index:9999999999999;
  137. opacity:1;
  138. }
  139.  
  140. .popcont {
  141. left:149px;
  142. top:55px;
  143. width:194px;
  144. height:492px;
  145. padding-right:900px;
  146. position:fixed;
  147. overflow-y:scroll;
  148. overflow-x:hidden;
  149. }
  150.  
  151. *html #fade {position: absolute;}
  152. *html .popup_block {position: absolute;}
  153. #fade {
  154. display:none;
  155. position:fixed;
  156. left:0px;
  157. top:0px;
  158. width:100%;
  159. height:100%;
  160. z-index:999999;
  161. background:#000;
  162. opacity:.9;
  163. }
  164.  
  165. #headerbar{
  166. left:50%;
  167. top:50%;
  168. margin-left:-50px;
  169. margin-top:13px;
  170. width:400px;
  171. overflow:auto;
  172. text-align:justify;
  173. color:#000;
  174. font-family:"calibri";
  175. font-size:12px;
  176. }
  177.  
  178. #tabbar{
  179. left:50%;
  180. top:50%;
  181. margin-left:1px;
  182. margin-top:07px;
  183. width:300px;
  184. height:340px;
  185. overflow: auto;
  186. text-align:justify;
  187. color:#9d8903;
  188. font-family:"calibri";
  189. font-size:12px;
  190. }
  191.  
  192. ul#tab, ul#tabs{
  193. list-style-type:none;
  194.  
  195. }
  196. ul#tab li.active {
  197. display:inline-block;
  198. text-align:left;
  199.  
  200. }
  201. ul#tab li {
  202. display:none;
  203. overflow:hidden;
  204.  
  205. }
  206.  
  207. #sidelinks {
  208. z-index: 999999999999999;
  209. width:190px;
  210. top:140px;
  211. left:245px;
  212. position:fixed;
  213. text-align:left;
  214.  
  215. }
  216. ul#tabs li:first {
  217. display:inline-block;
  218. padding:3px;
  219. cursor:pointer;
  220. text-align:right;
  221.  
  222. }
  223. ul#tabs li {
  224. font-family:"calibri";
  225. font-weight:bold;
  226. font-size:8px;
  227. margin-bottom:1px;
  228. z-index: 999999999999;
  229. padding:3px;
  230. width:auto;
  231. cursor:pointer;
  232.  
  233. }
  234. .rules {
  235. height:500px;
  236. width:700px;
  237. position:fixed;
  238. background-image:url('https://i.imgur.com/FETsx0F.png');
  239. background-repeat:no-repeat;
  240. top:50px;
  241. left:300px;
  242. text-align:center;
  243.  
  244. }
  245. .dossier {
  246. height:500px;
  247. width:700px;
  248. position:fixed;
  249. background-image:url('https://i.imgur.com/SnTy1BO.png');
  250. background-repeat:no-repeat;
  251. top:50px;
  252. left:300px;
  253. text-align:center;
  254.  
  255. }
  256. .verses {
  257. height:500px;
  258. width:700px;
  259. position:fixed;
  260. background-image:url('https://i.imgur.com/0ve9omA.png');
  261. background-repeat:no-repeat;
  262. top:50px;
  263. left:300px;
  264. text-align:center;
  265.  
  266. }
  267. .relations {
  268. height:500px;
  269. width:700px;
  270. position:fixed;
  271. background-image:url('https://i.imgur.com/RSG39G2.png');
  272. background-repeat:no-repeat;
  273. top:50px;
  274. left:300px;
  275. text-align:center;
  276.  
  277. }
  278. .navigation {
  279. height:500px;
  280. width:700px;
  281. position:fixed;
  282. background-image:url('https://i.imgur.com/LVMgRbC.png');
  283. background-repeat:no-repeat;
  284. top:50px;
  285. left:300px;
  286. text-align:center;
  287.  
  288. }
  289.  
  290. .poptext {
  291. position:fixed;
  292. overflow-x:hidden;
  293. overflow-y:scroll;
  294. font-family:"roboto";
  295. text-align:left;
  296. font-size:12px;
  297. top:286px;
  298. left:575px;
  299. width:395px;
  300. height:217px;
  301. padding:15px;
  302.  
  303. }
  304.  
  305. /** guidelines **/
  306. #butts1 {
  307. font-size:12px;
  308. margin-left:292px;
  309. margin-top:390px;
  310. position:fixed;
  311. background-image:url('https://i.imgur.com/sqY5nFw.png');
  312. border:1px solid #151515;
  313. outline:1px solid #151515;
  314. outline-offset:2px;
  315. padding:3px;
  316. transform: rotate(0deg);
  317. -webkit-transform: rotate(0deg);
  318. text-shadow:0px 0px 6px #2d2936;
  319. }
  320.  
  321. #butts1:hover {
  322. text-shadow:0px 0px 6px #2d2936;
  323. -webkit-transition: all 0.8s ease-out;
  324. -moz-transition: all 0.8s ease-out;
  325. transition: all 0.8s ease-out;
  326. -webkit-filter:blur(.8px);
  327. }
  328.  
  329. /** biography **/
  330. #butts2 {
  331. font-size:12px;
  332. margin-left:373px;
  333. margin-top:384px;
  334. position:fixed;
  335. background-image:url('https://i.imgur.com/sqY5nFw.png');
  336. border:1px solid #151515;
  337. outline:1px solid #151515;
  338. outline-offset:2px;
  339. padding:3px;
  340. transform: rotate(0deg);
  341. -webkit-transform: rotate(0deg);
  342. text-shadow:0px 0px 6px #2d2936;
  343. }
  344.  
  345. #butts2:hover {
  346. text-shadow:0px 0px 6px #2d2936;
  347. -webkit-transition: all 0.8s ease-out;
  348. -moz-transition: all 0.8s ease-out;
  349. transition: all 0.8s ease-out;
  350. -webkit-filter:blur(.8px);
  351. }
  352.  
  353. /** verses **/
  354. #butts3 {
  355. font-size:12px;
  356. margin-left:456px;
  357. margin-top:378px;
  358. position:fixed;
  359. background-image:url('https://i.imgur.com/sqY5nFw.png');
  360. border:1px solid #151515;
  361. outline:1px solid #151515;
  362. outline-offset:2px;
  363. padding:3px;
  364. transform: rotate(0deg);
  365. -webkit-transform: rotate(0deg);
  366. text-shadow:0px 0px 6px #2d2936;
  367. }
  368.  
  369. #butts3:hover {
  370. text-shadow:0px 0px 6px #2d2936;
  371. -webkit-transition: all 0.8s ease-out;
  372. -moz-transition: all 0.8s ease-out;
  373. transition: all 0.8s ease-out;
  374. -webkit-filter:blur(.8px);
  375. }
  376.  
  377. /** relations / mains **/
  378. #butts4 {
  379. font-size:12px;
  380. margin-left:519px;
  381. margin-top:371px;
  382. position:fixed;
  383. background-image:url('https://i.imgur.com/sqY5nFw.png');
  384. border:1px solid #151515;
  385. outline:1px solid #151515;
  386. outline-offset:2px;
  387. padding:3px;
  388. transform: rotate(0deg);
  389. -webkit-transform: rotate(0deg);
  390. text-shadow:0px 0px 6px #2d2936;
  391. }
  392.  
  393. #butts4:hover {
  394. text-shadow:0px 0px 6px #2d2936;
  395. -webkit-transition: all 0.8s ease-out;
  396. -moz-transition: all 0.8s ease-out;
  397. transition: all 0.8s ease-out;
  398. -webkit-filter:blur(.8px);
  399. }
  400.  
  401. /** navigation **/
  402. #butts5 {
  403. font-size:12px;
  404. margin-left:630px;
  405. margin-top:364px;
  406. position:fixed;
  407. background-image:url('https://i.imgur.com/sqY5nFw.png');
  408. border:1px solid #151515;
  409. outline:1px solid #151515;
  410. outline-offset:2px;
  411. padding:3px;
  412. transform: rotate(0deg);
  413. -webkit-transform: rotate(0deg);
  414. text-shadow:0px 0px 6px #2d2936;
  415. }
  416.  
  417. #butts5:hover {
  418. text-shadow:0px 0px 6px #2d2936;
  419. -webkit-transition: all 0.8s ease-out;
  420. -moz-transition: all 0.8s ease-out;
  421. transition: all 0.8s ease-out;
  422. -webkit-filter:blur(.8px);
  423. }
  424.  
  425. #box, ul#tabs li, a {
  426. transition: 0.5s ease;
  427. -o-transition: 0.5s ease;
  428. -moz-transition: 0.5s ease;
  429. -webkit-transition: 0.5s ease;}
  430.  
  431.  
  432.  
  433. #linksys1 {
  434. font-size:25px;
  435. text-shadow:0px 0px 4px #c09dad;
  436. }
  437.  
  438. #linksys1:hover {
  439. text-shadow:0px 0px 4px #c09dad;
  440. }
  441.  
  442.  
  443. #linksys2 {
  444. font-size:25px;
  445. text-shadow:0px 0px 4px #c09dad;
  446. }
  447.  
  448. #linksys2:hover {
  449. text-shadow:0px 0px 4px #c09dad;
  450. }
  451.  
  452.  
  453. .buttons {
  454. background-color: #000;
  455. border:1px solid #880808;
  456. font-family:"roboto";
  457. text-align:center;
  458. font-weight:bold;
  459. display:inline-block;
  460. font-size:10px;
  461. margin:2px;
  462. padding:2px;
  463. width:100px;
  464. }
  465. .buttons:hover {
  466. background-color:#000;
  467. color:#cfa184;
  468. }
  469. .buttons:active {
  470. position:relative;
  471. top:1px;
  472. }
  473.  
  474.  
  475. .question_block{
  476. height:300px;
  477. display: none;
  478. float: left;
  479. position: fixed;
  480. top: 50%; left: 50%;
  481. z-index: 999999999999;
  482. }
  483.  
  484. para {
  485. font-family: 'Prata', serif;
  486. color:#000;
  487. text-shadow:0 0 2px #fff;
  488. font-size:15px;
  489.  
  490. }
  491.  
  492. /*----- SCROLL BAR -----*/
  493.  
  494. ::-webkit-scrollbar-thumb {
  495. height: 12px;
  496. border: 1px solid #fff;
  497. background: url('') #;
  498. background-color: #fff;
  499. }
  500. ::-webkit-scrollbar {
  501. width: 8px;
  502. height: 7px;
  503. border-left: 5px solid #180b0d;
  504. border-right: 5px solid #180b0d;
  505. border-top: 2px solid #180b0d;
  506. border-bottom: 2px solid #180b0d;
  507. background: #180b0d;
  508. }
  509.  
  510. /*----- MAIN CONTENT -----*/
  511.  
  512. body {
  513. background: url('') #180b0d;
  514. background-position: top-right;
  515. background-repeat: no-repeat;/
  516. background-attachment: absolute;
  517. margin:0px;
  518. color: #5c554e;
  519. letter-spacing: 0px;
  520. font-family: 'IBM Plex Sans Condensed', sans-serif;
  521. font-size:13px;
  522. line-height:100%;
  523. height: 780px;
  524. overflow-x: hidden;
  525. overflow-y: hidden;
  526.  
  527. }
  528.  
  529. body, a, a:hover { cursor:url( https://78.media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png ), auto; }
  530.  
  531. /*----- TEXT DETAILS -----*/
  532.  
  533. b,strong {
  534. color: #97908c;
  535. text-transform:uppercase;
  536. font-family: 'Playfair Display', serif;
  537. letter-spacing: 1px;
  538. font-size:10px;}
  539.  
  540.  
  541. i,em {
  542. color:#7b5542;
  543. font-family: 'Playfair Display', serif;
  544. text-transform: none;
  545. font-size:10px;}
  546.  
  547.  
  548. h1 {
  549. font-weight:normal;
  550. font-size:15px;
  551. font-family: 'Playfair Display', serif;
  552. text-align:center;
  553. text-transform:uppercase;
  554. font-style:bold;
  555. line-height:100%;
  556. letter-spacing:2px;
  557. color:#955c32;
  558.  
  559.  
  560. }
  561.  
  562. a {
  563. text-decoration:none;
  564. outline:none;
  565. -moz-outline-style:none;
  566. color:#b6cfd8;
  567. -moz-transition-duration:0.5s;
  568. -webkit-transition-duration:0.5s;
  569. -o-transition-duration:0.5s;
  570. }
  571.  
  572. a:hover {
  573. text-decoration:none;
  574. outline:none;
  575. -moz-outline-style:none;
  576. color:#b6cfd8;
  577. }
  578.  
  579. pre {
  580. width:auto;
  581. letter-spacing:1px;
  582. text-align:center;
  583. text-transform:uppercase;
  584. padding:2px;
  585. border-radius:2px;
  586. color:#fff;
  587. font-family:"oswald";
  588. font-size:12px;
  589. background-color:#000;
  590. background-image:url('https://i.imgur.com/sqY5nFw.png');
  591. border:1px solid #151515;
  592. outline:1px solid #151515;
  593. outline-offset:2px;
  594. text-shadow:0px 0px 5px #fff;
  595. }
  596.  
  597.  
  598. /*----- POST IMAGES -----*/
  599.  
  600.  
  601.  
  602. img {
  603. max-width: 100%;
  604. height: auto;
  605. border:0px solid #dec884;
  606. }
  607.  
  608. img{
  609. -webkit-transition: opacity 0.8s linear;
  610. opacity: 0.60;}
  611.  
  612. img:hover{
  613. -webkit-transition: opacity 0.8s linear;
  614. opacity: 1;}
  615. iframe.photoset {
  616. -webkit-transition: opacity 0.8s linear;
  617. opacity: 0.60;}
  618. iframe.photoset:hover {
  619. -webkit-transition: opacity 0.8s linear;
  620. opacity: 1;}
  621.  
  622. pre {
  623. white-space: pre-wrap; / css-3 /
  624. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  625. white-space: -pre-wrap; / Opera 4-6 /
  626. white-space: -o-pre-wrap; / Opera 7 /
  627. word-wrap: break-word; / Internet Explorer 5.5+ /
  628. }
  629.  
  630.  
  631. #navi {
  632. float:left;
  633. width:115px;
  634. padding:3px;
  635. }
  636.  
  637. #muses {
  638. width:125px;
  639. float:left;
  640. overflow:auto;
  641. margin:1px 2px;
  642. }
  643.  
  644. .muses text {
  645. height:50px;
  646. overflow:scroll;
  647. }
  648.  
  649.  
  650. @-webkit-keyframes sally{
  651. from {-webkit-filter: blur(0px);}
  652. 60% {-webkit-filter: blur(2px);}
  653. to {-webkit-filter: blur(0px);}
  654. }
  655.  
  656. @-webkit-keyframes countess{
  657. from { -webkit-transform: rotate(0deg)}
  658. to {-webkit-transform: rotate(360deg);}
  659. }
  660.  
  661. /*sidebar links*/
  662.  
  663. .links {
  664. position: absolute;
  665. font-style:none;
  666. font-size:50px;
  667. margin-top:350px;
  668. margin-left:700px;
  669. line-height: 100%;
  670. text-align: center;
  671. width:0px;
  672. opacity:1;
  673. margin-right: auto;
  674. transform: rotate(10deg);
  675. -webkit-transform: rotate(10deg);
  676.  
  677. }
  678.  
  679. .links a {
  680. -webkit-filter:blur(0px);
  681. opacity:1;
  682. letter-spacing: 1px;
  683. padding:3px;
  684.  
  685. }
  686.  
  687. .links a:hover {
  688. color:#151515;
  689. opacity:1;
  690. -webkit-transition: all 0.8s ease-out;
  691. -moz-transition: all 0.8s ease-out;
  692. transition: all 0.8s ease-out;
  693. -webkit-filter:blur(3px);
  694. }
  695.  
  696. .alinks {
  697. position: absolute;
  698. font-style:none;
  699. font-size:50px;
  700. margin-top:430px;
  701. margin-left:120px;
  702. word-spacing:2px;
  703. line-height: 100%;
  704. text-align: center;
  705. width:0px;
  706. margin-right: auto;
  707. opacity:1;
  708. transform: rotate(-20deg);
  709. -webkit-transform: rotate(-20deg);
  710.  
  711. }
  712.  
  713. .alinks a {
  714. -webkit-filter:blur(0px);
  715. letter-spacing: 1px;
  716. padding:3px;
  717.  
  718. }
  719.  
  720. .alinks a:hover {
  721. color:#151515;
  722. opacity:1;
  723. -webkit-transition: all 0.8s ease-out;
  724. -moz-transition: all 0.8s ease-out;
  725. transition: all 0.8s ease-out;
  726. -webkit-filter:blur(3px);
  727. }
  728.  
  729. .dlinks {
  730. position: absolute;
  731. font-style:none;
  732. font-size:50px;
  733. margin-top:110px;
  734. margin-left:200px;
  735. word-spacing:2px;
  736. line-height: 100%;
  737. text-align: center;
  738. width:0px;
  739. opacity:1;
  740. margin-right: auto;
  741. transform: rotate(20deg);
  742. -webkit-transform: rotate(20deg);
  743.  
  744. }
  745.  
  746. .dlinks a {
  747. -webkit-filter:blur(0px);
  748. letter-spacing: 1px;
  749. padding:3px;
  750. }
  751.  
  752. .dlinks a:hover {
  753. color:#151515;
  754. opacity:1;
  755. -webkit-transition: all 0.8s ease-out;
  756. -moz-transition: all 0.8s ease-out;
  757. transition: all 0.8s ease-out;
  758. -webkit-filter:blur(3px);
  759. }
  760.  
  761.  
  762. /* this is the box that comes up when you hover over something with a title*/
  763.  
  764. #s-m-t-tooltip {
  765. margin-left:15px;
  766. margin-top:-21px;
  767. letter-spacing:0px;
  768. font-family:"roboto";
  769. text-transform:auto;
  770. font-size:10px;
  771. text-transform:none;
  772. color:#fff;
  773. background-color:#000;
  774. background-image:url('https://i.imgur.com/sqY5nFw.png');
  775. border:1px solid #151515;
  776. outline:1px solid #151515;
  777. outline-offset:2px;
  778. padding: 3px;
  779. z-index:999999999999999999;
  780. -webkit-transition:all 1.5s;
  781. -moz-transition:all 1.5s;
  782. -ms-transition:all 1.5s;
  783. -o-transition:all 1.5s;
  784. transition:all 1.5s;
  785. }
  786.  
  787.  
  788.  
  789. #entries {
  790. background: ;
  791. opacity: 100;
  792. padding: 10px;
  793. width: 400px;
  794. margin-left:236px;
  795. margin-top:140px;
  796. margin-bottom: 50px;
  797. height:527px;
  798. overflow-x: hidden;
  799. overflow-y: auto;
  800. position: absolute;
  801. -moz-transition-duration: 0.8s;
  802. -webkit-transition-duration: 0.8s;
  803. -o-transition-duration: 0.8s;
  804. }
  805.  
  806.  
  807. ::selection {
  808. background: #2d211c; /* WebKit/Blink Browsers */
  809. }
  810. ::-moz-selection {
  811. background: #2d211c; /* Gecko Browsers */
  812. }
  813.  
  814.  
  815. #headers{
  816. width:100px;
  817. height:auto;
  818. color: #97908c;
  819. text-shadow:1px 1px #000;
  820. padding:10px;
  821. font-size:7px;
  822. font-weight:bold;
  823. letter-spacing:3px;
  824. line-height:100%;
  825. text-transform:uppercase;
  826. background: url('');
  827. background-color: #100708;
  828. border:0px dashed #dec6cf;
  829. text-align:center;
  830. }
  831.  
  832. #headers2{
  833. width:80px;
  834. height:auto;
  835. color: #712f1f;
  836. text-shadow:1px 1px #000;
  837. padding:10px;
  838. font-size:7px;
  839. font-weight:bold;
  840. letter-spacing:3px;
  841. line-height:100%;
  842. text-transform:uppercase;
  843. background: url('');
  844. background-color: #161515;
  845. border:0px dashed #dec6cf;
  846. text-align:center;
  847. }
  848.  
  849. blockquote {
  850. padding-left:5px;
  851. border-left:1px dashed ;
  852. border-right:1px dashed ;
  853. border-color: #423b33;
  854. border-radius: 15px;
  855. margin:7px;
  856. text-align:justify;
  857. background-color: #000;
  858. padding:5px;
  859. }
  860.  
  861. blockquote blockquote {
  862. padding-left:5px;
  863. border-left:1px dashed ;
  864. border-right:1px dashed ;
  865. border-color: #423b33;
  866. border-radius: 15px;
  867. margin:7px;
  868. background-color: #180b0d;
  869. padding:5px;
  870. }
  871.  
  872.  
  873. #post {
  874. width:400px;
  875. padding-bottom:0px;
  876. margin-top:0px;
  877. }
  878.  
  879. #post {
  880. width:400px;
  881. word-wrap: break-word;
  882. padding-bottom:0px;
  883. margin-top:0px;
  884. }
  885.  
  886.  
  887. #post a{
  888. color: #55587a;
  889. text-shadow:0px 0px #000;
  890. letter-spacing:2px;
  891. text-transform:uppercase;
  892. font-family: 'Abel', sans-serif;
  893. font-size: 9px;
  894.  
  895.  
  896. }
  897. #post:hover .tags{
  898. opacity:1;
  899. -moz-transition-duration:0.5s;
  900. -webkit-transition-duration:0.5s;
  901. -o-transition-duration:0.5s;
  902. }
  903.  
  904.  
  905. #info {
  906. background: url("");
  907. background-color: #180b0d;
  908. border:0px dashed #3b3f4c;
  909. font-family: 'Playfair Display', serif;
  910. width:280px;
  911. margin-top:5px;
  912. margin-left:56px;
  913. margin-bottom: 15px;
  914. padding-bottom:140px;
  915. font-size:9px;
  916. background:#;
  917. padding:4px;
  918. color: #7c7770;
  919. text-transform:uppercase;
  920. font-style:bold;
  921. text-align:left;
  922. -moz-transition-duration:0.5s;
  923. -webkit-transition-duration:0.5s;
  924. -o-transition-duration:0.5s;
  925. }
  926.  
  927. #info a {
  928. color:#55587a;
  929. font-style:normal;
  930. font-size:9px;
  931. font-family: 'Playfair Display', serif;
  932.  
  933. }
  934.  
  935. #info a:hover {
  936. color:#4b3832;
  937. }
  938.  
  939. #tags {
  940. font-family: 'IBM Plex Sans Condensed', sans-serif;
  941. margin-left:10px;
  942. color:#55587a;
  943. width:350px;
  944. text-transform:normal;
  945. line-height:120%;
  946. font-size:10px;
  947. text-align:left;
  948. padding-top:5px;
  949. padding:10px;
  950. background-color: #180b0d;
  951. border-radius: 15px;
  952. border-left: 3px solid #12090b;
  953. border-right: 3px solid #12090b;
  954. -moz-transition-duration:0.2s;
  955. -webkit-transition-duration:0.2s;
  956. -o-transition-duration:0.2s;
  957. text-align:center;
  958. }
  959.  
  960.  
  961. #tags a{
  962. font-family: 'IBM Plex Sans Condensed', sans-serif;
  963. color:#514640;
  964. -moz-transition-duration:0.2s;
  965. -webkit-transition-duration:0.2s;
  966. -o-transition-duration:0.2s;
  967. }
  968.  
  969. #tags a:hover{
  970. color:#554942;
  971. -moz-transition-duration:0.2s;
  972. -webkit-transition-duration:0.2s;
  973. -o-transition-duration:0.2s;
  974. }
  975.  
  976.  
  977. .postnote {
  978. width:275px;
  979. margin-top:40px;
  980. font-family:arial;
  981. text-transform:lowercase;
  982. font-style:normal;
  983. letter-spacing:0px;
  984. font-size:10px;
  985. text-align:left;
  986. }
  987.  
  988.  
  989. #ask {
  990. width:400px;
  991. margin-left:0px;
  992. margin-top:20px;
  993. margin-bottom:10px;
  994. font-size:30px;
  995. text-align:center;
  996. font-family:"Andes";
  997. font-style:none;
  998. text-transform:lowercase;
  999. color:#151515;
  1000. }
  1001.  
  1002. #ask a {
  1003. color:#8c6451;
  1004. text-transform:lowercase;
  1005. }
  1006.  
  1007. #ask a:hover {
  1008. color:#151515;
  1009. letter-spacing:1px;
  1010. }
  1011.  
  1012.  
  1013. #textbox {
  1014. background-color: #;
  1015. position:absolute;
  1016. width:200px;
  1017. font-family: 'IBM Plex Sans Condensed', sans-serif;
  1018. text-transform: NONE;
  1019. margin-top:360px;
  1020. margin-left: 770px;
  1021. text-align:center;
  1022. font-size:9px;
  1023. color: #5c554e;
  1024. letter-spacing: 0.3px;
  1025. overflow-y:hidden;
  1026. overflow-x:hidden;
  1027. letter-spacing:0px;
  1028. line-height:100%;
  1029. -moz-transition-duration:1s;
  1030. -webkit-transition-duration:1s;
  1031. -o-transition-duration:1s;
  1032. }
  1033.  
  1034. #textbox a {
  1035. font-family: 'Old Standard5 TT', serif;
  1036. font-size:9px;
  1037. color: #787878;
  1038. text-transform:uppercase;
  1039. letter-spacing:1px;
  1040. }
  1041.  
  1042. #textbox a:hover {
  1043. color:#ffffff;
  1044. }
  1045.  
  1046.  
  1047. #pagination {
  1048. font-family:georgia;
  1049. position:absolute;
  1050. width:210px;
  1051. font-size:25px;
  1052. margin-top: 86px;
  1053. margin-left: 351px;
  1054. padding-left:140px;
  1055. letter-spacing:1px;
  1056. text-align:center;
  1057. }
  1058.  
  1059. #pagination a {
  1060. color:#fff;
  1061. text-shadow: 0 0 3px #000;
  1062. }
  1063.  
  1064. #pagination a:hover {
  1065. color:#5e5952;
  1066. }
  1067.  
  1068. </style>
  1069. </head>
  1070. <body>
  1071.  
  1072. <div id="textbox">
  1073. <div id="headers">title</div><br>
  1074.  
  1075. <div style="width: 120px; height: 140px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; overflow: auto;">
  1076.  
  1077. Here is where your description will show. you can write as much as you'd like and it will scroll.
  1078. <h1>header test</h1>
  1079. <b>bold</b> <i>italic</i> <u>underline</u> <br><Br>
  1080.  
  1081. Independent & Private
  1082. <h1><b>character name</b></h1>
  1083. <p> from <i>series name</i></center>
  1084. <center>
  1085. <p> <b>"</b>A quote or something here fill in whatever you wantA quote or something here fil<p> <b>
  1086.  
  1087. <p><blockquote><i>written by : name.</i></blockquote></b>
  1088.  
  1089.  
  1090. <blockquote>blockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scrollblockquote test here this will scroll </blockquote>
  1091.  
  1092. </div>
  1093.  
  1094. </center>
  1095. </div>
  1096. </div></div>
  1097. </div>
  1098.  
  1099.  
  1100. </div>
  1101.  
  1102. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1103. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1104. <script>
  1105. (function($){
  1106. $(document).ready(function(){
  1107. $("a[title]").style_my_tooltips({
  1108. tip_follows_cursor:true,
  1109. tip_delay_time:7,
  1110. tip_fade_speed:7,
  1111. attribute:"title"
  1112. });
  1113. });
  1114. })(jQuery);
  1115. </script>
  1116.  
  1117.  
  1118. </div>
  1119. </div>
  1120.  
  1121.  
  1122.  
  1123. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1124. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1125. <script>
  1126.  
  1127. (function($){
  1128.  
  1129. $(document).ready(function(){
  1130.  
  1131. $("a[title]").style_my_tooltips({
  1132.  
  1133. tip_follows_cursor:true,
  1134.  
  1135. tip_delay_time:50,
  1136.  
  1137. tip_fade_speed:600,
  1138.  
  1139. attribute:"title"
  1140.  
  1141. });
  1142.  
  1143. });
  1144.  
  1145. })(jQuery);
  1146.  
  1147. </script>
  1148.  
  1149.  
  1150.  
  1151. <div class="links">
  1152. <a href="/" title="lobby."><div id="linksys1">✞</div></a></div>
  1153.  
  1154. <div class="alinks">
  1155. <a href="/ask" title="room service."><div id="linksys2">✝</div></a></div>
  1156.  
  1157. <div class="dlinks">
  1158. <a href="#?w=700" title="floor plan." rel="box3" class="poplight"><div id="linksys2">†</div></a></div>
  1159.  
  1160. </div></div></div></div></div></div>
  1161.  
  1162. <div id="entries">{block:Posts}
  1163.  
  1164.  
  1165.  
  1166. <div id="post">
  1167.  
  1168. {block:Text}
  1169. {block:Title}<h1>{Title}</h1>{/block:Title}
  1170. {Body}
  1171. {/block:Text}
  1172.  
  1173. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1174.  
  1175. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1176.  
  1177. {block:Quote}
  1178. <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>
  1179. <h3>—{Source}</h3>
  1180. {/block:Quote}
  1181.  
  1182. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1183.  
  1184. {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}
  1185.  
  1186. {block:AudioPlayer}
  1187. <div class="audiowrapper">
  1188. {block:AlbumArt}
  1189. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1190. {/block:AlbumArt}
  1191.  
  1192. <div class="playerbuttonbg">
  1193. <div class="newplayerbutton">
  1194. <div class="playerbuttonhug">
  1195. {AudioPlayerWhite}
  1196. </div></div></div>
  1197.  
  1198. <div class="trackdetails">
  1199. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1200. {block:Artist}{Artist}{/block:Artist}<br/>
  1201. {PlayCountWithLabel}
  1202. </div></div>
  1203. {block:Caption}{Caption}{/block:Caption}
  1204. {/block:AudioPlayer}
  1205.  
  1206. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1207.  
  1208. {block:Answer}
  1209. <div id="askheader"></div>
  1210. <div id="ask">{Asker}</div>
  1211. <span style="color:#fff;font-size:10px;letter-spacing:2px;"><center>ASKED:</center></span>
  1212. <div id="q">{Question}</div>
  1213. <div id="ans">{Answer}</div>
  1214. {/block:Answer}
  1215.  
  1216. {block:Date}
  1217. <div id="info">
  1218. <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>
  1219. <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>
  1220. <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>
  1221. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1222. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1223. </div>
  1224. {/block:Date}
  1225.  
  1226.  
  1227.  
  1228. <div id="tags">
  1229. {block:HasTags}
  1230. {block:Tags}
  1231. #<a href="{TagURL}">{Tag}</a>&nbsp;
  1232. {/block:Tags}
  1233. {/block:HasTags}
  1234. </div>
  1235.  
  1236.  
  1237. <p>
  1238.  
  1239.  
  1240. <div class="postnote">
  1241. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1242. </div>
  1243. </div>
  1244. {/block:Posts}
  1245. </div>
  1246. </div>
  1247. </div>
  1248. </div></div>
  1249.  
  1250. <div id="pagination">
  1251. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> → </a><br />{/block:NextPage}{/block:Pagination}</div></div>
  1252. </div></div></div>
  1253.  
  1254.  
  1255.  
  1256. </div></div></div></div>
  1257. </div>
  1258.  
  1259. </body>
  1260.  
  1261.  
  1262.  
  1263. <div id="box1" class="question_block">
  1264. <div class="askbox"><div class="poptext">
  1265. <p><center><h6>A S K S&nbsp;&nbsp;&nbsp;H E R E</h6></center>
  1266. <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>
  1267. </div></div></div>
  1268. </div></div></div></div></div></div></div></div></div></div>
  1269.  
  1270.  
  1271. <div id="box3" class="popup_block">
  1272. <div id="sidelinks">
  1273. <ul id="tabs">
  1274. <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>
  1275. <ul id="tab"><li class="active"><div class="rules">
  1276. <div class="poptext">
  1277. <center>
  1278. <pre>i am not lady gaga</pre>
  1279. nor am i affiliated with ahs, fx, ryan murphy, or anything else related to the series. simply a fan.
  1280. <hr>
  1281.  
  1282. <pre>i am a FULL TIME STUDENT</pre>
  1283. 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!
  1284.  
  1285. <hr>
  1286. <pre>NO godmodding.</pre>
  1287. please & thank you.
  1288.  
  1289. <hr>
  1290. <pre>drama & hate free blog.</pre>
  1291. that is all.
  1292.  
  1293. <hr>
  1294. <pre>MULTI-VERSE/SHIP.</pre>
  1295. 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 ).
  1296.  
  1297.  
  1298. <hr>
  1299. <pre>On shipping:</pre>
  1300. 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!
  1301.  
  1302.  
  1303. <hr>
  1304. <pre>On OC children:</pre>
  1305. 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.
  1306.  
  1307.  
  1308. <hr>
  1309. <pre>types of writing preferred:</pre>
  1310. 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.
  1311.  
  1312.  
  1313. <hr>
  1314. <pre>types of threading preferred:</pre>
  1315. 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.
  1316.  
  1317.  
  1318. <hr>
  1319. <pre>On starters:</pre>
  1320. 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.
  1321.  
  1322.  
  1323. <hr>
  1324. <pre>On asks:</pre>
  1325. 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??
  1326.  
  1327.  
  1328. <hr>
  1329. <pre>I LOVE DUPLICATES!</pre>
  1330. 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!
  1331.  
  1332.  
  1333. <hr>
  1334. <pre>AHS the show:</pre>
  1335. i am current with every season, sans cult. eventually i will catch up, though!
  1336.  
  1337.  
  1338. <hr>
  1339. <pre>NSFW</pre>
  1340. 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.
  1341.  
  1342.  
  1343. <hr>
  1344. <pre>FANDOMS I KNOW:</pre>
  1345. 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!
  1346.  
  1347.  
  1348. <hr>
  1349. <pre>ICONS:</pre>
  1350. 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!
  1351.  
  1352.  
  1353. <hr>
  1354. <pre>EXCLUSIVES / MAINS</pre>
  1355. 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.
  1356.  
  1357.  
  1358. <hr>
  1359. <pre>I'M CHILL I PROMISE</pre>
  1360. 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.
  1361. <hr>
  1362. </center>
  1363.  
  1364. </li>
  1365.  
  1366. <li><div class="dossier">
  1367. <div class="poptext">
  1368. <center><pre>ELIZABETH MARCH</pre>
  1369. <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>
  1370. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1371. <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>
  1372. <p>for further information on elizabeth, feel free to read <a href="http://americanhorrorstory.wikia.com/wiki/Elizabeth">THIS</a> page.</p>
  1373. <hr />
  1374. <pre>SCATHACH</pre>
  1375. <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>
  1376. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1377. <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>
  1378. <p>for further information on scathach, feel free to read <a href="http://americanhorrorstory.wikia.com/wiki/Sc%C3%A1thach">THIS</a> page.</p>
  1379. <hr />
  1380. <pre>STEFANI BIANCHI</pre>
  1381. <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>
  1382. <blockquote>PHYSICAL ATTRIBUTES</blockquote>
  1383. <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>
  1384. <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>
  1385. <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>
  1386.  
  1387. </li>
  1388.  
  1389. <li>
  1390.  
  1391. <div class="verses">
  1392. <div class="poptext">
  1393. <pre>MAIN UNIVERSES:</pre>
  1394. <!-- VERSE START -->
  1395. <center><img src="http://i.imgur.com/3MXL3vI.png"><br>
  1396. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-001-—-maybe-this-place-is-special.">MAYBE THIS PLACE IS SPECIAL.</a></center></b>
  1397. ( 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.
  1398. <hr><br>
  1399. <!-- VERSE END -->
  1400.  
  1401. <!-- VERSE START -->
  1402. <center><img src="http://i.imgur.com/cf5mnRK.png"><br>
  1403. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-003-—-the-disco-queen.">THE DISCO QUEEN.</a></center></b>
  1404. 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.
  1405. <hr>
  1406. <br>
  1407. <!-- VERSE END -->
  1408.  
  1409.  
  1410. <!-- VERSE START -->
  1411. <center><img src="http://i.imgur.com/MDOG8ip.png"><br>
  1412. <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>
  1413. 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.
  1414. <hr><br>
  1415. <!-- VERSE END -->
  1416.  
  1417.  
  1418. <!-- VERSE START -->
  1419. <center><img src="http://i.imgur.com/pCB5N4I.png"><br>
  1420. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-006-—-i’ll-still-be-bloody-mary-%2F-ghost.">I'LL STILL BE BLOODY MARY.</a></center></b>
  1421. 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.
  1422. <!-- VERSE END -->
  1423.  
  1424. <pre>ALTERNATE UNIVERSES:</pre>
  1425.  
  1426. <!-- VERSE START -->
  1427. <center><img src="http://i.imgur.com/pu16sSp.png"><br>
  1428. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-007-—-the-capitol-is-my-home-%2F-the-hunger-games.">THE CAPITOL IS MY HOME.</a></center></b>
  1429. 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.
  1430. <hr><br>
  1431. <!-- VERSE END -->
  1432.  
  1433.  
  1434. <!-- VERSE START -->
  1435. <center><img src="http://i.imgur.com/tn4Jy3U.png"><br>
  1436. <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>
  1437. 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.
  1438. <hr><br>
  1439. <!-- VERSE END -->
  1440.  
  1441.  
  1442. <!-- VERSE START -->
  1443. <center><img src="http://i.imgur.com/Iq5YSnu.png"><br>
  1444. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-009-—-my-little-starlet-%2F-stcr.">MY LITTLE STARLET.</a></center></b>
  1445. 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.
  1446. <hr><br>
  1447. <!-- VERSE END -->
  1448.  
  1449.  
  1450. <!-- VERSE START -->
  1451. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1452. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-010-—-serious-abandonment-issues-%2F-brokenragdoll.">SERIOUS ABANDONMENT ISSUES.</a></center></b>
  1453. 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.
  1454. <hr><br>
  1455. <!-- VERSE END -->
  1456.  
  1457.  
  1458. <!-- VERSE START -->
  1459. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1460. <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>
  1461. 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.
  1462. <hr><br>
  1463. <!-- VERSE END -->
  1464.  
  1465.  
  1466. <!-- VERSE START -->
  1467. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1468. <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>
  1469. 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 ).
  1470. <hr><br>
  1471. <!-- VERSE END -->
  1472.  
  1473.  
  1474. <!-- VERSE START -->
  1475. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1476. <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>
  1477. 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.
  1478. <hr><br>
  1479. <!-- VERSE END -->
  1480.  
  1481.  
  1482. <!-- VERSE START -->
  1483. <center><img src="http://i.imgur.com/ya37ZjK.png"><br>
  1484. <b><a href="/tagged/⊱-⁞-%2A-💋- —-´-VERSE-014-—-i’m-fucked-up-%2F-suicide-squad.">I'M FUCKED UP.</a></center></b>
  1485. 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.
  1486.  
  1487. <!-- VERSE END -->
  1488.  
  1489. <br><br><br><br>
  1490.  
  1491. </li>
  1492.  
  1493. <li>
  1494.  
  1495. <div class="relations">
  1496. <div class="poptext">
  1497.  
  1498. <p><img src="https://i.imgur.com/EACcmiD.png" align="left" style="width:75px;height:75px;">
  1499. <p> <a href="http://jawlinefordays.co.vu/"><b>donovan.</b></a>
  1500. <br>&nbsp; &nbsp; main.
  1501. <p>&nbsp;
  1502.  
  1503. <div align="right">
  1504. <img src="https://i.imgur.com/CwBnRhX.png" align="right" style="width:75px;height:75px;">
  1505. <p><a href="http://neverparted.tumblr.com/"> <b>thomas sharpe.</b></a>
  1506.  
  1507. <br>exclusive.&nbsp; &nbsp;
  1508. <p>&nbsp;
  1509. </div>
  1510.  
  1511. <img src="https://i.imgur.com/rcZsLFS.png" align="left" style="width:75px;height:75px;">
  1512. <p> <a href="http://showmaxter.tumblr.com/"><b>caesar flickerman.</b></a>
  1513.  
  1514. <br>&nbsp; &nbsp; exclusive.
  1515. <p>&nbsp;
  1516.  
  1517. <div align="right">
  1518.  
  1519. <img src="https://i.imgur.com/vurwbrG.png" align="right" style="width:75px;height:75px;">
  1520. <p><a href="https://bonesrot.tumblr.com/"> <b>logan.</b></a>
  1521.  
  1522. <br>exclusive.&nbsp; &nbsp;
  1523. <p>&nbsp;
  1524. </div>
  1525.  
  1526. <img src="https://i.imgur.com/n6Aeujs.png" align="left" style="width:75px;height:75px;">
  1527. <p> <a href="https://sniktiism.tumblr.com/"><b>laura.</b></a>
  1528.  
  1529. <br>&nbsp; &nbsp; exclusive.
  1530. <p>&nbsp;
  1531.  
  1532. <div align="right">
  1533.  
  1534. <img src="https://i.imgur.com/IVeT0hK.png" align="right" style="width:75px;height:75px;">
  1535. <p><a href="https://i.imgur.com/IVeT0hK.png"><b>fiona goode.</b></a>
  1536.  
  1537. <br>main.&nbsp; &nbsp;
  1538. <p>&nbsp;
  1539. </div>
  1540.  
  1541. <img src="https://i.imgur.com/q40ta22.png" align="left" style="width:75px;height:75px;">
  1542. <p> <a href="http://nctfree.tumblr.com/"><b>gabriel warwick.</b></a>
  1543.  
  1544. <br>&nbsp; &nbsp; exclusive.
  1545. <p>&nbsp;
  1546.  
  1547. <div align="right">
  1548.  
  1549. <img src="https://i.imgur.com/LBeIhCk.png" align="right" style="width:75px;height:75px;">
  1550. <p><a href="http://theoriginalbloodcountess.tumblr.com/"> <b>elizabeth báthory.</b></a>
  1551.  
  1552. <br>exclusive.&nbsp; &nbsp;
  1553. <p>&nbsp;
  1554. </div>
  1555.  
  1556. <img src="https://i.imgur.com/afUrJpY.png" align="left" style="width:75px;height:75px;">
  1557. <p> <a href="http://sallymckenna.co.vu/"><b>sally.</b></a>
  1558.  
  1559. <br>&nbsp; &nbsp; exclusive.
  1560. <p>&nbsp;
  1561.  
  1562. <div align="right">
  1563.  
  1564. <img src="https://i.imgur.com/m9mrcJh.png" align="right" style="width:75px;height:75px;">
  1565. <p><a href="http://grincarved.tumblr.com"><b>the joker.</b></a>
  1566.  
  1567. <br>exclusive.&nbsp; &nbsp;
  1568. <p>&nbsp;
  1569. </div>
  1570.  
  1571. <img src="https://i.imgur.com/0xBtcuG.png" align="left" style="width:75px;height:75px;">
  1572. <p> <a href="http://stcr.tumblr.com"><b>annette.</b></a>
  1573.  
  1574. <br>&nbsp; &nbsp; exclusive.
  1575. <p>&nbsp;
  1576.  
  1577. <div align="right">
  1578.  
  1579. <img src="https://i.imgur.com/dRnwC3q.png" align="right" style="width:75px;height:75px;">
  1580. <p><a href="http://warriorsxheart.tumblr.com/"> <b>sookie stackhouse.</b></a>
  1581.  
  1582. <br>main.&nbsp; &nbsp;
  1583. <p>&nbsp;
  1584. </div>
  1585. </li>
  1586.  
  1587. <li>
  1588.  
  1589. <!-- copy from here... -->
  1590. <div class="navigation">
  1591. <div class="poptext">
  1592. <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 />
  1593. <strong>1</strong>. i accept payments <strong>only</strong> through <em>PayPal</em>. furthermore, i only take USD (US dollars).<br />
  1594. <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 />
  1595. <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 />
  1596. <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 />
  1597. <h4>TO DO LIST: 2/4</h4></p>
  1598. <pre>INDIVIDUAL PRICES:</pre>
  1599. <p><strong>&mdash;THEME IMAGE ( ONLY )</strong>: starting at <strong>$11</strong> ( depends on how much you&rsquo;re wanting done. )<br />
  1600. &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 />
  1601. <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 />
  1602. 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 />
  1603. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100 icons ( any size, square or circle ): $5<br />
  1604. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;150 icons ( any size, square or circle ): $7.5<br />
  1605. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;200 icons ( any size, square or circle ): $10<br />
  1606. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;300 icons ( any size, square or circle ): $15<br />
  1607. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400 icons ( any size, square or circle ): $20<br />
  1608. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 icons ( any size, square or circle ): $25<br />
  1609. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;750 icons ( any size, square or circle ): $30<br />
  1610. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000 icons ( any size, square or circle ): $35<br />
  1611. &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 />
  1612. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;icon gallery. <a href="http://imgur.com/a/onFoa">✕</a>. <br />
  1613. <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>
  1614. <pre>PACKAGE PRICES:</pre>
  1615. <p><strong>&mdash;THEME &amp; CODE</strong>: starting at <strong>$20</strong> ( depending on how intricate you&rsquo;re wanting either/both. )<br />
  1616. <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 />
  1617. &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 />
  1618. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner: $34<br />
  1619. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 100 icons, mobile banner, promo: $36<br />
  1620. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme image, code, 200 icons, mobile banner, promo: $38<br />
  1621. &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>
  1622.  
  1623. </div>
  1624.  
  1625. </li>
  1626.  
  1627.  
  1628. </ul>
  1629. </div></div></div></div></div></div></div></div></div></div></div></div>
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement