Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Math_Numeric_Puzzle_Solving/css/lesson.css')
-rwxr-xr-xexamples/Math_Numeric_Puzzle_Solving/css/lesson.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/examples/Math_Numeric_Puzzle_Solving/css/lesson.css b/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
deleted file mode 100755
index 28e9985..0000000
--- a/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
+++ /dev/null
@@ -1,50 +0,0 @@
-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;
-}
-
-#img1,#img2,#img3 {
- display:none;
-} \ No newline at end of file