Advertisement
Chibi-Elle

HADES [DONE]

Jan 22nd, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Forum|Overlock|Pirata+One|Satisfy|Cookie|Bebas+Neue');
  3.  
  4. body {
  5. background-color: #000;
  6. background-image: url('https://cdn.lowgif.com/full/ace1f38f52f6e0cd-.gif');
  7. background-position: center;
  8. background-size: 15%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #seph {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color:;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width:0px;
  30. height:0px;
  31. }
  32.  
  33. #container {
  34. position: absolute;
  35. left: 50%;
  36. top: 11%;
  37. height: 500px;
  38. width: 302px;
  39. border-left: 4px solid #111;
  40. border-top: 4px solid #111;
  41. border-right: 4px solid #0E0202;
  42. border-bottom: 4px solid #0E0202;
  43. box-shadow: 0px 0px 6px 6px #222;
  44. background-color: #fff;
  45. background-image: url('https://i.pinimg.com/564x/36/3d/2b/363d2ba9d397c70120a8286df5352ac0.jpg');
  46. background-size: 100%;
  47. background-position: right;
  48. }
  49.  
  50. #crown {
  51. position: absolute;
  52. z-index: 1;
  53. top: -135px;
  54. left: -65px;
  55. height: 300px;
  56. width: 540px;
  57. background-image: url('https://www.clker.com/cliparts/y/K/M/8/X/w/black-crown-hi.png');
  58. background-size: 0%;
  59. background-repeat: no-repeat;
  60. filter: grayscale(30%);
  61. }
  62.  
  63. #gif1 {
  64. position: absolute;
  65. z-index: 1;
  66. left: -300px;
  67. bottom: -5px;
  68. height: 130px;
  69. width: 270px;
  70. border-left: 4px solid #0E0202;
  71. border-top: 4px solid #0E0202;
  72. border-right: 4px solid #111;
  73. border-bottom: 4px solid #111;
  74. box-shadow: 0px 0px 6px 6px #222;
  75. background-image: url('https://data.whicdn.com/images/349967455/original.gif');
  76. background-size: 100%;
  77. background-repeat: no-repeat;
  78. background-position: top;
  79. }
  80.  
  81. #gif2 {
  82. position: absolute;
  83. z-index: 0;
  84. left: -300px;
  85. top: -4px;
  86. height: 130px;
  87. width: 270px;
  88. border-left: 4px solid #0E0202;
  89. border-top: 4px solid #0E0202;
  90. border-right: 4px solid #111;
  91. border-bottom: 4px solid #111;
  92. box-shadow: 0px 0px 6px 6px #222;
  93. background-image: url('https://64.media.tumblr.com/962b9bd92ac21e6e6d0b3da9dbc9a3c6/691c43a9d0aa238d-58/s500x750/7121e8e0cf2d7984008945bf13cd1f061557929f.gif');
  94. background-size: 110%;
  95. background-repeat: no-repeat;
  96. filter: grayscale(0%);
  97. }
  98.  
  99. #gif2:hover {
  100. background-image: url('https://data.whicdn.com/images/349967178/original.gif');
  101. }
  102.  
  103. #box1 {
  104. position: absolute;
  105. z-index: 1;
  106. left: -300px;
  107. top: 152px;
  108. height: 190px;
  109. width: 270px;
  110. padding: 0px;
  111. border-left: 4px solid #0E0202;
  112. border-top: 4px solid #0E0202;
  113. border-right: 4px solid #111;
  114. border-bottom: 4px solid #111;
  115. box-shadow: 0px 0px 6px 6px #222;
  116. background-color: #222;
  117. background-image: url('');
  118. background-size: 100%;
  119. background-repeat: no-repeat;
  120. background-position: 0px 85px;
  121. opacity: 0.95;
  122. }
  123.  
  124. #box2 {
  125. position: absolute;
  126. z-index: 2;
  127. left: -289px;
  128. top: 162px;
  129. padding: 5px;
  130. border-right: 3px solid #0E0202;
  131. border-bottom: 0px dotted pink;
  132. height: 128px;
  133. width: 244px;
  134. background: #222;
  135. box-shadow: -2px -2px 1px 0px #0D0303;
  136. font-family: 'Overlock';
  137. color: #777;
  138. line-height: 16px;
  139. font-size: 12px;
  140. }
  141.  
  142. #pinkbar {
  143. position: absolute;
  144. z-index: 1;
  145. left: -360px;
  146. top: -5px;
  147. width: 15px;
  148. height: 512px;
  149. background-color: #111;
  150. box-shadow: 0px 0px 4px 4px #222;
  151. }
  152.  
  153. #pinkbar2 {
  154. position: absolute;
  155. z-index: 2;
  156. right: -65px;
  157. top: -5px;
  158. width: 15px;
  159. height: 511px;
  160. background-color: #111;
  161. box-shadow: 0px 0px 4px 4px #222;
  162. }
  163.  
  164. #flower {
  165. position: absolute;
  166. z-index: 2;
  167. left: -16px;
  168. bottom: -30px;
  169. height: 123px;
  170. width: 338px;
  171. background-image: url('');
  172. background-size: 100%;
  173. background-repeat: no-repeat;
  174. filter: grayscale(0%);
  175. }
  176.  
  177. #title {
  178. position: absolute;
  179. z-index: 2;
  180. right: -9px;
  181. bottom: -106px;
  182. height: 205px;
  183. width: 300px;
  184. background-image: url('https://i.ibb.co/2tZfTQ5/KING.png');
  185. background-repeat: no-repeat;
  186. background-size: 98%;
  187. opacity: 1;
  188. }
  189.  
  190. #tab1 {
  191. position: absolute;
  192. z-index: 2;
  193. left: -285px;
  194. bottom: 140px;
  195. height: 75px;
  196. width: 75px;
  197. background-image: url('https://i.ibb.co/KbXpt4S/rose.png');
  198. background-size: 67%;
  199. background-repeat: no-repeat;
  200. transform: rotate(-42deg);
  201. }
  202.  
  203. #tab2 {
  204. position: absolute;
  205. z-index: 2;
  206. left: -234px;
  207. bottom: 140px;
  208. height: 75px;
  209. width: 75px;
  210. background-image: url('https://i.ibb.co/KbXpt4S/rose.png');
  211. background-size: 67%;
  212. background-repeat: no-repeat;
  213. transform: rotate(-42deg);
  214. }
  215.  
  216. #tab3 {
  217. position: absolute;
  218. z-index: 2;
  219. left: -180px;
  220. bottom: 140px;
  221. height: 75px;
  222. width: 75px;
  223. background-image: url('https://i.ibb.co/KbXpt4S/rose.png');
  224. background-size: 67%;
  225. background-repeat: no-repeat;
  226. transform: rotate(-42deg);
  227. }
  228.  
  229. #tab4 {
  230. position: absolute;
  231. z-index: 2;
  232. left: -130px;
  233. bottom: 140px;
  234. height: 75px;
  235. width: 75px;
  236. background-image: url('https://i.ibb.co/KbXpt4S/rose.png');
  237. background-size: 67%;
  238. background-repeat: no-repeat;
  239. transform: rotate(-42deg);
  240. }
  241.  
  242. #tab5 {
  243. position: absolute;
  244. z-index: 2;
  245. left: -76px;
  246. bottom: 140px;
  247. height: 75px;
  248. width: 75px;
  249. background-image: url('https://i.ibb.co/KbXpt4S/rose.png');
  250. background-size: 67%;
  251. background-repeat: no-repeat;
  252. transform: rotate(-42deg);
  253. }
  254.  
  255. h1 {
  256. font-family: 'Forum';
  257. font-size: 23px;
  258. color: #444;
  259. text-align: center;
  260. background-color: #080202;
  261. line-height: 20px;
  262. margin-top: 0px;
  263. margin-bottom: 4px;
  264. letter-spacing: 1px;
  265. background-size: 100%;
  266. background-repeat: repeat;
  267. background-image: url('https://www.transparenttextures.com/patterns/green-dust-and-scratches.png');
  268. text-shadow: 0px 0px 25px #fff;
  269. }
  270.  
  271. b {
  272. font-family: 'Pirata One';
  273. color: #1e0303;
  274. }
  275.  
  276. a {
  277. font-family: 'Bebas Neue';
  278. color: #450C0C;
  279. text-decoration: none;
  280. font-size: 12px;
  281. }
  282.  
  283. a:hover {
  284. color: black;
  285. }
  286.  
  287.  
  288. </style>
  289. <div id="seph" oncontextmenu="return false;">
  290. <div id="container">
  291. <div id="crown"></div>
  292. <div id="gif1"></div>
  293. <div id="gif2"></div>
  294. <div id="pinkbar"></div>
  295. <div id="pinkbar2"></div>
  296. <div id="flower"></div>
  297. <div id="title"></div>
  298. <a href="#stats"><div id="tab1"></div></a>
  299. <a href="#abilities"><div id="tab2"></div></a>
  300. <a href="#headcanons"><div id="tab3"></div></a>
  301. <a href="#connections"><div id="tab4"></div></a>
  302. <a href="#resetooc"><div id="tab5"></div></a>
  303. <div id="box1">
  304. </div>
  305. <div id="box2">
  306. <div style="height: 128px; overflow: hidden;">
  307. <a name="resetooc"></a>
  308. <div style="height: 128px; overflow-y: hidden;">
  309. <div style="margin: 0 auto; width: 20.1em;">
  310. <h1>Out of Character</h1>
  311. <B>00.</B> This code was created for <a href="//roleplay.chat/profile.php?user=Chthonic+King" target="_blank">Aidon</a> by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> for his exclusive use only! Do not steal.
  312. </div></div>
  313.  
  314. <a name="stats"></a>
  315. <div style="height: 128px; overflow-y: hidden;">
  316. <div style="margin: 0 auto; width: 20.1em;">
  317. <h1>Statistics</h1>
  318. </div></div>
  319.  
  320. <a name="abilities"></a>
  321. <div style="height: 128px; overflow-y: hidden;">
  322. <div style="margin: 0 auto; width: 20.1em;">
  323. <h1>Abilities</h1>
  324. </div></div>
  325.  
  326. <a name="headcanons"></a>
  327. <div style="height: 128px; overflow-y: hidden;">
  328. <div style="margin: 0 auto; width: 20.1em;">
  329. <h1>Headcanons</h1>
  330. </div></div>
  331.  
  332. <a name="connections"></a>
  333. <div style="height: 128px; overflow-y: hidden;">
  334. <div style="margin: 0 auto; width: 20.1em;">
  335. <h1>Connections</h1>
  336. </div></div></div></div>
  337. </div>
  338. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement