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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     1
/*
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     2
 * Add your Stylesheet contents here
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     3
 */
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     4
body {
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     5
	background-color:black;
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     6
}
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     7
 
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     8
span {
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
     9
	color: white;
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    10
}
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    11
 
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    12
#remaining-time {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    13
	width: 170px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    14
	height: 40px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    15
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    16
	left: 95px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    17
	font-size: xx-large;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    18
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    19
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    20
.digits {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    21
	width: 3ex;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    22
	text-align: center;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    23
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    24
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    25
#time {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    26
	font-weight: bold;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    27
	text-align: center;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    28
	width: 138px;
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    29
	color: white;
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    30
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    31
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    32
#sand {
1
8452783e7980 Updated eggtimer application
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    33
	background-color: rgb(255, 208, 52);
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    34
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    35
	top: 0;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    36
	bottom: 50%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    37
	width: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    38
	z-index: -1;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    39
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    40
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    41
#sand-bottom {
1
8452783e7980 Updated eggtimer application
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    42
	background-color: rgb(255, 208, 52);
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    43
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    44
	top: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    45
	bottom: 0;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    46
	width: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    47
	z-index: -2;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    48
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    49
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    50
:LINK {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    51
	text-decoration: none;
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    52
	color: yellow;
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    53
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    54
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    55
#hourglass {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    56
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    57
	top: 80px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    58
	left: 70px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    59
	z-index: 100;
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    60
	background-color: white;
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    61
}