Enhance analog clock numbers
This commit is contained in:
parent
adc6716344
commit
4b425f39c1
13
style.css
13
style.css
@ -415,10 +415,15 @@
|
|||||||
height: 2em;
|
height: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
font-family: 'Courier New', monospace;
|
font-family: 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.2em;
|
||||||
color: #ffffff;
|
font-weight: 600;
|
||||||
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
color: #00ffff;
|
||||||
|
background: rgba(255, 255, 255, 0.05);
|
||||||
|
border: 1px solid rgba(0, 255, 255, 0.4);
|
||||||
|
border-radius: 4px;
|
||||||
|
text-shadow: 0 0 6px rgba(0, 255, 255, 0.9), 0 0 12px rgba(0, 255, 255, 0.7);
|
||||||
|
box-shadow: inset 0 0 8px rgba(0, 255, 255, 0.3), 0 0 10px rgba(0, 255, 255, 0.2);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user