Advertisement
izuemis

cr dollcrds css

Oct 2nd, 2022
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <style>
  2.  
  3. #container01 > .wrapper {
  4. height: 14em;
  5. width: 190px;
  6. }
  7.  
  8. #container02 > .wrapper {
  9. width: 190px;
  10. height: 5em;
  11. }
  12.  
  13. #container03 > .wrapper {
  14. width: 190px;
  15. }
  16.  
  17. #container04 > .wrapper {
  18. width: 190px;
  19. height: 1.2em;
  20. border-radius: 0.375em 0.375em 0.375em 0em;
  21. }
  22.  
  23. #container04 {
  24. position: absolute;
  25. right: 0em;
  26. top: -.2em;
  27. }
  28.  
  29. #container05 > .wrapper {
  30. width: 181px;
  31. height: 8.7em;
  32. border-radius: 0em 0.375em 0.375em 0.375em;
  33. }
  34.  
  35. #container05 {
  36. position: absolute;
  37. right: .5em;
  38. top: 1em;
  39. }
  40.  
  41. #container06 > .wrapper {
  42. width: 190px;
  43. height: 1.2em;
  44. border-radius: 0.375em 0.375em 0em 0.375em;
  45. }
  46.  
  47. #container06 {
  48. position: absolute;
  49. right: 0.5em;
  50. bottom: 8.7em;
  51. }
  52.  
  53. #container07 > .wrapper {
  54. width: 181px;
  55. height: 8.4em;
  56. border-radius: 0.375em 0em 0.375em 0.375em;
  57. }
  58.  
  59. #container07 {
  60. position: absolute;
  61. right: .5em;
  62. bottom: 1.1em;
  63. }
  64.  
  65. #text01 {
  66. font-family: windows;
  67. height: 3em;
  68. overflow: auto;
  69. }
  70.  
  71. #text02 {
  72. color: white;
  73. font-family:'cupcake';
  74. z-index: 3;
  75. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  76. position: absolute;
  77. left: 3.2em;
  78. top: 14em;
  79. }
  80.  
  81. #text03 {
  82. height: 65px;
  83. font-family: windows;
  84. overflow-y: auto;
  85. }
  86.  
  87. #text04, #text06 {
  88. color: white;
  89. font-family:'cupcake';
  90. z-index: 3;
  91. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  92. position: relative;
  93. bottom: .25em;
  94. }
  95.  
  96. #text05, #text07 {
  97. font-family: windows;
  98. height: 10em;
  99. overflow: auto;
  100. }
  101.  
  102. #buttons01 li a {
  103. box-shadow: inset 13px 0px 6px -10px rgb(150 150 150 / 56%), inset -13px 0px 6px -10px rgb(150 150 150 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  104. border: solid 1px #666;
  105. }
  106.  
  107. mark {
  108. font-family: windows;
  109. background: none;
  110. background-image: radial-gradient(#E0B6B6 30%, transparent 70%);
  111. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
  112. color: #FFDEDE;
  113. }
  114.  
  115. #gallery01 {
  116. position: absolute;
  117. top: 10em;
  118. right: .5em;
  119. }
  120.  
  121. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement