Advertisement
izuemis

cr soosces

Sep 21st, 2022
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. @font-face{
  9. font-family:iconbit2;
  10. src:url(https://dl.dropbox.com/s/i1d2ad8yonq3ynb/IconBitTwo.ttf);
  11. }
  12.  
  13. @font-face {
  14. font-family: pixel;
  15. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  16. }
  17.  
  18. #container01 > .wrapper {
  19. border-radius: 10px 10px 10px 0px;
  20. background: radial-gradient(circle, rgba(247,210,182,1) 0%, rgba(197,130,164,1) 50%, rgba(247,210,182,1) 60%, rgba(197,130,164,1) 100%);
  21. }
  22.  
  23. #container02 > .wrapper {
  24. border-radius: 0px 10px 10px 10px;
  25. background: radial-gradient(circle, rgba(247,210,182,1) 0%, rgba(197,130,164,1) 50%, rgba(247,210,182,1) 60%, rgba(197,130,164,1) 100%);
  26. }
  27.  
  28. #container03 > .wrapper {
  29. overflow-y: scroll;
  30. border-radius: 0px 10px 0px 10px;
  31. filter: drop-shadow(0px 0px 1px #fff);
  32. width: 11em;
  33. height: 6em;
  34. }
  35.  
  36. #container04 > .wrapper {
  37. overflow-y: scroll;
  38. border-radius: 0px 10px 0px 10px;
  39. filter: drop-shadow(0px 0px 1px #fff);
  40. width: 11em;
  41. height: 6em;
  42. }
  43.  
  44. #container05 > .wrapper {
  45. overflow-y: scroll;
  46. border-radius: 0px 10px 0px 10px;
  47. filter: drop-shadow(0px 0px 1px #fff);
  48. width: 11em;
  49. height: 6em;
  50. }
  51.  
  52. #container03, #container04, #container05 {
  53. position: absolute;
  54. top: 7.2em;
  55. left: 1.3em;
  56. }
  57.  
  58. #text01 {
  59. font-family: roman;
  60. border-radius: 10px;
  61. width: 6em;
  62. background: #f3e2eb;
  63. padding: 5px;
  64. bottom: 3em;
  65. left: 2.5em;
  66. }
  67.  
  68. #text03, #text05, #text07 {
  69. color: white;
  70. background: linear-gradient(0deg, rgba(197,130,164) 0%, rgba(247,210,182) 100%);
  71. filter: drop-shadow(0px 0px 1px #fff);
  72. width: 8em;
  73. border: 2px solid white;
  74. border-radius: 10px 10px 10px 0px;
  75. padding-left: 5px;
  76. padding-top: 2px;
  77. position: absolute;
  78. top: 7.5em;
  79. left: 1.5em;
  80. }
  81.  
  82. #text04, #text06, #text08 {
  83. color: white;
  84. background: linear-gradient(0deg, rgba(227,217,202,1) 0%, rgba(216,137,134,1) 100%);
  85. filter: drop-shadow(0px 0px 1px #fff);
  86. width: 4em;
  87. border: 2px solid white;
  88. border-radius: 11px 0px 11px 11px;
  89. padding-left: 5px;
  90. padding-top: 2px;
  91. position: absolute;
  92. bottom: 4.5em;
  93. left: 10em;
  94. }
  95.  
  96. #image02 {
  97. z-index: 999;
  98. }
  99.  
  100. mark {
  101. font-family:iconbit2;
  102. background: none;
  103. }
  104.  
  105. #text09, #text10, #text11 {
  106. font-family: pixel;
  107. }
  108.  
  109. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement