LadyDarkness

Serena's code

May 15th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Audiowide|Special+Elite');
  3.  
  4. body {
  5. background-image: url("https://i.imgur.com/KvkSl6W.png");
  6. background-attachment: fixed;
  7. background-position: top;
  8. color: black;
  9. background-color:#000000;
  10. font-family: "Special Elite";
  11. font-size: 16px;
  12. }
  13.  
  14. #credit {
  15. Position: fixed; bottom: 10px; left: 10px;
  16. font-family: "Audiowide";
  17. font-size: 14px;
  18. z-index: 99;
  19. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  20. z-index: 99;
  21. }
  22.  
  23. #nav1 {
  24. position: fixed; left: -1000px; right: 0px; top: -450px; bottom: 0px; margin: auto;
  25. height: 150px;
  26. width: 150px;
  27. border: 10px solid black;
  28. border-radius: 50%;
  29. z-index: 2;
  30. -webkit-transition: 0.5s linear;
  31. -moz-transition: 0.5s linear;
  32. -o-transition: 0.5s linear;
  33. transition: 0.5s linear;
  34. }
  35.  
  36. #nav1:hover {
  37. border: 10px solid white;
  38. border-radius: 50%;
  39. }
  40.  
  41. #nav2 {
  42. position: fixed; left: -650px; right: 0px; top: -450px; bottom: 0px; margin: auto;
  43. height: 150px;
  44. width: 150px;
  45. border: 10px solid black;
  46. border-radius: 50%;
  47. z-index: 2;
  48. -webkit-transition: 0.5s linear;
  49. -moz-transition: 0.5s linear;
  50. -o-transition: 0.5s linear;
  51. transition: 0.5s linear;
  52. }
  53.  
  54. #nav2:hover {
  55. border: 10px solid white;
  56. border-radius: 50%;
  57. }
  58.  
  59. #nav3 {
  60. position: fixed; left: -300px; right: 0px; top: -450px; bottom: 0px; margin: auto;
  61. height: 150px;
  62. width: 150px;
  63. border: 10px solid black;
  64. border-radius: 50%;
  65. z-index: 2;
  66. -webkit-transition: 0.5s linear;
  67. -moz-transition: 0.5s linear;
  68. -o-transition: 0.5s linear;
  69. transition: 0.5s linear;
  70. }
  71.  
  72. #nav3:hover {
  73. border: 10px solid white;
  74. border-radius: 50%;
  75. }
  76.  
  77. #nav4 {
  78. position: fixed; left: 0px; right: -50px; top: -450px; bottom: 0px; margin: auto;
  79. height: 150px;
  80. width: 150px;
  81. border: 10px solid black;
  82. border-radius: 50%;
  83. z-index: 2;
  84. -webkit-transition: 0.5s linear;
  85. -moz-transition: 0.5s linear;
  86. -o-transition: 0.5s linear;
  87. transition: 0.5s linear;
  88. }
  89.  
  90. #nav4:hover {
  91. border: 10px solid white;
  92. border-radius: 50%;
  93. }
  94.  
  95. #nav5 {
  96. position: fixed; left: 0px; right: -400px; top: -450px; bottom: 0px; margin: auto;
  97. height: 150px;
  98. width: 150px;
  99. border: 10px solid black;
  100. border-radius: 50%;
  101. z-index: 2;
  102. -webkit-transition: 0.5s linear;
  103. -moz-transition: 0.5s linear;
  104. -o-transition: 0.5s linear;
  105. transition: 0.5s linear;
  106. }
  107.  
  108. #nav5:hover {
  109. border: 10px solid white;
  110. border-radius: 50%;
  111. }
  112.  
  113. #nav6 {
  114. position: fixed; left: 0px; right: -750px; top: -450px; bottom: 0px; margin: auto;
  115. height: 150px;
  116. width: 150px;
  117. border: 10px solid black;
  118. border-radius: 50%;
  119. z-index: 2;
  120. -webkit-transition: 0.5s linear;
  121. -moz-transition: 0.5s linear;
  122. -o-transition: 0.5s linear;
  123. transition: 0.5s linear;
  124. }
  125.  
  126. #nav6:hover {
  127. border: 10px solid white;
  128. border-radius: 50%;
  129. }
  130.  
  131. #mainpic {
  132. position: fixed; left: -800px; right: 0px; top: 0px; bottom: -185px; margin: auto;
  133. height: 400px;
  134. border: 8px solid black;
  135. z-index: 2;
  136. }
  137.  
  138. #mainpic2 {
  139. position: fixed; left: -800px; right: 0px; top: 0px; bottom: -185px; margin: auto;
  140. height: 400px;
  141. border: 8px solid black;
  142. z-index: 3;
  143. opacity: 0;
  144. -webkit-transition: 0.5s linear;
  145. -moz-transition: 0.5s linear;
  146. -o-transition: 0.5s linear;
  147. transition: 0.5s linear;
  148. }
  149.  
  150. #mainpic2:hover {
  151. opacity: 1;
  152. }
  153.  
  154. #tab { position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  155. height: 360px;
  156. width: 490px;
  157. z-index:2;
  158. display: none;
  159. }
  160.  
  161. #OOC #tab {
  162. display: block;
  163. }
  164.  
  165. #OOC:target #tab, #Stats:target #tab, #About:target #tab, #Abilities:target #tab, #History:target #tab, #Friends:target #tab {
  166. display: block;
  167. z-index: 99;
  168. }
  169.  
  170. #header {
  171. position: fixed; left: 0px; right: 0px; top: -145px; bottom: 0px; margin: auto;
  172. width: 300px;
  173. height: 25px;
  174. padding: 10px;
  175. border: 8px black solid;
  176. background-color: white;
  177. background-image: url("https://i.imgur.com/G2YVayE.png");
  178. font-family: "Griffy";
  179. }
  180.  
  181. #box {
  182. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -240px; margin: auto;
  183. width: 400px;
  184. height: 230px;
  185. padding: 10px;
  186. border: 8px black solid;
  187. background-color: white;
  188. background-image: url("https://i.imgur.com/G2YVayE.png");
  189. overflow: auto;
  190. }
  191.  
  192. .friendpic {
  193. border: 5px solid black;
  194. width: 100px;
  195. height: 100px;
  196. margin: 5px;
  197. pointer-events: auto;
  198. -webkit-transition: 0.5s linear;
  199. -moz-transition: 0.5s linear;
  200. -o-transition: 0.5s linear;
  201. transition: 0.5s linear;
  202. }
  203.  
  204. .friendpic:hover {border: 5px solid white;}
  205.  
  206. #bordertop {
  207. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -55px; margin: auto;
  208. border-top: 8px solid black;
  209. border-left: 8px solid black;
  210. height: 500px;
  211. width: 1200px;
  212. z-index: 1;
  213. }
  214.  
  215. #borderbottom {
  216. position: fixed; left: -200px; right: 0px; top: 0px; bottom: -55px; margin: auto;
  217. border-bottom: 8px solid black;
  218. height: 500px;
  219. width: 1000px;
  220. z-index: 1;
  221. }
  222.  
  223. #title {
  224. position: fixed; left: 0px; right: -800px; top: 0px; bottom: -100px; margin: auto;
  225. line-height: normal;
  226. font-size: 100px;
  227. height: 300px;
  228. width: 300px;
  229. z-index: 1;
  230. }
  231.  
  232. a.credit:link {color:#f0f0f0;}
  233. a.credit:visited {color:#f0f0f0;}
  234. a.credit:hover {color:#6f52be;}
  235. a.credit {text-decoration:none;}
  236.  
  237. a {text-decoration: none; color: white;
  238. -webkit-transition: 0.5s linear;
  239. -moz-transition: 0.5s linear;
  240. -o-transition: 0.5s linear;
  241. transition: 0.5s linear;}
  242. a:visited {color: white;}
  243. a:hover {color: red;}
  244.  
  245. b {color:#f0f0f0;}
  246.  
  247. h1, h2, h3 {
  248. text-align: center;
  249. margin: 0px;
  250. padding: 0px;
  251. font-family: "Special Elite";
  252. }
  253.  
  254.  
  255. ::-webkit-scrollbar {
  256. width: 4px;
  257. height: 1px;
  258. }
  259.  
  260. ::-webkit-scrollbar-track {
  261. border-radius: 4px;
  262. }
  263.  
  264. ::-webkit-scrollbar-thumb {
  265. background: black;
  266. }
  267. </style>
  268. <body>
  269. <div id="bordertop"></div>
  270. <div id="borderbottom"></div>
  271.  
  272. <a href="#OOC"><img id="nav1" src="http://i.picpar.com/pk0e.jpg"></div></a>
  273. <a href="#Stats"><img id="nav2" src="http://i.picpar.com/qk0e.jpg"></div></a>
  274. <a href="#About"><img id="nav3" src="http://i.picpar.com/rk0e.jpg"></div></a>
  275. <a href="#Abilities"><img id="nav4" src="http://i.picpar.com/sk0e.jpg"></div></a>
  276. <a href="#History"><img id="nav5" src="http://i.picpar.com/tk0e.jpg"></div></a>
  277. <a href="#Friends"><img id="nav6" src="http://i.picpar.com/uk0e.png"></div></a>
  278.  
  279. <img id="mainpic" src="http://i.picpar.com/nk0e.jpg" alt="Main Picture"/>
  280. <img id="mainpic2" src="http://i.picpar.com/ok0e.jpg" alt="Hover Picture"/>
  281.  
  282. <div id="title">Les<br>Anciens</div>
  283.  
  284.  
  285.  
  286. <div id="OOC">
  287. <div id="tab">
  288. <div id="header">
  289. <h1>Out of Character</h1>
  290. </div>
  291. <div id="box">
  292. <center>
  293. <li>Dont force me things I dont like.</li>
  294. <li>Dont be afraid to say hello.</li>
  295. <li>Ic =/= OOC</li>
  296. <li>Happily Married IRL.</li>
  297. <li>Story before smut!!!</li>
  298. <li>Once taken, sex with ONLY partner. </li>
  299. <li>SEX IS EARNED!!!</li>
  300. </center>
  301. </div>
  302. </div></div>
  303.  
  304. <div id="Stats">
  305. <div id="tab">
  306. <div id="header">
  307. <h1>Stats</h1>
  308. </div>
  309. <div id="box">
  310. <b>Name:</b><span style=float:right>Serena Bellerose</span><br>
  311. <b>Alias:</b><span style=float:right>Le Vampyre</span><br>
  312. <b>Age:</b><span style=float:right>Too old</span><br>
  313. <b>Species:</b><span style=float:right>Vampyre</span><br>
  314. <b>Home residence:</b><span style=float:right>Paris, France</span><br>
  315. <b>Native Language:</b><span style=float:right>French</span><br>
  316. <b>Status:</b><span style=float:right>Single</span><br>
  317. <b>Sexuality:</b><span style=float:right>Sapiosexual</span><br>
  318. <b>Occupation:</b><span style=float:right>Assassin for hire</span><br>
  319. </div>
  320. </div></div>
  321.  
  322. <div id="About">
  323. <div id="tab">
  324. <div id="header">
  325. <h1>Personality</h1>
  326. </div>
  327. <div id="box">
  328. Kind, Intelligent, Can be bitchy (Depending on person), Very out going. Doesn't like human's very much.
  329. </div>
  330. </div></div>
  331.  
  332. <div id="Abilities">
  333. <div id="tab">
  334. <div id="header">
  335. <h1>Skills</h1>
  336. </div>
  337. <div id="box">
  338. <li>Enhanced bite </li>
  339. <li>Enhanced speed </li>
  340. <li>Enhanced strength </li>
  341. <li>Enhanced durability </li>
  342. <li>Enhanced healing </li>
  343. <li>Enhanced senses </li>
  344. <li>Predator instinct </li>
  345. </div>
  346. </div></div>
  347.  
  348. <div id="History">
  349. <div id="tab">
  350. <div id="header">
  351. <h1>History</h1>
  352. </div>
  353. <div id="box">
  354. Very long story....
  355. </div>
  356. </div></div>
  357.  
  358. <div id="Friends">
  359. <div id="tab">
  360. <div id="header">
  361. <h1>Friends</h1>
  362. </div>
  363. <div id="box">
  364. <center>
  365. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="http://i.picpar.com/vk0e.jpg" class="friendpic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  366. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="http://i.picpar.com/vk0e.jpg" class="friendpic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  367. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="http://i.picpar.com/vk0e.jpg" class="friendpic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  368. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="http://i.picpar.com/vk0e.jpg" class="friendpic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  369. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="http://i.picpar.com/vk0e.jpg" class="friendpic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  370. </center>
  371. </div>
  372. </div></div>
  373.  
  374. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  375. </body>
Add Comment
Please, Sign In to add comment