Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Animal_Identification/css/lesson.css
blob: 75bba59c2298799249ce0bdb4ef81bba26bb15a0 (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
@CHARSET "UTF-8";
body {
  background: url(../assets/image/background.png) no-repeat;
  width: 1200px;
  height: 884px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}


#gameArea{
	margin-top:5%;
	margin-left: 10%;
	float: left;
	width: 50%
	padding:10px;
}

#questionBox{
	color: blue;
	width: 300px;
	font: "Helvetica", Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	
}
.imageBox{
	margin-top: 25px;
	margin-left: 30px;
	width: 220px;
	height: 220px;
	padding: 10px;
}

#options{
	margin-left:25px;
	margin-top:50px;
	width:600px;
	height:80px;
	padding: 10px;
}

.optImg{
	width:120px;
	height: 40px;
	background-color: yellow;
	padding:5px;
	border: 2px solid green;
}

.playAgain{
	position:absolute;
	top: 10px;
	margin-left:220px;
	width:115px;
	height: 30px;
	padding: 2px 2px 2px 2px;
	}
input{
	color:green;
	
}
#gameOver{
	margin-left:300px;
	width: 180px;
	height: 20px;
	display: none;
	font: 25px "Rockwell Extra Bold", Geneva, Arial, Helvetica, sans-serif,Times New Roman;
	font-weight: bold;
	background-color: #ccc;
	padding: 10px;
}