Eggtimer/basic.css
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 13:43:25 -0700
changeset 3 b43377c07b0c
parent 2 2da62bb63910
child 4 6c91568e58fd
permissions -rw-r--r--
Artwork was updated

/*
 * Add your Stylesheet contents here
 */
body {
	background-color:black;
}
 
span {
	color: white;
}
 
#remaining-time {
	width: 170px;
	height: 40px;
	position: absolute;
	left: 95px;
	font-size: xx-large;
}

.digits {
	width: 3ex;
	text-align: center;
}

#time {
	font-weight: bold;
	text-align: center;
	width: 138px;
	color: white;
}

#sand {
	background-color: rgb(255, 208, 52);
	position: absolute;
	top: 0;
	bottom: 50%;
	width: 100%;
	z-index: -1;
}

#sand-bottom {
	background-color: rgb(255, 208, 52);
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
	z-index: -2;
}

:LINK {
	text-decoration: none;
	color: yellow;
}

#hourglass {
	position: absolute;
	top: 80px;
	left: 70px;
	z-index: 100;
	background-color: white;
}