dollcrds

hans crd co styling

May 30th, 2022
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. ---top border---
  2. border-radius: 15px 15px 0px 0px;
  3.  
  4. ---home container text---
  5. background: #ffffff;
  6. border-radius: 5px;
  7. padding: 5px;
  8. border: 1px solid #aaaaaa;
  9. height: 75px;
  10. overflow-y: scroll;
  11. font-family: pixel;
  12.  
  13. ---highlight for all text---
  14. font-family: kinkie;
  15. font-size: 1.3em;
  16.  
  17. ---navigation text---
  18. background: #ffffff;
  19. border-radius: 0px 0px 7px 7px;
  20. padding: 2px;
  21. border: 1px solid #AAAAAA;
  22. font-family: pixel;
  23.  
  24. ---bottom border---
  25. border-radius: 0px 0px 15px 15px;
  26.  
  27. ---top border for music---
  28. border-radius: 15px 15px 0px 0px;
  29. position: absolute;
  30. top: -15.1em;
  31. left: -0.7em;
  32. z-index: 1;
  33. transform: rotate(-10deg);
  34. ---mobile---
  35. top: -15.1em;
  36. left: -0.7em;
  37.  
  38. ---music container---
  39. position: absolute;
  40. top: -13.8em;
  41. left: 0.1em;
  42. z-index: 1;
  43. transform: rotate(-10deg);
  44.  
  45. ---music text---
  46. background: #ffffff;
  47. border-radius: 5px;
  48. padding: 5px;
  49. border: 1px solid #aaaaaa;
  50. height: 110px;
  51. overflow-y: scroll;
  52. font-family: pixel;
  53.  
  54. ---bottom border for music---
  55. border-radius: 0px 0px 15px 15px;
  56. position: absolute;
  57. left: 0.8em;
  58. top: -6.8em;
  59. transform: rotate(-10deg);
  60. ---mobile---
  61. left: 1.0em;
  62. top: -5.9em;
  63.  
  64. ---top border for rules---
  65. border-radius: 15px 15px 0px 0px;
  66. position: absolute;
  67. left: 1.0em;
  68. bottom: 13.5em;
  69. z-index:500;
  70. transform: rotate(10deg);
  71. ---mobile---
  72. left: 1.2em;
  73. bottom: 14.8em;
  74.  
  75. ---rules container---
  76. position: absolute;
  77. left: 0em;
  78. bottom: 3em;
  79. z-index:500;
  80. transform: rotate(10deg);
  81.  
  82. ---rules text---
  83. background: #ffffff;
  84. border-radius: 5px;
  85. padding: 5px;
  86. border: 1px solid #aaaaaa;
  87. height: 55px;
  88. overflow-y: scroll;
  89. font-family: pixel;
  90.  
  91. ---bottom border for rules---
  92. border-radius: 0px 0px 15px 15px;
  93. position: absolute;
  94. left: -1.0em;
  95. bottom: 1.8em;
  96. z-index:500;
  97. transform: rotate(10deg);
  98. ---mobile---
  99. left: -1.1em;
  100. bottom: 1.8em;
Advertisement
Add Comment
Please, Sign In to add comment