Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/NumberWords/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/NumberWords/css/lesson.css')
-rwxr-xr-xexamples/NumberWords/css/lesson.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/examples/NumberWords/css/lesson.css b/examples/NumberWords/css/lesson.css
new file mode 100755
index 0000000..1850cdc
--- /dev/null
+++ b/examples/NumberWords/css/lesson.css
@@ -0,0 +1,54 @@
+table {
+cursor: pointer;
+border-collapse: collapse;
+border: 1px solid #000000;
+background-color: #FFCC00;
+}
+
+td {
+background-color: #ffcc00;
+border: 1px solid #000000;
+width: 35px;
+height:35px;
+text-align: center;
+font-weight: bold;
+font-size: 18px;
+}
+.done {
+background-color: #336699;
+
+}
+.highlight {
+background-color: #336600;
+}
+
+#left{
+position: relative;
+float:left;
+}
+
+#right{
+position:relative;
+float:left;
+margin: 10px 0 0 25px;
+font-size: 30px;
+}
+
+#right > div {
+}
+
+#question {
+margin: 25px;
+}
+
+#instructions {
+color: blue;
+font-weight: bold;
+font-size: 20px;
+width: 600px;
+}
+
+#over {
+float:left;
+margin: 0 0 0 50px;
+}