Chibi-Elle

MARI CODE [WIP]

Jan 11th, 2021 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Marck+Script|Charm|Rochester|Cookie);
  3.  
  4. body{
  5. background-color: #fff;
  6. background-image: linear-gradient(-45deg, #000 35%, #09040F, #0F041D, #140428, #1C0538, #230449);
  7. background-position: bottom;
  8. background-size: 110%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #whole {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Black_right_angled_triangle_1.png/480px-Black_right_angled_triangle_1.png');
  22. z-index: -1;
  23. position: fixed;
  24. background-size: 100%;
  25. left: 0px; top: 0px; right: 0px; bottom: 0px;
  26. }
  27.  
  28. ::-webkit-scrollbar-track {
  29. background-color:;
  30. }
  31.  
  32. ::-webkit-scrollbar-thumb {
  33. background-color:;
  34. }
  35.  
  36. ::-webkit-scrollbar {
  37. width:2px;
  38. height:5px;
  39. }
  40.  
  41. #container {
  42. position: absolute;
  43. left: 8%;
  44. top: 12%;
  45. height: 500px;
  46. width: 1100px;
  47. border-left: 4px solid #000;
  48. border-top: 4px solid #000;
  49. border-right: 4px solid #1C0538;
  50. border-bottom: 4px solid #1C0538;
  51. box-shadow: 0px 0px 12px 12px #0F041D;
  52. background-color: #140428;
  53. background-image: url('https://www.transparenttextures.com/patterns/diamond-eyes.png');
  54. }
  55.  
  56. #img1 {
  57. position: absolute;
  58. z-index: 1;
  59. bottom: 0px;
  60. left: 300px;
  61. height: 340px;
  62. width: 500px;
  63. background-image: url('https://i.ibb.co/7KzwW5S/ezgif-com-gif-maker-4.png');
  64. background-size: 100%;
  65. background-repeat: no-repeat;
  66. opacity: 0.8;
  67. }
  68.  
  69. #title {
  70. position: absolute;
  71. z-index: 2;
  72. left: 355px;
  73. bottom: 240px;
  74. height: 160px;
  75. width: 400px;
  76. background-image: url('https://i.ibb.co/Jr4MpjS/MA-RI-SOO.png');
  77. background-size: 100%;
  78. background-repeat: no-repeat;
  79. opacity: 0.8;
  80. }
  81.  
  82. #title2 {
  83. position: absolute;
  84. z-index: 1;
  85. left: 0px;
  86. top: -75px;
  87. height: 200px;
  88. width: 500px;
  89. background-image: url('https://i.ibb.co/28ZvcvD/Daemon-Queen.png');
  90. background-size: 100%;
  91. background-repeat: no-repeat;
  92. }
  93.  
  94. #leftbot {
  95. position: absolute;
  96. z-index: 1;
  97. left: 10px;
  98. border: 2px solid #1C0538;
  99. background-color: #000;
  100. box-shadow: 0px 0px 2px 2px #09040F;
  101. bottom: 10px;
  102. padding: 5px;
  103. overflow-y: auto;
  104. height: 160px;
  105. width: 260px;
  106. font-family: 'Marck Script';
  107. font-size: 12px;
  108. line-height: 16px;
  109. color: #fff;
  110. }
  111.  
  112. #lefttop {
  113. position: absolute;
  114. z-index: 2;
  115. left: 10px;
  116. border-top: 2px solid #1C0538;
  117. border-left: 2px solid #1C0538;
  118. border-bottom: 2px solid #1C0538;
  119. border-right: 2px solid #000;
  120. background-color: #000;
  121. box-shadow: 0px 0px 2px 2px #;
  122. bottom: 200px;
  123. padding: 5px;
  124. overflow-y: auto;
  125. height: 260px;
  126. width: 260px;
  127. font-family: 'Marck Script';
  128. font-size: 12px;
  129. line-height: 16px;
  130. color: #fff;
  131. }
  132.  
  133. #righttop {
  134. position: absolute;
  135. z-index: 3;
  136. right: 10px;
  137. border-top: 2px solid #1C0538;
  138. border-right: 2px solid #1C0538;
  139. border-bottom: 2px solid #1C0538;
  140. border-left: 2px solid #000;
  141. background-color: #000;
  142. box-shadow: 0px 0px 2px 2px #;
  143. bottom: 200px;
  144. padding: 5px;
  145. overflow-y: auto;
  146. height: 260px;
  147. width: 260px;
  148. font-family: 'Marck Script';
  149. font-size: 12px;
  150. line-height: 16px;
  151. color: #fff;
  152. }
  153.  
  154. #rightbot {
  155. position: absolute;
  156. z-index: 2;
  157. right: 10px;
  158. border: 2px solid #1C0538;
  159. background-color: #000;
  160. box-shadow: 0px 0px 2px 2px #09040F;
  161. bottom: 10px;
  162. padding: 5px;
  163. overflow-y: auto;
  164. height: 160px;
  165. width: 260px;
  166. font-family: 'Marck Script';
  167. font-size: 12px;
  168. line-height: 16px;
  169. color: #fff;
  170. }
  171.  
  172. #triangle-topleft {
  173. position: absolute;
  174. z-index: 1;
  175. left: 188px;
  176. border-right: 2px solid #1C0538;
  177. border-top: 2px solid #1C0538;
  178. border-bottom: 2px solid #1C0538;
  179. border-left: 2px solid #000;
  180. background-color: #000;
  181. bottom: 201px;
  182. width: 130px;
  183. height: 269px;
  184. box-shadow: 0px 0px 2px 2px #;
  185. transform: skew(-15deg)
  186. }
  187.  
  188. #triangle-topright {
  189. position: absolute;
  190. z-index: 1;
  191. right: 188px;
  192. border-right: 2px solid #000;
  193. border-top: 2px solid #1C0538;
  194. border-bottom: 2px solid #1C0538;
  195. border-left: 2px solid #1C0538;
  196. background-color: #000;
  197. bottom: 201px;
  198. width: 130px;
  199. height: 269px;
  200. box-shadow: 0px 0px 2px 2px #;
  201. transform: skew(15deg)
  202. }
  203.  
  204. #tab1 {
  205. position: absolute;
  206. z-index: 1;
  207. left: 306px;
  208. top: 234px;
  209. border: 2px solid #1C0538;
  210. background-color: #1C0538;
  211. height: 60px;
  212. width: 12px;
  213. background-image: url('');
  214. background-size: 100%;
  215. transform: skew(-15deg);
  216. box-shadow: 0px 0px 2px 2px #000;
  217. }
  218.  
  219. #tab1:hover {
  220. background-color: #000;
  221. }
  222.  
  223. #tab2 {
  224. position: absolute;
  225. z-index: 1;
  226. left: 361px;
  227. top: 29px;
  228. border: 2px solid #1C0538;
  229. background-color: #1C0538;
  230. height: 60px;
  231. width: 12px;
  232. background-image: url('');
  233. background-size: 100%;
  234. transform: skew(-15deg);
  235. box-shadow: 0px 0px 2px 2px #000;
  236. }
  237.  
  238. #tab2:hover {
  239. background-color: #000;
  240. }
  241.  
  242. #tab3 {
  243. position: absolute;
  244. z-index: 1;
  245. right: 306px;
  246. top: 234px;
  247. border: 2px solid #1C0538;
  248. background-color: #1C0538;
  249. height: 60px;
  250. width: 12px;
  251. background-image: url('');
  252. background-size: 100%;
  253. transform: skew(15deg);
  254. box-shadow: 0px 0px 2px 2px #000;
  255. }
  256.  
  257. #tab3:hover {
  258. background-color: #000;
  259. }
  260.  
  261. #tab4 {
  262. position: absolute;
  263. z-index: 1;
  264. right: 361px;
  265. top: 29px;
  266. border: 2px solid #1C0538;
  267. background-color: #1C0538;
  268. height: 60px;
  269. width: 12px;
  270. background-image: url('');
  271. background-size: 100%;
  272. transform: skew(15deg);
  273. box-shadow: 0px 0px 2px 2px #000;
  274. }
  275.  
  276. #tab4:hover {
  277. background-color: #000;
  278. }
  279.  
  280.  
  281. </style>
  282. <div id="whole" oncontextmenu="return false;">
  283. <div id="overlay"></div>
  284. <div id="container">
  285. <div id="title"></div>
  286. <div id="title2"></div>
  287. <div id="img1"></div>
  288. <div id="leftbot">Testing text!</div>
  289. <div id="rightbot"></div>
  290. <div id="lefttop"></div>
  291. <div id="triangle-topleft"></div>
  292. <div id="righttop"></div>
  293. <div id="triangle-topright"></div>
  294. <a href="#2"><div id="tab1"></div></a>
  295. <a href="#1"><div id="tab2"></div></a>
  296. <a href="#4"><div id="tab3"></div></a>
  297. <a href="#3"><div id="tab4"></div></a>
  298. </div>
Add Comment
Please, Sign In to add comment