Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/lesson.css
blob: 1c24338d377bcbcb750ee285e363e6dadb49421d (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
body {
    position: relative;
}

#map {
display:inline;
float:left;
height:100%;
width:60%;
}
#capitals {
height:450px;
width:450px;
}
#side {
display:inline;
float:left;
height:450px;
position:relative;
width:40%;
}
#sideTop {
display:block;
float:left;
width:100%;
}

.icon {
    width: 50px;
    height: 50px;
    display: inline;
    float:left;
    padding: 10px;
    cursor: pointer;
}

.iconSVG {
    cursor: pointer;
}

#alien {
display:block;
float:left;
height:300px;
width:204px;
}
#spaceship {
left:-80px;
position:absolute;
width:100px;
height:205px;
bottom:0px;
}

#playAgain { 
    position: absolute;
    opacity: 0;
}

#helpScreen{
    position: absolute;
    z-index:20;
}


/* CSS Rules for SVG images */
.text { display: none; }
.capital.city { cursor: pointer;}

.spaceship { display: none;}

#answerYes,#answerNo{
    cursor: pointer;
}