Advertisement
QueenOfGeckos

Lil Red Basic

Oct 18th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.23 KB | None | 0 0
  1. <style>
  2. /*
  3. PLEASE DO NOT REMOVE THIS CREDIT
  4. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  5. CREATOR: BLINKY// HAKUNO KISHINAMI
  6. There is a Javascript at the base that prevents right click. Do not remove it. If you do not have Java you don't need to worry about it. But please do not remove it. You'll break the code.
  7.  
  8.  
  9. */
  10.  
  11.  
  12. @import 'https://fonts.googleapis.com/css?family=Pacifico|Oswald:700';
  13.  
  14.  
  15. body {
  16. background-color: #708090;
  17. background-repeat: repeat;
  18. background-size: 100% 100%;
  19. background-position: bottom right;
  20. width: 100%;
  21. height: 100%;
  22. margin: 0px;
  23. overflow: hidden;
  24. }
  25. #credit {
  26. position: fixed;
  27. bottom: 20px;
  28. leftt: 20px;
  29. background-color: transparent;
  30. }
  31.  
  32.  
  33. #words{
  34. pointer-events:none;
  35. position:absolute;
  36. font-family:'Pacifico', cursive;
  37. font-size: 65px;
  38. bottom: 20%;
  39. left: 24%;
  40. height: 120px;
  41. background: #transparent;
  42. background: url(https://i.imgur.com/4VyuY2i.gif) -20px -20px repeat;
  43. -webkit-text-fill-color: transparent;
  44. -webkit-background-clip: text;
  45. z-index: 100;
  46. -ms-transform: rotate(12deg);
  47. -webkit-transform: rotate(12deg);
  48. transform: rotate(12deg);
  49. }
  50.  
  51. #words4{
  52. font-family:'Pacifico', cursive;
  53. font-size: 60px;
  54. height: 60px;
  55. background: #transparent;
  56. background: url(https://i.imgur.com/4VyuY2i.gif) -30px -30px repeat;
  57. -webkit-text-fill-color: transparent;
  58. -webkit-background-clip: text;}
  59.  
  60.  
  61. h1{
  62. font-family:'Pacifico', cursive;
  63. font-style:italic;
  64. color: #ffffff;
  65. font-size:20px;
  66. line-height:27px;
  67. padding: 0px 3px 0px 0px;
  68. border-bottom: 1px solid #ffffff;
  69. }
  70.  
  71. .right{
  72. position:absolute;
  73. top:-22px;
  74. left:140px;
  75. font-family: 'Oswald', sans-serif;
  76. text-transform: uppercase;
  77. text-decoration: none;
  78. font-size: 24px;
  79. line-height: 24px;
  80. letter-spacing: -1px;
  81. color: #ffe650;
  82. }
  83.  
  84. .spooky{
  85. position:absolute;
  86. top:30px;
  87. left:60px;
  88. width:330px;
  89. height: 250px;
  90. overflow:hidden;
  91. z-index:20;
  92. }
  93.  
  94. .far{
  95. width:330px;
  96. height: 300px;
  97. overflow:auto;
  98. }
  99.  
  100. .tell{
  101. color:#dfeff1;
  102. font-size:14px;
  103. text-align:justify;
  104. line-height:14px;
  105. font-family:cambria;
  106. letter-spacing:0.3px;
  107. margin: 5px;
  108. }
  109. a.gone:link, a.gone:active, a.gone:visited{
  110. font-family: 'Oswald', sans-serif;
  111. text-transform: uppercase;
  112. text-decoration: none;
  113. font-size: 24px;
  114. line-height: 24px;
  115. letter-spacing: -1px;
  116. color: #f77481;
  117. margin-right:12px;
  118. z-index:10;
  119. }
  120.  
  121. a.gone:hover{
  122. text-shadow:-4px 0px 0px #ffe650;
  123. }
  124.  
  125. b {
  126. color: #cf9f48;
  127. font-weight:bold;
  128. letter-spacing: 1px;
  129. }
  130.  
  131. i{
  132. color:#ffffff;
  133. font-style:italic;
  134. }
  135.  
  136. u{
  137. font-style:italic;
  138. text-decoration:noneunderline;
  139. }
  140.  
  141. a:active, a:link, a:visited{
  142. color:#fff;
  143. text-decoration:none;
  144. }
  145. a:hover{
  146. cursor:all-scroll;
  147. color:#4e3f64;
  148. text-decoration:line-through;
  149. }
  150.  
  151.  
  152.  
  153. ::-webkit-scrollbar {width: 3px;}
  154. ::-webkit-scrollbar-thumb:vertical {
  155. height: 10px;background-color: #D98878;}
  156. ::-webkit-scrollbar-thumb:horizontal {
  157. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  158.  
  159.  
  160. #sparkle{
  161. width:700px;
  162. height: 400px;
  163. background:#a70000;
  164. border-radius: 50px 100px 100px 50px;
  165. z-index: 4;
  166. opacity: 0.70;
  167. filter: alpha(opacity=70);
  168. }
  169.  
  170.  
  171. .brightly{
  172. margin: auto;
  173. position: absolute;
  174. top: 0; left: 0; bottom: 0; right: 0;
  175.  
  176.  
  177. }
  178.  
  179.  
  180. .lovely {
  181. pointer-events:none;
  182. position: absolute;
  183. bottom: 0px;
  184. right: 24%;
  185. z-index: 6;
  186.  
  187. }
  188.  
  189. .lovely2 {
  190. position: absolute;
  191. bottom: -50px;
  192. left: 10%;
  193. z-index: 6;
  194. opacity: .80;
  195. filter: alpha(opacity=80);
  196. }
  197.  
  198.  
  199.  
  200. .you{
  201. position:absolute;
  202. margin:auto;
  203. top: -2%;
  204. left: -2%;
  205. width: 100px;
  206. height: 100px;
  207. -ms-transform: rotate(45deg);
  208. -webkit-transform: rotate(45deg);
  209. transform: rotate(45deg);
  210. z-index: 97;
  211. }
  212.  
  213. a.dream:link, a.dream:active, a.dream:visited{
  214. display: block;
  215. float: left;
  216. width: 35px;
  217. height: 35px;
  218. margin: 1px;
  219. background-color: #ffb6c1;
  220. -webkit-transition: all 0.6s ease-out;
  221. -moz-transition: all 0.6s ease-out;
  222. }
  223.  
  224. a.dream:hover{
  225. background-color:#FFFDCD;
  226. box-shadow: 0px 0px 5px #999;
  227. }
  228.  
  229. .floating3{
  230. float: bottom-left;
  231. -webkit-animation-name: Floatingx;
  232. -webkit-animation-duration: 2s;
  233. -webkit-animation-iteration-count: infinite;
  234. -webkit-animation-timing-function: ease-in-out;
  235. -moz-animation-name: Floating;
  236. -moz-animation-duration: 0.5s;
  237. -moz-animation-iteration-count: infinite;
  238. -moz-animation-timing-function: ease-in-out;
  239. margin-right: 0px;
  240. margin-bottom: 100px;
  241. z-index:343;
  242.  
  243. }
  244.  
  245. @-webkit-keyframes Floatingx{
  246. from {-webkit-transform:translate(0, 0px);}
  247. 65% {-webkit-transform:translate(0, 15px);}
  248. to {-webkit-transform: translate(0, -0px); }
  249. }
  250.  
  251. table {
  252. margin-top:-9px;
  253. width: 100%;
  254. margin-left:-2px;
  255. background-color: transparent;
  256. border-collapse: collapse;}
  257.  
  258. td {
  259. font-size: 11px;
  260. letter-spacing: 1px;
  261. height: 100px;
  262. overflow: auto;}
  263.  
  264. #rel img {
  265. margin:8px;
  266. border:5px solid #fff; /* relationships icon border color */
  267. width:50px;
  268. height:50px;
  269. padding:4px;
  270. -webkit-transition:all 0.3s ease-out;
  271. -moz-transition:all 0.3s ease-out;
  272. transition:all 0.3s ease-out;}
  273.  
  274. #rel:hover img {
  275. border:5px solid #529ecc; /* relationships icon border hover color */
  276. -webkit-transition:all 0.3s ease-out;
  277. -moz-transition:all 0.3s ease-out;
  278. transition:all 0.3s ease-out;}
  279.  
  280. ::-webkit-scrollbar {width: 5px;}
  281. ::-webkit-scrollbar-thumb:vertical {
  282. height: 10px;background-color: #ffe763;}
  283. ::-webkit-scrollbar-thumb:horizontal {
  284. height: 10px;background-color: #ffe763;border: 0px ;width: 12px;}
  285. </style>
  286.  
  287. <body>
  288. <script src="jquery.min.js"></script>
  289. <script type="text/javascript">
  290. $(document).ready(function () {
  291. //Disable full page
  292. $("body").on("contextmenu",function(e){
  293. return false;
  294. });
  295.  
  296. //Disable part of page
  297. $("#id").on("contextmenu",function(e){
  298. return false;
  299. });
  300. });
  301. </script>
  302. <script type="text/javascript">
  303. $(document).ready(function () {
  304. //Disable cut copy paste
  305. $('body').bind('cut copy paste', function (e) {
  306. e.preventDefault();
  307. });
  308.  
  309. //Disable mouse right click
  310. $("body").on("contextmenu",function(e){
  311. return false;
  312. });
  313. });
  314. </script>
  315.  
  316.  
  317.  
  318. <div id="container"></div>
  319.  
  320. <div class="lovely">
  321. <img src="https://pre00.deviantart.net/b7c3/th/pre/f/2018/252/f/c/abby_colored_no_background_by_blinkyiris-db2nzoh.png" width="350px" class="floating3"></div>
  322.  
  323.  
  324.  
  325. <div id="sparkle" class="brightly">
  326.  
  327. <div class="you">
  328. <a href="#we" class="dream"></a>
  329. <a href="#have" class="dream"></a>
  330. <a href="#noticed" class="dream"></a>
  331. <a href="#youtoo" class="dream"></a>
  332. </div>
  333. <div class="spooky">
  334. <div id="we" class="far"><div class="tell">
  335.  
  336. <h1>Stats</h1>
  337.  
  338.  
  339. <font style="float:left"><b>➽Stat</b></font>
  340. <font style="float:right">Abigail Scarlet Hunt</font><br>
  341. <font style="float:left"><b>➽Stat</b></font>
  342. <font style="float:right">Abby, Lil Red</font><br>
  343. <font style="float:left"><b>➽Age</b></font>
  344. <font style="float:right">20</font><br>
  345. <font style="float:left"><b>➽Gender</b></font>
  346. <font style="float:right">Female</font><br>
  347. <font style="float:left"><b>➽Hair</b></font>
  348. <font style="float:right">Short bob, brown</font><br>
  349. <font style="float:left"><b>➽Eyes</b></font>
  350. <font style="float:right">Red</font><br>
  351. <font style="float:left"><b>➽Height + Weight</b></font>
  352. <font style="float:right">5'1"・114lbs</font><br>
  353. <font style="float:left"><b>➽Occupation</b></font>
  354. <font style="float:right">Book store Clerk//College student</font><br>
  355. <font style="float:left"><b>➽Origin</b></font>
  356. <font style="float:right">Red Riding Hood </font><br>
  357. <font style="float:left"><b>➽Orientation</b></font>
  358. <font style="float:right">Bisexual</font><br>
  359. <font style="float:left"><b>➽Martial Status</b></font>
  360. <font style="float:right">Single</font><br>
  361. <h1>Personality</h1>
  362.  
  363.  
  364.  
  365. <p>She had always been fairly quick-witted and clever. But despite this when it comes to certain people, she is still a somewhat awkward young woman. She finds it hard to relate to others on a personal level most of the time. Abigail is also the type of person to act on instinct and intuition. it can even be the driving force for some of her actions. She's more of an emotionally driven person then logically driven. And this can end up getting her in trouble from time to time. </p>
  366.  
  367. <p>Her dedication and persistence can also add fuel to that fire as well. Not knowing when to call it quits. She's stupidly stubborn as well and can have a short fuse. And being an emotionally driven person, this just makes it even worse. </p>
  368.  
  369.  
  370.  
  371. <BR><br><br>
  372.  
  373. </div></div>
  374. <div id="have" class="far"><div class="tell">
  375. <h1>About</h1><br>
  376. <p>Growing up Abigail had a fairly normal childhood. Her parents were both hard working middle class citizens a No means model, and no means anything that would stick out. Well maybe aside from her's and her father's interest in archery. Her father was a retired professional, who mostly just offered lessons and ran a range, and hunting shop along side her mother. She lived a pretty good life. Never really the target for bullying, excellent marks in science and math. Average in other's. Little bit below in things like history though. </p>
  377.  
  378. <p>But shortly after entering her first year of highschool her life life took a bit of a sharp traumatic turn. Coming home late one day form school, she would find her home, torn apart. The place was in shambles. There she'd found the body of her father. And a few moments later her mother, who was still alive but barely. One could say having your mother die in your arms and giving you a warning to avoid the 'Blanche' would be rather horrific for any child to expierence.... And they would be entirely right. </p>
  379.  
  380. <p>After that though, her life turned upside down. She moved in with her aunt and uncle, her father's sister and her husband. For some time she grieved and mourned... She was catatonic to most. Even during the burial. When the time finally came for the headstone reveal, she met someone.... Someone she never expected and probably never would want to meet if she looked back. The richest man in the city and the local Crime Lord.... Sylvain Blanche.</p>
  381.  
  382. <p>Her mother's warning clicked instantly in her head... it made sense... At the time she didn't think of the Blanche as the Blanche Family. But the Blanche family was also not only one of the wealthiest in the city but one of the most influential in the country. They had their fingers in so many things. Politics, the military, local law enforcement, even the film industry. Quite a bit was not left untouched. But why did they do that to her family? Did her family do something? Did they owe money? Didn't it make sense? Until it was ousted during the memorial... That this man? The man who headed one of the largest pharmaceutical corporations in the world was... her uncle. He was her mother's younger brother. And he wanted to take custody of her from her aunt and uncle... Why? Why was he so obsessed with taking her in? Her mother died... and it was his fault? What was the hell going on? </p>
  383. <p>Abigail fell into a depression even further. Confused and scared, this neurotic obsessed man wanted to take her away... And she didn't know why. Given he said it was to get to know the child of his estranged niece. Cooing about how she looked so much like her mother. He wasn't right in the head, yet when it came to business he ... carried himself rather well.</p>
  384.  
  385. <p>Despite his 'off' and 'kind' gestures, towards the woman... she wanted to prove he had something to do with the murders. He was aknown crime lord, the empire had been around even before him.... but no one could ever pin the crimes on any one in the family. Often evidence went missing or... all ends were so tightly shut and neat it was impossible to trace back to him. </p>
  386.  
  387. <p>This made Abigail want to be noisy and want to get involved herself. Of course... Abigail wanted revenge... and has a hatred... This bright eyes young woman went rogue... Going as far as to break into several facilities her family owned. Trying to find some proof... Something. </p>
  388.  
  389. <p>She was one of the founding members of the Gryphons..... Using her skills there to help keep both sides of major criminal orginzations from having their way in the city of Grimm Well.</p>
  390.  
  391. <p>Despite her better judgement she finds herself on a some what okay terms with both of her cousins. Matches, and Simon. But Simon seems to be more on her side in regards to her stand against his father. </p>
  392. <br><br>
  393. </div></div>
  394. <div id="noticed" class="far"><div class="tell">
  395. <h1>Combat</h1>
  396.  
  397. Bow and Arrows<br>
  398. <h2>Artillery</h2>
  399. A metal rod that extends and retracts that also becomes her bow when strung.<br>
  400. Ice Arrow heads.(Carried in a special quiver that is actually a cooler. )<br>
  401. Arrows<br>
  402. Gadgets and utility arrows. Often nets or explosives.<br>
  403. <br>
  404. <br><br>
  405.  
  406.  
  407. </div></div>
  408.  
  409.  
  410.  
  411.  
  412. <div id="youtoo" class="far"><div class="tell">
  413. <h1>Rules</h1>
  414. ▪OOC<Br>
  415. ▪OOC<Br>
  416. ▪OOC<Br>
  417. ▪OOC<Br>
  418. ▪OOC<Br>
  419. ▪THIS CODE WAS CREATED BY GREEN BEAN. DO NOT STEAL OR REMOVE CREDIT <Br>
  420. <Br><br><Br>
  421. </div></div></div>
  422.  
  423. <div id="words4" class="lovely2">
  424. <a target="_blank" href="https://sta.sh/01uudl3murf0" target="_blank" title="Old costume">◐</a>
  425. <a target="_blank" href="https://sta.sh/03tw84t4a4q" target="_blank" title="New costume">◉</a>
  426. <a target="_blank" href="https://i.imgur.com/BwFgTUM.png" target="_blank" title=" .">◉</a>
  427. <a target="_blank" href="https://i.imgur.com/53nxRXY.png" target="_blank" title="Cosplay">◉</a>
  428. <a target="_blank" href="https://orig00.deviantart.net/3a61/f/2018/252/b/a/proportions_by_blinkyiris-db2nzo5.png" target="_blank" title="Propotions and model made in Artefical Academy 2">◉</a>
  429. <a target="_blank" href="https://pre00.deviantart.net/391e/th/pre/f/2018/252/d/2/abby_colors_alt_by_blinkyiris-db2nzom.jpg" target="_blank" title="Drawing done by akaimeganekiki on Deviantart">◉</a>
  430. <a target="_blank" href="https://i.imgur.com/6fZlteS.png" target="_blank" title="Nerf this!- Piece commissioned from explodokillz on Deviantart.">◑</a>
  431.  
  432. </div>
  433. </div>
  434. <div id="words">
  435. ◀Lil Red►
  436. </div>
  437. </div>
  438.  
  439.  
  440. <div id="credit">
  441. <a target="_blank" href="https://roleplay.chat/profile.php?user=Green+Bean" target="_blank" title="Code was created by Green Bean Do NOT touch, this Please! If you want a code just mail Green Bean directly. She will gladly hook you up. With some freebies or cheapo comissions."><img src="https://i.imgur.com/uP9E5Pz.png" height="90px"></a></div>
  442. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement