dollcrds

pro-standard cr nork2004 style

Apr 25th, 2024 (edited)
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <style>
  2. #text02 {
  3. font-family:'nintendo';
  4. }
  5. #container03 > .wrapper {
  6. position: absolute;
  7. left: .5em;
  8. z-index: 9;
  9. top: -18.75em;
  10. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), 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%);
  11. width: 25em;
  12. }
  13. @media only screen and (max-width: 600px) {
  14. #container03 {
  15. width: 500px;
  16. left: 1.125em;
  17. }
  18. }
  19. @media only screen and (max-width: 600px) {
  20. #container02 {
  21. width: 315px;
  22. left: 1em;
  23. }
  24. }
  25. #image01 {
  26. border: 3px double #000000;
  27. border-radius: 10px 10px 10px 10px;
  28. }
  29. #image02 {
  30. position: absolute;
  31. top: -1em;
  32. left: -2.5em;
  33. }
  34. #container05 > .wrapper {
  35. position: absolute;
  36. z-index: 99;
  37. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), 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%);
  38. filter: drop-shadow(.5px .5px .5px #000);
  39. width: 9.375em;
  40. left: 1em;
  41. top: -8.875em;
  42. }
  43. @media only screen and (max-width: 600px) {
  44. #container05 {
  45. left: 1.125em;
  46. }
  47. }
  48. @media only screen and (max-width: 600px) {
  49. #container01 {
  50. left: 1em;
  51. }
  52. }
  53. #image03 {
  54. filter: drop-shadow(1px 1px 0 #575757) drop-shadow(-1px 1px 0 #575757) drop-shadow(0 -1px 0 #575757) drop-shadow(0 1px 1px #575757) drop-shadow(0 -1px 1px #575757);
  55. }
  56. #container04 > .wrapper {
  57. border: 1px solid black;
  58. border-radius: 15px 0px 0px 15px;
  59. background: -webkit-linear-gradient(-270deg, #bce33a 0%, #FFFFFF 100%);
  60. height: 15.125em;
  61. overflow-y: scroll;
  62. box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  63. position: absolute;
  64. left: 11.5em;
  65. top: -18.25em;
  66. width: 13em;
  67. z-index: 99;
  68. }
  69. @media only screen and (max-width: 600px) {
  70. #container04 {
  71. left: 1em;
  72. }
  73. }
  74. #text04, #text06, #text08 {
  75. font-family:'nintendo';
  76. }
  77. #text03, #text05, #text07 {
  78. font-size: 1.5em;
  79. -webkit-text-stroke: 0.6px black;
  80. color: white;
  81. }
  82. #text03 mark {
  83. font-family: dreams;
  84. font-size: 1.5em;
  85. }
  86. #text05 mark {
  87. font-family: dreams;
  88. font-size: 1.5em;
  89. }
  90. #text07 mark {
  91. font-family: dreams;
  92. font-size: 1.5em;
  93. }
  94. #buttons01 li a {
  95. font-family:'nintendo';
  96. border: 1px solid black;
  97. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), 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%);
  98. }
  99. </style>
Advertisement
Add Comment
Please, Sign In to add comment