-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
64 lines (55 loc) · 832 Bytes
/
main.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
@charset "UTF-8";
#map-canvas
{
margin: 0; padding: 0; width:100%; height: 400px;
}
#map-canvas2
{
margin: 0; padding: 0; width:100%; height: 400px;
}
#map-canvas3
{
margin: 0; padding: 0; width:100%; height: 400px;
}
#pagecontent{
position:absolute;
width:100%;
top:80px;
}
#pagecontent2{
position:absolute;
width:100%;
top:80px;
left:-100%;
}
#pagecontent3{
position:absolute;
width:100%;
top:80px;
left:100%;
}
#content{
width:80%;
position:absolute;
overflow:hidden;
position:relative;
height:1024px;
left:10%;
}
h1{
text-align:center;
background-color:#D6D6D6;
padding:10px;
margin:0;
margin-bottom:10px;
}
th{
text-align:left;
}
td{
border-bottom:#BEBEBE solid 1px;
height:50px;
}
table{
width:100%;
}