-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmediacapture.css
112 lines (99 loc) · 2.59 KB
/
mediacapture.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
.mc-wrapper {
text-align: center;
background: rgba(0, 0, 0, 0.8);
height: 310px;
visibility: hidden;
position: absolute;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
border: 3px solid rgba(0, 0, 0, 0.6);
}
.mc-close-button {
color: gray;
font-size: 14px;
font-weight: bold;
text-align: right;
position: relative;
height: 20px;
width: inherit;
/*float: right;*/
margin-right: 5px;
}
.mc-close-button:hover {
color: white;
cursor: pointer;
}
.mc-flashobject {
position: relative;
z-index: 9999;
}
.mc-menu {
}
.mc-button {
margin-right: 3px;
visibility: none;
}
button.mc-stop {
background: #c63929;
border: 1px solid #951100;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
color: #fff;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1;
padding: 10px 0 10px 0;
text-align: center;
text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
width: 80px;
}
button.mc-stop:hover {
background: #cb0500;
cursor: pointer;
}
button.mc-stop:active {
background: #b30300;
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}
button.mc-stop:after {
/*content: "\25FC";*/ /* ◼ */
}
button.mc-capture {
background: #7FBF4D;
border: 1px solid #63A62F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
color: #fff;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1;
padding: 10px 0 10px 0;
text-align: center;
text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
width: 80px;
}
button.mc-capture:hover {
background: #76b347;
cursor: pointer;
}
button.mc-capture:active {
background: #5b992b;
-moz-box-shadow: inset 0px 0px 0px 1px #548c29;
-webkit-box-shadow: inset 0px 0px 0px 1px #548c29;
box-shadow: inset 0px 0px 0px 1px #548c29;
}