-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaximised.css
85 lines (71 loc) · 1.12 KB
/
maximised.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
h2 {
font-size: medium;
line-height: 200%;
}
h3 {
font-size: smaller;
line-height: 200%;
}
.map_vis {
position:absolute;
top: 60px;
left: 0px;
border: 1px solid #aaa;
border-radius: 10px;
padding: 5px;
width: 100%;
height: 95%;
background-color: white;
border: none;
}
#sidebar {
display: none;
border: none;
}
#header {
display: none;
border: none;
}
#description {
display: none;
border: none;
}
#footer {
display: none;
border: none;
}
#data_table
{
position:absolute;
top: 10px;
left: 0px;
border: 0px solid #aaa;
border-radius: 10px;
}
.status_label_span
{
position:absolute;
top: 10px;
right: 100px;
border: 1px solid #aaa;
border-radius: 10px;
padding: 5px;
}
#resize_button
{
display: block;
}
#maximise_button
{
display: none;
}
body {
font-family: verdana,helvetica,arial,sans-serif;
background-color: white;
background-image: url('background.png');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 20% 100px;
color: #2f2f2f;
line-height:140%
}