-
Notifications
You must be signed in to change notification settings - Fork 4
/
main.css
102 lines (84 loc) · 1.12 KB
/
main.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
/* General styles */
body{
margin: 0px auto;
}
p{
font-size: 22px;
margin: 0px 0px 0px 0px;
}
.app{
width: 100%;
}
.header{
min-height: 60px;
background: #324162;
padding: 10px 0px 10px 0px;
}
.main{
height: 100%;
min-height: 50px;
margin: 25px auto;
overflow: auto;
max-width: 550px;
}
.footer{
width: 100%;
min-height: 50px;
background: #434e7b;
padding: 10px 0px 10px 0px;
}
.logo-wrap{
margin: 15px 0px 0px 60px;
}
.copyrigth-wrap{
text-align: center;
padding: 8px 0px 8px 0px;
}
.main-wrap{
text-align: center;
}
.video-menu{
width: 100%;
}
.mrg-1{
padding: 45px 0px 20px 0px;
}
.video-wrap{
height: 400px;
}
/* Elements styles */
.lbl{
font-size: 24px;
}
.logo{
color: white;
font-family: Tahoma,sans-serif;
}
.copyrigth{
color: white;
font-size: 15px;
}
#video-flow{
width: 550px;
height: 100%;
background: #000;
}
.btn{
line-height: 26px;
border-radius: 3px;
padding: 1px 15px 1px 15px;
}
.p-left{
float: left;
}
.p-rigth{
float: right;;
}
.start{
background: #6fd170;
color: white;
font-weight: 600;
}
.stop{
background: #b81f1f;
}