Advertisement
manderp

Untitled

Sep 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Alegreya+SC|Meddon&display=swap');
  4.  
  5. body { background-color: #060801;
  6. }
  7.  
  8.  
  9. ::-webkit-scrollbar {
  10. width: 3px;
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. background-color: #161E02;
  15. }
  16.  
  17. i {
  18. color: #384213;
  19. text-shadow: 0px 0px 2px #172200;
  20. text-transform: uppercase;
  21. }
  22.  
  23. b {
  24. color: #4c3103;
  25. letter-spacing: 1px;
  26. font-family: alegreya sc;
  27. }
  28.  
  29. u {
  30. color: #594423;
  31. text-decoration: underline #000;}
  32.  
  33. a, a:visited {
  34. color: #444f1a;
  35. text-decoration: none;
  36. transition: all .7s;
  37. text-shadow: none;
  38. }
  39.  
  40. a:hover {
  41. color: #726f30;
  42. }
  43.  
  44. h1 {
  45. font-family: alegreya sc;
  46. font-weight: 100;
  47. text-align: center;
  48. border-right: 2px solid;
  49. border-left: 2px solid;
  50. border-bottom: 1px solid;
  51. text-shadow: 1px 0px 1px #000,
  52. -1px -1px 1px #915b04;
  53. color: #4c3103;
  54. font-size: 25pt;
  55. letter-spacing: 3px;
  56. height: 36px;
  57. line-height: 36px;
  58. }
  59.  
  60. h2 {
  61. font-family: meddon;
  62. font-weight: 100;
  63. text-align: right;
  64. border-bottom: 1px solid #472d0b;
  65. font-size: 20px;
  66. line-height: 8px;
  67. color: #605320;
  68. }
  69.  
  70. h3 {
  71. letter-spacing: 2px;
  72. font-variant: small-caps;
  73. font-size: 30px;
  74. line-height: 10px;
  75. text-shadow: 1px 0px 0px #564b1f;
  76. color: #211600;
  77. }
  78.  
  79. ul {
  80. list-style-type: square;
  81. list-style-position: inside;
  82. font-variant: small-caps;
  83. font-weight: 900;
  84. font-size: 20px;
  85. text-align: left;
  86. color: #4c3103;
  87. }
  88.  
  89. .sa {
  90. float: left;
  91. font-size: 14px;
  92. line-height: 14px;
  93. }
  94.  
  95. .sb{
  96. float: right;
  97. font-size: 14px;
  98. line-height: 14px;
  99. }
  100.  
  101. p {
  102. text-indent: 15px;
  103. text-align: justify;
  104. }
  105.  
  106. #main {
  107. height: 600px;
  108. width: 770px;
  109. position: fixed;
  110. margin: auto;
  111. top: 0px;
  112. left: 0px;
  113. right: 0px;
  114. bottom: 0px;
  115. overflow: hidden;
  116. background-color: #111101;
  117. border-radius: 35px;
  118. background-image: url('http://i.picpar.com/9c6d.png');
  119. box-shadow: 0px 0px 10px #381d03;
  120. }
  121.  
  122. #img {
  123. height: 400px;
  124. width: 350px;
  125. position: fixed;
  126. margin: auto;
  127. top: 0px;
  128. left: 0px;
  129. right: 370px;
  130. bottom: 160px;
  131. overflow: hidden;
  132. background-color: #0B0E01;
  133. box-shadow: 0px 0px 10px #000;
  134. border: 1px solid #000;
  135.  
  136. }
  137.  
  138. #first {
  139. height: 120px;
  140. width: 330px;
  141. padding: 10px;
  142. position: fixed;
  143. margin: auto;
  144. top: 410px;
  145. left: 0px;
  146. bottom: 0px;
  147. right: 370px;
  148. background-color: rgba(11, 14, 1, .4);
  149. box-shadow: 0px 0px 10px #000;
  150. border: 1px solid #000;
  151. font-family: barlow condensed;
  152. color: #554C06;
  153. text-shadow: 0px 1px 2px #060801,
  154. 1px 0px 2px #060801,
  155. -1px 0px 2px #060801;
  156. overflow-x: hidden;
  157. overflow-y: scroll;
  158. }
  159.  
  160. #second {
  161. height: 240px;
  162. width: 330px;
  163. padding: 10px;
  164. position: fixed;
  165. margin: auto;
  166. top: 295px;
  167. left: 370px;
  168. right: 0px;
  169. bottom: 0px;
  170. background-color: rgba(11, 14, 1, .4);
  171. box-shadow: 0px 0px 10px #000;
  172. border: 1px solid #000;
  173. color: #473f1f;
  174. text-shadow: 0px 1px 2px #060801,
  175. 1px 0px 2px #060801,
  176. -1px 0px 2px #060801;
  177. overflow-x: hidden;
  178. overflow-y: scroll;
  179. font-family: barlow condensed;
  180. }
  181.  
  182. #third {
  183. height: 180px;
  184. width: 330px;
  185. padding: 10px;
  186. position: fixed;
  187. margin: auto;
  188. top: 0px;
  189. left: 370px;
  190. right: 0px;
  191. bottom: 200px;
  192. background-color: rgba(11, 14, 1, .4);
  193. box-shadow: 0px 0px 10px #000;
  194. border: 1px solid #000;
  195. color: #554C06;
  196. text-shadow: 0px 1px 2px #060801,
  197. 1px 0px 2px #060801,
  198. -1px 0px 2px #060801;
  199. overflow-x: hidden;
  200. overflow-y: scroll;
  201. font-family: barlow condensed;
  202. }
  203.  
  204. #name-top {
  205. height: 30px;
  206. width: 100px;
  207. position: fixed;
  208. margin: auto;
  209. top: 0px;
  210. left: 120px;
  211. right: 0px;
  212. bottom: 540px;
  213. overflow: hidden;
  214. background-color: transparent;
  215. font-family: meddon;
  216. font-size: 26px;
  217. line-height: 30px;
  218. color: #915b04;
  219. padding-left: 5px;
  220. text-shadow: 1px 1px #000,
  221. -1px -0px #bc9a4f;
  222. }
  223.  
  224. #name-bot {
  225. height: 40px;
  226. width: 330px;
  227. position: fixed;
  228. margin: auto;
  229. top: 0px;
  230. left: 370px;
  231. right: 0px;
  232. bottom: 480px;
  233. overflow: hidden;
  234. background-color: transparent;
  235. font-family: alegreya sc;
  236. font-size: 56px;
  237. line-height: 30px;
  238. color: #663e00;
  239. padding-left: 5px;
  240. text-align: center;
  241. text-shadow: 2px 1px #000,
  242. -1px 0px #bc9a4f;
  243. }
  244.  
  245. a.mother, a.mother:visited {
  246. color: #939dba;
  247. transition: all .7s;
  248. text-decoration: none;
  249. }
  250.  
  251. a.mother:hover {
  252. color: #ccc;
  253. }
  254.  
  255. </style>
  256.  
  257. <div id="main">
  258. </div>
  259.  
  260. <div id="img">
  261.  
  262. <img src="" height=400 width =350>
  263.  
  264. </div>
  265.  
  266. <div id="first">
  267.  
  268. <ul>
  269. <li>Clean and sexual roleplay is welcome.</li>
  270. <li>Please keep it at least semi-literate.</li>
  271. <li>I am PM friendly and will usually respond.</li>
  272. <li>Profile is property of me. provided by: <a href="https://roleplay.chat/profile.php?user=mothership" target="_blank" class="mother">☮</a></li>
  273. <li>All rights to the artist, art will be taken down at their request.</li>
  274. <li>Discord, Skype, and Steam available to those I know.</li>
  275. </ul>
  276.  
  277.  
  278. </div>
  279.  
  280. <div id="second">
  281.  
  282. <center>
  283. <b>bold.</b> <I>italic.</I> <u>underline.</u> <a href="">basic link.</a>
  284. </center>
  285.  
  286. <h1>header one</h1>
  287.  
  288. <h2>header two</h2>
  289.  
  290. <h3>header three</h3>
  291.  
  292. <p>Lorem ipsum <b>dolor</b> sit amet, consectetur <b>adipiscing</b> elit. Integer efficitur eu velit eu consectetur. <i>Integer</i> in varius dolor. <u>Quisque</u> a fringilla neque. Integer eros enim, <b>tincidunt</b> id ipsum non, hendrerit euismod urna. Integer in purus dolor. Nulla elementum leo quam, ut bibendum nisl porta et. Nulla erat lectus, cursus nec libero et, pellentesque posuere sem. Nunc aliquam est quis scelerisque dictum. Donec nec luctus libero, nec feugiat tortor. Morbi nulla mauris, auctor nec nisl at, rhoncus congue metus. Donec congue tellus sed dui aliquam, pellentesque tristique augue vehicula.</p>
  293.  
  294. </div>
  295.  
  296. <div id="third">
  297.  
  298.  
  299. <div class="sa">Name</div>
  300. <div class="sb">Vessel Azazer</div><br>
  301.  
  302. <div class="sa">Species</div>
  303. <div class="sb">Eldritch Anomaly</div><br>
  304.  
  305.  
  306. <div class="sa">Height</div>
  307. <div class="sb">7'6</div><Br>
  308.  
  309. <div class="sa">Weight</div>
  310. <div class="sb">682</div><br>
  311.  
  312. <div class="sa">Gender</div>
  313. <div class="sb">Male</div><br>
  314.  
  315. <div class="sa">Marital Status</div>
  316. <div class="sb">Single</div><br>
  317.  
  318. <div class="sa">Orientation</div>
  319. <div class="sb">Feminine Lean</div><br>
  320.  
  321. <p></p>
  322. <p></p>
  323.  
  324.  
  325. </div>
  326.  
  327. <div id="name-top">
  328. vessel
  329. </div>
  330.  
  331. <div id="name-bot">
  332. azazer
  333. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement