Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Matching_Words_and_Objects/css/lesson.css
blob: bb40254fc5b8bdbcd506e8767fb8b7bdbda69a48 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@CHARSET "ISO-8859-1";
body {
   background: #ccc;
 }
h1{
position: absolute;
float:right;
right: 5px;
top: 5px;
width: 300px;
height:25px;
font: 18px Arial Black;
color: purple;
border-bottom: 5px dotted red;
}
#gameArea{
	margin: 0px 0px 0px 50px;
	width: 700px;
}

.notMatched{
    width: 95px;
    height: 95px;
	padding: 0px;    /*top right bottom left**/
	margin: 0.25em;
}


#sideBar{
position: absolute;
float:right;
right: 50px;
top: 100px;
border: 2px solid red;
width: 210px;
height:70px;
background: yellow;
}


#timerBox1{   /* Show the timer running after the game has began.... */
float:right;
width: 35px;
height: 35px;
border: 2px dotted green;
padding: 3px;
margin: 0.5em;
color: blue;
font : bold 25px Arial Black, Times New Roman;
background: #ACC;

}

#timerBox2{   /* Show the timer running after the game has began.... */
float:right;
width: 35px;
height: 35px;
border: 2px dotted green;
padding: 3px;
margin: 0.5em;
color: blue;
font : bold 25px Arial Black, Times New Roman;
background: #ACC;
}

#timerBox3{   /* Show the timer running after the game has began.... */
float:right;
width: 35px;
height: 35px;
border: 2px dotted green;
padding: 3px;
margin: 0.5em;
color: blue;
font : bold 25px Arial Black, Times New Roman;
background: #ACC;
}

#clickDisplay{
position: absolute;
float:right;
right: 25px;
top: 250px;
width: 300px;
height:80px;
font: 20px Rockwell Bold,Arial Black, Verdana, Georgia;
}
#textBox{
float:right;
width: 150px;
height: 35px;
padding: 3px;
color: red;
font : bold 18px Verdana, Times New Roman;
}
#clickBox{
float:right;
width: auto;
height: 35px;
border: 2px dotted green;
padding: 5px;
margin: 0.5em;
color: red;
font : bold 25px Arial Black, Times New Roman;
background: #ACC;
}


#playOptions{
position: absolute;
float:right;
right: 25px;
top: 400px;
width: 250px;
height:80px;

}
.imgButton{
width: 64px;
height: 64px;
padding:2px;
margin: 0.1em;
}