-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
66 lines (64 loc) · 819 Bytes
/
styles.css
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
/* HTML Elements */
h2 {
width: 600px;
text-align: center;
margin: auto;
}
select {
width: 150px;
}
/* div Elements */
#wrap {
width: 85%;
margin: 25px auto;
border: 1px dashed #000000;
}
#title {
margin-top: 25px;
font-family: Verdana,Arial,sans-serif;
}
#header {
background: #cccccc;
padding: 5px;
height: 42px;
}
#container1 {
float: left;
margin: 0 5px 0 0;
}
#container2 {
float: left;
margin: 0 0 0 5px;
}
#container3 {
float: right;
margin: 0 0 0 5px;
}
#chooseTopic {
font-size: 150%;
}
#reload {
font-size: 150%;
width: 40px;
height: 40px;
/*margin-top: 4px;*/
}
#modal {
font-size: 150%;
width: 40px;
height: 40px;
/*margin-top: 4px;*/
}
#settings p {
margin: 10px 4px;
}
#colorScale {
width: 350px;
}
/* Classes */
.overflow {
height: 200px;
}
.ui-icon {
zoom: 1.5;
}