forked from rafaelleru/torrent_player_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (58 loc) · 971 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
59
60
61
62
63
64
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
.wrapper{
margin: auto 5%;
}
.torrent{
margin: auto 5%;
/*margin-top: 20px;*/
border-left-width: 2px;
border-left-style: solid;
border-left-color: #673AB7;
}
.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%;
padding-bottom: 50px;
}
#audio{
height: 28px;
margin:0 25%;
width: 50%;
}
.barraProgresoAudio{
height: 2px;
width: 0;
background-color: #BDBDBD;
}