Advertisement
izuemis

cr narumitsuluv css

Oct 19th, 2022
1,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. -- FONTS --
  2. @font-face {
  3. font-family: roman;
  4. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  5. }
  6.  
  7. @font-face {
  8. font-family: windows;
  9. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  10. }
  11. ______________________________________
  12.  
  13. -- TOP CONTAINER --
  14. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  15. border-radius: 10px 10px 0px 0px;
  16.  
  17. -- CONTAINER W IMAGE --
  18. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  19.  
  20. -- CONTAINER W MUSIC / BUTTONS --
  21. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  22. border-radius: 0px 0px 10px 10px;
  23.  
  24. -- BUTTONS --
  25. box-shadow: inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px white;
  26. border: 1px solid black;
  27. font-family: windows;
  28.  
  29. -- TOP SECTION CONTAINERS --
  30. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  31. border-radius: 10px 10px 0px 0px;
  32. width: 13em;
  33. position: absolute;
  34. right: -2.25em;
  35. bottom: 11.5em;
  36.  
  37. MOBILE SETTINGS ;;
  38. width: 12em;
  39. position: absolute;
  40. right: -1em;
  41. bottom: 11.5em;
  42.  
  43. -- INFO CONTAINERS --
  44. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  45. border-radius: 0px 0px 10px 10px;
  46. width: 13em;
  47. height: 9em;
  48. position: absolute;
  49. right: -2.25em;
  50. bottom: 2.5em;
  51.  
  52. MOBILE SETTINGS ;;
  53. width: 12em;
  54. position: absolute;
  55. right: -1em;
  56. bottom: 2.5em;
  57.  
  58. -- SECTION TITLE --
  59. font-family: roman;
  60.  
  61. -- INFO SCROLLBOX --
  62. font-family: windows;
  63. background: white;
  64. padding: 10px;
  65. height: 9em;
  66. overflow: auto;
  67. border-radius: 10px;
  68.  
  69. -- MARK/HIGHLIGHTED TEXT --
  70. background: #e6c0b0;
  71. border-radius: 0px 20px 20px 0px;
  72. margin-left: -0.75em;
  73. padding-left: 10px;
  74. padding-right: 10px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement