Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bob_stuff/Class_2_Eng_Math/under_construction/More_English_Vocabulary_Birds/css/lesson.css
blob: f94a1ce611b227da6d64b88899fa644a566b8609 (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
body {
  background-color :  #CCC ;
  background-image:url(../assets/images/background.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 5px auto;
 }
#gameArea{
	width: 1000px;	height: 450px;	padding : 10px;  margin-left: 75px;  margin-top: 12px;

}
#imageArea{
	position:relative;
	width: 180px;
	height:  180px;
	padding: 15px;
	margin: 0.5em;
	float: left;
}

.imgObject{
	position: relative;
	width: 150px;	
	height: 150px;	
	margin: 0.25em; 	
	padding: 5px;
}


.dropBox{

	background-image:url(../assets/images/drop_box.png) ;
	width: 119px;	
	height: 33px;	
	margin: 0.25em;
	padding: 2px;
}



#optionArea{
	position: absolute;
	width: 980px;	height: 40px;	padding : 2px;  left: 75px; top: 520px;
	border: 2px solid green;
}
.dragImg{
	width: 110px;	height: 33px;	padding: 2px;	margin: 0.1em;   cursor: move;
}