connect.css
1.98 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
86
87
88
89
90
91
92
93
94
95
96
97
98
#connect_btn{
border-radius: 5px;
font-size: 30px;
margin-left: 20px;
margin-right : 20px;
}
#closeBtn {
border-radius: 5px;
font-size: 20px;
margin-left: 20px;
margin-right : 20px;
}
#btn_group button{
border: 1px solid black;
background-color: rgba(0,0,0,0);
color: black;
padding: 5px;
display: table;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
}
#btn_group button:hover{
color:white;
background-color: black;
}
.container{
border-radius: 2px;
background-color: rgba(0,0,0,0);
color : black;
visibility: hidden;
height:170px;
width : 460px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top :10px;
display: table;
}
#connectDevice1{
border: 2px solid skyblue;
border-radius: 2px;
background-color: rgba(0,0,0,0);
width : 450px;
height : 50px;
line-height: 50px;
visibility: hidden;
vertical-align: middle;
font-size: 15px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
#connectDevice1:hover{
color:white;
background-color: skyblue;
}
#connectDevice2{
border: 2px solid skyblue;
border-radius: 2px;
background-color: rgba(0,0,0,0);
width : 450px;
height : 50px;
line-height: 50px;
visibility: hidden;
vertical-align: middle;
font-size: 15px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
#connectDevice2:hover{
color:white;
background-color: skyblue;
}
#connectDevice3{
border: 2px solid skyblue;
border-radius: 2px;
background-color: rgba(0,0,0,0);
width : 450px;
height : 50px;
line-height: 50px;
visibility: hidden;
vertical-align: middle;
font-size: 15px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
#connectDevice3:hover{
color:white;
background-color: skyblue;
}
#status{
visibility: hidden;
height: 10px;
text-align: center;
}