123456789101112131415161718192021 |
- input[type="text"]:disabled
- {
- background:#333333 !important;
- }
- h1#counter {
- display: block;
- text-align: center;
- font-weight: bold;
- font-family: Courier New, monospace !important;
- font-size: 4em;
- margin-bottom: 3px;
- }
- .counter-text {
- display: block;
- text-align: center;
- font-family: Courier New, monospace !important;
- font-size: .8em;
- padding-top: 3px;
- }
|