Advertisement
Demi-monde

Code1

Jul 5th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Josefin+Sans:wght@400;700&family=Lato:ital,wght@0,400;1,700&family=Oxygen+Mono&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Roboto:wght@400;700&display=swap');
  3. ::-webkit-scrollbar-thumb:vertical {
  4. display: none;
  5. }
  6.  
  7. ::-webkit-scrollbar-thumb:horizontal {
  8. display: none;
  9. }
  10.  
  11. ::-webkit-scrollbar {
  12. display: none;
  13. }
  14.  
  15. ::selection {
  16. background-color: #cdb0b0;
  17. color: #fff;
  18. }
  19.  
  20. body {
  21. background-color: #101126;
  22. font-family: "roboto", sans-serif;
  23. color: #eee;
  24. font-size: 10px;
  25. letter-spacing: 1px;
  26. font-weight: 200;
  27. }
  28.  
  29. small {
  30. font-size: 10px;
  31. }
  32.  
  33. sup, sub {
  34. font-size: 10px;
  35. }
  36.  
  37. b {
  38. color: #dbd3e0;
  39. font-weight: 700;
  40. font-family: Lato;
  41. text-transform: uppercase;
  42. }
  43.  
  44. i {
  45. color: #19181e;
  46. font-family: 'Josefin Sans';
  47. font-weight: 700;
  48. }
  49.  
  50. a {
  51. color: #B00000;
  52. text-decoration: none;
  53. text-transform: uppercase;
  54. font-weight: 700;
  55. font-family:'Inconsolata';
  56. letter-spacing: 1.5px;}
  57.  
  58. a:hover {
  59. -webkit-transition: all 0.9s ease-in-out;
  60. -moz-transition: all 0.9s ease-in-out;
  61. -o-transition: all 0.9s ease-in-out;
  62. -ms-transition: all 0.9s ease-in-out;
  63. transition: all 0.9s ease-in-out;
  64. color: transparent;
  65. text-shadow: #666666 0 0 7px;
  66. text-decoration: none;
  67. }
  68.  
  69. h2 {
  70. font-size: 20px;
  71. text-shadow: 2px 2px 1px #666666;
  72. text-align: center;
  73. }
  74.  
  75. h3 {
  76. font-size: 15px;
  77. text-shadow: 2px 2px 3px #666666;
  78. text-align: center;
  79. margin-bottom: -2px;
  80. margin-top: -2px;
  81. Font-family: 'Oxygen Mono';}
  82.  
  83. #container {
  84. background-color: #161616;
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. bottom: 0;
  89. right: 0;
  90. margin: auto;
  91. width: 770px;
  92. height: 520px;
  93. border: 10px solid rgba(16,17,38,0.9);
  94. outline: 20px solid rgba(255,255,255,0.1);
  95. }
  96.  
  97. #holder {
  98. background-color: #161616;
  99. position: absolute;
  100. top: 0;
  101. left: 0;
  102. bottom: 0;
  103. right: 0;
  104. margin: auto;
  105. width: 770px;
  106. height: 520px;
  107. background: url('https://i.pinimg.com/originals/76/d9/d6/76d9d648ef1a789ea46a8ed0c67d1330.jpg');
  108. background-size: cover;
  109. background-position: center center;
  110. }
  111.  
  112. #holderheader {
  113. position: absolute;
  114. background-color: rgba(16,17,38,0.5);
  115. top: -500;
  116. left: 0;
  117. bottom: 0;
  118. right: 0;
  119. margin: auto;
  120. width: 770px;
  121. height: 20px;
  122. }
  123.  
  124. #holderheadertitle {
  125. position: absolute;
  126. color: #000;
  127. font-size: 15px;
  128. text-transform: uppercase;
  129. font-family: "Playfair Display";
  130. font-weight: 900;
  131. margin-top: 5px;
  132. letter-spacing: 5px;
  133. right: 0;
  134. width: 770px;
  135. line-height: 10px;
  136. text-align: center;
  137. }
  138.  
  139. #sidebar {
  140. position: absolute;
  141. width: 220px;
  142. height: 500px;
  143. background-color: rgba(16,17,38,0.3);
  144. top: 20px;
  145. left: 10px;
  146. }
  147.  
  148. #sidebarimg {
  149. position: absolute;
  150. width: 190px;
  151. height: 140px;
  152. margin-top: 5px;
  153. margin-left: 5px;
  154. border: 10px solid rgba(16,17,38,0.2);
  155. outline: .5px solid #fff;
  156. background: url('https://i.imgur.com/NXiasI0.png');
  157. background-size: cover;
  158. background-position: center center;
  159. background-repeat: no-repeat;
  160. overflow: hidden;
  161. }
  162.  
  163. #description {
  164. position: absolute;
  165. margin-top: 170px;
  166. margin-left: 5px;
  167. width: 210px;
  168. height: 210px;
  169. background-color: rgba(16,17,38,0.2);
  170. outline: .5px solid #fff;
  171. }
  172.  
  173. #descriptiontext {
  174. z-index: 99999;
  175. position: absolute;
  176. margin-top: 165px;
  177. margin-left: 15px;
  178. width: 185px;
  179. font-size: 10px;
  180. height: 200px;
  181. padding-right: 5px;
  182. overflow: auto;
  183. line-height: 17px;
  184. font-family: "roboto", sans-serif;
  185. text-align: justify;
  186. }
  187.  
  188. #musebox {
  189. position: absolute;
  190. margin-top: 385px;
  191. margin-left: 5px;
  192. width: 105px;
  193. height: 110px;
  194. background: #fff;
  195. background-color: rgba(16,17,38,0.2);
  196. outline: .5px solid #fff;
  197. }
  198.  
  199. #musetext {
  200. position: absolute;
  201. margin-top: 390px;
  202. margin-left: 10px;
  203. width: 100px;
  204. height: 100px;
  205. letter-spacing: 1px;
  206. padding-right: 5px;
  207. text-align: left;
  208. line-height: 17px;
  209. overflow: auto;
  210. font-family: "roboto", sans-serif;
  211. font-size: 10px;
  212. }
  213.  
  214. #oocbox {
  215. position: absolute;
  216. margin-top: 385px;
  217. margin-left: 115px;
  218. width: 100px;
  219. height: 110px;
  220. background: #fff;
  221. background-color: rgba(16,17,38,0.2);
  222. outline: .5px solid #fff;
  223. }
  224.  
  225. #ooctext {
  226. position: absolute;
  227. margin-top: 390px;
  228. margin-left: 120px;
  229. width: 95px;
  230. height: 100px;
  231. letter-spacing: 1px;
  232. padding-right: 5px;
  233. text-align: left;
  234. line-height: 17px;
  235. overflow: auto;
  236. font-family: "roboto", sans-serif;
  237. font-size: 10px;
  238. }
  239.  
  240. .friend {
  241. width: 45px;
  242. height: 45px;
  243. background-color: #fff;
  244. border: 2px solid #eee;
  245. box-shadow: -2px -2px 4px rgba(0,0,0,0.05);
  246. box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  247. margin: 2px;
  248. display: block;
  249. text-align: center;
  250. }
  251. </style>
  252. </head>
  253. <body>
  254. <div id="container">
  255. <div id="holder"></div>
  256. <div id="holderheader">
  257. <div id="holderheadertitle">MINION OF DARKNESS---change title</div>
  258. </div>
  259. <div id="mainimage"></div>
  260. <div id="sidebar">
  261. <div id="sidebarimg"></div>
  262. <div id="description"></div>
  263. <div id="descriptiontext">
  264. <br> <b>Race:</b><font style=float:right>words</font>
  265. <br> <b>Gender:</b><font style=float:right>words</font>
  266. <br> <b>Height:</b><font style=float:right>words</font>
  267. <br> <b>Weight:</b><font style=float:right>words</font>
  268. <br> <b>Hair:</b><font style=float:right>words</font>
  269. <br> <b>Eyes:</b><font style=float:right>words</font>
  270. <br> <b>Age:</b><font style=float:right><a title="Much Older">Looks 20</a></font>
  271. <br> <b>Pref:</b><font style=float:right><a title="No females, shemales, shotas, Male only.">Hetero</a></font>
  272. <br> <b>Job:</b><font style=float:right>Umbral Hunter</font>
  273. <br> <b>Marks:</b><font style=float:right><a title="star shape scar on the back of her neck. Serpant Tattoo right arm.">Star Scar</a></font>
  274. <p> **MORE CAN BE ADDED HERE IT SCROLls.. Fill the above accordingly. YO.
  275. <h3>POWERS</h3> FILL ME IN
  276. <h3>STORY</h3> FILL ME IN ETC.. just copy the H3 for new title. </div>
  277. <div id="musebox"></div>
  278. <div id="musetext">
  279. <h3>MUSES</h3>
  280. <center>
  281. <a href=""><img src="https://placehold.it/120x100" class="friend"></a>
  282.  
  283. <a href=""><img src="https://placehold.it/120x100" class="friend"></a>
  284.  
  285. <a href=""><img src="https://placehold.it/120x100" class="friend"></a>
  286. </center>
  287. </div>
  288. <div id="oocbox"></div>
  289. <div id="ooctext">
  290. <h3>OOC</h3> <b>1:</b><b>BOLD</b>
  291. <br> <b>2</b> <i>Italic</i>
  292. <br> <b>3</b> <a>LINK</a>
  293. <br> <b>4</b> <u>Underline</u>
  294. <br> <b>Code</b> By <a target="_blank" href="https://roleplay.chat/profile.php?user=Skye." title="Best gurl! Don't STEAL">Skye</a>.
  295. <br> <b>
  296. </div>
  297.  
  298. </div>
  299. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement