26 lines
958 B
CSS
26 lines
958 B
CSS
|
|
.container {width: 100%; margin: 0 auto; overflow: hidden;}
|
|
|
|
.clock {width:100%; margin:0 auto; padding:5px; color:#ABCDEF; }
|
|
|
|
#Date { font-family: Arial, Helvetica, sans-serif; font-size:24px; text-align:center; }
|
|
|
|
.clock ul { width:800px; margin:0 auto; padding:0px; list-style:none; text-align:center; }
|
|
.clock ul li { display:inline; font-size:4em; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; }
|
|
|
|
/*#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:5px; padding-right:5px; }*/
|
|
|
|
/* Simple Animation */
|
|
/*@-webkit-keyframes mymove
|
|
{
|
|
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
|
|
50% {opacity:0; text-shadow:none; }
|
|
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
|
|
}*/
|
|
|
|
/*@-moz-keyframes mymove
|
|
{
|
|
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
|
|
50% {opacity:0; text-shadow:none; }
|
|
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
|
|
}*/ |