LadyDarkness

Cera Sabine's code

May 26th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.80 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
  4. Body
  5. {
  6. background: #000000;
  7. background-image: url(https://i.imgur.com/NU7Juam.png);
  8. }
  9.  
  10.  
  11. #BoxOne
  12. {
  13. z-index: 0;
  14. position: absolute;
  15. left: 200px;
  16. top: 150px;
  17. width: 800px;
  18. height: 500px;
  19. padding: 2px;
  20. background-color: #3A3A3A;
  21. border: solid 2px #FFFFFF;
  22. - ms-transform: rotate(10deg);
  23. -webkit-transform: rotate(10deg);
  24. -moz-transform: rotate(10deg);
  25. -o-transform: rotate(10deg);
  26. transform: rotate(10deg);
  27. }
  28.  
  29. #BoxTwo
  30. {
  31. z-index: 0;
  32. position: absolute;
  33. left: 200px;
  34. top: 150px;
  35. width: 800px;
  36. height: 500px;
  37. padding: 2px;
  38. background-color: #4E4E4E;
  39. border: 2px solid #FFFFFF;
  40. - ms-transform: rotate(5deg);
  41. -webkit-transform: rotate(5deg);
  42. -moz-transform: rotate(5deg);
  43. -o-transform: rotate(5deg);
  44. transform: rotate(5deg);
  45. }
  46.  
  47.  
  48.  
  49. #BoxThree
  50. {
  51. z-index: 0;
  52. position: absolute;
  53. left: 200px;
  54. top: 150px;
  55. width: 800px;
  56. height: 500px;
  57. padding: 2px;
  58. background-color: #898989;
  59. border: 2px solid #FFFFFF;
  60. - ms-transform: rotate(0deg);
  61. -webkit-transform: rotate(0deg);
  62. -moz-transform: rotate(deg);
  63. -o-transform: rotate(0deg);
  64. transform: rotate(0deg);
  65. }
  66.  
  67. #photo
  68. {
  69. z-index: 2;
  70. position: absolute;
  71. left: 220px;
  72. top: 170px;
  73. padding: 2px;
  74. display: flex;
  75. justify-content: space-evenly;
  76. align-items: center;
  77. flex-direction: row;
  78. }
  79.  
  80. .size
  81. {
  82. height: 250px;
  83. width: 180px
  84. }
  85.  
  86.  
  87. #namebox
  88. {
  89. z-index: 2;
  90. position: absolute;
  91. left: 220px;
  92. top: 425px;
  93. width: 182px;
  94. height: 50px;
  95. background-color:#;
  96. padding: 2px;
  97. font-family: Satisfy;
  98. font-size: 30px;
  99. color: #fff;
  100. }
  101.  
  102.  
  103. #navi
  104. {
  105. z-index: 10;
  106. position: absolute;
  107. left: 395px;
  108. top: 205px;
  109. width: 10px;
  110. height: 9px;
  111. }
  112. #navi a
  113. {
  114. display: block;
  115. margin: 20px;
  116. width: 100%;
  117. height: 100%;
  118. padding: 5px;
  119. font-family: Times New Roman;
  120. font-size: 25px;
  121. font-style: italic;
  122. text-decoration: none;
  123. text-align: center;
  124. color: #fff;
  125. letter-spacing: 2px;
  126. background-color: #000000;
  127. background-image: url();
  128. border-radius: 10%;
  129. border: 2px solid #fff;
  130.  
  131. -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
  132.  
  133. - ms-transform: rotate(10deg);
  134. -webkit-transform: rotate(10deg);
  135. -moz-transform: rotate(10deg);
  136. -o-transform: rotate(10deg);
  137. transform: rotate(50deg);
  138. }
  139.  
  140. #navi a:hover
  141. {
  142. color: lightblue;
  143. background-color: #fff;
  144. background-image: url();
  145. text-shadow: 0 0 0em #000;
  146. letter-spacing: 3px;
  147. border: 2px solid #000;
  148. transition: all 0.5s ease;
  149. -moz-transitioon: all 0.5s ease;
  150. -webkit-transition: all 0.5s ease;
  151. }
  152.  
  153.  
  154. #infoboxone
  155. {
  156. z-index: 4;
  157. position: absolute;
  158. left: 225px;
  159. top: 480px;
  160. width: 135px;
  161. height: 125px;
  162. padding: 2px;
  163. background-color: #3A3A3A;
  164. border: 2px solid #fff;
  165. background-image: url();
  166. padding: 3px;
  167. color: #fff;
  168. font-family: Damion;
  169. font-style: normal;
  170. font-size: 17px;
  171. padding: 15px;
  172. box-shadow: 0px 0px px #000000;
  173.  
  174. }
  175.  
  176.  
  177.  
  178. #infoboxtwo
  179. {
  180. z-index: 4;
  181. position: absolute;
  182. left: 455px;
  183. top: 180px;
  184. width: 500px;
  185. height: 425px;
  186. padding: 2px;
  187. background-color: #3A3A3A;
  188. border: 2px solid #fff;
  189. background-image: url();
  190. padding: 3px;
  191. color: #fff;
  192. font-family: Damion;
  193. font-style: normal;
  194. font-size: 20px;
  195. padding: 15px;
  196. box-shadow: 0px 0px px #000000;
  197.  
  198. }
  199.  
  200.  
  201.  
  202. #infoboxthree
  203. {
  204. z-index: 4;
  205. position: absolute;
  206. left: 1200px;
  207. top: 180px;
  208. width: 200px;
  209. height: 425px;
  210. padding: 2px;
  211. background-color: #3A3A3A;
  212. border: 2px solid #fff;
  213. background-image: url();
  214. padding: 3px;
  215. color: #fff;
  216. font-family: Damion;
  217. font-style: normal;
  218. font-size: 20px;
  219. padding: 15px;
  220. box-shadow: 0px 0px px #000000;
  221.  
  222. }
  223.  
  224. .friendpic {
  225. border: 2px solid #fff;
  226. width: 100px;
  227. height: 100px;
  228. margin: 5px;
  229. pointer-events: auto;
  230. }
  231.  
  232.  
  233. #credit
  234. {
  235. z-index: 100;
  236. position: fixed;
  237. left: 1450px;
  238. bottom: 20px;
  239. width: 200px;
  240. height: 10px;
  241. background-image: url();
  242. background-size: 100% 100%;
  243. background-position:top center;
  244. background-attachment: absolute;
  245. -webkit-background-size: cover;
  246. -moz-background-size: cover;
  247. -o-background-size: cover;
  248. background-size: cover;
  249. color: #fff;
  250. text-shadow: px px #0E91CA;
  251.  
  252. font-style: italic;
  253. Text-decoration: none;
  254. font-size: 20px;
  255. font-family: Indie Flower;
  256. font-size: 20px;
  257. font-style: italic;
  258. Text-decoration: none;
  259. }
  260.  
  261. .hover
  262. {
  263. text-shadow:
  264. -2px -2px 0 #000,
  265. 2px -2px 0 #000,
  266. -2px 2px 0 #000,
  267. 2px 2px 0 #000;
  268. }
  269.  
  270. .hover:hover
  271. {
  272. text-shadow:
  273. -2px -2px 0 #CD00FF,
  274. 2px -2px 0 #CD00FF,
  275. -2px 2px 0 #CD00FF,
  276. 2px 2px 0 #CD00FF;
  277. }
  278. </style>
  279.  
  280. <div id="BoxOne">
  281.  
  282. </div>
  283.  
  284. <div id="BoxTwo">
  285.  
  286. </div>
  287.  
  288. <div id="BoxThree">
  289.  
  290. </div>
  291.  
  292. <div id="photo" class="decor">
  293. <img src="http://i.picpar.com/3p3e.jpg" class="size" >
  294. </div>
  295.  
  296.  
  297. <!--Adjust Font Size If Name Is Long -->
  298. <div id="namebox"><center>
  299. ~Cera Sabine ~
  300. </div>
  301.  
  302. <div id="navi">
  303. <a href="#01"></a>
  304. <a href="#02"></a>
  305. <a href="#03"></a>
  306. <a href="#04"></a>
  307. <a href="#05"></a>
  308. <a href="#06"></a>
  309. <a href="#07"></a>
  310. <a href="#08"></a>
  311. <a href="#01"></a>
  312.  
  313. </div>
  314.  
  315. <div id="infoboxone">
  316. <div style="height: 100%; overflow-y: hidden;">
  317. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  318. "Eyes are windows to the soul."
  319. </div></div></div>
  320.  
  321.  
  322. <div id="infoboxtwo">
  323. <div style="height: 100%; overflow-y: hidden;">
  324. <a name="01" class="slide">
  325. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  326. <center> Stats </center>
  327. Full Name: Cera Sabine Young<br>
  328. Nickname: None yet <br>
  329. Age: 21 <br>
  330. Race: Lycan <br>
  331. Occupation: Prior Modeling. Currently a Secretary <br>
  332. Sexuality: Hetrosexual <br>
  333. Residence: None <br>
  334. Romances: Single <br>
  335. Tattoos: A star on the back of her neck <br>
  336. Piercings: None <br>
  337.  
  338. </div>
  339.  
  340. <a name="02" class="slide">
  341. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  342. <center> Personality </center>
  343. <br>
  344. Waitng and see
  345. </div>
  346.  
  347. <a name="03" class="slide">
  348. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  349. <center> Abilities </center>
  350. <li>Enhanced bite </li>
  351. <li>Enhanced speed </li>
  352. <li>Enhanced strength </li>
  353. <li>Enhanced durability </li>
  354. <li>Enhanced healing </li>
  355. <li>Enhanced senses </li>
  356. <li>Predator instinct </li>
  357. <li> Eolas: That allows them to discover a person's whereabouts by connecting to nature. Although it can be addictive. </li>
  358. <li> Telepathy </li>
  359. </div>
  360.  
  361. <a name="04" class="slide">
  362. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  363. <center> Her favorite quotes </center>
  364. Updated soon
  365. </div>
  366.  
  367. <a name="05" class="slide">
  368. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  369. <center> Faceclaim gallery </center>
  370. <a target="_blank" href="http://i.picpar.com/Ap3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Ap3e.jpg" alt="" width="75" height="75" /></a>
  371. <a target="_blank" href="http://i.picpar.com/Bp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Bp3e.jpg" alt="" width="75" height="75" /></a>
  372. <a target="_blank" href="http://i.picpar.com/Cp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Cp3e.jpg" alt="" width="75" height="75" /></a>
  373. <a target="_blank" href="http://i.picpar.com/Dp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Dp3e.jpg" alt="" width="75" height="75" /></a>
  374. <a target="_blank" href="http://i.picpar.com/Ep3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Ep3e.jpg" alt="" width="75" height="75" /></a>
  375. <a target="_blank" href="http://i.picpar.com/Gp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Gp3e.jpg" alt="" width="75" height="75" /></a>
  376. <a target="_blank" href="http://i.picpar.com/Hp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Hp3e.jpg" alt="" width="75" height="75" /></a>
  377. <a target="_blank" href="http://i.picpar.com/Ip3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Ip3e.jpg" alt="" width="75" height="75" /></a>
  378. <a target="_blank" href="http://i.picpar.com/Kp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Kp3e.jpg" alt="" width="75" height="75" /></a>
  379. <a target="_blank" href="http://i.picpar.com/Lp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Lp3e.jpg" alt="" width="75" height="75" /></a>
  380. <a target="_blank" href="http://i.picpar.com/Np3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Np3e.jpg" alt="" width="75" height="75" /></a>
  381. <a target="_blank" href="http://i.picpar.com/Op3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Op3e.jpg" alt="" width="75" height="75" /></a>
  382. <a target="_blank" href="http://i.picpar.com/Pp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Pp3e.jpg" alt="" width="75" height="75" /></a>
  383. <a target="_blank" href="http://i.picpar.com/Qp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Qp3e.jpg" alt="" width="75" height="75" /></a>
  384. <a target="_blank" href="http://i.picpar.com/Rp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Rp3e.jpg" alt="" width="75" height="75" /></a>
  385. <a target="_blank" href="http://i.picpar.com/Sp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Sp3e.jpg" alt="" width="75" height="75" /></a>
  386. <a target="_blank" href="http://i.picpar.com/Tp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Tp3e.jpg" alt="" width="75" height="75" /></a>
  387. <a target="_blank" href="http://i.picpar.com/Vp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Vp3e.jpg" alt="" width="75" height="75" /></a>
  388. <a target="_blank" href="http://i.picpar.com/Xp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Xp3e.jpg" alt="" width="75" height="75" /></a>
  389. <a target="_blank" href="http://i.picpar.com/Yp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Yp3e.jpg" alt="" width="75" height="75" /></a>
  390. </div>
  391.  
  392. <a name="06" class="slide">
  393. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  394. <center> Drawing Gallery </center>
  395. <a target="_blank" href="http://i.picpar.com/Zp3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/Zp3e.jpg" alt="" width="75" height="75" /></a>
  396. <a target="_blank" href="http://i.picpar.com/aq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/aq3e.jpg" alt="" width="75" height="75" /></a>
  397. <a target="_blank" href="http://i.picpar.com/bq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/bq3e.jpg" alt="" width="75" height="75" /></a>
  398. <a target="_blank" href="http://i.picpar.com/cq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/cq3e.jpg" alt="" width="75" height="75" /></a>
  399. <a target="_blank" href="http://i.picpar.com/dq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/dq3e.jpg" alt="" width="75" height="75" /></a>
  400. <a target="_blank" href="http://i.picpar.com/fq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/fq3e.jpg" alt="" width="75" height="75" /></a>
  401. <a target="_blank" href="http://i.picpar.com/gq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/gq3e.jpg" alt="" width="75" height="75" /></a>
  402. <a target="_blank" href="http://i.picpar.com/hq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/hq3e.jpg" alt="" width="75" height="75" /></a>
  403. <a target="_blank" href="http://i.picpar.com/iq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/iq3e.jpg" alt="" width="75" height="75" /></a>
  404. <a target="_blank" href="http://i.picpar.com/jq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/jq3e.jpg" alt="" width="75" height="75" /></a>
  405. <a target="_blank" href="http://i.picpar.com/lq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/lq3e.jpg" alt="" width="75" height="75" /></a>
  406. <a target="_blank" href="http://i.picpar.com/nq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/nq3e.jpg" alt="" width="75" height="75" /></a>
  407. <a target="_blank" href="http://i.picpar.com/qq3e.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/qq3e.jpg" alt="" width="75" height="75" /></a>
  408. </div>
  409.  
  410. <a name="07" class="slide">
  411. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  412. <center> Friends/Foes/Aquantances </center>
  413. <p><a target="_blank" href="https://roleplay.chat/profile.php?user=Mock" target="_blank"><img src="https://www.orbistechnologies.com/wp-content/uploads/2018/12/profile-placeholder-image-gray-silhouette-no-vector-21542863.jpg" height="75" width="75" align="left" border="3"></a><center><b>- Name -</b><br> <i>friend</i></center> Small note <br><br></p>
  414. <p><a target="_blank" href="profile" target="_blank"><img src="https://www.orbistechnologies.com/wp-content/uploads/2018/12/profile-placeholder-image-gray-silhouette-no-vector-21542863.jpg" height="75" width="75" align="left" border="3"></a>
  415. <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br></p>
  416. <p><a target="_blank" href="profile" target="_blank"><img src="https://www.orbistechnologies.com/wp-content/uploads/2018/12/profile-placeholder-image-gray-silhouette-no-vector-21542863.jpg" height="75" width="75" align="left" border="3"></a>
  417. <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br></p>
  418. <p><a target="_blank" href="profile" target="_blank"><img src="https://www.orbistechnologies.com/wp-content/uploads/2018/12/profile-placeholder-image-gray-silhouette-no-vector-21542863.jpg" height="75" width="75" align="left" border="3"></a>
  419. <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br></p>
  420. <p><a target="_blank" href="profile" target="_blank"><img src="https://www.orbistechnologies.com/wp-content/uploads/2018/12/profile-placeholder-image-gray-silhouette-no-vector-21542863.jpg" height="75" width="75" align="left" border="3"></a>
  421. <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br></p>
  422. </div>
  423.  
  424. <a name="08" class="slide">
  425. <div style="width:100%; height: 100%; top: 100px; background-color: #; overflow: auto;" align="Left">
  426. <center> OOC </center>
  427. <font color="#702f2f"><b>☩</b></font> This code was special made for me from my friend. DO NOT STEAL!!<br>
  428. <font color="#702f2f"><b>☩</b></font> DO NOT START WITH A POST, IT WILL BE IGNORED! <br>
  429. <font color="#702f2f"><b>☩</b></font> Smut is reserved for partner.<br>
  430. <font color="#702f2f"><b>☩</b></font> What I do IC does not reflect on me OOC.<br>
  431. <font color="#702f2f"><b>☩</b></font> LT is preferred.<br>
  432. <font color="#702f2f"><b>☩</b></font> Quality over quantity like story over smut.<br>
  433. <font color="#702f2f"><b>☩</b></font> No profile = No play.<br>
  434. <font color="#702f2f"><b>☩</b></font> I take no shit from anyone. Be prepared for a bite back.<br>
  435. <font color="#702f2f"><b>☩</b></font> PM friendly.<br>
  436. <font color="#702f2f"><b>☩</b></font> The drawings are not mine either and will be removed at request. <br>
  437. <font color="#702f2f"><b>☩</b></font> Faceclaim: Darya Mezhevich<br>
  438. </div></div></div>
  439.  
  440.  
  441. <div id="credit" class="hover">
  442. <a target="_blank" href="https://pastebin.com/u/xAscendedRose" title="" style="color:#fff;">xAscended Rose</a>
  443. </div>
Add Comment
Please, Sign In to add comment