Advertisement
ruesha

tutorial 07/19 codes

Jul 19th, 2024 (edited)
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. --- left main container ---
  2. width: 230px;
  3. border-radius: 4px;
  4. height: 290px;
  5. right: 20px;
  6.  
  7. --- buttons ---
  8. position: absolute;
  9. left: -15px;
  10. bottom: 85px;
  11. text-shadow: -1px 0 #c3c3c3, 0 1px #c3c3c3, 1px 0 #c3c3c3, 0 -1px #c3c3c3;
  12.  
  13. --- welcome to my page ---
  14. background: #fff;
  15. border: 1px solid #c3c3c3;
  16. border-radius: 4px;
  17. padding: 5px;
  18. margin-top: 10px;
  19.  
  20. --- right side img ---
  21. width: 180px;
  22. position: absolute;
  23. right: -40px;
  24. bottom: 168.5px;
  25.  
  26. --- music player container ---
  27. width: 180px;
  28. border-radius: 4px;
  29. height: 25px;
  30. right: -40px;
  31. position: absolute;
  32. bottom: 141px;
  33.  
  34. --- right side info container ---
  35. width: 180px;
  36. border-radius: 4px;
  37. height: 138px;
  38. right: -40px;
  39. position: absolute;
  40. bottom: 0px;
  41. z-index: 2;
  42.  
  43. --- right side TEXTBOX (goes inside right side info container) ---
  44. background: #fff;
  45. border: 1px solid #c3c3c3;
  46. border-radius: 4px;
  47. padding: 5px;
  48. margin-top: 2px;
  49. height: 98px;
  50. font-size: 11px;
  51. overflow-y: scroll;
  52.  
  53. --- next page info containers ---
  54. width: 180px;
  55. height: 121px;
  56. border-radius: 4px;
  57. right: -40px;
  58. position: absolute;
  59. bottom: 168.5px;
  60. z-index: 1;
  61. overflow-y: scroll;
  62.  
  63. --- next page text box codes ---
  64. background: #fff;
  65. border: 1px solid #c3c3c3;
  66. border-radius: 4px;
  67. padding: 5px;
  68. margin-top: 2px;
  69. font-size: 11px;
  70.  
  71. bold: font-size: 15px;
  72. padding: 0px 3px 0px 3px;
  73.  
  74. highlight: background: #9db9e3;
  75. color: #fff;
  76. padding: 2px 5px;
  77. border-radius: 10px;
  78.  
  79. --- name css ---
  80. font-family: utonium;
  81. text-shadow: -1px 0 #8facdb, 0 1px #8facdb, 1px 0 #8facdb, 0 -1px #8facdb;
  82. position: absolute;
  83. right: -5px;
  84. bottom: 280px;
  85. z-index: 2;
  86.  
  87. --- @ css ---
  88. background: #e1ebfa;
  89. font-family:'kosmos';
  90. border: 1px solid #c3c3c3;
  91. border-radius: 100px 100px 0px 0px;
  92. padding: 7px 5px 3px 5px;
  93. z-index: 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement