--- a/Eggtimer/.settings/org.symbian.tools.tmw.previewer.xml Tue Nov 02 10:44:05 2010 -0700
+++ b/Eggtimer/.settings/org.symbian.tools.tmw.previewer.xml Thu Nov 04 13:43:25 2010 -0700
@@ -2,9 +2,9 @@
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="__SYM_NOKIA_EMULATOR_DEVICE_MODE">portrait</entry>
-<entry key="__SYM_NOKIA_CONSOLE_OPEN">true</entry>
+<entry key="__SYM_NOKIA_CONSOLE_OPEN">false</entry>
+<entry key="__SYM_SELECTED_CONTROLS_TAB">1</entry>
<entry key="__SYM_WRT_VERSION">WRT 1.1</entry>
-<entry key="__SYM_SELECTED_CONTROLS_TAB">1</entry>
<entry key="__SYM_NOKIA_EMULATOR_DEVICE">360x640</entry>
<entry key="__SYM_DEVICE_ORIENTATION">DisplayUp</entry>
</properties>
--- a/Eggtimer/.settings/org.symbian.tools.tmw.ui.xml Tue Nov 02 10:44:05 2010 -0700
+++ b/Eggtimer/.settings/org.symbian.tools.tmw.ui.xml Thu Nov 04 13:43:25 2010 -0700
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<deployment targetId="mtw.filesystem" typeId="org.symbian.tools.tmw.fileSystem">
<target targetId="Testing5800" typeId="org.symbian.tools.tmw.bluetooth"/>
<target path="/Users/eugeneo/Desktop/Eggtimer.wgz" targetId="mtw.filesystem" typeId="org.symbian.tools.tmw.fileSystem"/>
</deployment>
\ No newline at end of file
+<deployment targetId="mtw.filesystem" typeId="org.symbian.tools.tmw.fileSystem">
<target targetId="Testing5800" typeId="org.symbian.tools.tmw.bluetooth"/>
<target path="/Users/eugeneo/Desktop/Eggtimer.wgz" targetId="mtw.filesystem" typeId="org.symbian.tools.tmw.fileSystem"/>
<target targetId="Eugeneo" typeId="org.symbian.tools.tmw.bluetooth"/>
</deployment>
\ No newline at end of file
--- a/Eggtimer/basic.css Tue Nov 02 10:44:05 2010 -0700
+++ b/Eggtimer/basic.css Thu Nov 04 13:43:25 2010 -0700
@@ -1,6 +1,14 @@
/*
* Add your Stylesheet contents here
*/
+body {
+ background-color:black;
+}
+
+span {
+ color: white;
+}
+
#remaining-time {
width: 170px;
height: 40px;
@@ -18,6 +26,7 @@
font-weight: bold;
text-align: center;
width: 138px;
+ color: white;
}
#sand {
@@ -40,7 +49,7 @@
:LINK {
text-decoration: none;
- color: black;
+ color: yellow;
}
#hourglass {
@@ -48,4 +57,5 @@
top: 80px;
left: 70px;
z-index: 100;
+ background-color: white;
}
\ No newline at end of file
Binary file Eggtimer/images/hourglass.png has changed
Binary file Eggtimer/images/hourglass_black_semi.png has changed
--- a/Eggtimer/index.html Tue Nov 02 10:44:05 2010 -0700
+++ b/Eggtimer/index.html Thu Nov 04 13:43:25 2010 -0700
@@ -16,7 +16,7 @@
<div id="hourglass">
<div id="sand"> </div>
<div id="sand-bottom"> </div>
- <img src="images/hourglass.png"></img>
+ <img src="images/hourglass_black_semi.png"></img>
</div>
</div>
<div id="time-setup">