This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathotk.css
78 lines (78 loc) · 1.47 KB
/
otk.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
.logwrapper {
margin-right: 175px !important;
border-radius: 0px;
}
.disconnectbtnwrapper {
border-radius: 0px;
}
.sendbtnwrapper {
border-radius: 0px;
}
.geo_loc {
color: black;
vertical-align: middle;
display: inline;
padding-left: 5px;
}
.flag {
width: 96px;
height: 48px;
vertical-align: middle;
}
.button_menu {
display: flex;
flex-direction: column;
top: 0;
bottom: 0;
right: -170px;
position: absolute;
margin: 0;
padding: 0;
}
.button_menu > div:nth-child(1) {
flex-grow: 1;
}
.buttons {
border: 0;
display: block;
background-color: black;
color: white;
margin-bottom: 5px;
width: 100%;
padding: 7px;
}
.buttons:hover {
background-color: white;
color: black;
}
.otk_version {
margin-bottom: 0;
}
.otk_status_display {
font-weight: bold;
}
.category {
text-align: center;
font-weight: bold;
}
#videobtn {
content: url('https://raw.githubusercontent.com/Smooklu/OmegleToolkit/main/static/videobtn.svg');
}
#textbtn {
content: url('https://raw.githubusercontent.com/Smooklu/OmegleToolkit/main/static/textbtn.svg');
}
.newchatbtnwrapper > img {
content: url('https://raw.githubusercontent.com/Smooklu/OmegleToolkit/main/static/newchatbtn.svg');
}
button.enabled {
background-color: green;
color: white;
}
button.disabled {
background-color: red;
color: white;
}
.topictag {
background-color: black !important;
color: white !important;
}