Advertisement
izuemis

cr juntaxst css codes

Dec 18th, 2022
2,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. -- BLACK CONTAINER --
  2. height: 22em;
  3. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  4.  
  5. -- IMAGE/USER CONTAINER --
  6. width: 59%;
  7. position: absolute;
  8. right: -1em;
  9. bottom: 6em;
  10. border-radius: 1em 0em 0em 1em;
  11. border-radius: 1em 0em 0em 1em;
  12. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  13.  
  14. -- NAVIGATION CONTAINER --
  15. width: 59%;
  16. height: 2.5em;
  17. position: absolute;
  18. right: -1em;
  19. bottom: 2.5em;
  20. border-radius: 1em 0em 0em 1em;
  21. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  22.  
  23. -- GALLERY CONTAINER --
  24. width: 49%;
  25. position: absolute;
  26. left: -1em;
  27. bottom: 1.25em;
  28. border-radius: 0em 1em 1em 0em;
  29. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  30. animation-name: floating;
  31. animation-duration: 3s;
  32. animation-iteration-count: infinite;
  33. animation-timing-function: ease-in-out;
  34.  
  35. -- SROLLBOX CONTAINER --
  36. width: 49%;
  37. height: 17em;
  38. position: absolute;
  39. left: -1em;
  40. bottom: 5.5em;
  41. border-radius: 0em 1em 1em 0em;
  42. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  43.  
  44. -- USER/NAME --
  45. font-family: SakeMoru;
  46. font-size: 1.375em;
  47. line-spacing: 1.25em;
  48.  
  49. -- NAVIGATION TEXT --
  50. font-family: SakeMoru;
  51.  
  52. -- SCROLLBOX --
  53. font-family: MS San Serif;
  54. height: 18em;
  55. overflow: auto;
  56.  
  57. -- MARK --
  58. background: none;
  59. font-family: glitten;
  60. font-size: 1.5em;
  61.  
  62. -- WATERMARK --
  63. color: black;
  64. font-family: MS San Serif;
  65. background: white;
  66. position: absolute;
  67. top: 31.5em;
  68. right: 1em;
  69. z-index: 999;
  70. padding-left: 5px;
  71. padding-right: 5px;
  72. border-radius: 5px;
  73. border: 1px solid black;
  74. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  75.  
  76. !! MOBILE FOR WATERMARK !!
  77. width: 39%;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement