dollcrds

run drr ac styling

Jun 29th, 2022 (edited)
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ---top container---
  2. width: 85%;
  3. border-radius: 15px 15px 0px 0px;
  4.  
  5. ---top container text---
  6. font-family: Nintendo-DS-BIOS;
  7. padding-left: 0.2em;
  8. padding-right: 0.2em;
  9. background: #fff;
  10. border: 3px ridge #CCCCCC;
  11. border-radius: 20px;
  12.  
  13. ---main container---
  14. width: 85%;
  15.  
  16. ---for main image---
  17. border: 3px ridge #CCCCCC;
  18.  
  19. ---about me text---
  20. font-family: Nintendo-DS-BIOS;
  21. padding: 0.3em;
  22. background: #82cafa;
  23. border: 3px ridge #CCCCCC;
  24. border-radius: 0 10px 0 10px;
  25. position: relative;
  26. z-index: 100;
  27. font-size: 1.2em;
  28. ---mobile---
  29. font-size: 1.2em;
  30.  
  31. ---for info text---
  32. font-family: Nintendo-DS-BIOS;
  33. padding: 0.3em;
  34. font-size: 1.2em;
  35. overflow-y: auto;
  36. height: 139px;
  37. background: #fff;
  38. border: 3px ridge #CCCCCC;
  39. border-radius: 10px 0 10px 0;
  40. position: relative;
  41. z-index: 100;
  42. ---highlight---
  43. background: none;
  44. color: #82cafa;
  45. font-weight: bolder;
  46. font-size: 0.9em;
  47. text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080, 0 0;
  48. font-family: Pixelated MS Sans Serif;
  49. ---mobile---
  50. font-size: 1.2em;
  51. overflow-y: auto;
  52. height: 130px;
  53.  
  54. ---bottom container---
  55. width: 85%;
  56. border-radius: 0px 0px 15px 15px;
  57.  
  58. ---credit text---
  59. font-family: Nintendo-DS-BIOS;
Add Comment
Please, Sign In to add comment