-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
102 lines (85 loc) · 1.45 KB
/
Copy pathstyles.css
File metadata and controls
102 lines (85 loc) · 1.45 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
94
95
96
97
98
99
100
101
102
body {
background: url('/images/background.jpg') fixed;
background-size: cover;
padding: 0;
margin: 0;
}
.title {
font-size: 32px;
text-align: center;
margin-bottom: 5px;
font-weight: bold;
}
.greeting {
font-size: 20px;
text-align: center;
}
.info {
font-size: 15px;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}
.main-box {
min-height: 500px;
width: 75%;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
border:3px solid #EFF2FB;
padding: 10px;
padding-top: 50px;
background: rgba(250, 250, 250, 0.9);
}
.right {
float: right;
margin-top: 10px;
}
.right-top {
float: right;
float: top;
margin-top: -50px;
}
.track-list {
font-size: 15px;
}
.artist {
margin-left: 5px;
}
.duplicates-title {
margin-bottom: 20px;
}
.nopreview {
font-size: 15px;
}
.btn-find-duplicates {
text-align: center;
}
.center-btn {
text-align: center;
}
.total-tracks {
font-size: 10px;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 1024px) {
audio {
display: none !important;
}
.nopreview {
display: none !important;
}
}
@media screen and (max-width: 700px) {
.duplicates-title {
display: none !important;
height: 500px;
}
}
@media screen and (max-width: 800px) {
img {
display: none !important;
}
}