Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Vocabulary_Structure/css/lesson.css
blob: ab4a3282354a72eb341ec5ba165e9ce164711e9c (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
  background-color :  #EEEEEE ;
  background-image:url(../assets/images/background.png);
  background-repeat: no-repeat;
  background-position:top center;

 }
#vocabTitle{
	position: absolute;
	left:450px;
	top:5px;
	font: 30px Geneva, Helvetica, Verdana, Arial, sans-serif; 
	color: #FF9900;
	font-weight:bold;
}
 
#gameArea{
	float:left;
	height: 450px;	padding : 10px;  margin-left: 100px;  margin-top: 12px;

}

.vocabularyImg{
	padding: 2px;
	margin: 0.5em;
	margin:50px 0px 10px 75px;
}

.imgNext{
	position:absolute;
	left: 950px;
	top: 490px;
	width: 40px;
	height: 36px;
	
}
.imgPrev{
	position:absolute;
	left: 950px;
	top: 10px;
	width: 40px;
	height: 36px;
	padding:1px;
	margin: 0.1em;	
	
}
#vocabulary{
	margin: 5px 50px;	
}

#imageArea{
	position:relative;
	width: 185px;
	height:  185px;
	padding: 15px;
	margin: 0.6em;
	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: 70px; top: 520px;
	border: 2px solid green;
}
.dragImg{
	width: 110px;	height: 33px;	padding: 2px;	margin: 0.1em;   cursor: move;
}
#imgGameOver{
	display:none;
	width: 200px;
	height: 36px;
	padding: 2px;	
	margin-left : 350px;
}