Advertisement
bythestars

Code - Megan

Oct 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Volkhov|Lobster+Two');
  3.  
  4. ::-webkit-scrollbar {
  5. width: 1px;}
  6.  
  7. ::-webkit-scrollbar-thumb {
  8. background: transparent;}
  9.  
  10. ::selection {
  11. color: #000;
  12. background: #fff;}
  13.  
  14. body {
  15. background-image: url();
  16. background-color: #000;}
  17.  
  18. *{cursor: url('https://i.imgur.com/IdpLSCP.gif'), default;}
  19.  
  20. h2 {
  21. height: 20px;
  22. text-align: center;
  23. font-family: 'Lobster Two', cursive;
  24. color: #fff;
  25. font-size: 20px;
  26. background: #2a1b1b;
  27. color: #eab4c3;
  28. letter-spacing: 3px;
  29. line-height: 19px;
  30. text-align: center;
  31. text-shadow: 1px 1px 1px #328ca7;}
  32.  
  33. a {
  34. color: #eab4c3;
  35. text-decoration: none;
  36. text-transform: none;
  37. font-family: 'Lobster Two', cursive;
  38. font-size: 13px;
  39. letter-spacing: 1;
  40. -webkit-transition: all 0.5s ease-in-out;
  41. -moz-transition: all 0.5s ease-in-out;
  42. -o-transition: all 0.5s ease-in-out;
  43. -ms-transition: all 0.5s ease-in-out;
  44. transition: all 0.5s ease-in-out;}
  45.  
  46. b {
  47. color: #2a1b1b;
  48. font-family: 'Volkhov', serif;
  49. text-transform: ;
  50. font-size: 12px;
  51. letter-spacing: 0;}
  52.  
  53. i {
  54. color:#334760;
  55. font-family: 'Lobster Two', cursive;
  56. text-transform: lowercase;
  57. font-size: 12px;
  58. letter-spacing: 1;}
  59.  
  60. u {
  61. color:#328ca7;
  62. font-family: 'Lobster Two', cursive;
  63. text-transform: lowercase;
  64. font-size: 12px;
  65. letter-spacing: 1;}
  66.  
  67. s {
  68. color:#f6eeed;
  69. font-family: 'Lobster Two', cursive;
  70. text-transform: lowercase;
  71. font-size: 12px;
  72. letter-spacing: 1;}
  73.  
  74. .pic {
  75. position: absolute;
  76. width: 420px;
  77. height: 650px;
  78. background-image: url('https://i.imgur.com/pRBxExU.png');
  79. background-attachment: absolute;
  80. background-size: 100%;
  81. background-position: 0px 0px;
  82. bottom: 60px;
  83. left: 400px;
  84. }
  85.  
  86. .con {
  87. position: absolute;
  88. height: 270px;
  89. width: 700px;
  90. background-image: url();
  91. background-color: #9f8270;
  92. padding: 10px;
  93. overflow: auto;
  94. bottom: 50px;
  95. left: 500px;
  96. border: 10px solid #2a1b1b;
  97. border-radius: 10px 10px 10px 10px;}
  98.  
  99. .stats {
  100. position: absolute;
  101. height: 245px;
  102. width: 245px;
  103. font-family: 'Volkhov', serif;
  104. color: #000;
  105. font-size: 12px;
  106. letter-spacing: 0px;
  107. text-transform: none;
  108. background-color: #ecd2c1;
  109. padding: 10px;
  110. line-height: 22px;
  111. text-align: ;
  112. overflow: auto;
  113. top: 10px;
  114. left: 182px;
  115. border: 2px solid #070b12;
  116. border-radius: 10px 10px 10px 10px;}
  117.  
  118. .ooc {
  119. position: absolute;
  120. height: 190px;
  121. width: 232px;
  122. font-family: 'Volkhov', serif;
  123. color: #000;
  124. font-size: 12px;
  125. letter-spacing: 0px;
  126. text-transform: none;
  127. background-color: #ecd2c1;
  128. padding: 10px;
  129. line-height: 22px;
  130. text-align: ;
  131. overflow: auto;
  132. top: 10px;
  133. right: 10px;
  134. border: 2px solid #070b12;
  135. border-radius: 10px 10px 10px 10px;}
  136.  
  137. .contacts {
  138. position: absolute;
  139. height: 30px;
  140. width: 232px;
  141. font-family: 'Volkhov', serif;
  142. color: #000;
  143. font-size: 10px;
  144. letter-spacing: 0px;
  145. text-transform: none;
  146. background-color: #ecd2c1;
  147. padding: 10px;
  148. line-height: 22px;
  149. text-align: center;
  150. overflow: auto;
  151. bottom: 10px;
  152. right: 10px;
  153. border: 2px solid #070b12;
  154. border-radius: 10px 10px 10px 10px;}
  155.  
  156. #meg1 {
  157. z-index: 10000;
  158. position: absolute;
  159. left: 850px;
  160. bottom: 340px;
  161. font-family: 'Lobster Two', cursive;
  162. font-size: 90px;
  163. letter-spacing: 3px;
  164. color: #2a1b1b;}
  165.  
  166. #meg2 {
  167. z-index: 100;
  168. position: absolute;
  169. left: 850px;
  170. bottom: 340px;
  171. font-family: 'Lobster Two', cursive;
  172. font-size: 90px;
  173. letter-spacing: 3px;
  174. color: #eab4c3;
  175. text-shadow: 1px 1px 1px #eab4c3;}
  176.  
  177. </style>
  178.  
  179. <div class="con">
  180.  
  181. <div class="stats">
  182.  
  183. <font style=float:left><b>name</b> </font> <font style=float:right>megan</font><br>
  184. <font style=float:left><b>alias</b> </font> <font style=float:right>meg</font><br>
  185. <font style=float:left><b>birthdate</b> </font> <font style=float:right>october 27</font><br>
  186. <font style=float:left><b>birth place</b> </font> <font style=float:right>---</font><br>
  187.  
  188. <font style=float:left><b>marital status</b> </font> <font style=float:right>single</font><br>
  189. <font style=float:left><b>orientation</b> </font> <font style=float:right>heterosexual</font><br>
  190.  
  191. <font style=float:left><b>species</b> </font> <font style=float:right>brown swiss</font><br>
  192. <font style=float:left><b>gender</b> </font> <font style=float:right>female</font><br>
  193. <font style=float:left><b>height</b> </font> <font style=float:right>5'7"</font><br>
  194. <font style=float:left><b>weight</b> </font> <font style=float:right>123 lbs</font><br>
  195. <font style=float:left><b>build</b> </font> <font style=float:right>voluptuous</font><br>
  196. <font style=float:left><b>hair color</b> </font> <font style=float:right>light brown</font><br>
  197. <font style=float:left><b>eye color</b> </font> <font style=float:right>aquamarine</font><br>
  198. <font style=float:left><b>scent</b> </font> <font style=float:right>cinnamon, brown sugar, vanilla</font><br>
  199.  
  200. <font style=float:left><b>occupation</b> </font> <font style=float:right>---</font><br>
  201. <font style=float:left><b>---</b> </font> <font style=float:right>---</font><br>
  202. </div>
  203.  
  204. <div class="ooc">
  205. <u>one!</u> not the best code, but it's mine. 💖 please don't take without giving <a target="_blank" href="https://2.roleplay.chat/profile.php?user=Megan">credit</a>.<br>
  206. <u>two!</u> just looking to write whenever the mood ⚡. shit-post to novel style.<br>
  207. <u>three!</u> ooc and ic interactions are not the same. 👏 don't 👏 catch 👏 feels!<br>
  208. <u>four!</u> 🐮 is for the redwood room. this is my first time, don't be rude. 🔪 <br>
  209. <u>five!</u> respond well to 🍰 and 🍪!<br>
  210. </div>
  211.  
  212. <div class="contacts">
  213. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  214. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  215.  
  216. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  217. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  218.  
  219. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  220. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  221.  
  222. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  223. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  224.  
  225. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  226. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  227.  
  228. <a target="_blank" href="FRIEND PROFILE LINK HERE" title="This could be you..">
  229. <img style="background: url('https://i.imgur.com/LhxxnDX.jpg') no-repeat; background-size: 30px; border: 1px solid #070b12; border-radius: 50%; height:30px; width:30px;"></a>
  230. </div> </div>
  231.  
  232. <div class="pic"></div>
  233.  
  234. <div id= "meg1">megan</div>
  235. <div id= "meg2">megan</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement