dollcrds

cr crdskiz pro standard style

Apr 23rd, 2024
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <style>
  2. #container01 > .wrapper{
  3. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  4. }
  5. #text01, #text04, #text06, #text08, #text10, #text12 {
  6. -webkit-text-stroke: 0.5px black;
  7. font-family: bright fairy;
  8. }
  9. #container02 > .wrapper {
  10. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  11. width: 10em;
  12. transform: rotate(-8deg);
  13. left: -10em;
  14. }
  15. #container03 > .wrapper {
  16. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  17. width: 10em;
  18. transform: rotate(5deg);
  19. position: absolute;
  20. z-index: 9;
  21. left: 7.5em;
  22. top: -10.25em;
  23. }
  24. #container04 > .wrapper {
  25. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  26. width: 10em;
  27. transform: rotate(-3deg);
  28. position: absolute;
  29. left: 17.5em;
  30. top: -11.25em;
  31. }
  32. #text05, #text07, #text09 {
  33. border: 1px solid #575757;
  34. border-radius: 5px 0px 0px 5px;
  35. padding: 3px;
  36. background: #FFFFFF80;
  37. overflow-y: scroll;
  38. height: 6.5em;
  39. }
  40. #container05 > .wrapper {
  41. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  42. width: 15em;
  43. left: -1em;
  44. }
  45. #text11, #text13 {
  46. border: 1px solid #575757;
  47. border-radius: 5px 0px 0px 5px;
  48. padding: 3px;
  49. background: #FFFFFF80;
  50. overflow-y: scroll;
  51. height: 5em;
  52. }
  53. #container06 > .wrapper {
  54. box-shadow: inset 0 7px 7px -7px white, inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px black;
  55. width: 13em;
  56. position: absolute;
  57. left: 14.5em;
  58. top: -16em;
  59. }
  60. @media only screen and (max-width: 600px) {
  61. #container06, #container05, #container04, #container03, #container02 {
  62. left: 1em;
  63. }
  64. }
  65. #image03 {
  66. position: absolute;
  67. top: 1em;
  68. left: 0.5em;
  69. z-index: 99;
  70. }
  71. #image04 {
  72. position: absolute;
  73. top: 10em;
  74. left: 8.5em;
  75. z-index: 99;
  76. }
  77. #text02 a {
  78. text-decoration: dotted underline;
  79. }
  80. #text03 a {
  81. text-decoration: dotted underline;
  82. }
  83. </style>
Advertisement
Add Comment
Please, Sign In to add comment