Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_English_matchingProductsAndWords/css/lesson.css
blob: 3fe81fa74db5d89a0550cf5d730d318e4ede551d (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";
/****** Page Styles ****/


#clickBox{
    margin-top: -5px;
    padding:4px;
    border:2px dashed blue;
    background-color:white;
    color:black;
}

/**** End of the page style ****/

/**** Game Styles  ****/

#content a{
	float:left;
	width: 9em;
	height: 9em;
	padding: 0;
	background-color: #99E6FF;
	margin: 0 0.6em 0.6em 0;
	text-align:center;
	font-size: 6em/8em;
	font-weight:bold;
	color:black;	
	
}

#content a>div{
    margin: auto auto auto auto;
    line-height: 9em;
}

#content{	
	margin-top: 2em; 
	margin-right: auto;
	margin-bottom: 0; 
	margin-left:auto;
	width: 78%;
	height: 100%;
}


#gameOver{
	margin-top:150px;
	text-align:center;
	font: 30px/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:red;		
}
#gameOverInfo{
	margin-top: 35px;
	text-align:center;
	font: 30px/35px Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:blue;
	
}
.specialText{
	font: 30px/35px Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#FF9900;
	border-bottom: 2px dotted #CCC;
	
}


.default{
	float:left;
	width: 90px;
	height: 90px;
	background-color: #99E6FF;
	margin: 0.2em;
	text-align:center;
	font: 15px/85px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;	
}

.matched{
	float:left;
	width: 9.6em;
	height: 9.6em;
	background-color: blue;
}