Eggtimer/basic.css
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 17:08:17 -0700
changeset 4 6c91568e58fd
parent 3 b43377c07b0c
permissions -rw-r--r--
Removed trailing zeroes from the timer

/*
 * Add your Stylesheet contents here
 */
body {
	background-color:black;
}
 
span {
	color: white;
}
 
#remaining-time {
	font-size: xx-large;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

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

#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;
}