-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (62 loc) · 1.34 KB
/
Copy pathstyles.css
File metadata and controls
74 lines (62 loc) · 1.34 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
[data-role=page] {
min-height: 100% !important;
height:auto !important;
}
[data-role=footer] {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
width:100%;
}
.ui-page {
background-color: #E0E8E0 !important;
}
.ui-page .ui-header {
background-color: #00A040 !important;
background: linear-gradient(#008040, #00A040) !important;
}
.ui-page .ui-footer {
background-color: #008040 !important;
background: linear-gradient(#00A040, #008040) !important;
}
.ui-page .ui-header .ui-btn-right {
background-color: #005020 !important;
}
.ui-page .ui-header .ui-btn-active {
background-color: #505050 !important;
}
.ui-page .ui-content {
padding: 20px !important;
margin-bottom: 40px !important;
overflow-x: auto !important;
white-space: nowrap;
}
#cameracontainer {
float: left;
width: 660px;
}
#statuscontainer {
float: left;
width: 300px;
}
#cameraproperties {
margin-left: 680px;
width: 300px;
background-color: #D0E8D0;
padding: 10px;
border: 2px solid #00A040;
border-radius: 10px;
}
#camera {
border: 10px #006010 solid;
}
#copyright {
text-align: right;
padding: 10px 20px 10px 0;
color: #FFFFFF;
font-size: 12px;
text-shadow: 1px 1px 0px #006020;
}
#copyright a, a:focus, a:hover {
color: #FFFFFF;
}