coliberator.css 400 B

123456789101112131415161718192021
  1. input[type="text"]:disabled
  2. {
  3. background:#333333 !important;
  4. }
  5. h1#counter {
  6. display: block;
  7. text-align: center;
  8. font-weight: bold;
  9. font-family: Courier New, monospace !important;
  10. font-size: 4em;
  11. margin-bottom: 3px;
  12. }
  13. .counter-text {
  14. display: block;
  15. text-align: center;
  16. font-family: Courier New, monospace !important;
  17. font-size: .8em;
  18. padding-top: 3px;
  19. }