-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol_style.css
More file actions
85 lines (71 loc) · 1.03 KB
/
control_style.css
File metadata and controls
85 lines (71 loc) · 1.03 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
84
85
/* Written and Debugged by: Won Seok Chang, Abhishek Chaudhuri */
body {
margin: 0;
font-family: Verdana, Courier New, Arial, Sans-serif;
width: 100%;
text-align: center;
overflow-x: hidden;
margin: 0;
font-size: 13px;
}
.top, .bottom {
padding: 0;
white-space: nowrap;
position: fixed;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
}
.top {
top:0;
}
.bottom {
bottom: 0;
}
.batterynspeed a,.source a {
float: left;
margin-left: 5%;
}
.power,.sensor a{
float: right;
margin-right: 5%;
}
.Low_Battery{
display:none;
color:red;
}
.fas {
font-size: 1.5em;
}
.fas:hover {
cursor: pointer;
background-color: red;
}
video {
width: 100%;
height: auto;
margin: auto;
z-index: -5;
}
.main {
background-color: #f1f1f1;
bottom: 2em;
right: 2em;
position: fixed;
text-decoration: none;
border-radius: 80%;
padding: 15px 20px;
}
.main:hover {
background: #f1c11a;
color: #ffffff;
}
@media screen and (max-width: 800px) {
.text {
font-size: 1em;
}
}
/*div {
display: flex;
flex-wrap: wrap;
}*/