Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/NumberWords/css/lesson.css
blob: 1850cdc9bdaef41d6158fe037dd07ab7414f0750 (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
table {
cursor: pointer;
border-collapse: collapse;
border: 1px solid #000000;
background-color: #FFCC00;
}

td {
background-color: #ffcc00;
border: 1px solid #000000;
width: 35px;
height:35px;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.done {
background-color: #336699;

}
.highlight {
background-color: #336600;
}

#left{
position: relative;
float:left;
}

#right{
position:relative;
float:left;
margin: 10px 0 0 25px;
font-size: 30px;
}

#right > div {
}

#question {
margin: 25px;
}

#instructions {
color: blue;
font-weight: bold;
font-size: 20px;
width: 600px;
}

#over {
float:left;
margin: 0 0 0 50px;
}