1
- /*
2
- * (C) Copyright 2016 Kurento (http://kurento.org/)
3
- *
4
- * Licensed under the GNU General Public License v3.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- *
16
- */
1
+
17
2
@CHARSET "UTF-8" ;
18
3
19
4
body {
20
5
font : 13 px/20px "Lucida Grande" , Tahoma, Verdana, sans-serif;
21
- color : # 404040 ;
22
- background : # 0ca3d2 ;
6
+ background- color: # 36393f ;
7
+ color : # ffffff ;
23
8
}
24
9
25
10
input [type = checkbox ], input [type = radio ] {
@@ -237,6 +222,7 @@ input[type=button]:active, input[type=submit]:active {
237
222
width : 100% ;
238
223
height : 70% ;
239
224
object-fit : cover;
225
+ border-radius : 10px ;
240
226
}
241
227
242
228
@@ -253,6 +239,7 @@ input[type=button]:active, input[type=submit]:active {
253
239
width : 100% ;
254
240
height : 70% ;
255
241
object-fit : cover;
242
+ border-radius : 10px ;
256
243
}
257
244
258
245
@@ -269,6 +256,8 @@ input[type=button]:active, input[type=submit]:active {
269
256
width : 100% ;
270
257
height : 70% ;
271
258
object-fit : cover;
259
+ border-radius : 20px ;
260
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* 그림자 효과 추가 */
272
261
}
273
262
274
263
@@ -285,6 +274,8 @@ input[type=button]:active, input[type=submit]:active {
285
274
width : 100% ;
286
275
height : 70% ;
287
276
object-fit : cover;
277
+ border-radius : 20px ;
278
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* 그림자 효과 추가 */
288
279
}
289
280
290
281
@@ -300,6 +291,8 @@ input[type=button]:active, input[type=submit]:active {
300
291
.participant video , .participant .main video {
301
292
width : 100% ;
302
293
height : 70% ;
294
+ border-radius : 20px ;
295
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* 그림자 효과 추가 */
303
296
object-fit : cover;
304
297
}
305
298
@@ -315,6 +308,8 @@ input[type=button]:active, input[type=submit]:active {
315
308
316
309
.participant video , .participant .main video {
317
310
width : 100% ;
311
+ border-radius : 20px ;
312
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* 그림자 효과 추가 */
318
313
height : 70% ;
319
314
object-fit : cover;
320
315
}
@@ -333,6 +328,8 @@ input[type=button]:active, input[type=submit]:active {
333
328
width : 100% ;
334
329
height : 70% ;
335
330
object-fit : cover;
331
+ border-radius : 20px ;
332
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* 그림자 효과 추가 */
336
333
}
337
334
338
335
@@ -356,49 +353,35 @@ input[type=button]:active, input[type=submit]:active {
356
353
animation-fill-mode : forwards;
357
354
}
358
355
359
- @
360
- - webkit- keyframes dis apear {
361
-
362
- 50
363
- %
356
+ @-webkit-keyframes disapear { 50%
364
357
{
365
358
-webkit-transform : translateX (-5% )
366
359
;
367
360
transform : translateX (-5% )
368
361
;
369
362
}
370
363
371
- 100
372
- %
364
+ 100%
373
365
{
374
- - webkit- transfor m: translateX (200%
375
- )
376
- ;
377
- transfor m: translateX (200%
378
- )
379
- ;
366
+ -webkit-transform : translateX (200% );
367
+ transform : translateX (200% );
380
368
}
381
369
}
382
- @
383
- keyframes dis apear {
370
+ @keyframes disapear {
384
371
385
- 50
386
- %
372
+ 50%
387
373
{
388
374
-webkit-transform : translateX (-5% )
389
375
;
390
376
transform : translateX (-5% )
391
377
;
392
378
}
393
379
394
- 100
395
- %
380
+ 100%
396
381
{
397
- - webkit- transfor m: translateX (200%
398
- )
382
+ -webkit-transform : translateX (200% )
399
383
;
400
- transfor m: translateX (200%
401
- )
384
+ transform : translateX (200% )
402
385
;
403
386
}
404
387
}
0 commit comments