Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 KB | None | 0 0
  1. CSS
  2.  
  3. #profile-container {
  4. background: none;
  5. }
  6.  
  7. body {
  8. background: #000;
  9. }
  10.  
  11. body,
  12. a:hover {
  13. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  14. }
  15.  
  16. @font-face {
  17. font-family: text;
  18. src: url(https://dl.dropbox.com/s/e66og7xmtaxtacm/SourceCodePro-Regular.ttf?dl=0);
  19. }
  20.  
  21. @font-face {
  22. font-family: name;
  23. src: url(https://dl.dropbox.com/s/4rgugoflu9yic2f/Inversionz.otf?dl=0);
  24. }
  25.  
  26. .pic {
  27. z-index: 3;
  28. position: absolute;
  29. border: 3px solid #8A2FDE;
  30. top: 65px;
  31. left: 215px;
  32. width: 324px;
  33. height: 424px;
  34. background: url(https://i.imgur.com/rR6w8hr.jpg) center;
  35. background-size: 100%;
  36. }
  37.  
  38. .namebox {
  39. z-index: 2;
  40. position: absolute;
  41. border: 1px solid #8A2FDE;
  42. padding: 5px;
  43. background: #222;
  44. width: 250px;
  45. text-align: center;
  46. height: 20px;
  47. font-size: 27px;
  48. font-family: name;
  49. text-transform: uppercase;
  50. left: 250px;
  51. top: 13px;
  52. }
  53.  
  54. .back {
  55. z-index: 2;
  56. position: absolute;
  57. border: 5px solid #7025B6;
  58. background: #222;
  59. width: 350px;
  60. left: 200px;
  61. top: 50px;
  62. height: 450px;
  63. }
  64.  
  65. .square {
  66. z-index: 1;
  67. position: absolute;
  68. border: 2px solid #8A2FDE;
  69. width: 398px;
  70. left: 180px;
  71. top: 30px;
  72. height: 498px;
  73. }
  74.  
  75. .tabs {
  76. position: absolute;
  77. margin: 25px 0px;
  78. }
  79.  
  80. .tab label {
  81. top: 490px;
  82. left: 236px;
  83. height: 20px;
  84. float: left;
  85. margin-left: 14px;
  86. background: #222;
  87. width: 20px;
  88. padding: 5px;
  89. position: relative;
  90. z-index: 400;
  91. color: #000;
  92. border: 1px solid #8A2FDE;
  93. font-size: 12;
  94. text-align: center;
  95. font-family: comic sans serif;
  96. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  97. -webkit-transition: all .5s ease;
  98. }
  99.  
  100. .tab label:hover {
  101. background: #111;
  102. -webkit-transition: all .5s ease;
  103. }
  104.  
  105. .content {
  106. position: absolute;
  107. top: 40px;
  108. left: 215px;
  109. width: 314px;
  110. height: 414px;
  111. background: #111;
  112. padding: 5px;
  113. color: #cfcfcf;
  114. border: 3px solid #8A2FDE;
  115. font-family: text;
  116. font-size: 13px;
  117. overflow: auto;
  118. z-index: 20;
  119. opacity: 0;
  120. text-align: justify;
  121. -webkit-transition: all .5s ease;
  122. }
  123.  
  124. [type=radio]:checked ~ label {
  125. -webkit-transition: all .5s ease;
  126. }
  127.  
  128. [type=radio]:checked ~ label ~ .content {
  129. z-index: 30;
  130. opacity: 1;
  131. -webkit-transition: all .5s ease;
  132. }
  133.  
  134. .tab [type=radio] {
  135. display: none;
  136. }
  137.  
  138. table,
  139. th,
  140. td {
  141. font-family: text;
  142. font-size: 13px;
  143. padding: 3px;
  144. padding-bottom: 9px;
  145. padding-top: 9px;
  146. }
  147.  
  148. td:nth-child(odd) {
  149. color: #999;
  150. }
  151.  
  152. td:nth-child(even) {
  153. color: #cfcfcf;
  154. }
  155.  
  156. hr {
  157. height: 1px;
  158. border: none;
  159. background: #fff;
  160. width: 240px;
  161. }
  162.  
  163. a:link,
  164. a:visited,
  165. a:active {
  166. text-decoration: none;
  167. color: #999;
  168. -webkit-transition: all .5s ease;
  169. }
  170.  
  171. a:hover {
  172. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  173. color: #cfcfcf;
  174. text-shadow: 0 0 2px #000, 0 0 5px #fff;
  175. -webkit-transition: all .5s ease;
  176. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. width: 9px;
  181. height: 5px;
  182. }
  183.  
  184. ::-webkit-scrollbar-thumb {
  185. background: #fff;
  186. border: 3px solid #111;
  187. }
  188.  
  189. ::-webkit-scrollbar-track {
  190. background: #transparent;
  191. }
  192.  
  193. .Credit {
  194. z-index: 0;
  195. position: fixed;
  196. right: 50px;
  197. bottom: 50px;
  198. width: 20px;
  199. height: 20px;
  200. border-radius: 20px;
  201. border-color: #fff;
  202. border-style: dotted;
  203. border-width: 2px;
  204. background: #000;
  205. -webkit-transition: all 1s ease;
  206. }
  207.  
  208. .Credit:hover {
  209. background: #fff;
  210. border-color: #000;
  211. }
  212.  
  213.  
  214. HTML
  215.  
  216. <div class="pic">
  217. <p>&nbsp;</p>
  218. </div>
  219. <div class="namebox">
  220. <p><span style="color: #7025b6;">Raven</span></p>
  221. </div>
  222. <div class="back">
  223. <p>&nbsp;</p>
  224. </div>
  225. <div class="square">
  226. <p>&nbsp;</p>
  227. </div>
  228. <div class="tabs">
  229. <div class="tab">
  230. <div class="tab"><input id="tab-6" name="tab-group-2" type="radio" /> <label for="tab-6">&nbsp;</label>
  231. <div class="content">
  232. <p style="text-align: center;">Stats</p>
  233. <hr />
  234. <table border="0" cellspacing="0" width="313" height="231">
  235. <tbody>
  236. <tr>
  237. <td style="text-align: left;">Name</td>
  238. <td style="text-align: right;">Rachel Roth</td>
  239. </tr>
  240. <tr>
  241. <td style="text-align: left;">Alias</td>
  242. <td style="text-align: right;">Raven</td>
  243. </tr>
  244. <tr>
  245. <td style="text-align: left;">Age</td>
  246. <td style="text-align: right;">16</td>
  247. </tr>
  248. <tr>
  249. <td style="text-align: left;">Gender</td>
  250. <td style="text-align: right;">Female</td>
  251. </tr>
  252. <tr>
  253. <td style="text-align: left;">Species</td>
  254. <td style="text-align: right;">Half-Azarathian, half-demon</td>
  255. </tr>
  256. <tr>
  257. <td style="text-align: left;">Height</td>
  258. <td style="text-align: right;">5'11"</td>
  259. </tr>
  260. <tr>
  261. <td style="text-align: left;">Weight</td>
  262. <td style="text-align: right;">139</td>
  263. </tr>
  264. <tr>
  265. <td style="text-align: left;">Sexuality</td>
  266. <td style="text-align: right;">Here</td>
  267. </tr>
  268. <tr>
  269. <td style="text-align: left;">Status</td>
  270. <td style="text-align: right;">Here</td>
  271. </tr>
  272. </tbody>
  273. </table>
  274. </div>
  275. </div>
  276. <div class="tab"><input id="tab-5" name="tab-group-2" type="radio" /> <label for="tab-5">&nbsp;</label>
  277. <div class="content">
  278. <p style="text-align: center;">Personality</p>
  279. <hr />Raven is one of the most mysterious characters throughout the series. She is quiet, seemingly emotionless, intelligent, studious, and sarcastic. She can always come up with a smart remark, specifically in reply to most of the Teen Titans' antics and attempts at humor. Her appearance and attitudeappears to be that of a typical modern goth female. However, as much as she may seem slightly distant and anti-social, producer Sam Register describes her as a "...dark character, but a character everyone can relate to. She's a recluse and sort of to herself. We thought that would be a good dynamic with the rest of the team. She does have a dark background in the comic." Robin also said that she is "the most hopeful person he has ever known."
  280. <p>&nbsp;</p>
  281. Raven is often portrayed as the most mature member of the group, often giving her own advice to the others about various subjects, and generally staying cool and calm, even in desperate situations. She is, however, also the most emotionally-restrained of the Titans, appearing secretive and distant; she initially does not allow any of her fellow Titans into her room and spends most of her time by herself, usually meditating or reading one of her numerous books. Even though she is serious and cautious about her emotions, just like she was trying to tell Doctor Light saying, "Don't come any closer." The reason for her emotional restraint is due to the adverse effects her emotions have on her powers. If her emotions become out of control, her powers can become erratic and spontaneous, becoming active without her will. In the course of the series, however, she gradually, if only slightly, seems to warm up to her teammates. As shown through her quick suspicion of Terra, it is difficult for Raven to build trust for anyone, and even more difficult to truly forgive if that trust was to be broken. Eventually, she was able to forgive Terra.
  282. <p>&nbsp;</p>
  283. In several instances throughout the show, contrary to her usual behavior, she does show more emotion such as making "heart eyes" along with Starfire at the appearance of Aqualad in Deep Six (though this is mostly used for comedic effect). She also does ease up to have some fun on a few occasions, such as forcing Cyborg to go through 'initiation' again with Beast Boy and Robin in the episode Deception. Furthermore, Raven is known to sometimes be shocked at trivial things. One occasion in which this occurs is in "Overdrive", when Cyborg defeats Raven in a game of chess after installing the Maximum 7 in his brain. At thisoccasion her entire face and outfitturns white (also probably for comedic effect). In "Revved Up", she is also shocked at the sudden drop-in of Red X on the bus she is driving but quickly regains her monotone and determined stature when she realizes who it is. Another instance is when Raven, while playing a game of cards, comically gasps at the impressive sets of cards the rest of the Titans have at their disposal during "Winner Take All". She can lose her temper easily, and most of the time with Beast Boy.
  284. <p>&nbsp;</p>
  285. Raven is often shown to make sarcastic remarksto almost everything and can be seen as rather rude at times, but there is a slight chance thispersonality wasn't always who she was. When the Titans first met, Raven appeared to be more innocent and insecure. She declined Beast Boy's offer to get pizza, probably because she's afraid that he wouldn't like her, and because of him, feels as if she does not fit in with the others. Both Cyborg and Robin were not hesitant to accept her as a friend, even when she wasn't so sure herself. She was the first one to verbally recognize the others as friends, and even openly admits to Beast Boy being funny, which no sooner than a moment later, seems to regret making that statement. Her pessimistic and sarcastic attitude is then likely derived from having to put up with Beast Boy's constant corny jokes and immaturity.
  286. <p>&nbsp;</p>
  287. Despite her seemingly unfriendly attitude, Raven does indeed care greatly about the people she is attached to, as prominently displayed when she is put in charge of three children. Initially having little or no patience with Melvin, Timmy Tantrum, and Teether, Raven grows to love (or at least, enjoy) them, risking her own life to protect them from the Brotherhood of Evil, even calling them her kids. She also comes to regard the rest of the Titans as her closest friends and family. When the day she is destined to end the world finally came, she wanted nothing more than to ensure her friends' last day on Earth was perfect. This shows that despite everything that has ever happened, she truly cares about her friends and their interests. Finally, there are many instances where Raven is portrayed as the most understanding friend among the Titans. While seemingly uninterested towards Cyborg's T-Car, Raven is ultimately the only one who approaches and comforts him, even going as far as to assist in rebuilding the destroyed car. Overall, Raven is not cold-hearted, merely introverted, caring deeply about those close to her. While Raven seems to not care one bit about their hobbies and personalities, she does show her friends that she does care about them and values their friendship when it mattered most.
  288. <p>&nbsp;</p>
  289. Raven is often portrayed as the most pessimistic and insensitive member of the Titans, and she generally regards everything in a "black and white" manner. For example, when Beast Boy desperately asks Raven for words of comfort after their crushing defeat against the members of the H.I.V.E Academy, Raven tersely states that the Titans have to accept the situation, no matter how grave it is. She also reacts to Cyborg'sleaving of the Titans with little to no resentment, stating that people come and go by. When Raven surrenders herself in to her demonic father Trigon in order to fulfill the prophecy that she thought she had no way to prevent, however, Raven also appeared to still have retained hope to a certain degree that the lord of evil could be stopped, as she forcibly injected each of her friends with a portion of her own power to shield them and give them one last chance to save the world. It is then ironic that it was what had motivated her to surrender nearly all hope that ultimately destroyed Trigon.
  290. <p>&nbsp;</p>
  291. After banishing away Trigon from her soul and the Earth, Raven's personality seems to change for the better, as she grows to be less pessimistic and less anti-social. However, she still despises Beast Boy's corny jokes and enjoys reading in solitude, implying that her personality was not significantly affected by her semi-demonic origin.</div>
  292. </div>
  293. <div class="tab"><input id="tab-4" name="tab-group-2" type="radio" /> <label for="tab-4">&nbsp;</label>
  294. <div class="content">
  295. <p style="text-align: center;">History</p>
  296. <hr />Arella, Raven's mother, was chosen to become the bride of the demonic Trigon, Abandoned by the demon, Arella was bent on suicide (while carrying Raven) when she was taken in by the pacifist disciples of Temple Azarath, a group who had centuries earlier forsaken life on Earth to pursue their own nonviolent lifestyle. In their inter-dimensional world, Raven, Arella's daughter by Trigon, was born. Fearing that the child would bring evil among them, Juris, a magistrate of Azarath, attempted to cast the infant Raven into Limbo, only to be destroyed himself. Azar, the spiritual leader of the temple, then took the young Raven under her personal tutelage, instructing her in the truth of her parentage, and in pacifism, meditation, and the submergence of her emotions to resist Trigon&rsquo;s influence, while perfecting her powers of teleportation, astral projection, and empathic healing. Later, after Azar&rsquo;s death (in which she entered another plane of existence), when Raven was plagued by prophetic dreams of Trigon and, defying her teachers, she confronted her demon father in Limbo at his bidding. Trigon spared her and Arella after satisfying himself that, upon his return when she reached adulthood, he could seduce Raven into becoming his ally. When Raven turned sixteen, she sensed Trigon's power returning and fled to Earth.
  297. <p>&nbsp;</p>
  298. Raven arrived at Jump City, where she met several super-powered youths fighting a rampaging alien girl. Raven managed to discern the girl's true reason for her demolition work and convinced the others into a more peaceful approach, which won them the alien's friendship. Despite Raven's obvious insecurity, the others invited her to join them in defeating the truly hostile aliens the Gordanians, who had attempted to enslave the girl and her presence proved ultimately essential to the motley crew's triumph over the Gordanians. Afterward, the group decided to stay together and formed the original Teen Titans. Though Raven, still feeling alienated from her new friends, remained distant to them, the other Titans soon came to learn more about her origins. First, Beast Boy and Cyborg inadvertently ended up stranded inside Raven's own mind, where they met the personifications of her separated emotional aspects and also encountered and fought the manifestation of Trigon's heritage inside her. Soon afterward, a backfired plot by the Puppet King left Raven and Starfire stuck in each other's body, creating a new sense of empathy between the girls. Finally, when Robin was haunted by a drug-induced hallucination of his enemy Slade, Raven linked with his mind and saw glimpses of Robin's past, including his initiation by Batman and the death of his parents.
  299. <p>&nbsp;</p>
  300. Raven helped the Titans for years, working alongside the other four to protect Jump City from villainous menaces. She was consistently invaluable to their success. Eventually, however, Raven's past caught up with her: On her birthday, Slade (who had been presumed dead) reappeared, wielding new powers and marked with a symbol which Raven could not fail to recognize. Slade deliberately led the Titans to the place where Raven's true destiny was to be fulfilled to serve as a living portal for Trigon to conquer Earth. Seeing no other choice, Raven finally told her teammates the truth about her past &mdash; but instead of being rejected, the other Titans remained with her and took the greatest pains to prevent this from happening.
  301. <p>&nbsp;</p>
  302. Slade and an army of Trigon's fire demons attacked Titans Tower to fetch Raven. The Titans decided to fight him, but Raven, unwilling to see her dearest friends hurt on her behalf, knocked them out of the fight and secretly imbued them with some of her powers to protect them from the apocalypse to come. When the portal was opened with her powers, Raven was apparently consumed, but in fact, her human half remained alive in Trigon's domain, regressed to childhood and left powerless.
  303. <p>&nbsp;</p>
  304. Left in a world turned into a living horror, the Titans still refused to give up without a fight. With some help from Slade, (who had been betrayed by Trigon) Robin made his way to Trigon's underworld, found Raven and took her back to the surface, even though she was spiritually shattered by her role in the shaping of events. Finally, the Titans and Slade faced Trigon in a final onslaught. But even as they were struck down, Raven realized that all was not hopeless, and this realization sparked a new hope within her soul, allowing her to regain full maturity along with her powers. Under a righteous wrath, she used the sum of her powers to destroy Trigon, reverting Earth back to the way it was and finally ridding herself from the last vestiges of her dreaded heritage.</div>
  305. </div>
  306. <div class="tab"><input id="tab-3" name="tab-group-2" type="radio" /> <label for="tab-3">&nbsp;</label>
  307. <div class="content">
  308. <p style="text-align: center;">Friends</p>
  309. <hr />
  310. <p><a href="profile.php?userid=411980" target="_blank">Beast Boy</a>&nbsp;-&nbsp;<span>A close friend and love interest, though she seems annoyed by his flirting and is highly likely to admit that she reciprocates his feelings.</span></p>
  311. <p style="text-align: left;">&nbsp;</p>
  312. <p><span><span><a href="LINK HERE" target="_blank">Friend Name</a>&nbsp;-&nbsp;</span><span>Lorem ipsum dolor sit amet, natum accusam has ne. Inani summo mei cu, aliquip inermis principes ea qui.</span></span></p>
  313. </div>
  314. </div>
  315. <div class="tab"><input id="tab-2" name="tab-group-2" type="radio" /> <label for="tab-2">&nbsp;</label>
  316. <div class="content">
  317. <p style="text-align: center;">OOC</p>
  318. <hr />
  319. <p>Please know the difference between IC/OOC. I default to OOC in PMS.</p>
  320. <p>&nbsp;</p>
  321. <p>I have a family so if I disappear, please understand that, and I'm not looking for a relationship.</p>
  322. <p>&nbsp;</p>
  323. <p>I have the right to decline RP for any reason</p>
  324. <p>&nbsp;</p>
  325. <p>Extremely picky about smut.</p>
  326. </div>
  327. </div>
  328. <div class="tab"><input id="tab-1" checked="checked" name="tab-group-2" type="radio" /> <label for="tab-1">&nbsp;</label></div>
  329. <div class="content">
  330. <p style="text-align: left;">&nbsp;</p>
  331. </div>
  332. </div>
  333. </div>
  334. <div class="Credit">
  335. <p style="text-align: center;"><a href="https://rphprofilecodes.tumblr.com/" target="_blank">&spades;</a></p>
  336. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement