Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
blob: 28e99857095f455f04643ca5dfd9c6d3d0dae2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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;
}