forked from rafaelleru/torrent_player_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (51 loc) · 843 Bytes
/
style.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
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
.container-fluid{
background-color: #1C1C1C;
color: #6622a6;
}
.container-fluid .row h1{
text-align: center;
font-family: 'Roboto', sans-serif;
/*text-shadow: 2px 2px red;*/
font-size: 60px;
}
.progress-bar{
background-color: #3ADF00;
}
.jumbotron{
background-color: #9E9E9E;
text-align: center;
}
#dragSection h2{
text-align: center;
}
.cuadrado{
width: 230px;
height: 220px;
border-color: red;
background-color: yellow;
}
.ocultar{
display: none;
}
#songs_queue li{
cursor:pointer;
list-style: none;
}
.footer{
position: fixed;
left: 0;
bottom: 0;
height: 30px;
width: 100%;
}
#audio{
height: 28px;
margin:0 25%;
width: 50%;
}
.barraProgresoAudio{
height: 2px;
width: 0;
background-color: #BDBDBD;
}