Advertisement
Guest User

baby theme.

a guest
Aug 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.54 KB | None | 0 0
  1.  
  2. <!-----html start------>
  3.  
  4. <html>
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="http://i.imgur.com/tKD4u33.png">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. </head>
  10.  
  11.  
  12. <!-----tooltips------>
  13.  
  14. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  15.  
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:200,
  22. tip_fade_speed:300
  23. } ); }); })(jQuery);
  24. </script>
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  27. </script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:90,
  35. tip_fade_speed:600,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42. <!-----popup tabs------>
  43.  
  44. <script>
  45.  
  46. $(document).ready(function(){
  47. $("ul#tabs li").click(function(e){
  48. if (!$(this).hasClass("active")) {
  49. var tabNum = $(this).index();
  50. var nthChild = tabNum+1;
  51. $("ul#tabs li.active").removeClass("active");
  52. $(this).addClass("active");
  53. $("ul#tab li.active").removeClass("active");
  54. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  55. }});});
  56.  
  57. </script>
  58.  
  59. <!-----fonts------>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC'
  62. rel='stylesheet' type='text/css'>
  63.  
  64. <link href='https://fonts.googleapis.com/css?family=Montserrat'
  65. rel='stylesheet' type='text/css'>
  66.  
  67. <link href='https://fonts.googleapis.com/css?family=Lobster+Two:700,'
  68. rel='stylesheet' type='text/css'>
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=EB+Garamond"
  71. rel="stylesheet">
  72.  
  73. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script"
  74. rel="stylesheet">
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed"
  77. rel="stylesheet">
  78.  
  79. <link href="https://fonts.googleapis.com/css?family=Cantarell"
  80. rel="stylesheet">
  81.  
  82. <!-----popups------>
  83.  
  84. <script type="text/javascript"
  85. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  86. <script>
  87. $(document).ready(function() {
  88. //
  89. $('a.poplight[href^=#]').click(function() {
  90. var popID = $(this).attr('rel');
  91. var popURL = $(this).attr('href');
  92. var query= popURL.split('?');
  93. var dim= query[1].split('&');
  94. var popWidth = dim[0].split('=')[1];
  95. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  96. var popMargTop = ($('#' + popID).height() + 80) / 2;
  97. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  98. $('#' + popID).css({
  99. 'margin-top' : -popMargTop,
  100. 'margin-left' : -popMargLeft
  101. });$('body').append('<div id="fade"></div>');
  102. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  103. return false;});$('a.close, #fade').live('click', function() {
  104. $('#fade , .popup_block').fadeOut(function() {
  105. $('#fade, a.close').remove();
  106. });return false;});});</script>
  107.  
  108. <!-----css------>
  109.  
  110. <style type="text/css">
  111.  
  112. /*-----main-----*/
  113.  
  114. body {
  115. font-family:'arial';
  116. font-size:10px;
  117. text-align:justify;
  118. color:#777777;
  119. line-height:145%;
  120. position:fixed;
  121. background-color:#1d1d1d;
  122. background-attachment: fixed;
  123. background-repeat: no-repeat;
  124. background-position:left top;
  125. background-image:url('http://i.imgur.com/qXLsYkV.png');
  126. }
  127.  
  128. *, body {
  129. cursor: url(https://38.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), auto;
  130. }
  131.  
  132. #container {
  133. position:fixed;
  134. left:565px;
  135. top:198px;
  136. height:450px;
  137. width:270px;
  138. scroll:left;
  139. overflow-y:auto;
  140. overflow-x:hidden;
  141. opacity:0;
  142. background-color:#1d1d1d;
  143. -webkit-transition: all 1s ease-in-out;
  144. -moz-transition: all 1s ease-in-out;
  145. -o-transition: all 1s ease-in-out;
  146. -webkit-mask-image:-webkit-gradient(linear, left 80%, left bottom,
  147. color-stop(0.00, rgba(0,0,0,1)),
  148. color-stop(1.00, rgba(0,0,0,0)));
  149. -webkit-transition: all 1s ease-in-out;
  150. -moz-transition: all 1s ease-in-out;
  151. -o-transition: all 1s ease-in-out;
  152. }
  153.  
  154. #container:hover {
  155. opacity:1;
  156. -webkit-transition: all 1s ease-in-out;
  157. -moz-transition: all 1s ease-in-out;
  158. -o-transition: all 1s ease-in-out;
  159. }
  160.  
  161. .posts {
  162. width:250px;
  163. margin-right:2px;
  164. padding:4px;
  165. margin-top:8px;
  166. margin-bottom:6px;
  167. white-space:normal;
  168. overflow-x:hidden;
  169. word-break:keep-all;
  170. background-color:#1d1d1d;
  171. }
  172.  
  173. .posts img {
  174. max-width:100%;
  175. height:auto;
  176. -webkit-filter: grayscale(1);
  177. -webkit-transition: .5s ease-in-out;
  178. -moz-transition: .5s ease-in-out;
  179. -o-transition: .5s ease-in-out;
  180. }
  181.  
  182. .posts img:hover {
  183. max-width:100%;
  184. height:auto;
  185. -webkit-filter: grayscale(0);
  186. -webkit-transition: .5s ease-in-out;
  187. -moz-transition: .5s ease-in-out;
  188. -o-transition: .5s ease-in-out;
  189. }
  190.  
  191. /*-----pictures-----*/
  192.  
  193. img {
  194. max-width: 100%;
  195. height: auto;
  196. }
  197.  
  198. .photoset {
  199. -webkit-filter: grayscale(1);
  200. -webkit-transition: .5s ease-in-out;
  201. -moz-transition: .5s ease-in-out;
  202. -o-transition: .5s ease-in-out;
  203. }
  204.  
  205. .photoset:hover {
  206. -webkit-filter: grayscale(0);
  207. -webkit-transition: .5s ease-in-out;
  208. -moz-transition: .5s ease-in-out;
  209. -o-transition: .5s ease-in-out;
  210. }
  211.  
  212. .photoset a:hover {
  213. cursor: url(https://33.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_n6zhnrva5p1r1shc4.png), auto;
  214. }
  215.  
  216. .photo {
  217. -webkit-filter: grayscale(1);
  218. -webkit-transition: .5s ease-in-out;
  219. -moz-transition: .5s ease-in-out;
  220. -o-transition: .5s ease-in-out;
  221. }
  222.  
  223. .photo:hover {
  224. -webkit-filter: grayscale(0);
  225. -webkit-transition: .5s ease-in-out;
  226. -moz-transition: .5s ease-in-out;
  227. -o-transition: .5s ease-in-out;
  228. }
  229.  
  230. .photo a:hover {
  231. cursor: url(https://33.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_n6zhnrva5p1r1shc4.png), auto;
  232. }
  233.  
  234. /*-----blockquotes-----*/
  235.  
  236. blockquote blockquote blockquote {
  237. border-left:4px solid #aaaaaa;
  238. padding-left:8px;
  239. margin:4px;
  240. }
  241.  
  242. blockquote blockquote {
  243. border-left:4px solid #aaaaaa;
  244. padding-left:12px;
  245. margin:5px;
  246. }
  247.  
  248. blockquote {
  249. border-left:4px solid #aaaaaa;
  250. padding-left:9px;
  251. padding-right:2px;
  252. margin:5px;
  253. }
  254.  
  255.  
  256. blockquote img {
  257. max-width:100%;
  258. height:auto;
  259. }
  260.  
  261. /*-----tooltips-----*/
  262.  
  263. #s-m-t-tooltip {
  264. font-family: 'Roboto Condensed', sans-serif;
  265. font-size:7px;
  266. letter-spacing:1px;
  267. text-align:center;
  268. text-transform:uppercase;
  269. color:#cecece;
  270. background:#1d1d1d;
  271. border:1px solid #000000;
  272. width:150px;
  273. max-width:350px;
  274. margin:12px 0px 0px 20px;
  275. padding:3px 14px 3px 14px;
  276. -webkit-transition: .5s ease-in-out;
  277. -moz-transition: .5s ease-in-out;
  278. -o-transition: .5s ease-in-out;
  279. z-index:99999;
  280. }
  281.  
  282. /*-----updates-----*/
  283.  
  284. #bite #bite a{
  285. display:block
  286. }
  287.  
  288. #bite .death {
  289. margin-top:0px;
  290. filter: alpha(opacity = 100);
  291. opacity:100;
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;
  294. transition: all 0.5s ease-out;
  295. }
  296.  
  297. #bite:hover .death {
  298. margin-top:0px;
  299. -webkit-transition: all 0.8s ease-out;
  300. -moz-transition: all 0.8s ease-out;
  301. transition: all 0.8s ease-out;
  302. filter: alpha(opacity = 100);
  303. filter: alpha(opacity = 100);
  304. opacity:100;
  305. }
  306.  
  307. #actualnews {
  308. position:fixed;
  309. top:35px;
  310. line-height:16px;
  311. left:550px;
  312. color:#bebebe;
  313. font-size:10px;
  314. width:280px;
  315. height:125px;
  316. padding:2px;
  317. letter-spacing:1px;
  318. word-spacing:1px;
  319. overflow-x:hidden;
  320. overflow-y:scroll;
  321. text-align:center;
  322. border:dashed #781111 1px;
  323. background-color:#1d1d1d;
  324. }
  325.  
  326. #thekey {
  327. position:fixed;
  328. top:310px;
  329. left:958px;
  330. letter-spacing:2px;
  331. line-height:120%;
  332. font-family: 'montserrat', serif;
  333. color:#131313;
  334. text-shadow: 0px 0px 3px #ccc;
  335. font-size:8px;
  336. -webkit-transform: rotate(23deg);
  337. -ms-transform: rotate(23deg);
  338. transform: rotate(23deg);
  339. }
  340.  
  341. /*-----freehosted scripts-----*/
  342.  
  343. #scripts {
  344. font-family: 'Roboto Condensed', sans-serif;
  345. font-size:10px;
  346. background:transparent;
  347. padding:0px;
  348. }
  349.  
  350. /*-----scrollbar-----*/
  351.  
  352. ::-webkit-scrollbar {
  353. width:4px;
  354. height:0px;
  355. }
  356.  
  357. ::-webkit-scrollbar-track-piece {
  358. background-color:transparent;
  359. }
  360.  
  361. ::-webkit-scrollbar-button:start:decrement,
  362. ::-webkit-scrollbar-button:end:increment {
  363. height:9px;
  364. display:block;
  365. background-color:transparent;
  366. }
  367.  
  368. ::-webkit-scrollbar-thumb:vertical {
  369. height:80px;
  370. width:5px;
  371. background-color:#transparent;
  372. }
  373.  
  374. /*-----selection-----*/
  375.  
  376. ::-moz-selection {
  377. color: #101010;
  378. background: #fefefe;
  379. }
  380.  
  381. ::selection {
  382. color: #101010;
  383. background: #fefefe;
  384. }
  385.  
  386. /*-----pagination-----*/
  387.  
  388. #pagination {
  389. position:fixed;
  390. font-family: 'helvetica';
  391. font-weight:bold;
  392. width:40px;
  393. height:auto;
  394. font-size:14px;
  395. line-height:10px;
  396. left:1100px;
  397. top:72px;
  398. letter-spacing:1px;
  399. text-transform: uppercase;
  400. text-align:center;
  401. -ms-transform: rotate(0deg);
  402. -webkit-transform: rotate(0deg);
  403. transform: rotate(0deg);
  404. }
  405.  
  406. #pagination a{
  407. color:#fefefe;
  408. text-shadow:#070707 2px 2px 0px;
  409. }
  410.  
  411. #pagination a:hover {
  412. color: #6a6a6a;
  413. text-shadow:#070707 2px 2px 0px;
  414. }
  415.  
  416. /*-----headers-----*/
  417.  
  418. h1 {
  419. font-size:10px;
  420. font-family: 'Roboto Condensed', sans-serif;
  421. font-weight: 400;
  422. color:#dedede;
  423. text-transform:uppercase;
  424. text-align:center;
  425. letter-spacing:.6px;
  426. width:auto;
  427. max-width:250px;
  428. line-height:24px;
  429. padding-top:1px;
  430. padding-bottom:1px;
  431. }
  432.  
  433. h2 {
  434. font-size:9px;
  435. font-family:'montserrat';
  436. font-weight: 400;
  437. text-transform:uppercase;
  438. text-align: justify;
  439. -moz-text-align-last: center;
  440. text-align-last: center;
  441. letter-spacing:1px;
  442. width:auto;
  443. max-width:250px;
  444. background:#030303;
  445. color: #1d1d1d;
  446. text-shadow:0px 0px 2px #aeaeae;
  447. background-color: #aeaeae;
  448. border: solid 1px #000000;
  449. outline: solid 1px #aeaeae;
  450. outline-offset:2px;
  451. line-height:30px;
  452. padding-top:2px;
  453. padding-bottom:2px;
  454. padding-left:7px;
  455. padding-right:7px;
  456. }
  457.  
  458. h2 b {
  459. font-weight: 400;
  460. text-transform:uppercase;
  461. color:#fefefe;
  462. text-shadow: 0px 0px 3px #aeaeae;
  463. }
  464.  
  465. h3 {
  466. font-size:9px;
  467. font-family:'montserrat';
  468. font-weight: 400;
  469. line-height:14px;
  470. text-transform:uppercase;
  471. text-align: justify;
  472. -moz-text-align-last: center;
  473. text-align-last: center;
  474. letter-spacing:1px;
  475. width:auto;
  476. max-width:250px;
  477. color:#dedede;
  478. line-height:30px;
  479. padding-top:2px;
  480. padding-bottom:2px;
  481. padding-left:6px;
  482. padding-right:6px;
  483. }
  484.  
  485. /*-----general-----*/
  486.  
  487. a {
  488. text-decoration:none;
  489. text-shadow:none;
  490. color:#afafaf;
  491. -webkit-transition: all 0.7s ease;
  492. -moz-transition: all 0.7s ease;
  493. -o-transition: all 0.7s ease;
  494. }
  495.  
  496. a:hover {
  497. color:#fefefe;
  498. text-shadow: 0px 0px 4px #fefefe;
  499. cursor: url(https://33.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_n6zhnrva5p1r1shc4.png), auto;
  500. }
  501.  
  502. big {
  503. font-size:15px;
  504. text-transform: none;
  505. }
  506.  
  507. small, smallsmall, sub, sup {
  508. font-size:10px;
  509. text-transform: none;
  510. }
  511.  
  512. hr {
  513. width:76%;
  514. max-width:240px;
  515. height:3px;
  516. border:1px solid #555555;
  517. outline-offset:1px;
  518. outline:1px solid #101010;
  519. }
  520.  
  521. /*-----bold and italic-----*/
  522.  
  523. b, bold, strong {
  524. font-size:10px;
  525. font-family:'montserrat';
  526. font-weight:400;
  527. color:#fefefe;
  528. text-shadow: 0px 0px 4px #fefefe;
  529. text-transform:uppercase;
  530. }
  531.  
  532. b a, bold a, strong a {
  533. font-weight:400; color:#fefefe; text-shadow: none;
  534. }
  535.  
  536. b a:hover, bold a:hover, strong a:hover {
  537. font-weight:400; color:#010101;
  538. text-shadow: 0px 0px 4px #333333;
  539. }
  540.  
  541. i, italic, em {
  542. font-size:11px;
  543. font-weight:400;
  544. font-style: italic;
  545. letter-spacing:0.1px;
  546. text-transform:lowercase;
  547. color:#fefefe;
  548. font-family: 'Cantarell', sans-serif;
  549. }
  550.  
  551. i a, italic a, em a {
  552. color:#787878; text-shadow: none;
  553. }
  554.  
  555. i a:hover, italic a:hover, em a:hover {
  556. color:#f7f7f7;
  557. text-shadow: 0px 0px 3px #f7f7f7;
  558. }
  559.  
  560. /*-----chat-----*/
  561.  
  562. .chat li:nth-of-type(odd) {
  563. list-style-type: none;
  564. background-color: #060606;
  565. color:#aeaeae;
  566. padding:4px 5px 4px 5px;
  567. margin:4px 1px 4px 1px;
  568. }
  569.  
  570. .chat li:nth-of-type(even) {
  571. list-style-type: none;
  572. background-color: #aeaeae;
  573. color:#101010;
  574. padding:4px 5px 4px 5px;
  575. margin:4px 1px 4px 1px;
  576. }
  577.  
  578. /*-----lists-----*/
  579.  
  580. ul {
  581. display: block;
  582. list-style-type:square;
  583. margin-top: 2px;
  584. margin-bottom: 0px;
  585. margin-left: 0px;
  586. margin-right: 0px;
  587. padding-left: 20px;
  588. }
  589.  
  590. li {
  591. display: square;
  592. padding-bottom:6px;
  593. }
  594.  
  595. ol {
  596. display: block;
  597. list-style-type: decimal;
  598. color:#fefefe;
  599. margin-top: 2px;
  600. margin-bottom: 2px;
  601. margin-left: 0px;
  602. margin-right: 0px;
  603. padding-left: 32px;
  604. }
  605.  
  606. pre {
  607. word-break:keep-all;
  608. max-width:245px;
  609. font-size:10px;
  610. letter-spacing:0px;
  611. color:#fefefe;
  612. border-right:2px solid #fefefe;
  613. background-color:#ababab;
  614. padding:5px;
  615. white-space: pre-wrap;
  616. }
  617.  
  618. /*-----quotes-----*/
  619.  
  620. .quote::first-letter {
  621. font-size:16px;
  622. font-family: 'Lobster Two', sans-serif;
  623. font-weight:700;
  624. color:#dedede;
  625. text-shadow: #aeaeae 0px 0px 3px;
  626. text-transform:uppercase;
  627. letter-spacing:1px;
  628. margin-right:1px;
  629. }
  630.  
  631. .quote {
  632. font-size:9px;
  633. font-family: 'Roboto Condensed', sans-serif;
  634. color:#cecece;
  635. text-align-last: center;
  636. text-transform:uppercase;
  637. letter-spacing:1px;
  638. line-height:150%;
  639. text-align: justify;
  640. -moz-text-align-last: center;
  641. border-bottom:1px dashed #1a191a;
  642. margin-bottom:10px;
  643. margin-top:5px;
  644. padding:4px 6px 4px 6px;
  645. }
  646.  
  647. .quotesource {
  648. width:auto;
  649. font-size:10px;
  650. font-family: 'Roboto Condensed', sans-serif;
  651. text-transform:uppercase;
  652. letter-spacing:1px;
  653. text-align:center;
  654. margin-bottom:10px;
  655. }
  656.  
  657. .quotesource b, bold, strong {
  658. font-size:10px;
  659. font-family: 'Roboto Condensed', sans-serif;
  660. text-transform:uppercase;
  661. }
  662.  
  663. .quotesource i, italic, em {
  664. font-size:10px;
  665. font-style: italic;
  666. font-family: 'Roboto Condensed', sans-serif;
  667. text-transform:uppercase;
  668. }
  669.  
  670. .quotesource a {
  671. font-size:10px;
  672. font-weight:700;
  673. font:#070707;
  674. text-transform:uppercase;
  675. }
  676.  
  677. .quotesource a:hover {
  678. font-weight:400;
  679. }
  680.  
  681. /*-----pulse-----*/
  682.  
  683. @-webkit-keyframes pulse {
  684. 0% {
  685. -webkit-transform: scale(.5, .5);
  686. opacity: 1;
  687. }
  688. 50% {
  689. -webkit-transform: scale(1, 1);
  690. opacity: 1;}
  691.  
  692. 100% {
  693. -webkit-transform: scale(.5, .5);
  694. opacity: 1;}
  695. }
  696.  
  697. /*-----links 1-----*/
  698.  
  699. #howdy1 {
  700. position:fixed;
  701. font-size:38px;
  702. top:36px;
  703. left:1115px;
  704. padding:10px;
  705. text-align:center;
  706. }
  707.  
  708. #howdy1 a {
  709. color:#ffffff;
  710. -webkit-transition: all 0.7s ease;
  711. -moz-transition: all 0.7s ease;
  712. -o-transition: all 0.7s ease;
  713. }
  714.  
  715. #howdy1 a:hover {
  716. color:#dddddd;
  717. -webkit-transition: all 0.5s ease-in-out;
  718. -moz-transition: all 0.5s ease-in-out;
  719. -o-transition: all 0.5s ease-in-out;
  720. transition: all 0.5s ease-in-out;
  721. -webkit-filter: blur(2px);
  722. -moz-filter: blur(2px);
  723. -o-filter: blur(2px);
  724. -ms-filter: blur(2px);
  725. filter: blur(2px);
  726. }
  727.  
  728. /*-----links 2-----*/
  729.  
  730. #howdy2 {
  731. position:fixed;
  732. font-size:18px;
  733. top:275px;
  734. left:850px;
  735. padding:10px;
  736. text-align:center;
  737. }
  738.  
  739. #howdy2 a {
  740. color:#ffffff;
  741. -webkit-transition: all 0.7s ease;
  742. -moz-transition: all 0.7s ease;
  743. -o-transition: all 0.7s ease;
  744. }
  745.  
  746. #howdy2 a:hover {
  747. color:#dddddd;
  748. -webkit-transition: all 0.5s ease-in-out;
  749. -moz-transition: all 0.5s ease-in-out;
  750. -o-transition: all 0.5s ease-in-out;
  751. transition: all 0.5s ease-in-out;
  752. -webkit-filter: blur(2px);
  753. -moz-filter: blur(2px);
  754. -o-filter: blur(2px);
  755. -ms-filter: blur(2px);
  756. filter: blur(2px);
  757. }
  758.  
  759. /*-----links 3-----*/
  760.  
  761. #howdy3 {
  762. position:fixed;
  763. font-size:30px;
  764. top:20px;
  765. left:210px;
  766. padding:10px;
  767. text-align:center;
  768. }
  769.  
  770. #howdy3 a {
  771. color:#ffffff;
  772. -webkit-transition: all 0.7s ease;
  773. -moz-transition: all 0.7s ease;
  774. -o-transition: all 0.7s ease;
  775. }
  776.  
  777. #howdy3 a:hover {
  778. color:#dddddd;
  779. -webkit-transition: all 0.5s ease-in-out;
  780. -moz-transition: all 0.5s ease-in-out;
  781. -o-transition: all 0.5s ease-in-out;
  782. transition: all 0.5s ease-in-out;
  783. -webkit-filter: blur(2px);
  784. -moz-filter: blur(2px);
  785. -o-filter: blur(2px);
  786. -ms-filter: blur(2px);
  787. filter: blur(2px);
  788. }
  789.  
  790. /*-----links 4-----*/
  791.  
  792. #howdy4 {
  793. position:fixed;
  794. font-size:20px;
  795. top:295px;
  796. left:425px;
  797. padding:10px;
  798. text-align:center;
  799. }
  800.  
  801. #howdy4 a {
  802. color:#ffffff;
  803. -webkit-transition: all 0.7s ease;
  804. -moz-transition: all 0.7s ease;
  805. -o-transition: all 0.7s ease;
  806. }
  807.  
  808. #howdy4 a:hover {
  809. color:#dddddd;
  810. -webkit-transition: all 0.5s ease-in-out;
  811. -moz-transition: all 0.5s ease-in-out;
  812. -o-transition: all 0.5s ease-in-out;
  813. transition: all 0.5s ease-in-out;
  814. -webkit-filter: blur(2px);
  815. -moz-filter: blur(2px);
  816. -o-filter: blur(2px);
  817. -ms-filter: blur(2px);
  818. filter: blur(2px);
  819. }
  820.  
  821. /*-----links 5-----*/
  822.  
  823. #howdy5 {
  824. position:fixed;
  825. font-size:20px;
  826. top:615px;
  827. left:330px;
  828. padding:10px;
  829. text-align:center;}
  830.  
  831. #howdy5 a {
  832. color:#ffffff;
  833. text-shadow:#cecece 0px 0px 5px;
  834. -webkit-transition: all 0.7s ease;
  835. -moz-transition: all 0.7s ease;
  836. -o-transition: all 0.7s ease;
  837. }
  838.  
  839. #howdy5 a:hover {
  840. color:#dddddd;
  841. -webkit-transition: all 0.5s ease-in-out;
  842. -moz-transition: all 0.5s ease-in-out;
  843. -o-transition: all 0.5s ease-in-out;
  844. transition: all 0.5s ease-in-out;
  845. -webkit-filter: blur(2px);
  846. -moz-filter: blur(2px);
  847. -o-filter: blur(2px);
  848. -ms-filter: blur(2px);
  849. filter: blur(2px);
  850. }
  851.  
  852. /*-----links 6-----*/
  853.  
  854. #howdy6 {
  855. position:fixed;
  856. font-size:35px;
  857. top:280px;
  858. left:980px;
  859. padding:10px;
  860. text-align:center;
  861. }
  862.  
  863. #howdy6 a {
  864. color:#ffffff;
  865. -webkit-transition: all 0.7s ease;
  866. -moz-transition: all 0.7s ease;
  867. -o-transition: all 0.7s ease;
  868. }
  869.  
  870. #howdy6 a:hover {
  871. color:#dddddd;
  872. -webkit-transition: all 0.5s ease-in-out;
  873. -moz-transition: all 0.5s ease-in-out;
  874. -o-transition: all 0.5s ease-in-out;
  875. transition: all 0.5s ease-in-out;
  876. -webkit-filter: blur(2px);
  877. -moz-filter: blur(2px);
  878. -o-filter: blur(2px);
  879. -ms-filter: blur(2px);
  880. filter: blur(2px);
  881. }
  882.  
  883. /*-----exclusives link-----*/
  884.  
  885. #ex {
  886. position:fixed;
  887. width:56px;
  888. height:auto;
  889. top:415px;
  890. left:1000px;
  891. text-align:center;
  892. }
  893.  
  894. #ex a {
  895. -webkit-transition: all 0.7s ease;
  896. -moz-transition: all 0.7s ease;
  897. -o-transition: all 0.7s ease;
  898. }
  899.  
  900. #ex a:hover {
  901. color:#dddddd;
  902. -webkit-transition: all 0.5s ease-in-out;
  903. -moz-transition: all 0.5s ease-in-out;
  904. -o-transition: all 0.5s ease-in-out;
  905. transition: all 0.5s ease-in-out;
  906. -webkit-filter: blur(2px);
  907. -moz-filter: blur(2px);
  908. -o-filter: blur(2px);
  909. -ms-filter: blur(2px);
  910. filter: blur(2px);
  911. }
  912.  
  913. /*-----permalinks-----*/
  914.  
  915. .permalinks {
  916. background-image:url('http://i.imgur.com/K8skWSI.png');
  917. margin-left:42px;
  918. margin-top:10px;
  919. margin-bottom:4px;
  920. word-spacing:2px;
  921. padding:6px;
  922. height:12px;
  923. width:152px;
  924. border: 1px #8d8d8d solid;
  925. outline-offset:2px;
  926. outline:1px dashed #1a191a;
  927.  
  928. }
  929.  
  930. .permalinks a {
  931. text-decoration:none;
  932. font-size:9px;
  933. color:#fefefe;
  934.  
  935. }
  936.  
  937. .permalinks a:hover {
  938. color:#070707;
  939. text-shadow:#070707 0px 0px 1px;
  940.  
  941. }
  942.  
  943. .date {
  944. float:left;
  945. }
  946.  
  947. .reblogs {
  948. float:right;
  949. }
  950. /*-----tags-----*/
  951.  
  952. #tags {
  953. font-size: 10px;
  954. font-family: 'Cantarell', sans-serif;
  955. font-weight: 400;
  956. letter-spacing:0px;
  957. word-spacing:1px;
  958. line-height:15px;
  959. color:#6e1a18;
  960. border:double 3px #1a191a;
  961. width:233px;
  962. margin-left:0px;
  963. margin-top:2px;
  964. padding:6px 11px 6px 11px;
  965. text-align: justify;
  966. -moz-text-align-last: center;
  967. text-align-last: center;
  968. }
  969.  
  970. #tags a {
  971. text-decoration:none;
  972. font-size:9px;
  973. text-transform:normal;
  974. color:#aeaeae;
  975. }
  976.  
  977. #tags a:hover {
  978. color:#fefefe;
  979. text-shadow: 0px 0px 4px #eeeeee;
  980. }
  981.  
  982. /*-----notes-----*/
  983.  
  984. .notecontainer {
  985. margin-top:-20px;
  986. line-height:190%;
  987. margin: 10px auto;
  988. width: 240px;
  989. color:#bbbbbb;
  990. font-size: 10px;
  991. letter-spacing:1px;
  992. }
  993.  
  994. .notecontainer ol.notes {
  995. list-style-type: decimal;
  996. margin-left: 9px;
  997. padding: 1px;
  998. }
  999.  
  1000. ol.notes img {
  1001. display:none;
  1002. }
  1003.  
  1004. .notecontainer img.avatar {
  1005. width: 15px;
  1006. height: 15px;
  1007. border-radius:50px;
  1008. }
  1009.  
  1010. /*-----asks-----*/
  1011.  
  1012. #asker {
  1013. font-size:12px;
  1014. font-family: 'Roboto Condensed', sans-serif;
  1015. color: #dedede;
  1016. text-shadow: 0px 0px 4px #aeaeae;
  1017. font-weight:400;
  1018. letter-spacing:1px;
  1019. text-transform: uppercase;
  1020. text-align:center;
  1021. background:transparent;
  1022. margin-top:4px;
  1023. margin-bottom:2px;
  1024. }
  1025.  
  1026. #asker a {
  1027. color: #dedede;
  1028. text-shadow: 0px 0px 4px #aeaeae;
  1029. }
  1030.  
  1031. #asker a:hover {
  1032. font-size:12px;
  1033. color: #fefefe;
  1034. font-weight:400;
  1035. text-shadow: 0px 0px 4px #fefefe;
  1036. -webkit-filter: blur(2px);
  1037. -moz-filter: blur(2px);
  1038. -o-filter: blur(2px);
  1039. -ms-filter: blur(2px);
  1040. filter: blur(2px);
  1041. }
  1042.  
  1043. #askerheader {
  1044. margin-left:26px;
  1045. }
  1046.  
  1047. #askertext {
  1048. font-size:12px;
  1049. font-weight:400;
  1050. font-family: 'IM Fell Double Pica SC', serif;
  1051. text-transform: lowercase;
  1052. color:#aeaeae;
  1053. text-align:center;
  1054. padding:2px;
  1055. margin-top:-4px;
  1056. margin-bottom:2px;
  1057. letter-spacing:1px;
  1058. word-spacing:2px;
  1059. }
  1060.  
  1061. #question {
  1062. font-size: 9px;
  1063. font-family: 'Cantarell', sans-serif;
  1064. text-transform:normal;
  1065. text-align: justify;
  1066. color:#010101;
  1067. -moz-text-align-last: center;
  1068. text-align-last: center;
  1069. background: #aeaeae;
  1070. border: 1px #000000 dashed;
  1071. border-top-left-radius:15px;
  1072. border-bottom-right-radius:15px;
  1073. letter-spacing:0.5px;
  1074. padding:10px;
  1075. padding-left:10px;
  1076. padding-right:10px;
  1077. margin-bottom:8px;
  1078. }
  1079.  
  1080. #answer {
  1081. max-width:250px;
  1082. line-height:15px;
  1083. }
  1084.  
  1085. /*-----audio-----*/
  1086.  
  1087. .playerbuttonbg {
  1088. position: absolute;
  1089. left: 10px;
  1090. top: 10px;
  1091. width: 19px;
  1092. height: 19px;
  1093. background-color: #ffffff;
  1094. padding: 10px;
  1095. opacity: .4;
  1096. filter: alpha(opacity=40);
  1097. -moz-opacity: 0.4;
  1098. -khtml-opacity: 0.4;
  1099. transition: opacity .7s ease-in-out;
  1100. -moz-transition: opacity .7s ease-in-out;
  1101. -webkit-transition: opacity .7s ease-in-out;
  1102. }
  1103.  
  1104. .playerbuttonbg:hover {
  1105. opacity: 1;
  1106. filter: alpha(opacity=100);
  1107. -moz-opacity: 1;
  1108. -khtml-opacity: 1;
  1109. }
  1110.  
  1111. .newplayerbutton {
  1112. position: relative;
  1113. width: 19px;
  1114. height: 19px;
  1115. overflow: hidden;
  1116. }
  1117.  
  1118. .playerbuttonhug {
  1119. position: absolute;
  1120. top: -18px;
  1121. left: -6px;
  1122. }
  1123.  
  1124. .tumblr_audio_player {
  1125. height: 90px;
  1126. width: 270px;
  1127. -moz-transform: scale(0.60, 0.60);
  1128. -webkit-transform: scale(0.60, 0.60);
  1129. -o-transform: scale(0.60, 0.60);
  1130. -ms-transform: scale(0.60, 0.60);
  1131. transform: scale(0.60, 0.60);
  1132. -moz-transform-origin: top left;
  1133. -webkit-transform-origin: top left;
  1134. -o-transform-origin: top left;
  1135. -ms-transform-origin: top left;
  1136. transform-origin: top left;
  1137. }
  1138.  
  1139. .audioimgwrapper {
  1140. position: absolute;
  1141. left: 0px;
  1142. top: 0px;
  1143. overflow: hidden;
  1144. width: 60px;
  1145. height: 60px;
  1146. }
  1147.  
  1148. .audioimgwrapper img {
  1149. width: 100%;
  1150. height: auto;
  1151. }
  1152.  
  1153. .trackdetails {
  1154. font-family: 'Roboto Condensed', sans-serif;
  1155. text-transform: lowercase;
  1156. line-height:12px;
  1157. font-size:10.5px;
  1158. width: auto;
  1159. display:inline-block;
  1160. margin-left: 68px;
  1161. margin-top:2px;
  1162. min-height: 75px;
  1163. }
  1164.  
  1165. .audiowrapper {
  1166. position: relative;
  1167. display:inline-block;
  1168. }
  1169.  
  1170. /*-----popups-----*/
  1171.  
  1172. .popup_block{
  1173. display:none;
  1174. height:500px;
  1175. width:456px;
  1176. background-image: url('http://i.imgur.com/faivouY.png');
  1177. float:left;
  1178. position:fixed;
  1179. left:708px;
  1180. top:325px;
  1181. z-index: 99999;
  1182. outline-offset:3px;
  1183. outline: dashed #000000 1px;
  1184. -webkit-box-shadow: 0px 0px 0px #000000;
  1185. -moz-box-shadow: 0px 0px 0px #000000;
  1186. box-shadow: 0px 0px 0px #000000;
  1187. }
  1188.  
  1189. .content {
  1190. position:absolute;
  1191. text-align:justify;
  1192. font-size:10.3px;
  1193. font-family: 'helvetica';
  1194. padding:0px 20px 0px 20px;
  1195. color:#777777;
  1196. width:214px;
  1197. height:378px;
  1198. line-height:15px;
  1199. word-spacing:1.4px;
  1200. overflow-y:scroll;
  1201. margin-left:201px;
  1202. margin-top:40px;
  1203. }
  1204.  
  1205. .popuptext {
  1206. font-size:30px;
  1207. font-family: 'lobster two', sans-serif;
  1208. text-transform:normal;
  1209. letter-spacing:.5px;
  1210. color:#fafafa;
  1211. text-shadow:2px 1px 0px #101010;
  1212. text-align:center;
  1213. margin-left:198px;
  1214. margin-top:438px;
  1215. }
  1216.  
  1217. *html #fade {
  1218. position: absolute;
  1219. }
  1220.  
  1221. *html .popup_block {
  1222. position: absolute;
  1223. }
  1224.  
  1225. #fade {
  1226. display:none;
  1227. position:fixed;
  1228. left:0px;
  1229. top:0px;
  1230. width:100%;
  1231. height:100%;
  1232. z-index:9999;
  1233. background:#1d1d1d;
  1234. opacity:.7;
  1235. }
  1236.  
  1237. /*-----popup tabs-----*/
  1238.  
  1239. ul#tabs {
  1240. list-style-type: none;
  1241. text-align: justify;
  1242. -moz-text-align-last: center;
  1243. text-align-last: center;
  1244. padding: 0px;
  1245. }
  1246.  
  1247. ul#tabs li {
  1248. display: inline-block;
  1249. font-size:9px;
  1250. font-family: 'Roboto Condensed', sans-serif;
  1251. color: #ffffff;
  1252. width:74px;
  1253. height:auto;
  1254. letter-spacing:.7px;
  1255. border: solid 1px #6a6a6a;
  1256. outline: solid 1px #aeaeae;
  1257. outline-offset:2px;
  1258. background-color: #1d1d1d;
  1259. background-image: url('');
  1260. padding: 2px 10px 2px 10px;
  1261. margin-left:3px;
  1262. margin-right:3px;
  1263. margin-top: 2px;
  1264. margin-bottom: 8px;
  1265. }
  1266.  
  1267. ul#tabs li:hover {
  1268. background-color: #101010;
  1269. color: #fefefe;
  1270. text-shadow:0px 0px 3px #fefefe;
  1271.  
  1272. }
  1273.  
  1274. ul#tabs li.active {
  1275. color: #1d1d1d;
  1276. text-shadow:0px 0px 2px #aeaeae;
  1277. background-color: #aeaeae;
  1278. border: solid 1px #000000;
  1279. outline: solid 1px #aeaeae;
  1280. outline-offset:2px;
  1281. }
  1282.  
  1283. ul#tab {
  1284. list-style-type: none;
  1285. margin: 0px;
  1286. padding: 0px;
  1287. font-size:11px;
  1288. }
  1289.  
  1290. ul#tab li {
  1291. display: none;
  1292. }
  1293.  
  1294. ul#tab li.active {
  1295. display: block;
  1296. }
  1297.  
  1298. /*-----verse img-----*/
  1299.  
  1300. #verseimg {
  1301. width: 100%;
  1302. height:auto;
  1303. background-color: transparent;
  1304. padding-bottom:5px;
  1305. margin-bottom:4px;
  1306. margin-top:4px;
  1307. font-size:9px;
  1308. letter-spacing:0.4px;
  1309. color:#777777;
  1310. font-family: helvetica;
  1311. }
  1312.  
  1313. #verseimg h2 {
  1314. letter-spacing:0px;
  1315. }
  1316.  
  1317. #txt img {
  1318. float:left;
  1319. margin:4px 10px 3px 5px;
  1320. border:2px solid #fefefe;
  1321. outline: 1px solid #dedede;
  1322. outline-offset:2px;
  1323. width:54px;
  1324. height:54px;
  1325. }
  1326.  
  1327. #txt img:hover {
  1328. }
  1329.  
  1330. /*-----music-----*/
  1331.  
  1332. #music {
  1333. position:fixed;
  1334. }
  1335.  
  1336.  
  1337. /*-----buttons-----*/
  1338.  
  1339. .button {
  1340. display: inline-block;
  1341. font-size:8px;
  1342. font-family: 'Roboto Condensed', sans-serif;
  1343. text-transform:uppercase;
  1344. color: #1d1d1d;
  1345. width:71px;
  1346. height:auto;
  1347. letter-spacing:.7px;
  1348. outline-offset:3px;
  1349. outline:#aeaeae 1px solid;
  1350. background-color: #aeaeae;
  1351. background-image: url('');
  1352. padding: 2px 10px 2px 10px;
  1353. margin-left:3px;
  1354. margin-right:3px;
  1355. margin-top: 7px;
  1356. margin-bottom: 7px;
  1357. }
  1358.  
  1359. .button:hover {
  1360. color:#fefefe;
  1361. background-color: #1d1d1d;
  1362. text-shadow: 0px 0px 3px #fefefe;
  1363. }
  1364.  
  1365. .button a {
  1366. color:#1d1d1d;
  1367. text-shadow: 0px 0px 0px #0c0c0c;
  1368. }
  1369.  
  1370. .button a:hover {
  1371. -webkit-transition: all 0.5s ease-in-out;
  1372. -moz-transition: all 0.5s ease-in-out;
  1373. transition: all 0.5s ease-in-out;
  1374. }
  1375.  
  1376. /*-----credit-----*/
  1377.  
  1378. #credit {
  1379. color:#fefefe;
  1380. }
  1381.  
  1382. #credit a {
  1383. font-family: 'lobster two', sans-serif;
  1384. font-size:6px;
  1385. font-weight:400;
  1386. background:#1d1d1d;
  1387. border: 3px double #aeaeae;
  1388. position:fixed;
  1389. color:#fefefe;
  1390. padding:2px 2px 2px 2px;
  1391. width:14px;
  1392. bottom:4px;
  1393. text-align:center;
  1394. text-transform:uppercase;
  1395. right:5px;
  1396. }
  1397.  
  1398. #credit a:hover {
  1399. font-size:6px;
  1400. font-weight:400;
  1401. background:#aeaeae;
  1402. border: 3px double #fefefe;
  1403. position:fixed;
  1404. color:#070707;
  1405. text-shadow: 0px 0px 0px #550d0d;
  1406. text-transform:uppercase;
  1407. }
  1408.  
  1409. </style></head><body>
  1410.  
  1411.  
  1412. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'III.','url':'https://www.youtube.com/watch?v=YjXUhVDAb9k'}]}" ></script><noscript><a href="http://playlist.me/skins/">SCM player skins</a></noscript><!-- playlist.me script end -->
  1413.  
  1414. <div id="bite">
  1415. <div id="thekey"></div>
  1416. <div class="death">
  1417. <div id="actualnews">
  1418.  
  1419. <p>
  1420. <center><h2>PUSSY</h2></center>
  1421. " yeah i <b>WANNA</b> get <i>FUCKED</i> up. "
  1422. <br>
  1423. <br>
  1424. <b>baby firefly</b><br>
  1425. from <i>house of 1000 corpses / the devil's rejects.</i></p>
  1426. PRIVATE <b>&</b> SELECTIVE
  1427. <p>
  1428. <center><h2>LIQUOR</h2></center>
  1429. <p><b>READ RULES</b> <i>!</i></p>
  1430. <b>est:</b>&nbsp; aug 18th, 2017</p>
  1431.  
  1432. <!-----scripts------>
  1433.  
  1434. <div id="scripts">
  1435.  
  1436. ( <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5418586";
  1437. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1438. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1439. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1440. </script>
  1441.  
  1442. &nbsp;|&nbsp;
  1443.  
  1444. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3211373";
  1445. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1446. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1447. </script>)
  1448.  
  1449. </div>
  1450.  
  1451. <p><i>written by raven</i><br></p>
  1452.  
  1453. </div></div></div></div></div></div></div></div></div>
  1454.  
  1455. <!-----ask------>
  1456.  
  1457. <div id="yeehaw2" class="popup_block">
  1458. <div class="content"><center>
  1459.  
  1460. <h3>if someone needs to be <b>KILLED,</b>
  1461. you <i>KILL</i>'em</i>.</h3>
  1462.  
  1463. <iframe frameborder="0" height="255" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/finelendal.tumblr.com/" width="100%"></iframe>
  1464.  
  1465. </iframe></center></div>
  1466.  
  1467. <div class="popuptext">Questions</div>
  1468.  
  1469. </div></div></div></div></div></div></div></div></div></div></div>
  1470.  
  1471. <!-----rules------>
  1472.  
  1473. <div id="yeehaw3" class="popup_block">
  1474. <div class="content">
  1475.  
  1476. <center><h2>GENERAL</h2></center>
  1477.  
  1478. <center><p>private and highly selective rp blog for<br>
  1479. <b>BABY FIREFLY</b><br>
  1480. of rob zombie’s <i>house of 100 corpses & the devil's rejects.</i>
  1481. </p></center>
  1482.  
  1483. <p><b>i.</b>&nbsp;&nbsp;&nbsp;this blog is <b>18+</b>. there will most DEFINITELY be <b>TRIGGERING</b> themes on here. you have been <i>WARNED.</i></p>
  1484.  
  1485. <p><b>ii.</b>&nbsp;&nbsp;&nbsp;i am very busy outside of tumblr. this means that when it comes to starter calls that i post, i'm selective with them. this is <b>NOTHING</b> against you, i make starters based on inspiration. <b>i wil not push myself to make starters when i'm not inspired.</b> sometimes i take five seconds to make starters from my calls, or i take a month. if you ever want to speed up this process, then <b>PLEASE</b> don't be shy to IM me for plotting!! i make starters a lot faster when i have something to go off of.</p>
  1486.  
  1487. <p><b>iii.</b>&nbsp;&nbsp;&nbsp;<b>DO NOT</b> push me to roleplay with you. please!</p>
  1488.  
  1489. <p><b>iv.</b>&nbsp;&nbsp;&nbsp; i am <i>extremely</i> flexible when it comes to crossovers. i'm <b>very</b> crossover friendly, in fact majority of my threads are crossovers. i encourage interactions with muses from other fandoms as well as OCs!</p>
  1490.  
  1491. <p><b>v.</b>&nbsp;&nbsp;&nbsp;i’m multi-ship here. however, i’m selective with who i ship with. i do ask for at atleast <b>SOME</b> ooc discussion.</p>
  1492.  
  1493. <p><b>vi.</b>&nbsp;&nbsp;&nbsp;i encourage that you turn asks into threads, don’t even ask me! just <b>PLEASE, PLEASE</b> make sure you move it to a whole new post --- <i>don’t reblog the ask with your reply.</i></p>
  1494.  
  1495. <p><b>vii.</b>&nbsp;&nbsp;&nbsp;i will <b>NOT</b> stand for any hate or drama here. you’re entitled to your opinions, as am i. but there is <i>NO NEED</i> to spew hate if you don’t agree with something. this also goes for negativity. if there is a consistent amount of vagues and negativity on my dash from the same person, i will unfollow.</p>
  1496.  
  1497. <p><b>viii.</b>&nbsp;&nbsp;&nbsp;<b>unfollow me and i’ll unfollow you.</b> this is nothing out of petty revenge, i just prefer to keep a clean dash and i see it pointless to continue to follow someone that is not following me.</p>
  1498.  
  1499. <p><b>ix.</b>&nbsp;&nbsp;&nbsp;while i, myself, do not have any triggers, please keep in mind that this blog will have <i>HEAVY</i> TRIGGERING content. and there will most <b>DEFINITELY</b> be cursing / slurs. if cursing and or slurs make you uncomfortable please <b>DO NOT</b> follow. expect there to be talk of murder, violent, actual murder, gore, torture, sexual themes, sexual actions and or talk, and other offensive content.</p>
  1500.  
  1501. <center><h2>WRITER& CREDIT</h2></center>
  1502.  
  1503. <p><b>my name is raven,</b> i’m 21 years old. she/her. my discord is available to mutuals, just shoot me a message and i’ll give it to you<i>!</i>.</p>
  1504.  
  1505. <p>the PSD used for my icons is <i>not mine,</i> and credit goes to the tumblr user <a href="http://forzia.tumblr.com/">forzia</a>. theme coding was made by <a href="http://ensuespurity.tumblr.com/">ensuespurity</a>. theme background <b>&</b> dashboard graphics were made by me.</p>
  1506.  
  1507. </div>
  1508.  
  1509. <div class="popuptext">Guidelines</div>
  1510.  
  1511. </div></div></div></div></div></div></div></div></div></div></div>
  1512.  
  1513. <!-----bio------>
  1514.  
  1515. <div id="yeehaw4" class="popup_block">
  1516. <div class="content">
  1517.  
  1518. <ul id="tabs"><li class="active">
  1519. BASICS</li>
  1520. <li>STATS</li>
  1521. <li>HISTORY</li>
  1522. <li>RELATIONSHIPS</li>
  1523. </ul>
  1524.  
  1525. <ul id="tab">
  1526. <li class="active">
  1527.  
  1528. <center><h2>GENERAL</h2></center>
  1529.  
  1530. <p><b>NAME.</b>&nbsp;&nbsp;&nbsp;vera-ellen wilson.</p>
  1531. <p><b>GENDER/SEX.</b>&nbsp;&nbsp;&nbsp;female / female.</p>
  1532. <p><b>ALIAS(s).</b>&nbsp;&nbsp;&nbsp;baby firefly, baby girl, angel baby, baby jane, angel.</p>
  1533.  
  1534. <p><b>AFFILIATION.</b>&nbsp;&nbsp;&nbsp;the firefly family.</p>
  1535. <p><b>PLACE OF BIRTH.</b>&nbsp;&nbsp;&nbsp;ruggsville county.</p>
  1536. <p><b>DATE OF BIRTH.</b> september 12th, 1948.
  1537.  
  1538. <center><h2>PHYSICAL</h2></center>
  1539.  
  1540. <p><b>HEIGHT.</b>&nbsp;&nbsp;&nbsp;five foot, ten inches.</p>
  1541. <p><b>AGE.</b>&nbsp;&nbsp;&nbsp;27 - 29</p>
  1542. <p><b>EYE COLOUR.</b>&nbsp;&nbsp;&nbsp;blue</p>
  1543. <p><b>HAIR COLOUR.</b>&nbsp;&nbsp;&nbsp;blonde.</p>
  1544. <p><b>WEIGHT.</b>&nbsp;&nbsp;&nbsp;124 lbs.</p>
  1545.  
  1546.  
  1547. <center><h2>MISC</h2></center>
  1548.  
  1549. <p><b>ALIGNMENT.</b>&nbsp;&nbsp;&nbsp;chaotic evil </p>
  1550. <p><b>CRIMES.</b>&nbsp;&nbsp;&nbsp;murder</p>
  1551. <p><b>WEAPONS.</b>&nbsp;&nbsp;&nbsp;knives / firearms.</p>
  1552.  
  1553. </li><li>
  1554.  
  1555. <h2>STATS</h2>
  1556.  
  1557. <p><b>PERSONALITY TRAITS.</b>&nbsp;&nbsp;&nbsp; TO BE ADDED.</p>
  1558.  
  1559. <p><b>ABILITIES.</b>&nbsp;&nbsp;&nbsp; TO BE ADDED.</p>
  1560.  
  1561. </li><li>
  1562.  
  1563. <h2>STORY</h2>
  1564.  
  1565. <p><b>TO BE ADDED.</b></p>
  1566.  
  1567. </li><li>
  1568.  
  1569. <h2>RELATIONSHIPS</h2>
  1570.  
  1571. <p><b>SIBLINGS.</b>&nbsp;&nbsp;&nbsp;TO BE ADDED.</p>
  1572. <p><b>PARENTS.</b>&nbsp;&nbsp;&nbsp;TO BE ADDED.</p>
  1573.  
  1574. </li></ul>
  1575.  
  1576. </div>
  1577.  
  1578. <div class="popuptext">Biography</div>
  1579.  
  1580. </div></div></div></div></div></div></div></div></div></div></div>
  1581.  
  1582. <!-----verses------>
  1583.  
  1584. <div id="yeehw5" class="popup_block">
  1585. <div class="content">
  1586.  
  1587. <div id="verseimg"><div id="txt">
  1588.  
  1589. <h2>? ? ?</h2>
  1590.  
  1591. <p><b>TO BE ADDED.</b></p>
  1592.  
  1593. </div></div></div>
  1594.  
  1595. <div class="popuptext">Verses</div>
  1596.  
  1597. </div></div></div></div></div></div></div></div></div></div></div>
  1598.  
  1599. <!-----navigation------>
  1600.  
  1601. <div id="yeehaw6" class="popup_block">
  1602. <div class="content">
  1603.  
  1604. <center>
  1605.  
  1606. <h2>GENERAL</h2>
  1607.  
  1608. <a class="button" href="/tagged/┊-↪┊%7B-ʷᵉ-ᵃʳᵉ-ᶠᵒʳˢᵃᵏᵉᶰˑ-┊⁽- ᵒᵒᶜˑ-⁾">ooc posts</a>
  1609. <a class="button" href="/tagged/┊-↪┊%7B-ʷʰᵃᵗ-ʲᵒʸ-ᶤˢ-ᵗʰᵉʳᵉ-ᶤᶰ-ᵗʰᶤˢ-ᶜᵘʳˢᵉˀ-ʷʰᵃᵗ-ᵐᵒʳᵉ-ᵈᵒ-ʷᵉ-ʰᵃᵛᵉˀ┊⁽- ᶤᶰ-ᶜʰᵃʳᵃᶜᵗᵉʳˑ- ⁾">ic posts</a>
  1610. <a class="button" href="">memes</a>
  1611. <a class="button" href="">answered asks</a>
  1612. <a class="button" href="">headcanons</a>
  1613. <a class="button" href="">starter calls</a>
  1614. <a class="button" href="">promos</a>
  1615. <a class="button" href="">open threads</a>
  1616. <a class="button" href="">wishlist</a>
  1617. <a class="button" href="">psas</a>
  1618.  
  1619. <h2>MUSE</h2>
  1620.  
  1621. <a class="button" href="">musings</a>
  1622. <a class="button" href="">aesthetic</a>
  1623. <a class="button" href="">clothing</a>
  1624. <a class="button" href="">body</a>
  1625. <a class="button" href="">music</a>
  1626. <a class="button" href="">occupation</a>
  1627. <a class="button" href="">westworld</a>
  1628. <a class="button" href="">hosts</a>
  1629.  
  1630. <h2>PEOPLE</h2>
  1631.  
  1632. <a class="button" href="">man in black</a>
  1633. <a class="button" href="">william</a>
  1634. <a class="button" href="">dr ford</a>
  1635. <a class="button" href="">dolores</a>
  1636. <a class="button" href="">logan</a>
  1637. <a class="button" href="">hector</a>
  1638. <a class="button" href="">lawrence</a>
  1639. <a class="button" href="">maeve</a>
  1640.  
  1641. </center>
  1642. </div>
  1643.  
  1644. <div class="popuptext">Navigation</div>
  1645.  
  1646. </div></div></div></div></div></div></div></div></div></div></div>
  1647.  
  1648. <!-----exclusives------>
  1649.  
  1650. <div id="yeehaw7" class="popup_block">
  1651. <div class="content">
  1652.  
  1653. <h3>EXCLUSIVES</h3>
  1654.  
  1655. <blockquote>I will&nbsp;<strong>only</strong>&nbsp;write with their version of this character. I will not write with, follow, or interact IC with any other blogs with this muse. I practice&nbsp;<u>mutual exclusivity</u>, so I expect my exclusives <i>not</i> to write with any variations of my muse as well.</blockquote>
  1656. <center>
  1657. <br>
  1658. <p><b>I. C A N O N.</b>
  1659. <br>
  1660. <br><b><i>otis</i>: <a href="http://evilwork.tumblr.com/">EVILWORK</a></b>
  1661.  
  1662. <p><b>II. C R O S S O V E R S.</b>
  1663. <p><b>TO BE ADDED.</b>
  1664.  
  1665. </div>
  1666. </center>
  1667. <div class="popuptext">Exclusives</div>
  1668.  
  1669. </div></div></div></div></div></div></div></div></div></div></div>
  1670.  
  1671.  
  1672.  
  1673. <!-----links------>
  1674.  
  1675. <div id="howdy1" class="emergency">
  1676. <a href="/" title="INDEX"><img src="http://i.imgur.com/DNkDn2h.png"></a></div>
  1677.  
  1678. <div id="howdy2">
  1679. <a href="#?w=456" rel="yeehaw2" class="poplight" title="QUESTIONS">
  1680.  
  1681. <img src="http://i.imgur.com/aY3OijC.png">
  1682. </a></div>
  1683.  
  1684. <div id="howdy3">
  1685. <a href="#?w=456" rel="yeehaw3" class="poplight" title="GUIDELINES"><img src="http://i.imgur.com/CeaodiG.png"></a></div>
  1686.  
  1687. <div id="howdy4">
  1688. <a href="#?w=456" rel="yeehaw4" class="poplight" title="BABY GIRL">
  1689. <img src="http://i.imgur.com/BUDurxP.png"></a></div>
  1690.  
  1691. <div id="howdy6">
  1692. <a href="#?w=456" rel="yeehaw7" class="poplight" title="FAMILY">
  1693. <img src="http://i.imgur.com/4G9ctfu.png"></a></div>
  1694.  
  1695. </div>
  1696.  
  1697. <!-----pagination------>
  1698.  
  1699. <div id="pagination">
  1700. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"title="PREVIOUS PAGE">‹‹</a>{/block:PreviousPage}{/block:Pagination}
  1701.  
  1702. {block:Pagination}{block:NextPage} <a href="{NextPage}" title="NEXT PAGE">››</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</div>
  1703.  
  1704. <!-----credit------>
  1705.  
  1706. <div id="credit"><a href="http://ensuespurity.tumblr.com/">☆</a></div>
  1707.  
  1708. <!-----main------>
  1709.  
  1710. <div id="container">
  1711.  
  1712. {block:Posts}
  1713.  
  1714. <div class="posts">
  1715.  
  1716. {block:Text}
  1717. {block:Title}<h1>
  1718. {Title}
  1719. </h1>{/block:Title}
  1720. {Body}{/block:Text}
  1721.  
  1722. <!-----photos------>
  1723.  
  1724. {block:Photo}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  1725. {/block:Photo}
  1726.  
  1727. <div class="photoset">{block:Photoset}{Photoset-250}
  1728. {/block:Photoset}</div>
  1729.  
  1730. <!-----quotes------>
  1731.  
  1732. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}
  1733. <div class="quotesource">{Source}</div>
  1734. {/block:Source}{/block:Quote}
  1735.  
  1736. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>
  1737. {block:Description}{Description}{/block:Description}
  1738. {/block:Link}
  1739.  
  1740. <!-----chat------>
  1741.  
  1742. {block:Chat}<div class="chat">{block:Title}{Title}</a>{/block:Title}
  1743. {block:Lines}<li>{block:Label}<span>{Label}</span>{/block:Label}
  1744. {Line}</li>{/block:Lines}</div>{/block:Chat}
  1745.  
  1746. <!-----video------>
  1747.  
  1748. {block:Video}{Video-250}
  1749. {/block:Video}
  1750.  
  1751. <!-----audio------>
  1752.  
  1753. {block:AudioPlayer}
  1754. <div class="audiowrapper">{block:AlbumArt}
  1755. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1756. {/block:AlbumArt}
  1757.  
  1758. <div class="playerbuttonbg">
  1759. <div class="newplayerbutton">
  1760. <div class="playerbuttonhug">
  1761.  
  1762. {AudioPlayerWhite}
  1763.  
  1764. </div></div></div>
  1765.  
  1766. <div class="trackdetails">
  1767.  
  1768. {block:TrackName}<font color="#3c3742">TITLE.</font>&nbsp;&nbsp;
  1769. <font color="#fefefe">{TrackName}</font>{/block:TrackName}<br/>
  1770.  
  1771. {block:Artist}<font color="#3c3742">ARTIST.</font>&nbsp;&nbsp;
  1772. <font color="#fefefe">{Artist}</font>{/block:Artist}<br/>
  1773.  
  1774. {block:Album}<font color="#3c3742">ALBUM.</font>&nbsp;&nbsp;
  1775. <font color="#fefefe">{Album}</font>{/block:Album}<br/>
  1776. </div></div>
  1777.  
  1778. {/block:AudioPlayer}
  1779. {block:Caption}{Caption}{/block:Caption}
  1780.  
  1781. <!-----asks------>
  1782.  
  1783. {block:Answer}<div id="askerheader">
  1784.  
  1785. <img src="http://i.imgur.com/iFkuYRW.png" draggable="false"></div>
  1786.  
  1787. <div id="asker">{Asker}</div>
  1788. <div id="askertext">ENTERED THE HOUSE.</div>
  1789.  
  1790. <div id="question">{Question}</div>
  1791. <div id="answer">{Answer}</div>
  1792.  
  1793. {/block:Answer}
  1794.  
  1795. <!-----permalinks------>
  1796.  
  1797. <div class="permalinks"><div class="date">
  1798. <a href="{Permalink}" title="{TimeAgo} {block:NoteCount}with {NoteCount} notes{/block:NoteCount}">✦</a></div>
  1799.  
  1800. <div class="reblogs">{block:RebloggedFrom}
  1801. <a href="{ReblogParentURL}" title="via: {ReblogParentName}">i.</a>
  1802. <a href="{SourceURL}" title="source: {ReblogRootName}">ii.</a>
  1803. {/block:RebloggedFrom}
  1804. <a href="{ReblogURL}" target="_blank" title="reblog?">↻</a></div>
  1805.  
  1806. </div></div>
  1807.  
  1808. <!-----tags------>
  1809.  
  1810. {block:HasTags}<div id="tags">
  1811. {block:tags}&nbsp;#.&nbsp;<a title="{tag}" href="{tagurl}">{tag}</a>{/block:tags}
  1812. </div>{/block:HasTags}
  1813.  
  1814. <!-----notes------>
  1815.  
  1816. <div id="postnote">
  1817. {block:PostNotes}<div class="notecontainer">
  1818. {PostNotes}{/block:PostNotes}
  1819.  
  1820. </div>{/block:Posts}</div>
  1821.  
  1822. </body>
  1823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement