Advertisement
ruesha

codes 9/1/24

Sep 1st, 2024 (edited)
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. < --- name container --- >
  2. background: #f0f5fa;
  3. border: 1px dotted #454545;
  4. border-radius: 50%;
  5. height: 40px;
  6. width: 80%;
  7.  
  8. < --- name text --- >
  9. font-family:'ROMANTIC';
  10. -webkit-text-stroke: 1px #000;
  11. bottom: 10px;
  12.  
  13. < --- image next to name text --- >
  14. position: absolute;
  15. left: 30px;
  16. bottom: 0px;
  17.  
  18. < --- main container --- >
  19. height: 350px;
  20. width: 85%;
  21. border: 1px dotted #454545;
  22. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 40%), inset -13px 0px 6px -10px rgb(66 66 66 / 40%), inset 0px 13px 6px -10px rgb(66 66 66 / 40%), inset 0px -13px 6px -10px rgb(66 66 66 / 40%);
  23. border-radius: 5px;
  24.  
  25. < --- menu text --- >
  26. background: white;
  27. padding: 4px;
  28. top: 9px;
  29. width: 75px;
  30. border-radius:30px;
  31. border: 1px dotted #808080;
  32.  
  33. < --- 'about' text --- >
  34. background: #dae1e8;
  35. font-family: pixel;
  36. padding: 2px 8px;
  37. width: 50px;
  38. border-radius: 10px 10px 10px 0px;
  39. border-top: 1px solid #adadad;
  40. border-left: 1px solid #adadad;
  41. border-right: 1px solid #adadad;
  42. position: relative;
  43. top: 155px;
  44.  
  45. < --- 'about' hover --- >
  46. background: #749bc2;
  47. width: 50px;
  48. border-radius: 10px 10px 10px 0px;
  49. border-top: 1px solid #adadad;
  50. border-left: 1px solid #adadad;
  51. border-right: 1px solid #adadad;
  52.  
  53. < --- about textbox --- >
  54. background: #ffffffd6;
  55. font-family: pixel;
  56. padding: 10px;
  57. top: 9px;
  58. width: 220px;
  59. border-radius: 0px 30px 30px 0px;
  60. border: 1px solid #adadad;
  61. position: relative;
  62. top: 155px;
  63.  
  64. < --- guidelines container --- >
  65. width: 240px;
  66. border: 1px dotted #454545;
  67. border-radius: 6px;
  68. position: absolute;
  69. left: 42px;
  70. bottom: 180px;
  71.  
  72. < --- guidelines header --- >
  73. background: #dae1e8;
  74. font-family: pixel;
  75. padding: 2px 8px;
  76. width: 90px;
  77. border-radius: 30px 30px 0px 0px;
  78. border-top: 1px solid #adadad;
  79. border-left: 1px solid #adadad;
  80. border-right: 1px solid #adadad;
  81. left: 70px;
  82.  
  83. < --- hover for guidelines/likes/tunes header --- >
  84. background: #749bc2;
  85. width: 90px;
  86. border-radius: 30px 30px 0px 0px;
  87. border-top: 1px solid #adadad;
  88. border-left: 1px solid #adadad;
  89. border-right: 1px solid #adadad;
  90.  
  91. < --- scrollbox for guidelines section --- >
  92. background: #ffffffd6;
  93. font-family: pixel;
  94. padding: 10px;
  95. border-radius: 10px;
  96. border: 1px solid #adadad;
  97. height: 80px;
  98. overflow-y: scroll;
  99.  
  100. < --- guidelines img --- >
  101. position: absolute;
  102. bottom: 250px;
  103. left: 240px;
  104.  
  105. < --- likes container --- >
  106. width: 120px;
  107. border: 1px dotted #454545;
  108. border-radius: 6px;
  109. position: absolute;
  110. left: 42px;
  111. bottom: 180px;
  112. padding: 2px;
  113.  
  114. < --- tunes container --- >
  115. width: 120px;
  116. border: 1px dotted #454545;
  117. border-radius: 6px;
  118. position: absolute;
  119. left: 170px;
  120. bottom: 180px;
  121. padding: 2px;
  122.  
  123. < --- likes/tunes header --- >
  124. background: #dae1e8;
  125. font-family: pixel;
  126. padding: 2px 8px;
  127. width: 90px;
  128. border-radius: 30px 30px 0px 0px;
  129. border-top: 1px solid #adadad;
  130. border-left: 1px solid #adadad;
  131. border-right: 1px solid #adadad;
  132. left: 8.5px;
  133.  
  134. < --- scrollbox for likes/tunes sections --- >
  135. background: #ffffffd6;
  136. font-family: pixel;
  137. padding: 5px;
  138. border-radius: 10px;
  139. border: 1px solid #adadad;
  140. height: 80px;
  141. overflow-y: scroll;
  142.  
  143. < --- likes/tunes img --- >
  144. position: absolute;
  145. bottom: 240px;
  146. left: 140px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement