Advertisement
Guest User

test132

a guest
May 25th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3. @import url(https://fonts.googleapis.com/css?family=Advent+Pro);
  4. @import url(https://fonts.googleapis.com/css?family=Montaga);
  5. @import url(https://fonts.googleapis.com/css?family=Homenaje);
  6. @import url(https://fonts.googleapis.com/css?family=Suranna);
  7. .pfor{display:none;}
  8. #profile{
  9. border:none;
  10. background-color:transparent;}
  11.  
  12.  
  13. body{
  14. background-color:#9BB3A3;
  15. background-repeat:repeat-xy;
  16. background-position:center;
  17. background-attachment: fixed;
  18. background-image:url('http://i.picpar.com/hDMc.jpg');}
  19.  
  20. ::-webkit-scrollbar {width: 5px; height: 0px; background:;}
  21. ::-webkit-scrollbar-thumb {background-color:black;-webkit-border-radius: 10px;border-radius: 10px;}
  22.  
  23. a:link, a:active, a:visited{
  24. color:#E0CDDF;
  25. font-weight:400;
  26. text-decoration:none;
  27. -transition:2.5s all ease-in-out;
  28. -moz-transition:2.5s all ease-in-out;
  29. -webkit-transition:2.5s all ease-in-out;}
  30. a:hover{
  31. color:#000;
  32. -transition:2.5s all ease-in-out;
  33. -moz-transition:2.5s all ease-in-out;
  34. -webkit-transition:2.5s all ease-in-out;}
  35.  
  36.  
  37. @keyframes bounce{
  38. 0% {top: 30px;}
  39. 50% {top: 50px;}
  40. 100% {top: 30px;}
  41. }
  42. @-webkit-keyframes bounce {
  43. 0% {top: 30px;}
  44. 50% {top: 50px;}
  45. 100% {top: 30px;}}
  46.  
  47. .card {
  48. width: 290px;
  49. height: 300px;
  50. position: relative;
  51. display: inline-block;
  52. }
  53. .card .img-top {
  54. display: none;
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. z-index: 1;
  59. }
  60. .card:hover .img-top {
  61. display: inline;
  62. }
  63. .hyu{
  64. top:0px;
  65. left:35%;
  66. width:290px;
  67. height:300px;
  68. z-index: 1;
  69. padding:9px;
  70. color:#aedaed;
  71. position:fixed;
  72. animation: bounce 3.25s infinite;
  73. -o-animation: bounce 3.25s infinite;
  74. -moz-animation:bounce 3.25s infinite;
  75. -webkit-animation: bounce 3.25s infinite; }
  76.  
  77. .gah{
  78. top:300px;
  79. padding:5px;
  80. width: 250px;
  81. height:250px;
  82. -transition:0.5s all ease-in-out;
  83. -moz-transition:0.5s all ease-in-out;
  84. -webkit-transition:0.5s all ease-in-out;}
  85.  
  86. .gah:hover{
  87. opacity:0.2;
  88. -transition:0.5s all ease-in-out;
  89. -moz-transition:0.5s all ease-in-out;
  90. -webkit-transition:0.5s all ease-in-out;}
  91.  
  92.  
  93. b, strong{font-weight:600;letter-spacing:1px;text-shadow:1px 2px 2px #000;}
  94. i, em{font-weight:400;letter-spacing:normal;font-size:15px;text-shadow:0px 3px 3px #000;}
  95. u, em{text-decoration:underline;font-weight:400;text-shadow:0px 3px 3px #000;}
  96.  
  97. big{font-size:19px;letter-spacing:1px;color:#FFEFFE;text-shadow:1px 2px 2px #000;}
  98. small{font-size:14px;letter-spacing:1px;color:#C098BD;text-shadow:0px 3px 3px #000;}
  99.  
  100. #noclick{position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;}
  101.  
  102.  
  103. #box{
  104. top:5%;
  105. left:5%;
  106. width:24vw;
  107. height:19vw;
  108. padding:5px;
  109. z-index:1;
  110. color:#FAE7F2;
  111. position:fixed;
  112. font-size:16px;
  113. line-height:17px;
  114. text-align:justify;
  115. overflow-x:hidden;
  116. font-family:'Advent Pro', sans-serif;
  117. background-color:#824242;
  118. border:inset 5px #8D4DA1;
  119. text-shadow:1px 2px 2px #000;}
  120.  
  121.  
  122. #Nej{
  123. left:5%;
  124. bottom:5%;
  125. width:24vw;
  126. height:19vw;
  127. padding:5px;
  128. z-index:1;
  129. color:#FAE7F2;
  130. position:fixed;
  131. font-size:16px;
  132. line-height:17px;
  133. text-align:justify;
  134. overflow-x:hidden;
  135. font-family:'Advent Pro',sans-serif;
  136. background-color:#824242;
  137. border:inset 5px #8D4DA1;
  138. text-shadow:1px 2px 2px #000;}
  139.  
  140. #ii{
  141. right:5%;
  142. bottom:5%;
  143. width:24vw;
  144. height:19vw;
  145. padding:5px;
  146. z-index:1;
  147. color:#FAE7F2;
  148. position:fixed;
  149. font-size:16px;
  150. line-height:17px;
  151. text-align:justify;
  152. overflow-x:hidden;
  153. font-family:'Advent Pro',sans-serif;
  154. background-color:#824242;
  155. border:inset 5px #8D4DA1;
  156. text-shadow:1px 2px 2px #000;}
  157.  
  158. #yuga{
  159. top:5%;
  160. right:5%;
  161. width:24vw;
  162. height:19vw;
  163. padding:5px;
  164. z-index:1;
  165. color:#FAE7F2;
  166. position:fixed;
  167. font-size:16px;
  168. line-height:17px;
  169. text-align:justify;
  170. overflow-x:hidden;
  171. font-family:'Advent Pro',sans-serif;
  172. background-color:#824242;
  173. border:inset 5px #8D4DA1;
  174. text-shadow:1px 2px 2px #000;
  175. -transition:1s all ease-in-out;}
  176.  
  177.  
  178. #title{
  179. width:550px;
  180. height:100px;
  181. left:40%;
  182. top:42%;
  183. z-index:5;
  184. position:fixed;
  185. color:#E0CDDF;
  186. font-size:85px;
  187. font-weight:600;
  188. line-height:auto;
  189. font-variant:small-caps;
  190. font-family:'Montaga', serif;
  191. text-shadow:2px 0px 3px #3C2B3B, 2px 2px 0px #3C2B3B, 3px 0px 5px #3C2B3B, 2px 0px 2px #3C2B3B;}
  192.  
  193. h1{
  194. width:auto;
  195. color:#E0CDDF;
  196. font-size:35px;
  197. line-height:22px;
  198. text-align:right;
  199. font-weight:100;
  200. text-decoration:none;
  201. font-variant:small-caps;
  202. margin-top:10px;
  203. margin-bottom:15px;
  204. background-color:#212121;
  205. font-family:'Suranna', serif;
  206. border-right:14px solid #111;
  207. padding-right:15px;
  208. text-shadow:2px 0px 3px #3C2B3B, 2px 2px 0px #3C2B3B, 3px 0px 5px #3C2B3B, 2px 0px 2px #3C2B3B;}
  209.  
  210. h2{
  211. width:auto;
  212. color:#E0CDDF;
  213. font-size:35px;
  214. line-height:22px;
  215. text-align:left;
  216. font-weight:100;
  217. text-decoration:none;
  218. font-variant:small-caps;
  219. margin-top:10px;
  220. margin-bottom:15px;
  221. background-color:#313131;
  222. font-family:'Suranna', serif;
  223. border-left:14px solid #111;
  224. padding-left:15px;
  225. text-shadow:2px 0px 3px #3C2B3B, 2px 2px 0px #3C2B3B, 3px 0px 5px #3C2B3B, 2px 0px 2px #3C2B3B;}
  226.  
  227. #nani{
  228. right:0px;
  229. bottom:10px;
  230. width:100px;
  231. height:auto;
  232. opacity:0.5;
  233. z-index:200;
  234. position:fixed;}
  235.  
  236. #nani:hover{opacity:0.8;}
  237.  
  238. </style>
  239. <div class="hyu"><div class="card"><span class="gah"><img src="https://i.imgur.com/8vMBbNa.jpg" alt="Card Back">
  240. <img src="https://i.imgur.com/cK7igKo.jpg" class="card" alt="Card Front"></div></div>
  241.  
  242.  
  243. <div id="title">R A V E N</div>
  244.  
  245.  
  246.  
  247. <div id="box"> <h2> The Character </h2>
  248. <img src="http://i.picpar.com/fWdd.gif" height="150px" width="460px"><br>
  249. <center><b>NAME::</b> REDACTED<br>
  250. <b>ALIAS::</b> Raven Aervyx<Br>
  251. <b>AGE::</b> 25 <br>
  252. <b>RACE::</b> Phrixian<br>
  253. <b>GENDER::</b> Female<br>
  254. <b>BINDING::</b> <a title="Phrixian's have been cursed since the apocalypse that ravaged their world. It is said the Gods doomed the Phrixian race to a solitary monogamous relationship for their failure to treat women properly. Albeit, it's just word of mouth, not a true prophecy.">A Curse</a><br>
  255. <b>INTRIGUE::</b> Masculine<br>
  256. <b>OCCUPATION::</b> Black List Hacker<br>
  257. <b>MENTAL STATUS</b> Stable<Br>
  258. <b>WEAPON::</b> Scythe<br>
  259. <b>GUARD::</b> Riddick<br>
  260. <b>Companion:: <a target="_blank" href="https://roleplay.chat/profile.php?user=VampireBrat" target="_blank" title="He's often found at her side within the Haven. He's a cute little one that Raven has grown attached to.">Meka</a><br> <br></center>
  261.  
  262. <h2>The Cursed Phrixian Race</h2>
  263. This bit is a massive WIP, I'll get to writing when the muse hits me.
  264.  
  265. </div>
  266.  
  267. <div id="Nej"> <h1> The Coder</h1>
  268. Hiyo! <br><br>
  269. I'm Raven! Nice to meet you!<br><br>
  270. Here's some things to know!<br><br>
  271.  
  272. I have been coding for about ten-ish years, and decided to open commissions two years ago. Although the struggle has been real, I haven't let it get me down. I love to code, even if it's on a mere whim and at random. I'll code whatever profile comes to my mind. Such is why I only charge a simple 5-10 bucks for my commissions. I personally take interest in making it a surprise and you get what you pay for. Sometimes more. It all depends on my mood. Codes like this, however, are a simple five dollars. Others with tabs and fancy features like rotations and stuff, typically ten. <br><br>
  273.  
  274. I'm currently taking commissions. My main goal is to save up 80$ and some change to get my therapy animal registered as a Emotional Support Animal. This is my goal! <br><br>
  275.  
  276. If you take an interest in commissioning me, don't be afraid to hit up my DMs. I'm very sociable at times and don't mind a few DMs being slid my way. I greatly welcome them!<br><Br>
  277.  
  278. If you'd like to know more about my codes just ask me. :> I have Examples below!. Stay tuned!<br><br>
  279.  
  280. ---Click The Links! :D ---<br>
  281. -- <a target="_blank" href="http://prntscr.com/np0sk7">Melody; Scroll boxes - 5$</a><br>
  282. -- <a target="_blank" href="http://i.picpar.com/ZRud.png">Snuggler; Hover code - 5$</a><br>
  283. -- <a target="_blank" href="http://i.picpar.com/aSud.png">Sir Gallahad, Tab Code - 10$</a><br>
  284. -- <a target="_blank" href="http://i.picpar.com/bSud.png">Coraline 1</a> - <a target="_blank" href="http://i.picpar.com/cSud.png">Coraline 2</a> - 5$<Br>
  285. -- <a target="_blank" href="http://roleplay.chat/profile.php?user=Urias">Urias Formonde; Tab Code</a> 10$ <br>
  286. -- <a target="_blank" href="https://roleplay.chat/profile.php?user=Hiyori%20Sarugaki">Hiyori; Simple</a> 5$ <br>
  287. </div>
  288.  
  289. <div id="ii">
  290. <h2> Coder's Association </h2>
  291. The list of awesomes who also code.<br>
  292. Bee -Link to be added<br>
  293. Sae -Link to be added<br>
  294. <a target="_blank" href="https://roleplay.chat/profile.php?user=Yandere" target="_blank">Yandere</a> <br>
  295. <br>
  296.  
  297. Others will be added as I am made aware of them. :>
  298. <br><br>
  299. <a href="link">Link test!</a> --Boop</div>
  300.  
  301. <div id="yuga">
  302. <h1> Notes </h1>
  303. DM/PM Friendly<br>
  304. One line to Novella.<br>
  305. Story > Smut. It is earned.<br>
  306. Central US Time Zone<br>
  307. Often distracted easily.<Br>
  308. Mother of Two, usually distracted by my boys.<br>
  309. Writing experience; 10+ years.<br>
  310. Some know me by the alias Raven Oji.<br>
  311. The Character Race and disposition are heavily based off of Sherrilyn Kenyon's League Series. However, in my version, most of the planets have either gained peace or Apocalypse.<br><br>
  312. This character is hell bent on written development. As I roleplay as her, more will come to light about her, her past, and who she could become. Write with me, and let's see where the story takes us.<br></div>
  313.  
  314. <div id="nani"><img src="http://i.picpar.com/EZr.png" width="100" title="This code was a R.O. Alterations creation. Copyrighted by Raven Oji"></a></div></div></center></body>
  315. </body>
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement