Advertisement
LadyDarkness

Aryana's code

May 22nd, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <style type="text/css">
  4.  
  5. @import 'https://fonts.googleapis.com/css?family=Alegreya';
  6.  
  7. @font-face {
  8. font-family: 'Alegreya';
  9. font-style: normal;
  10. font-weight: 400;
  11. src: local('Alegreya'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v7/4vRXIs1BEbKX6mQ7lGu1I_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  12. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  13. }
  14.  
  15. @import 'https://fonts.googleapis.com/css?family=Courgette';
  16. @font-face {
  17. font-family: 'Courgette';
  18. font-style: normal;
  19. font-weight: 400;
  20. src: local('Courgette Regular'), local('Courgette-Regular'), url(https://fonts.gstatic.com/s/courgette/v4/BHG8ZtTfO0yYnp02--
  21.  
  22. QxqltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  23. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;}
  24.  
  25. ::-webkit-scrollbar {progress; width: 3px;}
  26. ::-webkit-scrollbar-thumb:vertical {
  27. background-color: transparent;
  28. border: 1px solid transparent;
  29. -webkit-border-radius: 1px;
  30. box-shadow: 0 0 3px transparent, inset 0 0 6px transparent;
  31. -moz-transition:all 0.3s ease-in-out;
  32. -webkit-transition:all 0.3s ease-in-out;}
  33. ::selection {background: #e194a9; }
  34. ::-webkit-scrollbar-thumb:vertical:hover,
  35. ::-webkit-scrollbar-button:start:decrement:hover,
  36. ::-webkit-scrollbar-button:end:increment:hover
  37. {border-color:transparent;
  38. box-shadow: 0 0 12px transparent,
  39. inset 0 0 16px transparent;}
  40.  
  41. .bg {position: fixed;
  42. margin: auto;
  43. top: 0px;
  44. bottom: 0px;
  45. left: 0px;
  46. right: 0px;
  47. background: none url('')
  48. center center repeat;
  49. width: 1000px;
  50. height: 500px;
  51. text-align: center;
  52. border: 0px solid #ccc;}
  53.  
  54. /* ------------------------------------------ */
  55. /* ------------------------------------------ */
  56. /* ------------------------------------------ */
  57.  
  58. /* Start editing your stuff below. */
  59.  
  60.  
  61. /* Background */
  62.  
  63. body {background: #dbedfd;}
  64.  
  65. /* Paragraph Color, etc. */
  66.  
  67. p {background: none;
  68. font-size:15px;
  69. font-family: Courgette;
  70. text-align: justify;
  71. color:#000;
  72. padding:1px 5px 5px 5px;}
  73.  
  74. /* Link */
  75.  
  76. a {color: #e7a9f0;
  77. text-shadow:
  78. #000 -1px 0px,
  79. #000 0px 1px,
  80. #000 1px 0px,
  81. #000 0px -1px;
  82. text-decoration: none;}
  83.  
  84.  
  85. /* Bold */
  86. b {color:#f6b8e7;
  87. text-decoration: none;
  88. text-shadow:
  89. #000 -1px 0px,
  90. #000 0px 1px,
  91. #000 1px 0px,
  92. #000 0px -1px;}
  93.  
  94. /* Italics */
  95. i {color:#000;}
  96.  
  97. /* Underline */
  98. u {color:#96baed;}
  99.  
  100. /* Header Stuff */
  101. h1 {font-family: Alegreya;
  102. font-size:18px;
  103. letter-spacing: 2px;
  104. color:#000;
  105. text-align: right;
  106. text-shadow: #f8e1ec -1px 0px, #f8e1ec 0px 1px, #f8e1ec 1px 0px, #f8e1ec 0px -1px;
  107. padding:1px 5px 0px 0px;
  108. border-bottom: 1px dotted #000;
  109. border-top: 1px dotted #000;}
  110.  
  111. .title {font-family: Courgette;
  112. font-size: 40px;
  113. left: 550px;
  114. top: 40px;
  115. width: 400px;
  116. text-align: right;
  117. position: absolute;
  118. color: #d75360;
  119. border: 0px solid #000;
  120. text-shadow:
  121. #000 -1px 1px,
  122. #000 1px 1px,
  123. #000 1px 1px,
  124. #000 1px -1px;}
  125.  
  126. /* Change border px from 1 to 0 after applying image. */
  127.  
  128. .transparentimage {background: none;
  129. background:url('http://i.picpar.com/qdHc.jpg')
  130. center center no-repeat;
  131. position: absolute;
  132. text-align: center;
  133. width: 500px;
  134. height: 600px;
  135. top: -35px;
  136. left: -25px;
  137. border: 1px solid #000;
  138. overflow: auto;}
  139.  
  140. .topline {background: #f6b8e7;
  141. position: absolute;
  142. text-align: center;
  143. width: 500px;
  144. height: 2px;
  145. top: 50px;
  146. left: 425px;
  147. border: 2px solid #000;
  148. overflow: auto;}
  149.  
  150. .bottomline {background: #f6b8e7;
  151. position: absolute;
  152. text-align: center;
  153. width: 500px;
  154. height: 2px;
  155. top: 75px;
  156. left: 450px;
  157. border: 2px solid #000;
  158. overflow: auto;}
  159.  
  160. .info {background: #fff;
  161. position: absolute;
  162. text-align: center;
  163. width: 500px;
  164. height: 350px;
  165. top: 100px;
  166. left: 435px;
  167. border: 2px solid #000;
  168. overflow: auto;}
  169.  
  170. #navi1 { position: absolute;
  171. top: 460px;
  172. left: 665px;}
  173.  
  174. a.navi, a.navi:visited, a.navi:hover {
  175.  
  176. text-decoration: none;
  177. letter-spacing: 0px;
  178. display: inline-block;
  179. width: 50px;
  180. height: 15px;
  181. background-color: #fff;
  182. border-radius: 50px 50px 50px 50px;
  183. border: 1px double #000;}
  184.  
  185. #box1 {background: none;
  186. position: absolute;
  187. text-align: justify;
  188. width: 500px;
  189. height: 350px;
  190. left: 0px;
  191. top: 0px;
  192. border: 0px solid #000;
  193. overflow: auto;}
  194. </style>
  195.  
  196. <div class="bg">
  197. <div class="transparentimage"></div>
  198. <div class="topline"></div>
  199. <div class="bottomline"></div>
  200. <div class="title">Aryana Burton</div>
  201. <div id="navi1">
  202. <a href="#two"class="navi"> </a>
  203. <a href="#three"class="navi"> </a>
  204. <a href="#four"class="navi"> </a>
  205. <a href="#five"class="navi"> </a>
  206. <a href="#one"class="navi"> </a>
  207. </div>
  208.  
  209. <div class="info">
  210.  
  211. <div id="box1">
  212. <div style="background: none; position: absolute; width: 500px; height: 350px; left: 0px; top: 0px; border: 0px solid #000; overflow-y: hidden;">
  213.  
  214. <a name="one"></a><div style="width: 500px; height: 350px; overflow: auto;">
  215. <h1>Stats</h1>
  216. <p>
  217.  
  218. <font style=float:left><b>Full name:</b></font> <font style=float:right><i>Aryana Alyvia Burton</i></font><br>
  219. <font style=float:left><b>Age:</b></font> <font style=float:right><i>24</i></font><br>
  220. <font style=float:left><b>Species:</b></font> <font style=float:right><i>Lycan</i></font><br>
  221. <font style=float:left><b>Martial Status:</b></font> <font style=float:right><i><a target="_blank" href="https://roleplay.chat/profile.php?user=Ryvvik+Vanderzin" title="">Her Mate</a> <br> <br></i></font><br>
  222. <font style=float:left><b>Pack:</b></font> <font style=float:right><i>None, searching</i></font><br>
  223. <font style=float:left><b>Likes:</b></font> <font style=float:right><i>Too many</i></font><br>
  224. <font style=float:left><b>Dislikes:</b></font> <font style=float:right><i>Arrogance, Liars, Cheats, Rape/Force, Too much blood, Incest, Anal, Age Play, Shemales, Futas, etc. </i></font><br>
  225.  
  226.  
  227. </p>
  228.  
  229. </div>
  230.  
  231.  
  232. <a name="two"></a><div style="width: 500px; height: 350px; overflow: auto;">
  233.  
  234. <h1>Backstory</h1>
  235.  
  236. <p>
  237.  
  238. Will tell another time
  239.  
  240.  
  241. </p>
  242. </div>
  243.  
  244. <a name="three"></a><div style="width: 500px; height: 350px; overflow: auto;">
  245. <h1>Friends List</h1>
  246.  
  247. <p>
  248. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"title="Description"><img src="http://i.picpar.com/2dHc.jpg" alt="" width="75" height="75" /></a>
  249. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"title="Description"><img src="http://i.picpar.com/2dHc.jpg" alt="" width="75" height="75" /></a>
  250. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"title="Description"><img src="http://i.picpar.com/2dHc.jpg" alt="" width="75" height="75" /></a>
  251. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"title="Description"><img src="http://i.picpar.com/2dHc.jpg" alt="" width="75" height="75" /></a>
  252. </p>
  253.  
  254. </div><a name="four"></a><div style="width: 500px; height: 350px; overflow: auto;">
  255. <h1>Gallery</h1>
  256.  
  257.  
  258. <p style="text-align: center;">
  259. <a target="_blank" href="http://i.picpar.com/3dHc.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/3dHc.jpg" alt="" width="75" height="75" /></a>
  260. <a target="_blank" href="http://i.picpar.com/7dHc.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/7dHc.jpg" alt="" width="75" height="75" /></a>
  261. <a target="_blank" href="http://i.picpar.com/5dHc.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/5dHc.jpg" alt="" width="75" height="75" /></a>
  262. <a target="_blank" href="http://i.picpar.com/6dHc.jpg" target="_blank"title="Description"><img src="http://i.picpar.com/6dHc.jpg" alt="" width="75" height="75" /></a>
  263.  
  264.  
  265. </p>
  266.  
  267. </div>
  268.  
  269. <a name="five"></a><div style="width: 500px; height: 350px; overflow: auto;">
  270. <h1>Out of Character</h1>
  271. <p>
  272.  
  273. <b>00</b>. Profile was created by <a target="_blank" href="https://roleplay.chat/profile.php?user=Alcyone" title="">Alcyone</a>, for anyone to use freely. If you are interested in commissioning a profile, go ahead and leave her some mail.<br>
  274. <b>02</b>.Third person only. <br>
  275. <b> 03</b>. Semi-para to Multi-par.<br>
  276. <b> 04</b>. IC and OOC are seperate keep it that way.<br>
  277. <b> 05 </b>. Dont start with a post, talk about even little details of what you want in rp. <br>
  278. <b> 06 </b>. Happily married irl, don't think you are going to break my husband and I up. Poly saturated enough, don't try. <br>
  279.  
  280. </p>
  281.  
  282. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement