Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/quadrilaterals/quadrilaterals/css/lesson.css
blob: 3ed46963fa3ac7dba1344b6a86298fbca6d6480e (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
#main
{
	background-image: url('../images/bg.png');
	width: 550px;
	height: 400px;
}

#leftArea {
    width: 60%;
    display: inline;
    float: left;
    height: 100%;
}

#rightArea {
    width: 40%;
    display: inline;
    float: left;
    height: 100%;
}

#leftTop {
    height: 20%;
    position: relative;
}

#leftMiddle {
    height: 60%;
}

#leftBottom {
    height: 20%;
    float: left;
}


#rightTop {
    height: 30%;
}

#rightMiddle {
    height: 40%;
}

#rightBottom {
    height: 30%;
}






#Karma
{
	position: relative;
}

.canvas
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#left
{
	float: left;
	width: 350px;
}

.left { 
    float:left;
}

#instruction{
    position: absolute;
    top: 60px;    
}