-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (75 loc) · 5.33 KB
/
style.css
File metadata and controls
83 lines (75 loc) · 5.33 KB
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
html { height:100% }
body { height:100%;width:100%;margin:0;padding:0;font:10px Arial, Verdana, sans-serif ; }
.hide { display:none; }
.container { position:absolute;left:-200px;-webkit-transition:left 0.3s linear;overflow:hidden;height:100%;width:100%; }
.container.open { left:0px;-webkit-transition:left 0.3s linear; }
.container .sidebar { position:fixed;float:left;width:200px;height:100%;overflow-y:auto; }
.container .header { position:fixed;left:0px;top:0px;width:100%;-webkit-transition:left 0.3s linear;
background:#3b679e;/* Old browsers */
background:-moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);/* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));/* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);/* Opera 11.10+ */
background:-ms-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);/* IE10+ */
background:linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );/* IE6-9 */
}
.container.open .header { left:200px;-webkit-transition:left 0.3s linear; }
.container .contents { position:fixed;left:0;width:100%;height:100%;overflow:auto;-webkit-transition:left 0.3s linear; }
.container.open .contents { left:200px; }
.sidebar {
background:#eeeeee;/* Old browsers */
background:-moz-linear-gradient(left, #eeeeee 0%, #eeeeee 97%, #b7b7b7 100%);/* FF3.6+ */
background:-webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(97%,#eeeeee), color-stop(100%,#b7b7b7));/* Chrome,Safari4+ */
background:-webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 97%,#b7b7b7 100%);/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(left, #eeeeee 0%,#eeeeee 97%,#b7b7b7 100%);/* Opera 11.10+ */
background:-ms-linear-gradient(left, #eeeeee 0%,#eeeeee 97%,#b7b7b7 100%);/* IE10+ */
background:linear-gradient(left, #eeeeee 0%,#eeeeee 97%,#b7b7b7 100%);/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b7b7b7',GradientType=1 );/* IE6-9 */
}
.sidebar h3 { margin:10px 10px 0 10px; }
.sidebar ul { list-style-type:none;padding:0;margin:10px; }
.sidebar li { margin-right:6px; }
.header { height:50px;background-color:#eee; }
.contents { background:#aaa;margin-top:50px; }
#map_canvas { height:100%;width:100%; }
#toggle_sidebar {
display:inline-block;
margin:10px;
padding:2px;
border:1px solid rgba(0, 0, 0, 0.3);
box-shadow:0 0 0.05em rgba(0, 0, 0, 0.4);
font:bold 1.5em Arial,Helvetica;
text-align:center;
text-decoration:none;
color:#FFF !important;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
background:#213855;/* Old browsers */
background:-moz-linear-gradient(top, #213855 0%, #174975 50%, #12426c 51%, #1e69a2 100%);/* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#213855), color-stop(50%,#174975), color-stop(51%,#12426c), color-stop(100%,#1e69a2));/* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #213855 0%,#174975 50%,#12426c 51%,#1e69a2 100%);/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #213855 0%,#174975 50%,#12426c 51%,#1e69a2 100%);/* Opera 11.10+ */
background:-ms-linear-gradient(top, #213855 0%,#174975 50%,#12426c 51%,#1e69a2 100%);/* IE10+ */
background:linear-gradient(top, #213855 0%,#174975 50%,#12426c 51%,#1e69a2 100%);/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213855', endColorstr='#1e69a2',GradientType=0 );/* IE6-9 */
}
#toggle_sidebar:hover {
background:#223b5a;/* Old browsers */
background:-moz-linear-gradient(top, #223b5a 0%, #174c7b 50%, #134571 51%, #206eaa 100%);/* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#223b5a), color-stop(50%,#174c7b), color-stop(51%,#134571), color-stop(100%,#206eaa));/* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #223b5a 0%,#174c7b 50%,#134571 51%,#206eaa 100%);/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #223b5a 0%,#174c7b 50%,#134571 51%,#206eaa 100%);/* Opera 11.10+ */
background:-ms-linear-gradient(top, #223b5a 0%,#174c7b 50%,#134571 51%,#206eaa 100%);/* IE10+ */
background:linear-gradient(top, #223b5a 0%,#174c7b 50%,#134571 51%,#206eaa 100%);/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#223b5a', endColorstr='#206eaa',GradientType=0 );/* IE6-9 */
}
#toggle_sidebar:active {
}
/* Widgets */
.cameraInfoWindow { width:380px;height:300px; }
.extended-container { position:relative; }
.extended-container:hover .hide { display:block; }
.extended-container a { display:block;margin-left:20px;padding:1px 0 4px; }
.extended { position:absolute;top:100%;right:0;left:20px;z-index:2;padding:8px;background-color:#fff;border-radius:6px;box-shadow:0 1px 4px rgba(0, 0, 0, 0.4); }
.extended ul { margin:0;max-height:200px;overflow-y:auto; }
.extended li { width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }