-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyles.css
210 lines (187 loc) · 6.14 KB
/
styles.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
body {
background-image: url('Nora_BG.jpg');
/* Optionally, you can set properties like background size, position, and repeat */
background-size: cover; /* Cover the entire viewport */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-color: #121212;
color: #ffffff;
font-family: 'Mulish', sans-serif;
}
.peerConnectionState-new {
color: cornflowerblue;
}
.peerConnectionState-connecting {
color: orange;
}
.peerConnectionState-connected {
color: green;
}
.peerConnectionState-disconnected,
.peerConnectionState-closed,
.peerConnectionState-failed {
color: red;
}
.iceConnectionState-new {
color: cornflowerblue;
}
.iceConnectionState-checking {
color: orange;
}
.iceConnectionState-connected,
.iceConnectionState-completed {
color: green;
}
.peerConnectionState-disconnected,
.peerConnectionState-closed,
.peerConnectionState-failed {
color: red;
}
.iceGatheringState-new {
color: cornflowerblue;
}
.iceGatheringState-gathering {
color: orange;
}
.iceGatheringState-complete {
color: black;
}
.signalingState-stable {
color: green;
}
.signalingState-have-local-offer,
.signalingState-have-remote-offer,
.signalingState-have-local-pranswer,
.signalingState-have-remote-pranswer {
color: cornflowerblue;
}
.signalingState-closed {
color: red;
}
.streamingState-streaming {
color: green;
}
.streamingState-empty {
color: grey;
}
.talk-button {
background-color: red !important;
}
.response-label {
color: grey;
}
body * {
font-family: 'Mulish', sans-serif;
text-align: center;
}
#content {
width: 820px;
position: relative;
margin: 0 auto;
}
#buttons {
clear: both;
padding: 0 0 0 0;
text-align: center;
}
button {
padding: 10px 20px;
border-radius: 5px;
border: none;
font-size: 16px;
margin: 0 5px;
background-color: #3312d6;
color: #fff;
margin-bottom: 20px;
}
button:hover {
background-color: #07702c;
cursor: pointer;
transition: all 0.2s ease-out;
}
#status div {
color: grey; /* Adjust the color as needed */
}
#status {
clear: both;
padding: 10px 0; /* Adjusted padding */
text-align: left; /* Keeps text aligned to the left inside the div */
display: block; /* Changed from inline-block to block for better centering */
margin: 0 auto; /* Centers the div horizontally */
width: 80%; /* Adjust the width as needed */
zoom: 1;
line-height: 140%;
font-size: 10px;
}
#status div {
padding-bottom: 10px;
}
#user-input-field {
width: 80%; /* Set desired width here */
padding: 10px; /* Adjust padding for appearance */
box-sizing: border-box; /* Width includes padding */
margin: 0 auto 20px; /* Centering and setting top margin */
display: block; /* To apply margin auto */
text-align: left; /* Align text to the left */
color: #000000; /* Text color */
background-color: #ebdfdf; /* Background color */
border-radius: 5px; /* Rounded corners */
overflow-y: auto; /* Adds scrollbar if content exceeds height */
line-height: 1.6; /* Adjust line height for readability */
font-size: 18px; /* Set font size */
}
#response-container {
width: 80%; /* Set desired width here */
padding: 10px; /* Adjust padding for appearance */
box-sizing: border-box; /* Width includes padding */
margin: 0 auto 20px; /* Centering and setting top margin */
display: block; /* To apply margin auto */
text-align: left; /* Align text to the left */
color: #000000; /* Text color */
background-color: #ebdfdf; /* Background color */
border-radius: 5px; /* Rounded corners */
overflow-y: auto; /* Adds scrollbar if content exceeds height */
line-height: 1.6; /* Adjust line height for readability */
font-size: 18px; /* Set font size */
}
#video-wrapper {
/* background: url(bg.png);*/
display: flex;
justify-content: center;
align-items: center; /* This will vertically center the video in the video wrapper */
height: 450px; /* Adjust the height as needed to provide space for lowering the circle */
padding-top: 5px; /* Add padding at the top to push the circle down */
}
#video-wrapper div {
width: 400px;
margin: 0 auto;
padding: 50px 0 0 0;
}
video {
display: block;
/* border:1px solid; */
border-radius: 50%;
background-color: hsla(0, 5%, 4%, 0.676);
}
.video-container {
background-image: url('bg.png'); /* Make sure the file name is correct and the image is in the right path */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-top: 50px;
width: 380px;
height: 380px;
border-radius: 55%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
position: relative; /* This will position the background image within the bounds of the .video-container */
}
#talk-video {
width: 400px; /* Original video size */
height: 460px; /* Original video size */
object-fit: cover; /* Ensures the video covers the area without distortion */
transform: scale(.70); /* Zooms in the video content by 10% */
transform-origin: center; /* Ensures the scaling is centered */
}