dollcrds

2 ikisschris crd styling

Jul 5th, 2022
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. ---for left scrollboxes---
  2. width: 100%;
  3. margin: 3px;
  4. border: 2px solid black;
  5. float: left;
  6. padding: 7px;
  7. border-radius: 0.75em;
  8. background: #faedef;
  9. overflow-y: scroll;
  10. height: 100px;
  11. text-align: left;
  12. font-size: 1em;
  13. line-height: 0.875;
  14. font-weight: 500;
  15. color: #000;
  16. positon: absolute;
  17. bottom: 0em;
  18. left: -.5em;
  19.  
  20. ---highlight---
  21. font-family: lovely;
  22. font-size: 1.5em;
  23. border: 1px dashed black;
  24. background-color: #ed0f36;
  25. text-shadow: -1px 0 #fff, 0 1px #000, 1px 0 #000, 0 -1px #fff, 0 0;
  26. color: #732931;
  27. border-radius: 100%;
  28. padding: 0 1px 0 1px;
  29. ---mobile---
  30. line-height: 1.125;
  31.  
  32. ---for right scrollboxes--
  33. bottom: -.1em;
  34. left: -.1em;
  35.  
  36. ---for image---
  37. position: absolute;
  38. left: 25em;
  39. bottom: -21em;
  40. z-index: 9999;
  41. filter: drop-shadow(1px 1px 0 #ed0f36) drop-shadow(-1px 1px 0 #ed0f36) drop-shadow(0 2px 0 #ed0f36) drop-shadow(0 -1px 0 #ed0f36) drop-shadow(0 1px 1.5px #ed0f36) drop-shadow(0 -1px 1.5px #ed0f36) drop-shadow(1px -1px 1.5px #ed0f36) drop-shadow(-1px -1px 1.5px #ed0f36);
  42. }
  43. ---mobile---
  44. left: 24em;
  45. bottom: -20em;
  46.  
  47. ---top circle image---
  48. position: absolute;
  49. left: -3em;
  50. bottom: -1em;
  51. z-index: 9999;
  52.  
  53. ---side text---
  54. background: black;
  55. height: 2.25em;
  56. width: 10em;
  57. padding: 10px;
  58. border-radius: 0px 15px 15px 0px;
  59. position: absolute;
  60. left: 3em;
  61. bottom: 11.25em;
  62. font-family:'fenotype';
  63. font-size: 2em;
  64. ---mobile---
  65. height: 2.5em;
  66. width: 15em;
  67. left: 3em;
  68. bottom: 16.25em;
  69. font-size: 1.5em;
  70.  
  71. ---music player container---
  72. position: absolute;
  73. z-index: 9999;
  74. left: -3em;
  75. bottom: -3em;
Advertisement
Add Comment
Please, Sign In to add comment