18 lines
218 B
CSS
18 lines
218 B
CSS
BODY {
|
|
background-color: black;
|
|
}
|
|
|
|
#qlocktwo {
|
|
background-color: silver;
|
|
background-image: url(brushedmetal.png);
|
|
}
|
|
|
|
.on {
|
|
color: white;
|
|
text-shadow: white 0px 0px 6px;
|
|
}
|
|
|
|
.off {
|
|
color: #999;
|
|
}
|