Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. #profile-container {
  2. background: none;
  3. }
  4.  
  5. body{background: url('https://azelsoftware.com/indexBackground.gif');
  6. background-repeat: no-repeat;
  7. background-size: 100%;
  8. }
  9.  
  10. body,
  11. @font-face {
  12. font-family: Name;
  13. src: url(https://dl.dropbox.com/s/xq2h6yrh991llst/SPINSTEE.TTF?dl=0);
  14. }
  15.  
  16. @font-face {
  17. font-family: Text;
  18. src: url(https://dl.dropbox.com/s/8groc0uhqifze63/CoveredByYourGrace.ttf?dl=0);
  19. }
  20.  
  21. .Mocchi {
  22. top: 0px;
  23. margin: auto;
  24. position: relative;
  25. width: 618px;
  26. height: 222px;
  27. background: url(https://i.imgur.com/3e0lkQl.png);
  28. z-index: 10;
  29. }
  30.  
  31. .mocchiStats {
  32. top: 160px;
  33. left: 120px;
  34. position: absolute;
  35. font-size: 15px;
  36. color: #4D4D4D;
  37. width: 418px;
  38. height: 140px;
  39. font-family: text;
  40. z-index: 10;
  41. }
  42. .mocchiStatsTable tr td {
  43. margin: 10px;
  44. font-size: 15px;
  45. color: #4D4D4D;
  46. font-family: text;
  47. }
  48. .Box {
  49. top: 90px;
  50. left: -10px;
  51. width: 800px;
  52. height: 472px;
  53. background: url(https://i.imgur.com/4kH0Gnd.jpg);
  54. position: absolute;
  55. border: 3px solid rgba(255,255,255,1);
  56. background-size: cover;
  57. z-index: 10;
  58. }
  59.  
  60. .Pic {
  61. top: 10px;
  62. left: -200px;
  63. width: 350px;
  64. height: 582px;
  65. background: url(https://i.imgur.com/Of5BsWu.png);
  66. background-size: cover;
  67. position: absolute;
  68. z-index: 10;
  69. }
  70.  
  71. .content {
  72. top: 275px;
  73. left: 120px;
  74. position: absolute;
  75. width: 550px;
  76. height: 260px;
  77. background: ;
  78. padding: 10px;
  79. font-size: 15px;
  80. color: #4D4D4D;
  81. font-family: text;
  82. overflow: auto;
  83. z-index: 20;
  84. }
  85.  
  86. hr {
  87. width: 540px;
  88. height: 2px;
  89. background: rgb(234, 170, 14);
  90. border: none;
  91. }
  92.  
  93.  
  94. ::-webkit-scrollbar {
  95. width: 4px;
  96. height: 2px;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. background: #eaaa0e;
  101. }
  102.  
  103. ::-webkit-scrollbar-track {
  104. background: none;
  105. border: 1px solid #d4d5bf;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement