Advertisement
lojsan7

cassie1

Sep 10th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.19 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5. <script>
  6. $(document).ready(function() {
  7. //
  8. $('a.poplight[href^=#]').click(function() {
  9. var popID = $(this).attr('rel'); //Get Popup Name
  10. var popURL = $(this).attr('href'); //Get Popup href to define size
  11. var query= popURL.split('?');
  12. var dim= query[1].split('&');
  13. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  14. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  15. var popMargTop = ($('#' + popID).height() + 80) / 2;
  16. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  17. //Apply Margin to Popup
  18. $('#' + popID).css({
  19. 'margin-top' : -popMargTop,
  20. 'margin-left' : -popMargLeft
  21. });
  22. $('body').append('<div id="fade"></div>');
  23. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  24. return false;
  25. });
  26. $('a.close, #fade').live('click', function() {
  27. $('#fade , .popup_block').fadeOut(function() {
  28. $('#fade, a.close').remove(); //fade them both out
  29. });
  30. return false;
  31. });
  32. });
  33. </script>
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="https://33.media.tumblr.com/d3c843e46f0ad039ae01c0ebcd4ae8ac/tumblr_n6fulzuhWz1sau89xo1_250.gif">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37.  
  38. <!---- this is theme 44 by Hollywhood
  39. please don't remove the credit
  40. thank you
  41. --->
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#9B9B9B"/>
  45. <meta name="color:Link" content="#b8b8b8"/>
  46. <meta name="color:scrollbar" content="#999999">
  47. <meta name="color:title" content="#999999">
  48. <meta name="color:Link Hover" content="#eeeeee"/>
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="text:sidebartitle" content="">
  52. <meta name="image:background image" content="">
  53. <meta name="image:info image" content="">
  54. <meta name="image:sidebar" content=""/>
  55. <meta name="text:sidebartitle" content="">
  56.  
  57. <meta name="text:link1" content="" />
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="" />
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="" />
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="" />
  64. <meta name="text:link4 url" content="/">
  65. <meta name="text:link5" content="" />
  66. <meta name="text:link5 url" content="/">
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. #tab1 {
  72. width: 13px;
  73. height: 13px;
  74. border: solid 1px #dbdcdc; /*Here change the border color*/
  75. background-color: #dbdcdc; /*Here change the background color*/
  76. margin-left:-670px;
  77. margin-top: 10px;
  78. position: fixed;
  79. overflow:hidden;
  80. -webkit-transition: opacity 0.4s linear;
  81. -webkit-transition: all 0.4s linear;
  82. -moz-transition: all 0.4s linear;
  83. -o-transition: all 0.4s linear;
  84. }
  85.  
  86. #tab1:hover {
  87. width: 130px;
  88. height: 168px;
  89. background-color: #dbdcdc;
  90. z-index: 99999;
  91. -webkit-transition: opacity 0.4s linear;
  92. -webkit-transition: all 0.4s linear;
  93. -moz-transition: all 0.4s linear;
  94. -o-transition: all 0.4s linear;
  95. }
  96.  
  97. #tab2 {
  98. width: 13px;
  99. height: 13px;
  100. border: solid 1px #dbdcdc; /*Here change the border color*/
  101. background-color: #dbdcdc; /*Here change the background color*/
  102. margin-left: -670px;
  103. margin-top: 35px;
  104. position: fixed;
  105. overflow:hidden;
  106. z-index:999;
  107. -webkit-transition: opacity 0.4s linear;
  108. -webkit-transition: all 0.4s linear;
  109. -moz-transition: all 0.4s linear;
  110. -o-transition: all 0.4s linear;
  111. }
  112.  
  113. #tab2:hover {
  114. width: 130px;
  115. height: 168px;
  116. background-color: #dbdcdc;
  117. -webkit-transition: opacity 0.4s linear;
  118. -webkit-transition: all 0.4s linear;
  119. -moz-transition: all 0.4s linear;
  120. -o-transition: all 0.4s linear;
  121. }
  122.  
  123. #tab3 {
  124. width: 13px;
  125. height: 13px;
  126. border: solid 1px #dbdcdc; /*Here change the border color*/
  127. background-color: #dbdcdc; /*Here change the background color*/
  128. margin-left: -670px;
  129. margin-top: 60px;
  130. position: fixed;
  131. overflow:hidden;
  132. -webkit-transition: opacity 0.4s linear;
  133. -webkit-transition: all 0.4s linear;
  134. -moz-transition: all 0.4s linear;
  135. -o-transition: all 0.4s linear;
  136. }
  137.  
  138. #tab3:hover {
  139. width: 130px;
  140. height: 168px;
  141. background-color: #dbdcdc;
  142. -webkit-transition: opacity 0.4s linear;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. -o-transition: all 0.4s linear;
  146. }
  147.  
  148. .inside {
  149. width: 110px;
  150. padding: 10px;
  151. padding-top: 8px;
  152. font-family: sans-serif;
  153. font-size: 9px;
  154. line-height: 150%;
  155. color: #808a94; /*Change here the text color*/
  156. background-color: #dbdcdc; /*Change here the inside background color*/
  157. letter-spacing: .8px;
  158. text-align: center;
  159. padding-bottom:1000px;
  160. opacity: 0;
  161. -webkit-transition: opacity 0.3s linear;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. -o-transition: all 0.3s linear;
  165. }
  166.  
  167. .inside:hover {
  168. opacity: 1;
  169. -webkit-transition: opacity 0.3s linear;
  170. -webkit-transition: all 0.3s linear;
  171. -moz-transition: all 0.3s linear;
  172. -o-transition: all 0.3s linear;
  173. }
  174.  
  175.  
  176. ::-webkit-scrollbar-thumb{
  177. background-color: #ffffff;
  178. border: 2px solid transparent;
  179. height:5px;
  180. }
  181.  
  182. ::-webkit-scrollbar {
  183. height:auto;
  184. width:2px;
  185. background-color: transparent;
  186. border:5px solid transparent;
  187. }
  188.  
  189.  
  190. iframe#tumblr_controls {
  191. white-space:nowrap;
  192. -webkit-filter: invert(100%);
  193. -moz-filter: invert(100%);
  194. -o-filter: invert(100%);
  195. -ms-filter: invert(100%);
  196. filter: invert(100%);
  197. opacity:.2;transition: .8s ease-in-out;
  198. -webkit-transition: .8s ease-in-out;
  199. -moz-transition: .8s ease-in-out;
  200. -o-transition: .8s ease-in-out;
  201. }
  202.  
  203. h1 {
  204. font-weight:normal;
  205. font-size:17px;
  206. text-align:center;
  207. font-style:normal;
  208. line-height:100%;
  209. letter-spacing:1px;
  210. text-transform:normal;
  211. color:{color:text};
  212. }
  213.  
  214. h2 {
  215. font-size:17px;
  216. text-align:center;
  217. line-height:100%;
  218. letter-spacing:-0.5px;
  219. color:#444343;
  220. text-shadow:1px 1px 15px #022e40;
  221. font-weight:bold;
  222. text-transform:uppercase;
  223. padding:5px;
  224. padding-bottom:2px;
  225. }
  226.  
  227.  
  228. blockquote {
  229. border-left:1px solid #abb1b0;
  230. padding:17px;
  231. margin:10px 2px 0px 10px
  232. background-color:#abb1b0;
  233. }
  234.  
  235. body {
  236. background:{color:background};
  237. background-image: url('http://i.imgur.com/qIIsddD.gif');
  238. background-repeat: no-repeat;
  239. background-size: center;
  240. background-attachment: fixed;
  241. position: absolute;
  242. margin-left:700px;
  243. color:{color:text};
  244. font-family:times new roman;
  245. font-size:12px;
  246. line-height:100%;
  247. }
  248.  
  249. b,bold,strong {
  250. color:#225a81;
  251. font-family:times;
  252. font-size:14px;
  253. text-shadow: 1px 1px 15px #022b47;
  254. }
  255.  
  256. i,em,italic {
  257. color:#a2b5c2;
  258. font-family:times;
  259. font-size:14px;
  260. text-shadow: 1.5px 1.5px 15px #a9d8fa;
  261. }
  262.  
  263. a {
  264. text-decoration:none;
  265. text-transform:uppercase;
  266. text-shadow: 0 0 0.3em ;
  267. color: #eeeeee;
  268. outline:none;
  269. -moz-outline-style:none;
  270. color:{color:link};
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. a:hover {
  277. text-decoration:none;
  278. outline:none;
  279. -moz-outline-style:none;
  280. color:{color:link hover};
  281. }
  282.  
  283. img {
  284. border:none;
  285. }
  286.  
  287.  
  288. #post {
  289. width:400px;
  290. margin-top:0px;
  291. margin-bottom:50px;
  292. opacity:0.8;
  293. -webkit-transition: all 0.6s ease-in-out;
  294. -moz-transition: all 0.6s ease-in-out;
  295. -o-transition: all 0.6s ease-in-out;
  296. -ms-transition: all 0.6s ease-in-out;
  297. transition: all 0.6s ease-in-out;
  298. -webkit-filter:grayscale(100%);
  299. -webkit-transition: all 0.6s ease-in-out;
  300. }
  301.  
  302. #post:hover{
  303. -webkit-filter:none;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. opacity:1;
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. transition: all 0.6s ease-in-out;
  311. }
  312.  
  313. #container {margin: auto;
  314. position:fixed;
  315. width: 900px;}
  316.  
  317.  
  318. #entries {
  319. padding:10px;
  320. left:500px;
  321. top:81px;
  322. position:fixed;
  323. background-color:transparent;
  324. width:400px;
  325. height:220px;
  326. top:370px;
  327. padding: 20px;
  328. overflow-x:scroll;
  329. scroll:left;
  330. overflow-x:hidden;
  331. }
  332.  
  333.  
  334. #theme {
  335. width:250px;
  336. margin:0 auto -12px auto;
  337. }
  338.  
  339. #sidebar {
  340. color:{color:text};
  341. width:100px;
  342. height:auto;
  343. margin-top:90px;
  344. margin-left:165px;
  345. text-align:left;
  346. }
  347.  
  348. #sidebarimage img {
  349. width:100px;
  350. opacity:.9;
  351. margin-top:-10px;
  352. margin-bottom:0px;
  353. margin-left:43px;
  354. }
  355.  
  356. #links {
  357. font-family:'Arial';
  358. width:220px;
  359. margin-top:100px;
  360. margin-left:-420px;
  361. font-size:10px;
  362. text-transform:uppercase;
  363. text-align:center;
  364. line-height:280%;
  365. }
  366.  
  367. #links a{
  368. line-height:280%;
  369. border-bottom:0px solid #fff;
  370. margin-top:4px;
  371. margin-left:30px;
  372. color: #ffffff;
  373. text-shadow:1px 1px 15px #000000;
  374. -moz-transition-duration:.2s;
  375. -webkit-transition-duration:.2s;
  376. -o-transition-duration:.2s;
  377. }
  378.  
  379. #links a:hover {
  380. color: {color:link hover};
  381. width:60px;
  382. -moz-transition-duration:0.2s;
  383. -webkit-transition-duration:0.2s;
  384. -o-transition-duration:0.2s;
  385. }
  386.  
  387.  
  388. .sidebartitle {
  389. width:400px;
  390. text-align:center;
  391. font-family:'californian fb';
  392. line-height:120%;
  393. margin-left:-58px;
  394. word-spacing:2px;
  395. font-style:italic;
  396. font-size:16px;
  397. margin-top:10px;
  398. color:{color:title};
  399. }
  400.  
  401. #pagination {
  402. font-family:corbel;
  403. width:250px;
  404. font-size:9px;
  405. margin-top:25px;
  406. margin-left:-8px;
  407. padding-left:5px;
  408. letter-spacing:1px;
  409. text-align:center;
  410. text-transform:uppercase;
  411. }
  412.  
  413. #pagination a {
  414. color:{color:link};
  415. }
  416.  
  417. #info {
  418. font-family:times;
  419. width:400px;
  420. margin-top:8px;
  421. padding-top:4px;
  422. font-size:10px;
  423. border-top:1px solid #ddd;
  424. opacity:0;
  425. color:{color:text};
  426. text-transform:uppercase;
  427. font-style:normal;
  428. text-align:left;
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. background-image:url('{image:info image}');
  433. border: 1px solid #bdbdbd;
  434. border-radius: 0px;
  435. }
  436.  
  437. #info a {
  438. color:{color:link};
  439. }
  440.  
  441. #info a:hover {
  442. color:{color:link hover};
  443. }
  444.  
  445. .tags {
  446. font-family:times;
  447. font-style:normal;
  448. width:250px;
  449. margin-top:4px;
  450. text-transform:normal;
  451. font-style:normal;
  452. line-height:120%;
  453. padding-top:0px;
  454. font-size:8px;
  455. opacity:0;
  456. letter-spacing:1px;
  457. text-align:left;
  458. -moz-transition-duration:0.5s;
  459. -webkit-transition-duration:0.5s;
  460. -o-transition-duration:0.5s;
  461. }
  462. .tags a{
  463. color:{color:link};
  464. -moz-transition-duration:0.2s;
  465. -webkit-transition-duration:0.2s;
  466. -o-transition-duration:0.2s;
  467. }
  468. .tags a:hover{
  469. color:{color:link hover};
  470. -moz-transition-duration:0.2s;
  471. -webkit-transition-duration:0.2s;
  472. -o-transition-duration:0.2s;
  473. }
  474.  
  475. #post:hover #info{
  476. opacity:1;
  477. -moz-transition-duration:1s;
  478. -webkit-transition-duration:1s;
  479. -o-transition-duration:1s;
  480. }
  481. #post:hover .tags{
  482. opacity:1;
  483. -moz-transition-duration:1s;
  484. -webkit-transition-duration:1s;
  485. -o-transition-duration:1s;
  486. }
  487.  
  488. .audio{
  489. background-color:#f3f2f2;
  490. height:65px;
  491. overflow:hidden;
  492. }
  493.  
  494. #ask {
  495. float:left;
  496. color:{color:text};
  497. }
  498.  
  499. #credit {
  500. font-size:9px;
  501. font-family:cambria;
  502. font-style:italic;
  503. letter-spacing:1px;
  504. -moz-transition-duration:0.5s;
  505. -webkit-transition-duration:0.5s;
  506. -o-transition-duration:0.5s;
  507. }
  508.  
  509. #credit a {
  510. background-color:#fff;
  511. padding:5px;
  512. border:1px solid #e9e9e9;
  513. position:fixed;
  514. right:15px;
  515. bottom:25px
  516. }
  517.  
  518. #credit a:hover {
  519. color:#fff;
  520. background-color:#191919;
  521. }
  522.  
  523. {CustomCSS}
  524.  
  525.  
  526. #post img{
  527.  
  528. opacity:0.8;
  529.  
  530. -webkit-transition: all 0.6s ease-in-out;
  531.  
  532. -moz-transition: all 0.6s ease-in-out;
  533.  
  534. -o-transition: all 0.6s ease-in-out;
  535.  
  536. -ms-transition: all 0.6s ease-in-out;
  537.  
  538. transition: all 0.6s ease-in-out;
  539.  
  540. }
  541.  
  542. #post img:hover{
  543.  
  544. opacity:1;
  545.  
  546. -webkit-transition: all 0.6s ease-in-out;
  547.  
  548. -moz-transition: all 0.6s ease-in-out;
  549.  
  550. -o-transition: all 0.6s ease-in-out;
  551.  
  552. -ms-transition: all 0.6s ease-in-out;
  553.  
  554. transition: all 0.6s ease-in-out;
  555.  
  556. }
  557.  
  558.  
  559. .popup_block {
  560. display:none;
  561. background:#d8d7cf;
  562. padding:20px;
  563. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  564. float:left;
  565. position:fixed;
  566. top:50%;left:50%;
  567. width: 300px;
  568. height: 400px;
  569. overflow-y:scroll;
  570. overflow-x:hidden;
  571. z-index: 99999;
  572. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  573. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  574. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  575. }
  576.  
  577. *html #fade {position: absolute;}
  578. *html .popup_block {position: absolute;}
  579. #fade {
  580. display:none;
  581. position:fixed;
  582. left:0px;
  583. top:0px;
  584. width:100%;
  585. height:100%;
  586. z-index:9999;
  587. background:#000; /* change to #fff for solid white */
  588. opacity:0.5; /* change to opacity:1; */
  589. }
  590.  
  591.  
  592. </style><!--------------- TYPING/MOVING TITLE ----------------------->
  593.  
  594. <script type="text/javascript">
  595. var rev = "fwd";
  596. function titlebar(val)
  597. {
  598. var msg = "STARLIGHT.";
  599. var res = " ";
  600. var speed = 100;
  601. var pos = val;
  602. msg = "STARLIGHT.";
  603. var le = msg.length;
  604. if(rev == "fwd"){
  605. if(pos < le){
  606. pos = pos+1;
  607. scroll = msg.substr(0,pos);
  608. document.title = scroll;
  609. timer = window.setTimeout("titlebar("+pos+")",speed);}
  610. else{
  611. rev = "bwd";
  612. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  613. else{
  614. if(pos > 0){
  615. pos = pos-1;
  616. var ale = le-pos;
  617. scrol = msg.substr(ale,le);
  618. document.title = scrol;
  619. timer = window.setTimeout("titlebar("+pos+")",speed);}
  620. else{
  621. rev = "fwd";
  622. timer = window.setTimeout("titlebar("+pos+")",speed);
  623. }}}
  624. titlebar(0);
  625. </script></head><body>
  626. <div id="tab1">
  627. <div class="inside" style"border-radius: 13px;">
  628. <small>INDEPENDENT <strong>&</strong> SELECTIVE ORIGINAL CHARACTER.<br /><br />
  629.  
  630. WRITTEN BY</small> <strong>BAMBI</strong>.<br /><br />
  631.  
  632. <small>EST. MAY 2015.</small>
  633.  
  634. </div>
  635. </div>
  636.  
  637. <div id="tab2">
  638. <div class="inside" style"border-radius: 13px;">
  639. <strong>CURRENT DRAFT COUNT:</strong><small> 11.</small>
  640. </div>
  641. </div>
  642.  
  643. <div id="tab3">
  644. <div class="inside" style"border-radius: 13px;">
  645. REMEMBER TO READ RULES <strong>&</strong> ABOUT BEFORE INTERACTING! <br /><br />
  646.  
  647. <a href="http://escume.deviantart.com/art/Flight-405088162">ART CREDIT.</a><br />
  648. <p><a href="http://trubbels.tumblr.com/">THEME CREDIT.</a></p>
  649. </div>
  650. </div>
  651.  
  652.  
  653.  
  654. </div>
  655.  
  656. <div id="theme">
  657.  
  658. <div id="container">
  659.  
  660. <div id="sidebar">
  661.  
  662. <div id="sidebarimage">
  663. <a href="/"><img src="{image:sidebar}"></a></div>
  664.  
  665. <div class="sidebartitle">{text:sidebartitle}</div>
  666.  
  667. <div id="links">
  668. <a href="{text:link1 url}" title="refresh.">●</a>
  669. <a href="#?w=400" rel="box1" class="poplight"a title="ask.">●</a>
  670. <a href="#?w=400" rel="box2" class="poplight"a title="disclaimer.">●</a><br />
  671. <a href="#?w=400" rel="box3" class="poplight"a title="begin.">●</a>
  672. <a href="http://fxllingisntgraceful.tumblr.com/navigation" title="navigation.">●</a>
  673. <a href="http://fxllingisntgraceful.tumblr.com/tags" title="tags.">●</a>
  674. </a>
  675.  
  676. </div>
  677.  
  678. <div id="entries">{block:Posts}<div id="post">
  679.  
  680. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  681.  
  682. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  683.  
  684. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  685.  
  686. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  687.  
  688. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  689.  
  690. {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}
  691.  
  692. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  693. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  694.  
  695. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  696.  
  697. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  698.  
  699. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  700. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#729aaa>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  701.  
  702. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  703. </div>
  704.  
  705.  
  706. {block:HasTags}
  707. <div class="tags">
  708. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  709. {/block:HasTags}
  710. <div class="postnote">
  711. {block:PostNotes}{PostNotes}{/block:PostNotes}
  712. </div>
  713. </div>
  714. {/block:Posts}
  715.  
  716. <div id="pagination">
  717. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  718.  
  719.  
  720. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  721.  
  722.  
  723. </body>
  724.  
  725. <div id="box1" class="popup_block">
  726. <h2>message.</h2><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/fxllingisntgraceful.tumblr.com" width="100%"></iframe>
  727. </div>
  728. </div>
  729.  
  730. <div id="box2" class="popup_block">
  731. <center><p>Hello my friends! My name is Bambi and thank you very much for taking the time to go through my links and read my rules! They aren&rsquo;t very long or specific, but they&rsquo;re important to me! I myself will always read any and all information and rules available on your blog.</p>
  732. <ul>
  733. <li>First things first, Cassie is my original character and does not belong to any particular fandom. I&rsquo;m open to OC&rsquo;s and canon characters from any and all fandoms to be honest!&nbsp;</li>
  734. <li>That being said, I do have the right not to interact with certain blogs. I usually only interact with mutuals, but feel free to send memes and asks for plots, I may have just over looked your blog.</li>
  735. <li>If I follow you, it means I really like your character and writing and would really like to write with you probably! Please don&rsquo;t be offended if I don&rsquo;t follow back, it just means I&rsquo;m not sure how our characters would interact, or perhaps your blog may contain triggering content for myself.</li>
  736. <li>This blog may contain triggering content at some times. I tag all triggering content including NSFW content<em> (both mun and muse are over 18)</em>, usually with the tag _____ tw or ______ cw. If i haven&rsquo;t tagged something, it was most likely accidental and I will tag it straight away if brought to my attention, please don&rsquo;t hesitate to ask.</li>
  737. <li>I myself have a few triggers, I&rsquo;m a recovering anorexic so I ask that if you have threads dealing with eating disorders that you do tag them. Of course, you blog your rules, I&rsquo;m not gonna force anyone to do anything! But if content of that sort goes untagged, I will most likely unfollow for my own mental health.</li>
  738. <li>I am always up for plotting and new threads, AU&rsquo;s and pretty much everything! I have a skype that I will share with mutuals for both plotting and general chit chat with people! Feel free to hit up my asks, tag me in random things (I will almost always reply if we are mutuals) or just yell at my face!</li>
  739. <li>I live in the UK, will be online according to that timezone. I&rsquo;m a first year university student, but my sleeping pattern is hecked up so you can probably find me online very super late at night/early morning!</li>
  740. </ul></p></center>
  741. </div>
  742. </div>
  743.  
  744. <div id="box3" class="popup_block">
  745. <center><p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</big><big>you are a star</big></p>
  746. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;you are <em>rust</em> and <em>dust </em></big></p>
  747. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;you are burning bright </big></p>
  748. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hot fire and <a href="#?w=400" rel="ii" class="poplight"><strong>electric veins.</strong></a>&nbsp;</big></p></center>
  749. </div>
  750. </div>
  751.  
  752. <div id="ii" class="popup_block">
  753. <center><p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; And you should be <big>dead</big>. </big></p>
  754. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You should be <em>dead </em></big></p>
  755. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;a symphony of extinguished flames and puffs of <em>smoke </em></big></p>
  756. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;a whisper carried into the <a href="#?w=400" rel="iii" class="poplight"><em><strong>wind</strong></em></a></big></p></p></center>
  757. </div>
  758. </div>
  759.  
  760. <div id="iii" class="popup_block">
  761. <center><p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;But you aren&rsquo;t dead. Not yet.</big></p>
  762. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You&rsquo;re earth bound. Soul trapped.</big></p>
  763. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You are <em>feather</em> light, <em>pale</em> skin and <em>scraped</em> knees. </big></p>
  764. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; It&rsquo;s lovely, it&rsquo;s all lovely</big></p>
  765. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;you tell yourself it&rsquo;s lovely over and over again</big></p>
  766. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a desperate prayer on bitten lips and cracked voice. </big></p>
  767. <p><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You&rsquo;re still burning. Just not as <a class="poplight" href="#?w=400" rel="basics"><strong><em>bright</em></strong></a>.</big></p></center>
  768. </div>
  769. </div>
  770.  
  771. <div id="basics" class="popup_block">
  772. <center><p><img src="https://40.media.tumblr.com/33438cdc0b6f0ff12934a39c95a2de08/tumblr_inline_nm97ukijo31sd1azk_500.png" /><img src="https://41.media.tumblr.com/deb1b7d54a45011297ddf9a762cd39c1/tumblr_inline_nm97vqmd1E1sd1azk_500.jpg" /><img src="https://41.media.tumblr.com/eeb49e2dcec17b943eb1b7bc64ee5dd5/tumblr_inline_nm97wqF3dr1sd1azk_500.png" /></p>
  773. <p></p>
  774. <p><em><strong>General:</strong></em></p>
  775. <p>Full Name: Cassie Delta</p>
  776. <p>Age: Six million, three thousand and five&hellip;&mdash;or maybe it&rsquo;s six?</p>
  777. <p>Species: Fallen Star</p>
  778. <p>Residence: Dorset, England</p>
  779. <p>Spoken Languages: English, Dutch</p>
  780. <p>Occupation: Seamstress/baker</p>
  781. <p><em><strong>Appearance:</strong></em></p>
  782. <p>Height: 4 foot 9</p>
  783. <p>Weight: 103lbs</p>
  784. <p>Clothing Style: Massive sweaters to the knees. Ripped tights. Mismatched shoes.</p>
  785. <p>Eyes: Amber</p>
  786. <p>Hair: Blonde Curls</p>
  787. <p><a class="poplight" href="#?w=400" rel="forms">Forms.</a></p>
  788. <p><em><strong>Extra:</strong></em></p>
  789. <p>Alignment: Lawful Good</p>
  790. <p>Sin: Envy</p>
  791. <p>Virtue: Kindness</p>
  792. <p>Powers: Aura reading. Occasional pyrokenesis. &nbsp;</p></center>
  793. </div>
  794. </div>
  795.  
  796. <div id="forms" class="popup_block">
  797. <center><p><img src="https://38.media.tumblr.com/8fd5a036f2c31734596ebaa81f282570/tumblr_inline_n8clczMsvw1sd1azk.png" /><img src="https://33.media.tumblr.com/636d73374afac9234e49401f8800b46e/tumblr_inline_n8cld5V5Qq1sd1azk.png" style="line-height: 1.4;" /><img src="https://31.media.tumblr.com/6c87b88f6549bb65b3f7af8339b4c134/tumblr_inline_n8cldsmW7O1sd1azk.png" /><em>*</em></p>
  798. <blockquote>
  799. <p><a href="http://fxllingisntgraceful.tumblr.com/tagged/%7Bthe%2Ainnocent%7D">{the*innocent}</a></p>
  800. </blockquote>
  801. <p><img src="https://38.media.tumblr.com/436f506372e5901e80d2680545c22807/tumblr_inline_n8cled1ple1sd1azk.png" /><img src="https://38.media.tumblr.com/16411b28afe565cf027f3d9ead3b386b/tumblr_inline_n8cleoCgXv1sd1azk.png" style="line-height: 1.4;" /><img src="https://33.media.tumblr.com/857d8694c56e56e99e8e53816edd375e/tumblr_inline_n8clfiaL3o1sd1azk.jpg" /></p>
  802. <blockquote>
  803. <p><a href="http://fxllingisntgraceful.tumblr.com/tagged/%7Bthe%2Adelicate%7D">{the*delicate}</a></p>
  804. </blockquote>
  805. <p><img src="https://38.media.tumblr.com/334ac317d44d0d8163b2c505361314ee/tumblr_inline_n8clgcV9gl1sd1azk.png" /><img src="https://38.media.tumblr.com/e8ffd43ad101b9494d0d9a5879188aac/tumblr_inline_n8clh3myr41sd1azk.jpg" /><img src="https://38.media.tumblr.com/fcbf71b349854b81a431a2c5eff41bd7/tumblr_inline_n8clhiVuGN1sd1azk.png" /></p>
  806. <blockquote>
  807. <p><a href="http://fxllingisntgraceful.tumblr.com/tagged/%7Bthe%2Aaffectionate%7D">{the*affectionate}</a></p>
  808. </blockquote>
  809. <p><img src="https://38.media.tumblr.com/218c006e7042d568b9a21375db09dea7/tumblr_inline_n8cljgvmvm1sd1azk.png" /><img src="https://38.media.tumblr.com/b4e42846983c489e8e277f6d5248c59b/tumblr_inline_n8cljw3csO1sd1azk.png" /><img src="https://38.media.tumblr.com/1107e2b03a4fb1d2545fce410b1d4f2e/tumblr_inline_n8clkb7PfL1sd1azk.png" /></p>
  810. <p></p>
  811. <blockquote>
  812. <p><a href="http://fxllingisntgraceful.tumblr.com/tagged/%7Bthe%2Ainsecure%7D">{the*insecure}</a></p>
  813. </blockquote>
  814. <p><img src="https://38.media.tumblr.com/21d5a14a0442c58eb6744e4ba5980e10/tumblr_inline_n8cll06tkV1sd1azk.jpg" /><img src="https://33.media.tumblr.com/277d151caa5749982fc2d86b444a59b9/tumblr_inline_n8cllfrCI11sd1azk.jpg" style="line-height: 1.4;" /><img src="https://31.media.tumblr.com/35748d02c50023b6afa7683e5cb8a913/tumblr_inline_n8cllvJFt01sd1azk.png" /></p>
  815. <blockquote>
  816. <p><a href="http://fxllingisntgraceful.tumblr.com/tagged/%7Bthe%2Afree%7D">{the*free}</a></p>
  817. </blockquote>
  818. <p></p></center>
  819. </div>
  820. </div>
  821.  
  822. </div></div></div></div></div></div></div></div></div></div>
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement