dollcrds

cr anastasia pro-standard codes

May 31st, 2024 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <style>
  2. #container01, #container02 {
  3. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  4. }
  5. @font-face {
  6. font-family: Pixelated MS Sans Serif;
  7. src:url(ms_sans_serif.woff) format("woff");
  8. src:url(ms_sans_serif.woff2) format("woff2");
  9. }
  10.  
  11. @font-face {
  12. font-family:'kosmos';
  13. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  14. }
  15. #buttons01 li a {
  16. font-family: Pixelated MS Sans Serif;
  17. }
  18. #text02 {
  19. 0% {
  20. text-shadow: 0 0 15px blue;
  21. }
  22.  
  23. 50% {
  24. text-shadow: none;
  25. }
  26.  
  27. 100% {
  28. text-shadow: 0 0 15px blue;
  29. }
  30. }
  31.  
  32. @-webkit-keyframes glow {
  33. 0% {
  34. text-shadow: 0 0 15px blue;
  35. }
  36.  
  37. 50% {
  38. text-shadow: 0 0 0;
  39. }
  40.  
  41. 100% {
  42. text-shadow: 0 0 15px blue;
  43. }
  44. }
  45.  
  46. #text02 {
  47. -webkit-background-clip: text;
  48. -webkit-text-fill-color: transparent;
  49. -webkit-text-stroke-width: 1px;
  50. -webkit-text-stroke-color: #fff;
  51. font-weight:bold;
  52. font-size:3.5em;
  53. -webkit-animation: glow 2.0s linear infinite;
  54. -moz-animation: glow 2.0s linear infinite;
  55. -ms-animation: glow 2.0s linear infinite;
  56. -o-animation: glow 2.0s linear infinite;
  57. animation: glow 2.0s linear infinite;
  58. font-family:'kosmos';
  59. }
  60. #text03 {
  61. font-family: Pixelated MS Sans Serif;
  62. background: rgba(255,255,255,0.5);
  63. padding: 5px;
  64. border-radius: 5px;
  65. height: 5em;
  66. overflow: auto;
  67. }
  68. #text05 {
  69. font-family: Pixelated MS Sans Serif;
  70. background: rgba(255,255,255,0.5);
  71. padding: 5px;
  72. border-radius: 5px;
  73. height: 7em;
  74. overflow: auto;
  75.  
  76. }
  77. #text06, #text07, #text08 {
  78. font-family: Pixelated MS Sans Serif;
  79. background: rgba(255,255,255,0.5);
  80. padding: 3px;
  81. border: 1px inset;
  82. height: 7em;
  83. overflow: auto;
  84. }
  85. #container03, #container04, #container05 {
  86. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  87. width: 31.5%;
  88. position: absolute;
  89. right: 1.95em;
  90. bottom: 11.5em;
  91. }
  92.  
  93. </style>
Advertisement
Add Comment
Please, Sign In to add comment