Eggtimer/basic.css
author John Kern <johnk@symbian.org>
Fri, 05 Nov 2010 10:25:04 +0000
changeset 5 15c5e72665d2
parent 4 6c91568e58fd
permissions -rw-r--r--
removing IDE settings files
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
	font-size: xx-large;
4
6c91568e58fd Removed trailing zeroes from the timer
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 3
diff changeset
    14
	text-align: center;
6c91568e58fd Removed trailing zeroes from the timer
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 3
diff changeset
    15
	margin-left: auto;
6c91568e58fd Removed trailing zeroes from the timer
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 3
diff changeset
    16
	margin-right: auto;
6c91568e58fd Removed trailing zeroes from the timer
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 3
diff changeset
    17
	font-weight: bold;
0
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
#sand {
1
8452783e7980 Updated eggtimer application
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    26
	background-color: rgb(255, 208, 52);
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    27
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    28
	top: 0;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    29
	bottom: 50%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    30
	width: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    31
	z-index: -1;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    32
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    33
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    34
#sand-bottom {
1
8452783e7980 Updated eggtimer application
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 0
diff changeset
    35
	background-color: rgb(255, 208, 52);
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    36
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    37
	top: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    38
	bottom: 0;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    39
	width: 100%;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    40
	z-index: -2;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    41
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    42
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    43
:LINK {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    44
	text-decoration: none;
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    45
	color: yellow;
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    46
}
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    47
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    48
#hourglass {
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    49
	position: absolute;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    50
	top: 80px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    51
	left: 70px;
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    52
	z-index: 100;
3
b43377c07b0c Artwork was updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 2
diff changeset
    53
	background-color: white;
0
0b6daedcf7e1 Initial commit of two sample projects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    54
}