Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/2_Math_numericPuzzleSolving/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/2_Math_numericPuzzleSolving/css/lesson.css')
-rwxr-xr-xexamples/2_Math_numericPuzzleSolving/css/lesson.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/examples/2_Math_numericPuzzleSolving/css/lesson.css b/examples/2_Math_numericPuzzleSolving/css/lesson.css
new file mode 100755
index 0000000..e2a7e8c
--- /dev/null
+++ b/examples/2_Math_numericPuzzleSolving/css/lesson.css
@@ -0,0 +1,47 @@
+body {
+ background: #affafc;
+ }
+
+#gamearea{
+ float:right;
+ width: 664px;
+ border: 5px gold dashed;
+ padding: 10px;
+}
+
+.dragme {
+ width: 160px;
+ height: 120px;
+ padding: 1px 3px 0px 3px; /*top right bottom left*/
+ cursor: move;
+
+}
+
+#imageBar{
+ margin-left: 20px;
+ margin-top:15px;
+ float:left;
+ width: 225px;
+ height: 495px;
+ border: 2px solid red;
+
+}
+
+.imageThumb{
+ margin: 5px;
+ width: 200px;
+ height: 138px;
+ border: 2px groove #00FF00;
+ padding: 5px;
+ margin 1em;
+}
+
+.imgMain{
+ width: 640px;
+ height: 480px;
+ float : right;
+ padding : 10px;
+ visibility: hidden;
+ position:relative;
+}
+ \ No newline at end of file