Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessons/2_Maths_barGraph/css/lesson.css
blob: 5b3642f86473e4bd1eb82bca6f006dd093b4e91c (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
body{
	margin: 0px;
}
#barGraphSection{
	margin:2px auto;
	width:900px;
	height: 515px;	
	padding: 5px;
	border: 2px solid green;
}
#imageSection{
	position:absolute;
	top: 10%;
	left:20%;
	 width: 620px;
	 height:65px;
	background-color: #CAFFCE;
}
	.dragObjects{
		float: left;
		width: 62px;
		height: 62px;
		cursor: move;
	}
#questionSection{
	display: none;
	position:absolute;
	top: 10%;
	left:20%;
	padding: 5px 20px;
	width: 580px;
	height:55px;
	font-weight: bold;
	background-color: #CAFFCE;
}
	.questions{
		padding: 10px;
		margin-left: 50px;
	}

#numbersSection{
	position:absolute;
	top: 12px;
	left:70px;
	width: 64px;	
	font: 40px/55px "MS Sans Serif", Geneva, sans-serif;
	font-weight:bold;
	text-align:center;

}	
	.numbers{
		width: 62px;
		height: 62px;
		
		border: 1px solid #A3EE2C ;
		background-color: #FFFFFF;
	}
	#numbersSection a{
		color:black;
	}
	#numbersSection a:hover{
		color:red;
	}

#barGraph{
	margin: 2px auto;
	width: 720px;
	text-align: center;
}
	.dropObjects{
		float:left;
		width: 62px;
		height: 62px;
		border: 1px solid #7E477B ;
		background-color: #E1EFFD;	
	}
	.drophover{
		background-color: #FF0000;	
	}
	
#objectsSection{
	margin-left:89px;
	width:800px;
	height:70px;
}
	.objects{
		margin-top: 3px;
		margin-left:64px;
		float:left;	
		width: 62px;
		height: 62px;
		border: 1px solid #A3EE2C ;
		background-color: #FFFFFF;
	}