Advertisement
Chibi-Elle

DAMU CODE [GIFT]

Jan 3rd, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Lobster+Two|Lilita+One|Montez');
  3.  
  4. body {
  5. background-color: #AC0E00;
  6. background-image: url('https://i.ibb.co/gykvVbP/black-particles.png');
  7. background-position: center;
  8. background-size: 30%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #profile {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20.  
  21. ::-webkit-scrollbar-track {
  22. background-color:;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. background-color:;
  27. }
  28.  
  29. ::-webkit-scrollbar {
  30. width:0px;
  31. height:0px;
  32. }
  33.  
  34. #container {
  35. position: absolute;
  36. left: 20%;
  37. top: 13%;
  38. height: 480px;
  39. width: 800px;
  40. border: 2px solid #540700;
  41. border-radius: 5%;
  42. background-color: #E61300;
  43. box-shadow: 0px 0px 8px 8px #540700;
  44. background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
  45. background-size: 1%;
  46. background-repeat: repeat;
  47. }
  48.  
  49. #img {
  50. position: absolute;
  51. z-index: 1;
  52. left: 10px;
  53. top: 10px;
  54. height: 110px;
  55. width: 110px;
  56. border: 0px solid #E61300;
  57. border-radius: 20%;
  58. box-shadow: 0px 0px 6px 6px #540700;
  59. background-image: url('https://i.pinimg.com/564x/44/1f/45/441f45d97f1af8743fcb5794e5f9f6cd.jpg');
  60. background-size: 110%;
  61. background-position: center;
  62. background-repeat: no-repeat;
  63. }
  64.  
  65. #img2 {
  66. position: absolute;
  67. z-index: 1;
  68. right: 10px;
  69. bottom: 10px;
  70. height: 110px;
  71. width: 110px;
  72. border: 0px solid #E61300;
  73. border-radius: 20%;
  74. box-shadow: 0px 0px 6px 6px #540700;
  75. background-image: url('https://i.pinimg.com/564x/6b/e4/38/6be4383c2decb80fb6e8588f61b999fc.jpg');
  76. background-size: 123%;
  77. background-position: center;
  78. background-repeat: no-repeat;
  79. }
  80.  
  81. #topinfo {
  82. position: absolute;
  83. z-index: 1;
  84. left: 130px;
  85. top: 12px;
  86. background-color: #000;
  87. height: 97px;
  88. width: 315px;
  89. border-radius: 2%;
  90. box-shadow: 0px 0px 3px 3px #540700;
  91. padding: 5px;
  92. overflow-y: auto;
  93. font-family: 'Josefin Sans';
  94. font-size: 12px;
  95. line-height: 16px;
  96. color: #fff;
  97. }
  98.  
  99. #topinfo2 {
  100. position: absolute;
  101. z-index: 1;
  102. left: 465px;
  103. top: 12px;
  104. background-color: #000;
  105. height: 97px;
  106. width: 315px;
  107. border-radius: 2%;
  108. box-shadow: 0px 0px 3px 3px #540700;
  109. padding: 5px;
  110. overflow-y: auto;
  111. font-family: 'Josefin Sans';
  112. font-size: 12px;
  113. line-height: 16px;
  114. color: #fff;
  115. }
  116.  
  117. #botinfo {
  118. position: absolute;
  119. z-index: 1;
  120. left: 10px;
  121. bottom: 12px;
  122. background-color: #000;
  123. height: 97px;
  124. width: 315px;
  125. border-radius: 2%;
  126. box-shadow: 0px 0px 3px 3px #540700;
  127. padding: 5px;
  128. overflow-y: auto;
  129. font-family: 'Josefin Sans';
  130. font-size: 12px;
  131. line-height: 16px;
  132. color: #fff;
  133. }
  134.  
  135. #botinfo2 {
  136. position: absolute;
  137. z-index: 1;
  138. left: 345px;
  139. bottom: 12px;
  140. background-color: #000;
  141. height: 97px;
  142. width: 315px;
  143. border-radius: 2%;
  144. box-shadow: 0px 0px 3px 3px #540700;
  145. padding: 5px;
  146. overflow-y: auto;
  147. font-family: 'Josefin Sans';
  148. font-size: 12px;
  149. line-height: 16px;
  150. color: #fff;
  151. }
  152.  
  153. #middlefo {
  154. position: absolute;
  155. z-index: 1;
  156. left: 10px;
  157. bottom: 130px;
  158. height: 210px;
  159. width: 300px;
  160. background-color: #E61300;
  161. border-left: 5px solid #540700;
  162. padding: 5px;
  163. overflow-y: auto;
  164. font-family: 'Josefin Sans';
  165. font-size: 12px;
  166. line-height: 16px;
  167. color: #fff;
  168. opacity: 0.9;
  169. border-radius: 2%;
  170. }
  171.  
  172. p::first-letter {
  173. font-size: 200%;
  174. background-color: #000;
  175. color: #E61300;
  176. font-family: 'Montez';
  177. padding: 10px;
  178. margin-top: -10px;
  179. margin-right: 2px;
  180. float: left;
  181. }
  182.  
  183. #friends {
  184. position: absolute;
  185. z-index: 1;
  186. left: 340px;
  187. bottom: 190px;
  188. height: 150px;
  189. text-align: center;
  190. width: 433px;
  191. background-color: #E61300;
  192. border-left: 5px solid #540700;
  193. border-right: 5px solid #540700;
  194. padding: 5px;
  195. overflow-y: auto;
  196. font-family: 'Josefin Sans';
  197. font-size: 12px;
  198. line-height: 16px;
  199. color: #fff;
  200. opacity: 0.9;
  201. border-radius: 2%;
  202. }
  203.  
  204. .friend {
  205. width: 65px;
  206. height:41px;
  207. opacity: 1;
  208. border: 1px dashed #000;
  209. border-Radius: 10%;
  210. margin-right: .5px;
  211. margin-top: 4px;
  212. margin-bottom:-5px;
  213. opacity: 0.8;
  214. -webkit-transition:opacity 0.7s linear;
  215. -webkit-transition:all 0.6s ease-out;
  216. -moz-transition:all 0.6s ease-out;
  217. transition:all 0.6s ease-out;
  218. }
  219.  
  220. .friend:hover {
  221. opacity: 0.7;
  222. border: 1px dashed yellow;
  223. margin-right: .5px;
  224. margin-top: 4px;
  225. margin-bottom:-5px;
  226. -webkit-transition:opacity 0.7s linear;
  227. -webkit-transition:all 0.6s ease-out;
  228. -moz-transition:all 0.6s ease-out;
  229. transition:all 0.6s ease-out;
  230. }
  231.  
  232. #title {
  233. position: absolute;
  234. z-index: 2;
  235. left: 312px;
  236. bottom: 40px;
  237. height: 145px;
  238. width: 460px;
  239. background-image: url('https://i.ibb.co/wRpHkrF/Damu-title.png');
  240. background-size: 100%;
  241. background-repeat: no-repeat;
  242. transform: skew(-25deg);
  243. }
  244.  
  245. b {
  246. font-family: 'Lilita One';
  247. color: #BA2D4A;
  248. }
  249.  
  250. i {
  251. font-weight: italic;
  252. color: #5A7B29;
  253. }
  254.  
  255. a {
  256. font-family: 'Lobster Two';
  257. color: #A8AA6A;
  258. text-decoration: none;
  259. font-size: 10px;
  260. }
  261.  
  262. a:hover {
  263. color: #D0D447;
  264. opacity: 0.8;
  265. text-decoration: underline;
  266. -webkit-transition:opacity 0.7s linear;
  267. -webkit-transition:all 0.6s ease-out;
  268. -moz-transition:all 0.6s ease-out;
  269. transition:all 0.6s ease-out;
  270. }
  271.  
  272.  
  273. </style>
  274. <div id="profile" oncontextmenu="return false;">
  275. <div id="container">
  276. <div id="img"></div>
  277. <div id="img2"></div>
  278. <div id="title"></div>
  279. <div id="topinfo">
  280. <B>Name:</B> <font style=float:right>Damu Adams.</font><br>
  281. <b>Nickname(s):</b> <font style="float:right;">STAT.</font><br>
  282. <b>Age:</b> <font style="float:right;">STAT.</font><br>
  283. <b>D.o.B.:</b> <font style="float:right;">STAT.</font><br>
  284. <b>P.o.B.:</b> <font style="float:right;">STAT.</font><br>
  285. <b>Ethnicity:</b> <font style="float:right;">STAT.</font><br>
  286. <b>Nationality:</b> <font style="float:right;">American.</font><br>
  287. <b>Orientation:</b> <font style="float:right;">Heterosexual.</font><br>
  288. <b>Marital:</b> <font style="float:right;">Single.</font><br>
  289. <b>Occupation:</b> <font style="float:right;">STAT.</font><br>
  290. <b>Alignment:</b> <font style="float:right;">STAT.</font><br>
  291. <b>Residence:</b> <font style="float:right;">Crystaia City, CA.</font><br>
  292. <b>Hair Color:</b> <font style="float:right;">Black.</font><br>
  293. <b>Hair Style:</b> <font style="float:right;">STAT.</font><br>
  294. <b>Eye Color:</b> <font style="float:right;">Brown.</font><br>
  295. <b>Skin Tone:</b> <font style="float:right;">STAT.</font><br>
  296. <b>Height:</b> <font style="float:right;">STAT.</font><br>
  297. <b>Weight:</b> <font style="float:right;">STAT.</font><br>
  298. <b>Physique:</b> <font style="float:right;">STAT.</font><br>
  299. <b>Bloodtype:</b> <font style="float:right;">STAT.</font><br>
  300. <b>Scent:</b> <font style="float:right;">STAT.</font>
  301. </div>
  302. <div id="topinfo2">
  303. <b>Identity:</b> <font style="float:right;">Crimson Rubeus.</font><br>
  304. <b>Faction:</b> <font style="float:right;">Black Moon Clan.</font><br>
  305.  
  306. <b>Designation:</b> <font style="float:right;">General.</font><br>
  307. <b>Domain:</b> <font style="float:right;">STAT.</font><br>
  308. <b>Element:</b> <font style="float:right;">STAT.</font><br>
  309. <b>Title:</b> <font style="float:right;">STAT.</font><br>
  310. <B>Species:</B> <font style=float:right>Humanoid.</font><br>
  311. <b>Forms:</b> <font style="float:right;">One.</font><br>
  312. <b>Primary Weapon:</b> <font style="float:right;">STAT.</font><br>
  313. <B>Secondary Weapon:</B> <font style=float:right>STAT.</font><br>
  314. <b>Colors:</b> <font style="float:right;">STAT.</font><br>
  315. <B>Opposite:</B> <font style=float:right>Green Esmeraude.</font>
  316. </div>
  317. <div id="botinfo">
  318. <B>00.</B> This profile was coded for Crimson Rubeus by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu</a> for his exclusive use! Do not touch it.
  319. </div>
  320. <div id="botinfo2">
  321. <li>Headcanon 1.</li>
  322. <li>Headcanon 2.</li>
  323. <li>Headcanon 3.</li>
  324. </div>
  325. <div id="middlefo">
  326. <p>Personality goes here. Maybe history? I'm gonna type enough to see how this shit looks and make sure it doesn't whackadoodle you.</p>
  327. </div>
  328. <div id="friends">
  329. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  330. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  331. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  332. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  333. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  334. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  335. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  336. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  337. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  338. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  339. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  340. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  341. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  342. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  343. <a href=" " target="_blank"><img src="https://i.gifer.com/CfMT.gif" title="Info here" class="friend"></a>
  344. </div>
  345. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement