Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Direction_of_Arrows/css/lesson.css
blob: 82c0654fccb780c6c6f282ae15586722785df54f (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
@CHARSET "UTF-8";
body {
  background: url(../assets/image/background.jpg) no-repeat;
}


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

#questionBox{
	width:174px;      
	height:176px;
	margin-top: 100px;
	margin-left: 20px;
	background-image: url(../assets/image/questionBox.png);
	
}
.imageBox{
	margin: 50px;
	
}

.checkedOption{
    position: absolute;
	top: 60%;
	left: 60%;
	width:120px;
	height:120px;
	padding: 5px;

}

#options{
	width:564px;    
	height:176px;
    background-image: url(../assets/image/optionBox.png);
	position: absolute;
	left:400px;
	top: 115px;
		
}

.optImg{
	
	margin: 35px 0px 5px 40px;
	
}

#scoreArea{
	position:absolute;
	margin-left:5%;
	top: 520px;
	color: red;
	width: 175px;
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid red;
	background: black;
	padding: 10px;
}

.playAgain{
	position:absolute;
	top: 520px;
	left: 75%;
	width:115px;
	height: 30px;
	padding: 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;
}