-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrabaciones_mostrar.css
More file actions
executable file
·93 lines (86 loc) · 1.47 KB
/
Copy pathgrabaciones_mostrar.css
File metadata and controls
executable file
·93 lines (86 loc) · 1.47 KB
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
@CHARSET "UTF-8";
@media all and (orientation:portrait) { /* portrait */
.cont-graba-fondo{
zoom:0.64;
height: 460px;
}
}
@media all and (orientation:landscape) { /* portrait */
.cont-graba-fondo{
height: 460px;
}
}
.cont-graba-fondo{
display:inline-block;
border-radius: 10px 10px;
border-radius: 10px 10px;
background-color: #2a2c31;
margin-top: 10px;
padding:10px;
margin-left: 5px;
width: 925px;
}
.graba-graf{
display:relative;
float: left;
width: 910px;
height:365px;
}
.cont-botonera1{
position:absolute;
border-radius: 10px 10px;
background-color: #000;
padding: 0.5em 0.5em;
margin: 0.5em 10%;
width: 190px;
height: 75px;
text-align: center;
left:-80px;
top:380px;
}
.btn-vol{
height: 45px;
width:50px;
background-color: #14e900;
text-align: center;
margin: 0 auto;
border-radius: 5px 5px;
border: 1px;
font-weight: bold;
color:black;
}
.btn-amp{
display:left;
height: 45px;
width:50px;
background-color: #14e9ff;
text-align: center;
margin: 0 auto;
border-radius: 5px 5px;
border: 1px;
font-weight: bold;
color:black;
}
.btn-apagado{
background-color: grey;
}
.cont-botonera2{
position:absolute;
top:380px;
border-radius: 10px 10px;
background-color: #000;
padding: 0.5em 0.5em;
margin: 0.5em 10%;
width: 700px;
height: 75px;
left:125px;
text-align: center;
}
.label-observacion{
text-align: center;
}
.graba-icono{
padding-top:10px;
display: inline-block;
transform: scaleY(1.3) scaleX(1.3);
}