Advertisement
Guest User

mehhhh

a guest
Jan 21st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. ::selection {background: #ECD1FF; color:#A692AE;}
  2.  
  3. ::-webkit-scrollbar {
  4. width: 1;
  5. }
  6.  
  7. ::-webkit-scrollbar-track {
  8. border-radius: 1;
  9. background-color: #322533;
  10. }
  11.  
  12. ::-webkit-scrollbar-thumb {
  13. border-radius: 1em;
  14. background-color: #322533;
  15. }
  16.  
  17.  
  18. b, strong {font-family:'verdana'; font-variant: small-caps; font-size: 11px; color: #fff; font-weight:heavy; letter-spacing: -1px;}
  19. i {color: #EA265B; font-family: 'verdanai'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  20. u {color: #333; font-size: 10px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:verdana; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #000;}
  21. s {color: #000; font-size: 10px; font-weight: light; letter-spacing: 0px; font-family:verdana; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #feefa7 0px 0px 1px;}
  22. big {color: #000; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family: Verdana; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #feefa7 0px 0px 1px;}
  23.  
  24. body {
  25. background-color: #9A98A5;
  26. background-image: url('https://i.imgur.com/yBpZWmB.png');
  27. background-size: contain;
  28. background-attachment: fixed;
  29. background-position: bottom right;
  30. background-repeat: no-repeat;
  31. overflow:hidden;
  32. cursor: url('https://i.imgur.com/24Ny21o.png'), default;
  33. }
  34.  
  35. p {
  36. margin: 10px;
  37. padding: 5px;
  38. font-family: verdana;
  39. font-variant: small-caps;
  40. left: 300px;
  41. bottom: 105px;
  42. position: absolute;
  43. font-size: 10px;
  44. color: #000;
  45. background-color: transparent;
  46. }
  47.  
  48. p2 {
  49. margin: 10px;
  50. padding: 5px;
  51. font-family: verdana;
  52. font-variant: small-caps;
  53. left: 0px;
  54. bottom: 0px;
  55. position: absolute;
  56. font-size: 10px;
  57. color: #000;
  58. background-color: transparent;
  59. }
  60.  
  61. a.nav:hover{
  62. cursor: url(https://i.imgur.com/pfqicu4.png), default;
  63. }
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. <p> <b>bold</b> <i>italic</i> <u>underline</u> <br><br><br><br>
  77. <font style=float:left><b> Name. </b></font> <font style=float:right> Aijin</font><br>
  78.  
  79. <br><br>
  80.  
  81. <font style=float:left><b> Age </b></font> <font style=float:right> ???</font><br>
  82.  
  83. <br><br>
  84.  
  85. <font style=float:left><b> Occupation </b></font> <font style=float:right> Incubus.</font><br>
  86.  
  87.  
  88. </p>
  89. <p2>code by lilia. Place holder.</p2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement