dollcrds

pro-standard cr femcel2006 misc

May 8th, 2024 (edited)
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ---3 BUTTONS--- (#home & #one)
  2. <link rel="stylesheet" href="https://unpkg.com/xp.css">
  3. <div class="title-bar-controls">
  4. <button aria-label="Minimize"></button>
  5. <button aria-label="Maximize"></button>
  6. <a href="#home" onclick="clicksound.playclip()">
  7. <button aria-label="Close"></button></a>
  8. </div>
  9.  
  10. <style>
  11. #elementID {
  12. position: relative;
  13. left: 7.5em;
  14. }
  15.  
  16. @media only screen and (max-width: 600px) {
  17. #elementID {
  18. left: 4.5em;
  19. }
  20. }
  21. </style>
  22.  
  23. ---1 BUTTON--- (#two, #three, & #four)
  24. <div class="title-bar-controls">
  25. <a href="#home" onclick="clicksound.playclip()"><button aria-label="Close"></button></a></div>
  26.  
  27. <style>
  28. #elementID {
  29. position: relative;
  30. left: 5.5em;
  31. }
  32. </style>
  33.  
  34. ---BLINKING TEXT---
  35. <style>
  36. h3 {
  37.  
  38. font-family:Pixelated MS Sans Serif;
  39.  
  40. font-size:1em;
  41.  
  42. padding:4px;
  43.  
  44. background: #000;
  45.  
  46. color:#fff;
  47.  
  48. text-align:right;
  49.  
  50. animation: blinkingText 1.2s infinite;
  51. }
  52.  
  53. a{
  54.  
  55. color:#fff;
  56.  
  57. text-decoration: none; }
  58. @keyframes blinkingText {
  59. 0% {
  60. color: #000000;
  61. }
  62.  
  63. 49% {
  64. color: #000000;
  65. }
  66.  
  67. 60% {
  68. color: white;
  69. }
  70.  
  71. 99% {
  72. color: white;
  73. }
  74.  
  75. 100% {
  76. color: #000000;
  77. }
  78. }
  79.  
  80. </style>
  81.  
  82. <h3>minisode Tomorrow</h3>
Advertisement
Add Comment
Please, Sign In to add comment